Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Realtime subdomain output #350

Open
wtwver opened this issue Aug 22, 2021 · 1 comment
Open

Realtime subdomain output #350

wtwver opened this issue Aug 22, 2021 · 1 comment
Labels
feature New feature or request

Comments

@wtwver
Copy link
Contributor

wtwver commented Aug 22, 2021

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 wtwver added the feature New feature or request label Aug 22, 2021
@six2dez
Copy link
Owner

six2dez commented Aug 23, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants