👾
Portfolio
CtrlK
  • 🤝INTRODUCTION
    • 💻Presentation
  • 🔰Certifications
    • 🔵Blue Team
      • Certifications
        • BTL1
        • SAL1
        • PSAA (tbd)
        • CSDA (tbd)
      • Hands-on
        • Microsoft Sentinel SIEM
        • Splunk SIEM
        • QRadar SIEM
        • Datadog SIEM
          • Lab 1: Query and Analyze Logs
        • Elastic SIEM
    • 🟠Cloud
      • AWS
      • Azure
      • GPC
    • 🔴Red Team
      • eJPT by INE
      • TCM SECURITY (in progress)
      • EC-Council
      • TryHackMe
      • Python Scripts
        • Scripting
        • Port and Vulnerability Scanner
        • SSH and FTP Attacks
        • Password Cracking
        • Sniffers, Flooders and Spoofers
        • Reverse Shell
        • Keylogger
        • Web Pentesting
      • Bash Scripting
        • Variables
        • Operators
        • Conditional Structures
        • Loops
        • Functions
    • 🟢General
      • ICCA by INE
      • Certified in Cybersecurity (CC) ISC2
      • Technology Manufacturers
    • 🟡Masters & Others
  • 👾Extras
    • 👨‍💻Job Simulations (Forage)
      • Template
      • Datacom
      • Commonwealth Bank
      • AIG Insurance
      • MasterCard
    • ✍️Writeups
      • Bandit - Overthewire.org/wargames
      • TryHackMe
      • Hack The Box (on process)
      • Proving Grounds (on process)
Powered by GitBook
On this page
  1. 🔰Certifications
  2. 🔴Red Team
  3. Python Scripts

Reverse Shell

TCP Socket
  1. dpkg --add-architecture i386

  2. apt-get update

  3. apt-get install wine32

  4. Download python 2.7.14

  5. ┌──(root㉿kali)-[~/Downloads] └─# wine msiexec /i python-2.7.14.msi

  6. ┌──(root㉿kali)-[~/.wine/drive_c] └─# wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller

PreviousSniffers, Flooders and SpoofersNextKeylogger

Last updated 1 year ago