NullArray / PyCat

Python network tool, similar to Netcat with custom features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not respending

ahmedcharef opened this issue · comments

Hello, after I installed this project on my ubuntu 16.04 machine,Nothing to show after I run:
sudo python PyCat.py

Always this msg is displayed:

[+]Scanning the local network.

That's because the code is no good. It's taken from a book called Black Hat Python that has errors all through it. I'll see if I can't get it working as intended.

That's because the code is no good. It's taken from a book called Black Hat Python that has errors all through it. I'll see if I can't get it working as intended.

Yes, considering the tool was one of my first projects it draws major functionality from the original source in Black Hat Python. Last i checked it did run correctly on Windows 7, this was a while ago though, but since there have been a number of updates to modules and more it might be necessary to seriously update this tool and refactor accordingly. I haven't worked on this tool for quite a while in favor of my more recent projects and i apologize for any inconvenience that may have been caused by me doing so.

@ahmedcharef You can skip the scanning procedure by sending a keyboard interrupt with CTRL+C

@werallmachines If you feel like contributing to the updating process you are very much welcome to do so. Pull requests are always appreciated.

Take me under your wing to learn penetrating testing with python!