FastCGI
Pentesting FastCGI - TCP Port 9000
Last updated
Pentesting FastCGI - TCP Port 9000
Last updated
FastCGI is a binary protocol for interfacing interactive programs with a web server. It uses the 9000 port by default. Usually FastCGI only listen in localhost and It's quiet easy to make FastCGI execute arbitrary code.
If the PHP-FPM (FastCGI Process Manager) is running on the target system, we might be able to execute arbitrary command.