joaoviictorti / line

line perform analysis of duplicate information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

line

line parse duplicate information

line

line is a tool that aims to parse multiple lines. It is an excellent option to be used in penetration testing for application recognition and also in day-to-day activities. I designed line and maintained a consistently passive model to make it useful for pentest and IT professionals.


Features

  • Perform duplicate row analysis
  • Remove spaces between lines
  • Remove empty lines
  • Ignores case sensitivity

Usage

  • Sending the output to a file
cat urls.txt | line -f parse_urls.txt
  • Ignoring case sensitivity
cat urls.txt | line -if parse_urls.txt
  • Removing empty lines
cat urls.txt | line -ef parse_urls.txt
  • Using all grouped flags
cat urls.txt | line -stif parse_urls.txt

Details

line

Installation

line requires golang installed, to use:

go install -v github.com/joaoviictorti/line/cmd/line@latest

Running line

line

About

line perform analysis of duplicate information

License:MIT License


Languages

Language:Go 100.0%