Skip to content
master
Go to file
Code
This branch is 1 commit behind aweimeow:master.

README.md

PyCat

Release Build Status LICENSE Coverage Status

** An implementation of netcat in Python ** 🎉

Installation

git clone https://github.com/aweimeow/PyCat
cd PyCat

python setup.py install

Usage

pycat [ -h ] -t IP [ -p PORT ]

-t IP
    Required, 
    Accept IPv4 format and IPv4 with netmask.

-p PORT
    Optional, 
    Accept comma seperated number(e.g. 1,2,3,4) and port range with dash(e.g. 1-100), 
    If PORT is not given, pycat will scan port from 1 to 1023.

Development Guide

Develop environment prepare

$ cd PyCat
$ virtualenv venv -p python3
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python setup.py install

About

NCTU Software Testing Class HW2 - Netcat write by python

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.