We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3acb commit 05eb13fCopy full SHA for 05eb13f
networking.py
@@ -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
+#!/usr/bin/python
+
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'''
9
10
from scapy.all import *
11
ip = raw_input('Enter IP address')
0 commit comments