reconftw icon indicating copy to clipboard operation
reconftw copied to clipboard

Realtime subdomain output

Open wtwver opened this issue 3 years ago • 1 comments

Add disowned inotifywait in reconftw.sh to output subdomain realtime

POC:

docker run -it --entrypoint="" six2dez/reconftw:main bash -c "./reconftw.sh -d testfire.net -s & apt install -y inotify-tools;  inotifywait -q -m -e create '/root/Tools/reconftw/Recon/testfire.net/.tmp/' | while read -r i1 i2 filename; do cat /root/Tools/reconftw/Recon/testfire.net/.tmp/\$filename; done"

I can try to come up with a pull request if this feature looks good

wtwver avatar Aug 22 '21 09:08 wtwver

I like the idea, but note that reconFTW already uses notify tool to send you messages via chat apps, it also prints the results and the status of the steps on the screen, anyway, if you want to add the feature to the dev branch, I'd be happy to give it a try and add it to main if I find it useful :) Thanks!

six2dez avatar Aug 23 '21 23:08 six2dez