9000 - Pentesting FastCGI
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
기본 정보
FastCGI가 무엇인지 배우고 싶다면 다음 페이지를 확인하세요:
disable_functions bypass - php-fpm/FastCGI기본적으로 FastCGI는 포트 9000에서 실행되며 nmap에 의해 인식되지 않습니다. 보통 FastCGI는 localhost에서만 수신 대기합니다.
RCE
FastCGI가 임의의 코드를 실행하도록 만드는 것은 매우 쉽습니다:
또는 다음 파이썬 스크립트를 사용할 수도 있습니다: https://gist.github.com/phith0n/9615e2420f31048f7e30f3937356cf75
AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE) GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE)
Last updated