Pawb is a fast and precise secret scanner focused on reducing false positives by detecting only meaningful and valid secrets, avoiding the noise generated by generic patterns.
You can get the binary on the releases page!
Linux
git clone https://github.com/Zian25/pawb
cd pawb
make install
Windows and Linux
git clone https://github.com/Zian25/pawb
cd pawb
cargo build --release
With the above method, the binary will be available in /target/release/
The main focus of pawb is to mass scan urls found by “waybackurls”, “katana” and others.
Help
pawb --help
██████ █████ ██ ██ ██████
██ ██ ██ ██ ██ ██ ██ ██
██████ ███████ ██ █ ██ ██████
██ ██ ██ ██ ███ ██ ██ ██
██ ██ ██ ███ ███ ██████
[i] Version YY.M.Bugfix
Usage: pawb.exe [OPTIONS]
Options:
-v, --verbose
-t, --threads <THREADS> [default: 1]
-h, --help Print help
Scanning a single url
echo https://example.com/ | pawb
Scanning an url list
cat ./example.txt | pawb -t <THREADS>
There is still work to do, some things are planned:
- Non-HTTP file reading
- Configurable output (such as JSON and the like)
- Refactoring for better code readability
PAWB is highly inspired by Mantra