Skip to content

simple network client and server that can be used push files or have a listener that give command line acess

Notifications You must be signed in to change notification settings

murithi23/bhnpnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Description

BNP Net tool is a light weight python script that enables": remote command execution file uploads ineractive command shell TCP client/server communication

Features

bind/listen mode(-l) his is o accept incoming connections command execution -e run a specific command ineeractive shell -c spawn command shell file upload -u uploads files to the target raw tcp client sends data from stdin

Insallation only requirements are python 3

download he script from he repository

git clone https://github.com/murithi23/bhnpnet.git cd bhpnet

Usage To start a listener on port 55 with a command shell python bpnet.py - <targe_ip> -p -l -c

To execue a command remoel
python bpnet.py - <target_ip> -p <target_port> -l -e "ls -la"

To upload a file python bhnpnet.py - <target_ip> -p <target_port> -l -u /path/to/upload

basic command shell server python bhnpnet.py - <target_ip> -p 4444 -l -c

client nc <server_ip> 4444

!!!!!secure noice!!!!! the script is for educational and research purposes only use carefully and ethically

About

simple network client and server that can be used push files or have a listener that give command line acess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages