https://github.com/scarlet-oni/netx
simple analogue of netcat
https://github.com/scarlet-oni/netx
analogue cyber-security cybersecurity netcat python python3
Last synced: 5 months ago
JSON representation
simple analogue of netcat
- Host: GitHub
- URL: https://github.com/scarlet-oni/netx
- Owner: scarlet-oni
- Created: 2025-01-19T06:01:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T05:48:43.000Z (over 1 year ago)
- Last Synced: 2025-02-12T06:47:29.830Z (over 1 year ago)
- Topics: analogue, cyber-security, cybersecurity, netcat, python, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
## ## ####### ###### ## ##
### ## ## # # ## # ## ##
#### ## ## # ## ####
## #### #### ## ##
## ### ## # ## ####
## ## ## # ## ## ##
## ## ####### #### ## ##
___________________________________________
ABOUT
___________________________________________
Description: simple analogue of netcat
Program: NetX | analogue of netcat
Language: Python 3.12.7
Tested on: Linux 6.11.2
Author: scarlet-oni
___________________________________________
PROGRAM LAUNCH
___________________________________________
EXAMPLES OF USE
___________________________________________
#1 COMMAND SHELL
___________________________________________
// Launch listener
// Example: python3 netX.py -t -p -l -c
python3 netX.py -t 192.168.1.101 -p 5555 -l -c
// Running a script in client mode
// Example: python3 netX.py -t -p
python3 netX.py -t 192.168.1.101 -p 5555
ctrl+D
>
> ls
> whoami
> pwd
>
__________________________________________
#2 EXECUTION OF A SINGLE COMMAND
__________________________________________
// Lauch server (listener)
// Example: python3 netX.py -t -p -l -r=""
python3 netX.py -t 192.168.1.101 -p 5555 -l -r="whoami"
// Lauch client
// Example: python3 netX.py -t -p
python3 netX.py -t 192.168.1.101 -p 5555
ctrl+D
ghostface
>
________________________________________
#3 SENDING REQUEST
________________________________________
echo -ne "GET / HTTP/1.1\r\nHost: www.google.com\r\n\r\n" | python3 ./netX.py -t www.google.com -p 80
________________________________________
FOR MORE DETAILED INSTRUCTIONS
________________________________________
python3 netX.py -h
python3 netX.py --help
________________________________________
LEGAL STATEMENT
________________________________________
By downloading, modifying, redistributing, and/or executing NetX, the
user agrees to the contained LEGAL.txt statement found in this repository.
I, scarlet-oni, the creator, take no legal responsibility for unlawful actions
caused/stemming from this program.
Use responsibly and ethically!