Pinject icon indicating copy to clipboard operation
Pinject copied to clipboard

Raw Packet Injection tool

Results 5 Pinject issues
Sort by recently updated
recently updated
newest added

I just changed some print statements to make it work, python2 is outdated

Hello, i've used the script before, but now every time i try i have this error: `socket.gaierror: [Errno -2] Name or service not known` I have pinject.py already Thanks since...

找了半天,根本没一个能用的,不如自己用scapy写

Hi, Somehow , I get this error after running the script - NameError: global name 'send' is not define Regards

Checksum function does not work for odd-sized data. Here is the one I use: def checksum(data): s = 0 n = len(data) % 2 if n: data = data +...