Add warning about socket code
This commit is contained in:
parent
c63c5d2f3b
commit
f5de37b0f5
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ from __future__ import print_function
|
||||||
# fields on the IP packets or similar, depending on how you're performing the
|
# fields on the IP packets or similar, depending on how you're performing the
|
||||||
# attack.
|
# attack.
|
||||||
|
|
||||||
|
# PS: Please don't look to this script for examples of how to write good socket
|
||||||
|
# code, this is just a quick proof of concept.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import hashlib
|
import hashlib
|
||||||
import socket
|
import socket
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue