mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
# $1 = subdomain
|
|
# usage $2 = domain_name scan result path
|
|
|
|
rm -rf $2
|
|
python3 /app/tools/dirsearch/dirsearch.py /app/tools/dirsearch/db/dicc.txt -u $1 --json-report=$2 -e *
|