Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. # WORKS:
  2.  
  3. /var/www/html/ptm/toolset/ffuf/ffuf -u 'https://bprofile.brusselsairlines.com/FUZZ' -w '/var/www/html/ptm/toolset/wordlists/filesdirs/BASIC-with-EXT.txt' -D -e 'asp,aspx,py,rb,php,cgi,conf,csv,html,js,json,log,rar,sql,sql.gz,sql.zip,tar,tar.gz,txt,wadl,zip' -t 45 -timeout 12 -maxtime 1000 -p '0.00' -X GET -fc '400,501,502,503' -mc all -recursion -recursion-depth 2 -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36" -c -o '/var/www/html/ptm/storage/app/public/dirscan/httpsbprofilebrusselsairlinescom-816.json'
  4.  
  5. # DOES NOT WORK:
  6.  
  7. /var/www/html/ptm/toolset/ffuf/ffuf -u 'https://bprofile.brusselsairlines.com:443/FUZZ' -w '/var/www/html/ptm/toolset/wordlists/filesdirs/BASIC-with-EXT.txt' -D -e 'asp,aspx,py,rb,php,cgi,conf,csv,html,js,json,log,rar,sql,sql.gz,sql.zip,tar,tar.gz,txt,wadl,zip' -t 45 -timeout 12 -maxtime 1000 -p '0.00' -X GET -fc '400,501,502,503' -mc all -recursion -recursion-depth 2 -H "User-Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" -c -o '/var/www/html/ptm/storage/app/public/dirscan/httpsbprofilebrusselsairlinescom443-816.json'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement