EONRaider / blackhat-python3

Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
2.02k stars 414 forks source link

missing netcat.py in chapter02 #16

Closed JohannPally closed 1 year ago

JohannPally commented 1 year ago

I'm trying to debug an error with the pipelined argument example in chapter two echo -ne "GET / HTTP/1.1\r\nHost: reachtim.com\r\n\r\n" |python ./netcat.py -t reachtim.com -p 80 but could not find a netcat.py file to compare in this repository.

JohannPally commented 1 year ago

spotted bhnet.py

EONRaider commented 1 year ago

Ok!