luckythandel / netx

Easy tool to get a reverse shell.

Home Page:https://technicalnavigator.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

logo

Netx is a python script made with Pexpect lib. Netx provides you a fully interactive shell. You can use this Python script in CTF challanges where you have to use Netcat listener and after getting a shell, you make it an interactive shell. It can be frustrating sometimes. this python script will do the same without wasting your precious time. But it is only for Linux.

Functions

  • pexpect Lib Development
  • user friendly
  • Auto choose Python version based on Remote Host
  • Colorful Output
  • Resize Shell as you want
  • Change user (sudo user)
  • Use Netcat

init

asciicast

pip3 install -r requirements.txt
python3 netx.py

About

Easy tool to get a reverse shell.

https://technicalnavigator.in

License:GNU General Public License v3.0


Languages

Language:Python 100.0%