Skip to main content

Search URL paths with UFinder.

Project description

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

Installation

You can download UFinder using the PIP package manager:

pip install ufinder 

Or install manually:

git clone git@github.com: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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ufinder-1.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page