Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages