From 927018f332d7a1ca729e7a268174530e8b2fb248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarjei=20Hus=C3=B8y?= Date: Sun, 5 Jun 2016 08:32:19 -0700 Subject: [PATCH] Add shebang to mitm script --- postgres_mitm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres_mitm.py b/postgres_mitm.py index 7c26d5c..abdaab3 100755 --- a/postgres_mitm.py +++ b/postgres_mitm.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + from __future__ import print_function # This script demonstrates how to setup a Man-in-the-Middle (MitM) attack on a