mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +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
|
||||
|
||||
It's quiet easy to make FastCGI execute arbitrary code:
|
||||
It's quite easy to make FastCGI execute arbitrary code:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Reference in a new issue