Based on m4ll0k/Secret-Finder
Basically it runs Secret-Finder on multiple urls, edit the last line of
auto-secret-finder.py
as you want to fit your goals.
git clone https://github.com/Fricciolosa-Red-Team/auto-secret-finder.git autosecretfinder
cd autosecretfinder
python -m pip install -r requirements.txt
orpip install -r requirements.txt
-
./for.sh subs.txt
(where subs.txt is a list of domains)or
-
python3 auto-secret-finder.py subs.txt
Remember to edit as you want this command to customize the command.
This repository is under GNU General Public License v3.0