mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 00:56:00 +00:00
UltyScan Documentation Overhaul
This commit is contained in:
10
templates/passive/network/Interesting_Domain_Found.sh
Normal file
10
templates/passive/network/Interesting_Domain_Found.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
AUTHOR='@xer0dayz'
|
||||
VULN_NAME='Interesting Domain Found'
|
||||
echo "$TARGET" > /tmp/target
|
||||
FILENAME="/tmp/target"
|
||||
MATCH="admin|dev|portal|stage|prod|tst|test"
|
||||
SEVERITY='P5 - INFO'
|
||||
GREP_OPTIONS='-i'
|
||||
SEARCH='positive'
|
||||
SECONDARY_COMMANDS=''
|
||||
TYPE='network'
|
||||
Reference in New Issue
Block a user