mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-16 10:03:46 -07:00
hashbang better
This commit is contained in:
parent
037056a7ed
commit
eb810c6a39
2 changed files with 14 additions and 3 deletions
6
LANs.py
6
LANs.py
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python2
|
||||
'''
|
||||
Description: MITMs a LAN victim and prints all the interesting unencrypted info like passwords and messages. Asynchronous multithreaded arp spoofing packet parser.
|
||||
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
|
||||
nmap (optional)
|
||||
nbtscan (optional)
|
||||
|
@ -760,7 +760,7 @@ class active_users():
|
|||
maclist.append(nmapmac)
|
||||
zipped = zip(iplist, maclist)
|
||||
self.IPandMAC = [list(item) for item in zipped]
|
||||
|
||||
|
||||
print routerIP;
|
||||
# Make sure router is caught in the arp ping
|
||||
r = 0
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[*] Router IP: 10.0.0.1
|
||||
[*] victim IP: 10.0.0.8
|
||||
[*] Router MAC: cc:35:40:41:49:30
|
||||
[*] Victim MAC: 00:13:02:a6:8f:12
|
||||
[*] www.neopets.com/
|
||||
[*] www.neopets.com/
|
||||
[*] www.neopets.com/
|
||||
[*] www.neopets.com/
|
||||
[*] www.neopets.com/
|
||||
[*] www.neopets.com/
|
||||
[*] www.facebook.com/plugins/like.php?api_key=&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D28%23cb%3Df24a0
|
Loading…
Add table
Add a link
Reference in a new issue