Skip to content

A net tool based from the explaination on BHP about how to create a netcat-like tool

Notifications You must be signed in to change notification settings

Giardi77/Birbanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Birbanet

A net tool based from the explaination on BHP about how to create a netcat-like tool

How to run:

  • cd Birbanet
  • (on listening machine) python3 Birbanet.py -t {ip address} -p {port} -l -c
  • (on sender machine) python3 Birbanet.py -t {ip address} -p {port}

fixes to do :

  • upload feature is untested
  • command 'cat' without params breaks the code on sender side

About

A net tool based from the explaination on BHP about how to create a netcat-like tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages