Skip to content

This is a .Net Core console application that generates reverse shell code.

License

Notifications You must be signed in to change notification settings

jimtsikos/ReverseShells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReverseShells

This is a .Net Core console application that generates reverse shell code.

Windows

Just download the project, open it, build it and run it.

Kali Linux

Run the following commands to install the .Net Core:

sudo apt-get update
sudo apt-get install curl libunwind8 gettext apt-transport-https
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-stretch-prod stretch main" > /etc/apt/sources.list.d/dotnetdev.list'
sudo apt-get update
sudo apt-get install dotnet-sdk-2.0.0
export PATH=$PATH:$HOME/dotnet

Then navigate to folder of the ReverseShells repository and run the following commands:

dotnet build
dotnet run

About

This is a .Net Core console application that generates reverse shell code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages