Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

skerkour/phaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.