This commit is contained in:
englehardt 2014-03-31 20:29:33 -04:00
Родитель f2379ddc16
Коммит de69060c1c
5 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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

2
test_sites.txt Normal file
Просмотреть файл

@ -0,0 +1,2 @@
google.com
yahoo.com