PwnLnX : An Advanced Multi-Threaded, Multi-Client Python Reverse Shell For Hacking Linux Systems

PwnLnX is an advanced multi-threadedmulti-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.

Getting Started

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

Installing

Download source code

git clone https://github.com/spectertraww/PwnLnX.git
cd Pwn LnX

download and install dependences

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

  • Then follow the procedure to successfully create your payload, the payload is saved in PwnLnx directory. Send the created payload to victim.

PwnLnx Usage

CommandUsage
helpshow help
exitclose all the sessions and quit the progaram.
show sessionsshow all available sessions from connected.
session [ID]interact with a specified session ID.
kill [all/ID]kill a specified session or all to kill all sessions.
bannerhave funny by changing the program banner

Interact With A Session

CommandUsage
helpshow help.
quitclose the current session.
backgroundbackground the current session.
sysinfoget minimum target system information.
create_persistcreate a persistant backdoor.
uploadupload the specified filename to the target system.
downloaddownload the specified filename from the target system.
screenshottake a desktop screenshot of the target system.
start_screensharestart desktop screensharing.
stop_screensharestop desktop screensharing.
start_keycapstart capturing victim’s pressed keystrokes.
dump_keycapdump/get the captured keystrokes.
stop_keycapstop the capturing keystrokes.

NB. you can also execute linux system commands besides those listed above.

Snapshots

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

4 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

5 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago