Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating service FastCGI on port tcp/9000 and adding corresponding probe #2774

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions nmap-service-probes
Original file line number Diff line number Diff line change
Expand Up @@ -16775,3 +16775,14 @@ ports 34555
Probe UDP BECKHOFF_ADS q|\x03\x66\x14\x71\0\0\0\0\x01\0\0\0\0\0\0\0\x01\x01\x10\x27\0\0\0\0|
rarity 8
ports 48899

##############################NEXT PROBE##############################
# FastCGI protocol
# Request ID 1: FGCI_BEGIN_REQUEST + FGCI_STDIN without params
Probe TCP fast-cgi-get q|\x01\x01\x00\x01\x00\x08\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x04\x00\x01\x00\x00\x00\x00\x01\x05\x00\x01\x00\x00\x00\x00|
rarity 7
# port 9000 by default, 19000 for fastcgi-for-donet
ports 9000,19000

match fcgi m|^(.)\x06\0\x01.{4,}X-Powered-By:\x20?([^\r\n]+).*\r\n\r\n.*(.)\x03\0\x01.{4,}|si v/FastCGI $2/
match fcgi m|^(.)\x06\0\x01.{4,}\r\n\r\n.*(.)\x03\0\x01.{4,}|s v/FastCGI generic protocol v$I(1, ">")/
2 changes: 1 addition & 1 deletion nmap-services
Original file line number Diff line number Diff line change
Expand Up @@ -12124,7 +12124,7 @@ canto-roboflow 8998/tcp 0.000000 # Canto RoboFlow Control
unknown 8998/udp 0.000661
bctp 8999/tcp 0.000076 # Brodos Crypto Trade Protocol
bctp 8999/udp 0.000000 # Brodos Crypto Trade Protocol
cslistener 9000/tcp 0.002129
fastcgi 9000/tcp 0.001213 # Fast-CGI
cslistener 9000/udp 0.001652 # CSlistener
tor-orport 9001/tcp 0.001216 # etlservicemgr | Tor ORPort | ETL Service Manager
etlservicemgr 9001/udp 0.001652 # ETL Service Manager
Expand Down