19 releases
0.7.8 | Jul 13, 2021 |
---|---|
0.7.7 | Jul 13, 2021 |
0.6.0 | Jun 4, 2019 |
0.5.8 | Mar 26, 2019 |
0.1.2 | Jan 7, 2019 |
#17 in #attack
73 downloads per month
67KB
1.5K
SLoC
Phaser
Automated attack surface mapper and vulnerability scanner
What is this?
Phaser is a high-performance and automated attack surface mapper and vulnerability scanner. Just point it to a target, and it will autimagically generate a report with everything it can finds, saving you hours of manual audit and pipping between different tools.
Want to learn how to use Rust to hack the planet? Phaser was extracted and improved from the chapters 2, 3, and 4 of my book Black Hat Rust, where, among other things, we learn how to build a fast async scanner.
One of the goals of phaser is to get you started once you finish the book. Either by helping you make your first Rust contribution, or by using it in your first bug hunting session.
Installation
Using cargo
$ cargo install -f phaser
Using Docker
$ docker pull ghcr.io/skerkour/phaser
Usage
# List modules
$ phaser modules
# Display scan options
$ phaser scan --help
# Scan a target
$ phaser scan --aggressive target.com
With Docker
$ docker run -ti ghcr.io/skerkour/phaser phaser scan --aggressive target.com
License
See LICENSE.txt
.
Dependencies
~13–31MB
~440K SLoC