You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Yigit Colakoglu ecb8c27dc3 README added 4 years ago
.gitignore Initial commit 4 years ago
Makefile Initial commit 4 years ago
README.md README added 4 years ago
linkedlist.c Initial commit 4 years ago
linkedlist.h Initial commit 4 years ago
massurl Initial commit 4 years ago
massurl.c Initial commit 4 years ago
test.data Initial commit 4 years ago
tree.c Initial commit 4 years ago
tree.h Initial commit 4 years ago
urlparse.c Initial commit 4 years ago
urlparse.h Initial commit 4 years ago

README.md

massurl

massurl is a simple tool that aims to parse the outputs of tools like gau, and extract the parameters for each URL, remove duplicates and do it all very quickly. Because web scraping tools' outputs can get very large very quickly, it is nice to have a tool that parses them and and outputs something clean and easy to read.

How to use?

Simply clone the git repository and run make which outputs the binary massurl. You can then simply pipe the output of any command that outputs urls into it or use pass the filename where you want it to read the urls from. It expects each line to have only one url.

Contributing

This is a very simple project so you shouldn't have trouble reading the code and fixing the bugs you encounter. If you do so, feel free to send a PR. Or, if you can't seem to fix it yourself, don't be shy and open an issue!