Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/PinkP4nther/EroDir
- Owner: PinkP4nther
- License: gpl-3.0
- Created: 2018-12-20T04:51:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T00:39:45.000Z (about 5 years ago)
- Last Synced: 2024-05-31T09:36:55.076Z (5 months ago)
- Topics: dirbrute, enumeration, penetration-testing, pentest-tool, rust, rust-lang, scanner, web-application
- Language: Rust
- Size: 61.5 KB
- Stars: 95
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - PinkP4nther/EroDir - A fast web directory/file enumeration tool written in Rust (Rust)
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)