Skip to content
/ netcat Public

Netcat implementation in python (with file transfer and command forward)

Notifications You must be signed in to change notification settings

nelodvn/netcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

netcat

Simple implementation of good and old netcat in python.

TODO: send commands

Usage:

  • File transfer server:

./pycat.py -u /tmp/fileToReceiv -p 6666 -l

  • File transfer client:

./pycat.py -t localhost -p 6666 -u /tmp/fileToSend

About

Netcat implementation in python (with file transfer and command forward)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages