Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit cb75a9f

Browse files
author
root
committed
Updated
1 parent 86a8b55 commit cb75a9f

31 files changed

+31
-31
lines changed

1 mac_changer/getmac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import subprocess
44
import re

1 mac_changer/macchanger-1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import subprocess
44

1 mac_changer/macchanger-2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Storing the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

1 mac_changer/macchanger-9.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
'''
33
Getting the value for the interface and mac addr to a variable and
44
then pass the value to the command directly

0 commit comments

Comments
 (0)