Skip to content

Commit 05eb13f

Browse files
committed
Update networking.py
1 parent 26e3acb commit 05eb13f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

networking.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
#uses scapy, you need to have scapy installed, gets the MAC address of the IP address you specify by sending and receiving
2-
#ARP request and response
1+
#!/usr/bin/python
2+
3+
#Author: Suraj Patil
4+
#Version: 1.0
5+
#Date: 25th March 2014
6+
7+
'''uses scapy, you need to have scapy installed, gets the MAC address of the IP address you specify by sending and receiving
8+
ARP request and response'''
39

410
from scapy.all import *
511
ip = raw_input('Enter IP address')

0 commit comments

Comments
 (0)