Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hahwul/ras-fuzzer
RAS(RAndom Subdomain) Fuzzer
https://github.com/hahwul/ras-fuzzer
bugbounty fuzzer fuzzing hacking security subdomain tools
Last synced: about 1 month ago
JSON representation
RAS(RAndom Subdomain) Fuzzer
- Host: GitHub
- URL: https://github.com/hahwul/ras-fuzzer
- Owner: hahwul
- License: mit
- Created: 2019-10-25T16:58:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T16:14:31.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T01:32:37.753Z (about 2 months ago)
- Topics: bugbounty, fuzzer, fuzzing, hacking, security, subdomain, tools
- Language: Go
- Size: 1.6 MB
- Stars: 43
- Watchers: 5
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - hahwul/ras-fuzzer - RAS(RAndom Subdomain) Fuzzer (Go)
README
# RAS-Fuzzer (RAndom Subdomain Fuzzer)
## Install
go get
```cassandraql
$ go get github.com/hahwul/ras-fuzzer
```or
clone and build
```cassandraql
$ git clone https://github.com/hahwul/ras-fuzzer
$ cd ras-fuzzer
$ go build
```## Usage
### Options
```cassandraql
Usage of ./ras-fuzzer:
-callback string
runnning command if me find
- Pattern: **PARAM**
- e.g: **PARAM**
-length int
Max Length of domain (default 8)
-target string
Target domain (e.g hahwul.com)
-verbose int
(Not Supported) Show/Unshow Log(1=show log, 0=only result) (default 1)```
### Default Fuzzing
```cassandraql
./ras-fuzzer -target google.com
____ ___ ___ ____ _ ___ ___ ____ ____
| . \| \ | _\ ___ | _\|| \ |_ \ |_ \ | __\| . \
| <_| . \[__ \|___\| _\ ||_|\| __]| __]| ]_| <_
|/\_/|/\_/|___/ |/ |___/|___/|___/|___/|/\_/ by hahwul
* Fuzzing Information
* Your Target: *.google.com
* Max Length : 8
* Dictionary : [a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9]
* Combinatorial: (36+8-1)!/((36-1)!*8!) = ༼ つ ◕_◕ ༽つ <= !@#.. many case..
-----------------------------------------------------------------------------------------
[+] w.google.com
[+] d.google.com
[+] vr.google.com
[+] gg.google.com
[+] yp.google.com
[+] id.google.com
[+] 1.google.com
....
```### Callback
send message to slack (with callback options)
```cassandraql
./ras-fuzzer -target google.com -callback "curl -X POST --data-urlencode 'payload={\"channel\": \"#your-slack-channel\", \"username\": \"ras-fuzzer\", \"text\": \"Find subdomain : **PARAM**\", \"icon_emoji\": \":ghost:\"}' https://hooks.slack.com/services/your-slack-webhook-address"
```
make file (with callback options)
```cassandraql
./ras-fuzzer -target google.com -callback "touch **PARAM**"
...
[+] gg.google.com
[+] 1.google.com
...$ ls | grep google.com
1.google.com
gg.google.com
```### Video
[![asciicast](https://asciinema.org/a/277040.svg)](https://asciinema.org/a/277040)## Donate