Skip to content

A fast web directory/file enumeration tool written in Rust

License

Notifications You must be signed in to change notification settings

FOGSEC/EroDir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EroDir

A fast web directory/file enumeration tool written in Rust

Setup

Debian/Ubuntu

$ curl https://sh.rustup.rs -sSf | sh
$ git clone https://github.com/PinkP4nther/EroDir
$ cd EroDir && cargo build --release
$ target/release/erodir --help

Windows

Download rustup-init.exe here: https://win.rustup.rs
Run rustup-init.exe and install Rust
Download ZIP of EroDir: https://github.com/PinkP4nther/EroDir/archive/master.zip
Unzip it into EroDir/
Open CMD:
> cd EroDir\
> cargo build --release
> target\release\erodir --help

Demo

gif

About

A fast web directory/file enumeration tool written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%