Add warning about socket code

This commit is contained in:
Tarjei Husøy 2016-05-30 08:36:46 -07:00
parent c63c5d2f3b
commit f5de37b0f5

View file

@ -18,6 +18,9 @@ from __future__ import print_function
# fields on the IP packets or similar, depending on how you're performing the
# 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 hashlib
import socket