Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/PinkP4nther/EroDir

A fast web directory/file enumeration tool written in Rust
https://github.com/PinkP4nther/EroDir

dirbrute enumeration penetration-testing pentest-tool rust rust-lang scanner web-application

Last synced: 3 months ago
JSON representation

A fast web directory/file enumeration tool written in Rust

Awesome Lists containing this project

README

        

# EroDir
A fast web directory/file enumeration tool written in Rust

## Setup

### Debian/Ubuntu
``` sh
$ apt -y update && apt install libssl-dev pkg-config
$ curl https://sh.rustup.rs -sSf | sh
$ source ~/.profile
$ 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](https://imgur.com/PmFleau.gif)