diff --git a/postgres_mitm.py b/postgres_mitm.py index 8e4c7fe..829719f 100644 --- a/postgres_mitm.py +++ b/postgres_mitm.py @@ -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