reconftw
reconftw copied to clipboard
Realtime subdomain output
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
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!