Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dark-warlord14/ffufalias

Alias for storing ffuf results
https://github.com/dark-warlord14/ffufalias

Last synced: about 1 month ago
JSON representation

Alias for storing ffuf results

Awesome Lists containing this project

README

        

# ffufalias
Alias for storing results every time you run ffuf.

```
dirs(){
name=$(echo $1 | unfurl -u domains)
x=$(date +%Y%m%d%H%M%S)
mkdir -p ~/Reports
mkdir -p ~/Reports/$name
ffuf -w /path/to/wordlist -u $1FUZZ -D -e asp,aspx,cgi,cfml,CFM,htm,html,json,jsp,php,phtml,pl,py,sh,shtml,sql,txt,xml,xhtml,tar,tar.gz,tgz,war,zip,swp,src,jar,java,log,bin,js,db -t 150 -o ~/Reports/$name/$name_$x.json
}
```

Copy this alias to your bash profile and next time you want to run ffuf just type the following command

`dirs https://yahoo.com/`