markwh245 / rapt0r

Rapt0r is a web application fuzzer. It is possible to analyze subdomains, directories and web crawler on targets. Rapt0r uses a user agent randomization mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rapt0r

Rapt0r is a web application fuzzer.


Rapt0r is a web application fuzzer. It is possible to analyze subdomains, directories and web crawler on targets. Rapt0r uses a user agent randomization mode.

asciicast

Build

$ make or go build main.go -o rapt0r

Examples

Searching subdomains

./rapt0r -host google.com -wordlist databases/subdomains/subdomains.txt -subdomain

Searching directories

./rapt0r -host google.com -wordlist databases/directorys/directorys.txt -dir

Web crawler (WIP)

./rapt0r -host https://google.com -crawler -verbose

Docker environment

docker build -t rapt0r .

Example

docker run -it rapt0r -host google.com -wordlist databases/subdomains/subdomains.txt -subdomain

Developer

[+] Gabriel Dutra A.K.A Dtr0x80
[+] dtr0x80@protonmail.com
[+] twitter.com/dtr0x80

About

Rapt0r is a web application fuzzer. It is possible to analyze subdomains, directories and web crawler on targets. Rapt0r uses a user agent randomization mode.

License:GNU General Public License v3.0


Languages

Language:Go 97.5%Language:Dockerfile 2.1%Language:Makefile 0.4%