зеркало из https://github.com/openwpm/OpenWPM.git
name change, minor updates
This commit is contained in:
Родитель
f2379ddc16
Коммит
de69060c1c
|
@ -1,4 +1,4 @@
|
|||
from ..SocketManager import serversocket
|
||||
from ..SocketInterface import serversocket
|
||||
import sqlite3
|
||||
import time
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Customized MITMProxy
|
||||
# Extends the proxy controller to add some additional
|
||||
# functionality to handling requests and responses
|
||||
from ..SocketManager import clientsocket
|
||||
from ..SocketInterface import clientsocket
|
||||
from libmproxy import controller
|
||||
import sys
|
||||
import Queue
|
||||
|
|
|
@ -3,6 +3,7 @@ from Commands import profile_commands
|
|||
from DataAggregator import DataAggregator
|
||||
|
||||
from multiprocessing import Process, Queue
|
||||
from threading import Thread
|
||||
import os
|
||||
import signal
|
||||
import sqlite3
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
google.com
|
||||
yahoo.com
|
Загрузка…
Ссылка в новой задаче