mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
Fix a typo in fastcgi-9000 documentation
This commit is contained in:
parent
bab9044c8c
commit
25794c4357
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ By default **FastCGI** run in **port** **9000** and isn't recognized by nmap. **
|
||||||
|
|
||||||
# RCE
|
# RCE
|
||||||
|
|
||||||
It's quiet easy to make FastCGI execute arbitrary code:
|
It's quite easy to make FastCGI execute arbitrary code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
Loading…
Reference in a new issue