mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-24 21:53:54 +00:00
Merge pull request #881 from lol13372/patch-1
Fix a typo in fastcgi-9000 documentation
This commit is contained in:
commit
7eb8286d65
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