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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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-final.py

+1-1
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 optparse

2 network_scan/network_scanner-1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-7.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44

2 network_scan/network_scanner-8.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import optparse

2 network_scan/network_scanner-9.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import argparse

2 network_scan/network_scanner-final.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import argparse

final/arp_spoof-final.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import time

final/arp_spoof-refine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import time

final/dns-spoofer-advanced.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
#capture the request packet from client and save to a queue using iptables and alter send or recieve modified packet
33
#convert the raw packet to scapy packet to modify the request
44
#In single machine

final/dns-spoofer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
#capture the request packet from client and save to a queue using iptables and alter send or recieve modified packet
33
#convert the raw packet to scapy packet to modify the request
44

final/macchanger-final.py

+1-1
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 optparse

final/net-accepter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
#capture the request packet from client and save to a queue using iptables and alter send or recieve modified packet
33
#iptables commands iptables -I FORWARD -j NFQUEUE --queue-num 0
44
#iptables -I FORWARD -j NFQUEUE --queue-num 0

final/net-cutter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
#capture the request packet from client and save to a queue using iptables and alter to send or recieve modified packet
33
#drop the packet cut the netconnection because packet.accept() is not specified
44
#iptables -I FORWARD -j NFQUEUE --queue-num 0

final/network_scanner-final.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import scapy.all as scapy
44
import argparse

final/packet_sniffer-final.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22
#filtering with 3 rd party module scap_http for request method
33
#filter only creditials which contains login, username, password as keyword
44
#extracting urls

final/replace_downloads.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2
1+
#!/usr/bin/python
22

33
import netfilterqueue
44
import scapy.all as scapy

0 commit comments

Comments
 (0)