Skip to content

Zian25/pawb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAWB 🐾🔑


About

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.

Install

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/

Usage

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>

TODO

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

Inspiration

PAWB is highly inspired by Mantra