mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-12 08:07:11 -07:00
commented out un-used code
This commit is contained in:
parent
9bd6458a72
commit
e582bc5fb7
1 changed files with 4 additions and 2 deletions
|
@ -22,12 +22,12 @@ import logging
|
||||||
import threading
|
import threading
|
||||||
import binascii
|
import binascii
|
||||||
import random
|
import random
|
||||||
import dns.resolver
|
#import dns.resolver
|
||||||
|
|
||||||
from base64 import b64decode
|
from base64 import b64decode
|
||||||
from urllib import unquote
|
from urllib import unquote
|
||||||
from time import sleep
|
from time import sleep
|
||||||
from netfilterqueue import NetfilterQueue
|
#from netfilterqueue import NetfilterQueue
|
||||||
|
|
||||||
logging.getLogger("scapy.runtime").setLevel(logging.ERROR) #Gets rid of IPV6 Error when importing scapy
|
logging.getLogger("scapy.runtime").setLevel(logging.ERROR) #Gets rid of IPV6 Error when importing scapy
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
@ -245,6 +245,7 @@ class _ICMP():
|
||||||
while self.send:
|
while self.send:
|
||||||
sendp(pkt, inter=self.icmp_interval, iface=interface, verbose=debug)
|
sendp(pkt, inter=self.icmp_interval, iface=interface, verbose=debug)
|
||||||
|
|
||||||
|
"""
|
||||||
class _DNS():
|
class _DNS():
|
||||||
|
|
||||||
hsts = False
|
hsts = False
|
||||||
|
@ -374,3 +375,4 @@ class _DNS():
|
||||||
|
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print "Exception occurred while modifying DNS: " + str(e)
|
print "Exception occurred while modifying DNS: " + str(e)
|
||||||
|
"""
|
Loading…
Add table
Add a link
Reference in a new issue