9000 - Pentesting FastCGI
Basic Information
If you want to learn what is FastCGI check the following page:
disable_functions bypass - php-fpm/FastCGIBy default FastCGI run in port 9000 and isn't recognized by nmap. Usually FastCGI only listen in localhost.
RCE
It's quiet easy to make FastCGI execute arbitrary code:
or you can also use the following python script: https://gist.github.com/phith0n/9615e2420f31048f7e30f3937356cf75
Last updated