Skip to content

A simple Bash script to extract, normalize, and deduplicate URLs from a file.

License

Notifications You must be signed in to change notification settings

b4ndit23/Sort3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Sort3r

  • Sorter is a simple Bash script designed to extract, normalize, and deduplicate URLs from files.
  • It’s especially useful when working with output from multiple tools or files containing URLs.
  • The script ensures all URLs are standardized with a trailing /, making it ideal for compatibility with tools like GoWitness.

Usage

  • Copy the script to your /usr/bin folder:
sudo cp sort3r.sh /usr/bin/sort3r
  • Make it executable:
chmod +x /usr/bin/sort3r
  • And run it:
sort3r -i input_file.txt -o output_file.txt

Contributing

  • Feel free to open issues or submit pull requests to improve the script.

About

A simple Bash script to extract, normalize, and deduplicate URLs from a file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages