Skip to content

Platform independent (.NET required), interactive, minimalistic reverse shell written in C#.

Notifications You must be signed in to change notification settings

loadenmb/zer0cs_reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

zer0cs_reverse

Platform independent (.NET required), interactive, minimalistic reverse shell written in C#.

Based on old C# reverse shell source from 2007.

  • Windows
  • Linux
  • MacOS
  • ... if .NET is available

https://github.com/loadenmb/zer0cs_reverse

Usage

On Linux / *nix: get mono compiler.

# download from git
git clone https://github.com/loadenmb/zer0cs_reverse.git

# build (for Windows: replace mcs with path to csc.exe)
mcs zer0cs_reverse.cs -optimize

Wait for reverse connection at localhost:

nc -nvlp 4242

Contribute

Discuss features, report issues, questions -> here.

Developer -> fork & pull ;)

About

Platform independent (.NET required), interactive, minimalistic reverse shell written in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages