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

Request :) #89

Open
Kolden12 opened this issue Oct 22, 2024 · 1 comment
Open

Request :) #89

Kolden12 opened this issue Oct 22, 2024 · 1 comment

Comments

@Kolden12
Copy link

Could you possibly make the ability to export to a text file? I run this with a large list of URLs for bug bounty and would like to use it within a recon automation. The only problem with that is I either have to copy everything in the CLI window and paste it to a text file or It makes individual HTML documents. Would really appreciate outputting to a txt file.

@ike10101
Copy link

ike10101 commented Oct 29, 2024

If you've not found a solution yet, this bash command would be helpful to save output to a text file:

cat js-file-urls.txt | while read url; do python3 ~/SecretFinder/SecretFinder.py -i $url -o cli >> secret.txt ; done

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

No branches or pull requests

2 participants