Skip to content

Commit d77becc

Browse files
authored
fixing regex introduced in PR1062 (#1067)
1 parent 5eb8f3a commit d77becc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nettacker/modules/scan/port.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ payloads:
10891089
reverse: false
10901090

10911091
telnet:
1092-
regex: "Check Point FireWall-1 authenticated Telnet server running on|Raptor Firewall Secure Gateway|No more connections are allowed to telnet server|Closing Telnet connection due to host problems|NetportExpress|WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING|Login authentication|recommended to use Stelnet|is not a secure protocol|Welcome to Microsoft Telnet Servic|no decompiling or reverse-engineering shall be allowed|(?s).*login:"
1092+
regex: "(?s).*login:|Check Point FireWall-1 authenticated Telnet server running on|Raptor Firewall Secure Gateway|No more connections are allowed to telnet server|Closing Telnet connection due to host problems|NetportExpress|WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING|Login authentication|recommended to use Stelnet|is not a secure protocol|Welcome to Microsoft Telnet Servic|no decompiling or reverse-engineering shall be allowed"
10931093
reverse: false
10941094

10951095
amqp:

0 commit comments

Comments
 (0)