Merged several changes for v8.5

This commit is contained in:
@xer0dayz 2020-07-01 17:44:34 -07:00 committed by xer0dayz
parent 1dddc8686c
commit e356eb536c
3 changed files with 11161 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
AUTHOR='@xer0dayz'
VULN_NAME='Default Credentials 1'
FILENAME="$LOOT_DIR/credentials/brutex-$TARGET.txt"
MATCH="password\:\ "
SEVERITY='P1 - CRITICAL'
GREP_OPTIONS='-i'
SEARCH='positive'
SECONDARY_COMMANDS=''

View File

@ -0,0 +1,8 @@
AUTHOR='@xer0dayz'
VULN_NAME='Default Credentials 2'
FILENAME="$LOOT_DIR/credentials/brutex-$TARGET-*.txt"
MATCH="password\:\ "
SEVERITY='P1 - CRITICAL'
GREP_OPTIONS='-i'
SEARCH='positive'
SECONDARY_COMMANDS=''