skerkour / phaser

Automated attack surface mapper and vulnerability scanner (Work In Progress 🚧)

Home Page:https://academy.kerkour.com/black-hat-rust?coupon=PHASER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser logo

Phaser (Work In Progress 🚧 )

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.

Architecture

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 kerkour.com

With Docker

$ docker run -ti ghcr.io/skerkour/phaser phaser scan --aggressive kerkour.com

License

See LICENSE.txt.

About

Automated attack surface mapper and vulnerability scanner (Work In Progress 🚧)

https://academy.kerkour.com/black-hat-rust?coupon=PHASER

License:GNU Affero General Public License v3.0


Languages

Language:Rust 94.8%Language:Makefile 2.6%Language:Dockerfile 2.6%