* v8.7 - Updated web file bruteforce lists

* v8.7 - Added updated Slack API integration/notifications
* v8.7 - Added Arachni, Nikto, Nessus, NMap + 20 passive sc0pe vulnerability parsers
This commit is contained in:
@xer0dayz
2020-09-14 09:00:40 -07:00
committed by xer0dayz
parent 0463dbf29e
commit 3d76ffa9fc
4 changed files with 28 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
* v8.7 - Updated web file bruteforce lists
* v8.7 - Added updated Slack API integration/notifications
* v8.7 - Added Arachni, Nikto, Nessus, NMap + 20 passive sc0pe vulnerability parsers
* v8.7 - Added MobileIron Login sc0pe template
* v8.7 - Added Revive Adserver XSS sc0pe template
* v8.7 - Added IceWarp Webmail XSS sc0pe template
* v8.7 - Added Mara CMS v7.5 XSS sc0pe template

View File

@@ -0,0 +1,9 @@
AUTHOR='@xer0dayz'
VULN_NAME='MobileIron Login 1'
URI='/mifs/user/login.jsp'
METHOD='GET'
MATCH="MobileIron"
SEVERITY='P5 - INFO'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'

View File

@@ -0,0 +1,9 @@
AUTHOR='@xer0dayz'
VULN_NAME='MobileIron Login 2'
URI='/mifs/login.jsp'
METHOD='GET'
MATCH="MobileIron"
SEVERITY='P5 - INFO'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'

View File

@@ -0,0 +1,9 @@
AUTHOR='@xer0dayz'
VULN_NAME='MobileIron Login 3'
URI='/mifs/c/d/android.html'
METHOD='GET'
MATCH="MobileIron"
SEVERITY='P5 - INFO'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'