From 28cbfd44727950c2415ddfa3fb5124069b02f686 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 9 Nov 2014 14:52:41 -0500 Subject: [PATCH] Defined encoding as UTF-8 to improve compatibility. --- LANs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/LANs.py b/LANs.py index 5af2ad8..016d6a5 100755 --- a/LANs.py +++ b/LANs.py @@ -1,4 +1,5 @@ #!/usr/bin/env python2 +# -*- coding: utf-8 -*- ''' Description: ARP poisons a LAN victim and prints all the interesting unencrypted info like usernames, passwords and messages. Asynchronous multithreaded arp spoofing packet parser. Prerequisites: Linux