Linux

PwnLnX – Advanced Python Reverse Shell for Hacking

An advanced multi-threaded, multi-client python reverse shell for hacking Linux systems. There’s still more work to do so feel free to help out with the development. Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a computer ne

An advanced multi-threaded, multi-client python reverse shell for hacking Linux systems. There’s still more work to do so feel free to help out with the development. 

Disclaimer: This reverse shell should only be used in the lawful, remote administration of authorized systems. Accessing a computer network without authorization or permission is illegal.

Please follow these instructions to get a copy of PwnLnX running on your local machine without any problems.

  • Prerequisites
  • Python3:
  • vidstream
  • pyfiglet
  • tqdm
  • mss
  • termcolor
  • pyautogui
  • pyinstaller
  • pip3
  • pynput

# Download source code
git clone https://github.com/OxTRAW/PwnLnX.git

cd PwnLnX

# download and  install the dipendences
chmod +x setup.sh

./setup.sh

Getting PwnLnx up and running
Show help
 python3 PwnLnX.py --help   
Listening for incoming connections
 python3 PwnLnX.py --lhost [your localhost ip address] --lport [free port for listening incoming connections]  
creating/Generating a payload
  chmod +x PwnGen.sh  
./PwnGen.sh   
DOWNLOAD  PwnLnX 

Was this article helpful?

If something here is wrong or out of date, tell us and we will check the source.

Related reading

See all
Exploits

Xzbot: Exploit Demo for the xz backdoor (CVE-2024-3094)

Exploration of the xz backdoor (CVE-2024-3094). Includes the following: honeypot: fake vulnerable server to detect exploit attempts ed448 patch: patch liblzma.so to use our own ED448 public key backdoor format: format of the backdoor payload backdoor demo: cli to trigger the RCE assuming knowledge o

April 1, 2024
Forensic Tool

teler : Real-time HTTP Intrusion Detection

Teler is a real-time intrusion detection and threat alert based on a weblog that runs in a terminal with resources that we collect and provide by the community. ❤️ Features Real-time: Analyze logs and identify suspicious activity in real time. Alerting: teler provides alerting when a threat is detec

December 4, 2022
Post Exploitation

DonPAPI : Dumping DPAPI Credential Remotely

Dumping relevant information on compromised targets without AV detection. DPAPI dumping Lots of credentials are protected by DPAPI. We aim at locating those “secured” credentials, and retrieve them using : User Password Domaine DPAPI BackupKey Local machine DPAPI Key (protecting TaskScheduled blob)

November 22, 2022
Burp Suite

Download Burp Suite 2021.5.1

What’s new in Burp Suite 2021.5.1 We have updated Burp Suite’s embedded browser to Chromium version 90.0.4430.212, which fixes several security issues that Google has classified as high. Bug fix: Payload processing rules that invoke extensions now display correctly. Windows Linux Jar Mac Burp Suite

May 22, 2021