Skip to content

xillwillx/MiniReverse_Shell_With_Parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account moved to: https://gitlab.com/illwill

º File : Mini Reverse Shell º Language : Win32 ASM º FileSize : 2kb º D.O.B. : February 23, 2006
º Description: CMD line reverse shell in masm that shovels a shell back to your host:port from a batfile

I made this in 2006 for use in exploiting a system, once executed this shovels a CMD shell back to the attacker's netcat listener

How Compile: Get MASM installed From a CMD Prompt type the following:

c:\masm32\bin\ml /c /coff reverseshell.asm

c:\masm32\bin\link /SUBSYSTEM:WINDOWS /RELEASE /MERGE:.data=.text /MERGE:.rdata=.text /MERGE:.idata=.text /SECTION:.text,EWR /FILEALIGN:512 reverseshell.obj

dont forget to change the ip address in the batfile

About

Reverse to use in a batfile which can call the ip and ports from itself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published