0 purchases
ufinder 1.0.0
UFinder - URL path search
UFinder performs a search for paths (routes or directories) at the given URL, showing all those available on the site.
Links
UFinder - URL path search
Links
Installation
Using UFinder
License
Installation
You can download UFinder using the PIP package manager:
pip install ufinder
Or install manually:
git clone [email protected]:jaedsonpys/ufinder.git
cd ufinder
python3 setup.py install
Using UFinder
Using UFinder is very simple, you can define which wordlist to use, and how many threads will be used to search that URL. First of all, you must put the search command:
ufinder search https://github.com --wordlist ./mywordlist.txt
With that, you can now perform a search on the site. The default number of threads is 4, you can change this using the --threads argument, putting the number of threads after it:
ufinder search https://github.com --wordlist ./mywordlist.txt --threads 2
Simple.
License
This project uses the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.