mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-05 20:42:16 -07:00
Defined encoding as UTF-8 to improve compatibility.
This commit is contained in:
parent
add164236c
commit
28cbfd4472
1 changed files with 1 additions and 0 deletions
1
LANs.py
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue