mirror of https://github.com/OWASP/Nettacker.git
Compare commits
4 Commits
78474c78ec
...
f4533568c9
| Author | SHA1 | Date |
|---|---|---|
|
|
f4533568c9 | |
|
|
65bf88e68f | |
|
|
2d3f39c7a3 | |
|
|
c00565d909 |
|
|
@ -1,9 +1,9 @@
|
|||
OWASP Nettacker
|
||||
=========
|
||||
[](https://github.com/OWASP/Nettacker/actions/workflows/ci_cd.yml/badge.svg?branch=master)
|
||||
[](https://github.com/OWASP/Nettacker/actions/workflows/ci_cd.yml)
|
||||
[](https://github.com/OWASP/Nettacker/blob/master/LICENSE)
|
||||
[](https://twitter.com/iotscan)
|
||||

|
||||
[](https://x.com/iotscan)
|
||||
[](https://github.com/OWASP/Nettacker/graphs/contributors)
|
||||
[](https://nettacker.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://github.com/OWASP/Nettacker)
|
||||
[](https://hub.docker.com/r/owasp/nettacker)
|
||||
|
|
|
|||
|
|
@ -1092,4 +1092,8 @@ payloads:
|
|||
|
||||
amqp:
|
||||
regex: "AMQP"
|
||||
reverse: false
|
||||
reverse: false
|
||||
|
||||
smb:
|
||||
regex: "SMB\\d+|Microsoft Windows Network|Server\\sMessage\\sBlock\\sProtocol|\\d{{1,3}}\\.\\d{{1,3}}\\.\\d{{1,3}}\\.\\d{{1,3}}.*?SMB.*?|Session\\sError|Not\\simplemented|Protocol\\sViolation|\\d+\\sbytes\\sreceived|SMB\\sConnection\\sterminated|Session\\sestablished\\susing\\sSMB\\d+|NTLMv2|Negotiate Protocol|SMB2\\sProtocol\\sNegotiation|Session\\sSetup\\sSMB|Tree\\sConnect"
|
||||
reverse: false
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ info:
|
|||
reference:
|
||||
- https://www.ssl.com/article/ssl-tls-self-signed-certificates/
|
||||
profiles:
|
||||
- scan
|
||||
- vuln
|
||||
- ssl
|
||||
|
||||
payloads:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ info:
|
|||
reference:
|
||||
- https://www.beyondsecurity.com/resources/vulnerabilities/ssl-certificate-expiry
|
||||
profiles:
|
||||
- scan
|
||||
- vuln
|
||||
- ssl
|
||||
|
||||
payloads:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ info:
|
|||
reference:
|
||||
- https://www.ssl.com/article/ssl-tls-self-signed-certificates/
|
||||
profiles:
|
||||
- scan
|
||||
- vuln
|
||||
- ssl
|
||||
|
||||
payloads:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ info:
|
|||
- https://www.manageengine.com/privileged-access-management/help/ssl_vulnerability.html
|
||||
- https://www.acunetix.com/vulnerabilities/web/tls-ssl-weak-cipher-suites/
|
||||
profiles:
|
||||
- scan
|
||||
- vuln
|
||||
- ssl
|
||||
|
||||
payloads:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ info:
|
|||
- https://www.manageengine.com/privileged-access-management/help/ssl_vulnerability.html
|
||||
- https://www.cloudflare.com/learning/ssl/why-use-tls-1.3/
|
||||
profiles:
|
||||
- scan
|
||||
- vuln
|
||||
- ssl
|
||||
|
||||
payloads:
|
||||
|
|
|
|||
Loading…
Reference in New Issue