killchain-compendium/Exploits/Web/Command Injection.md

20 lines
344 B
Markdown
Raw Normal View History

2022-11-13 22:38:01 +01:00
# Command Injection
* Blind injection
* Verbose injection
## Blind Injection
* Check via ping, open a `tcpdump` on ICMP to listen for packets
* Redirect to logfile and read
* Use `sleep` or `timeout` to check if ci is possible in general
## Functions
* Watch out for
* `eval()`
* `exec()`
* `passthru()`
* `system()`