phaser

Crates.iophaser
lib.rsphaser
version0.7.8
sourcesrc
created_at2019-01-07 15:12:14.096931
updated_at2021-07-13 22:25:47.590345
descriptionHigh-performance attack surface mapper and vulnerability scanner
homepagehttps://github.com/skerkour/phaser
repositoryhttps://github.com/skerkour/phaser
max_upload_size
id106070
size110,598
Sylvain Dev (skerkour-dev)

documentation

README

Phaser logo

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.

Black Hat Rust logo

Buy the book now!

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.

Commit count: 85

cargo fmt