From f5de37b0f516fc77f1bc0d6b9abd69fb6bf671a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarjei=20Hus=C3=B8y?= Date: Mon, 30 May 2016 08:36:46 -0700 Subject: [PATCH] Add warning about socket code --- postgres_mitm.py | 3 +++ 1 file changed, 3 insertions(+) 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