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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ufinder-1.0.0.tar.gz
.
File metadata
- Download URL: ufinder-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bc1518d80f113c7af7cea5bae844b206b6b57d591646ef3fa7c40f72ba05ead |
|
MD5 | 530dadeb0f49b1ad52c3eadcf1075814 |
|
BLAKE2b-256 | 56454a5ea2c7218b2645c3615d121f8c96c66f2b97f408150eaba1a9f0cbabb8 |