Only in wifizoo_black_v1.3: logs diff -ur wifizoo_v1.3/webgui/index.html wifizoo_black_v1.3/webgui/index.html --- wifizoo_v1.3/webgui/index.html 2008-01-20 21:24:04.000000000 +1000 +++ wifizoo_black_v1.3/webgui/index.html 2008-05-07 23:52:55.000000000 +1000 @@ -1,34 +1,53 @@ - -WifiZoo v1.3 - Control Panel + + + + +WifiZoo - Control Panel + + -

WifiZoo v1.3 - Control Panel

-
+
+ + +
+ - - - - -
-

General Info

-SSIDS (AP) List -

-BSSID->Clients Graph -

-Probes Graph -

-SSIDS Obtained from ProbeRequests -

-Stats -

-

Captured Data

-POP3 Credentials

-Cookies

-FTP Data

-SMTP Data

-MSN Data

-

-

-(check out the ./logs directory for more captured data). - - +

+   +

+ + +
+   +
+ + +
+
+ + Only in wifizoo_black_v1.3/webgui: index.html~ Only in wifizoo_black_v1.3/webgui: zoo_layout diff -ur wifizoo_v1.3/wifizoowebgui.py wifizoo_black_v1.3/wifizoowebgui.py --- wifizoo_v1.3/wifizoowebgui.py 2008-01-20 21:23:16.000000000 +1000 +++ wifizoo_black_v1.3/wifizoowebgui.py 2008-05-07 23:52:55.000000000 +1000 @@ -46,21 +46,91 @@ self.send_response(200, 'OK') self.send_header('Content-type', 'text/html') self.end_headers() - self.wfile.write('\n') - self.wfile.write('') + self.wfile.write(''' + + + +WifiZoo - Control Panel + + + +
+ + +
+ + + +
''') - self.wfile.write('WifiZoo - Statistics\n') counters = wifiglobals.Info.getAllCounters() if len(counters) == 0: - self.wfile.write('No data collected yet.

') - self.wfile.write('


Close') + self.wfile.write('No data collected yet.') + self.wfile.write('''  +

+ + +
+   +
+ + +
+
+ +''') return - self.wfile.write('\n') + self.wfile.write('
\n') for k in counters.keys(): - self.wfile.write('') - self.wfile.write('
' + k + ': ' + str(counters[k]) + '
') - self.wfile.write('
Close') - self.wfile.write('') + self.wfile.write('' + k + ': ' + str(counters[k]) + '') + self.wfile.write('') + self.wfile.write('''  +
+
+ +
+ +
+   +
+ + + + + +''') return @@ -68,8 +138,24 @@ self.send_response(200, 'OK') self.send_header('Content-type', 'text/html') self.end_headers() - self.wfile.write('\n') - self.wfile.write('WifiZoo - Set Cookie in proxy\n') + self.wfile.write(''' + + + +WifiZoo - Control Panel + + + +
+ + +
+ +
''') thePath = self.path[ self.path.find('?')+1: ] params = thePath.split('&') params_dict = {} @@ -79,9 +165,11 @@ aCookie = WifiZooEntities.Cookie() aCookie.setData( params_dict[ 'cookie'] ) wifiglobals.Info.setCookie( aCookie ) - self.wfile.write('Cookie Set!

') - self.wfile.write('Jump to %s

' % (params_dict['host'], params_dict['host'])) - self.wfile.write('Back

') + self.wfile.write('

Cookie Set!

') + self.wfile.write('

') + self.wfile.write('Jump to %s' % (params_dict['host'], params_dict['host'])) + self.wfile.write('

Back') + self.wfile.write('

') #self.wfile.write("
") #self.wfile.write('Cookie:

') #self.wfile.write('