Skip to content

whitexnd/EvilShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

EvilShell

EvilShell its a bash script that simplifies the creation of reverse shells

image

Instalation

git clone https://github.com/whitexnd/EvilShell

Usage

By default takes the ip from the iface tun0 and the port 443

You can specify the ip with -i and the port with -p also you can select the shell with -s parameter

If u want to encode the payload u can use

-e <encoder> Current encoders are b64 (base64) and url

Optional

I suggest you to add it into your $PATH with the following commands:

  • chmod +x evilshell.sh

  • sudo mv evilshell.sh /bin/evilshell

Then u can use it like this:

  • evilshell -s python

About

Simple Bash Reverse Shell Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages