mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-18 15:57:44 +02:00
6 lines
264 B
Bash
Executable File
6 lines
264 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# run subdomain takeover check
|
|
# single thread because with multple thread the json is inconsistent TODO: multiple threads
|
|
subjack -w $1/sorted_subdomain_collection.txt -t $2 -a -o $1/takeover_result.json --ssl -c /app/tools/subjack_fingerprint.json -v
|