Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

I like coffee! I'm a coffee addict.


Buy Me A Coffee