six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.68k stars 919 forks source link

Ffuf csv output #254

Closed six2dez closed 3 years ago

six2dez commented 3 years ago

Change ffuf output format to csv to match with axiom module, processing would be:

file.csv | cut -d ',' -f2,5,6 | tr ',' ' ' | awk '{ print $2 " " $3 " " $1}' | tail -n +2 | sort -k1

Requires testing in reconftw.sh and reconftw_axiom.sh, cuz axiom's module has wordlist hardcoded

six2dez commented 3 years ago

Done in dev https://github.com/six2dez/reconftw/commit/a5187e857089b1ada422784f725e92e0d5461d29