x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
713 stars 116 forks source link

Add GF into workflow #77

Closed Anu-bhav closed 4 years ago

Anu-bhav commented 4 years ago

GFSCAN="$RESULTDIR/gfscan"

: 'Use gf to find secrets in meg file' startGfScan(){ startFunction "Gf scan in meg files" cd "$SUBS"/meg for i in gf -list; do gf ${i} > "$GFSCAN"/"${i}".txt [[ -s "$GFSCAN"/"${i}".txt ]] || rm "$GFSCAN"/"${i}".txt
done cd - }

startGfScan # add function after startMeg to run

maverickNerd commented 4 years ago

Can you send a Pull request with change, we would love to have contribution.

maverickNerd commented 4 years ago

Merged your change.