watobo 0.9.8.677 → 0.9.8.680
Sign up to get free protection for your applications and to get access to all the features.
- data/.yardopts +3 -0
- data/CHANGELOG +141 -0
- data/README +79 -0
- data/lib/watobo/core/active_check.rb +0 -4
- data/lib/watobo/core/session.rb +0 -2
- data/lib/watobo/gui/conversation_table.rb +0 -2
- data/lib/watobo/gui/main_window.rb +2 -2
- data/lib/watobo/gui/utils/save_session_settings.rb +8 -0
- data/lib/watobo/gui.rb +0 -1
- data/lib/watobo.rb +1 -1
- metadata +7 -4
data/.yardopts
ADDED
data/CHANGELOG
ADDED
@@ -0,0 +1,141 @@
|
|
1
|
+
= Version 0.9.8
|
2
|
+
== NEW
|
3
|
+
* Ruby 1.9 Support - no more 1.8 don't even try it ;)
|
4
|
+
* WATOBO available as a Gem
|
5
|
+
* Reorganisation of WATOBO settings files.
|
6
|
+
* Reorganisation of WATOBO project.
|
7
|
+
* Introduced Framework capabilities
|
8
|
+
* Changed version numbering for Gem compatibility
|
9
|
+
* SSLChecker-Plugin: nicer gui, now you can scan a site which is not already in conversation list
|
10
|
+
* Conversation-Table: better search features, e.g. URL, Request or Response
|
11
|
+
* Chat-Viewer: added a 'save'-button to save the response's body to a file, e.g. save a flash file for further investigations
|
12
|
+
* Scanner: now follows 302-redirects - this option is only available via QuickScan
|
13
|
+
* GUI: purge (multiple) findings is possibel via FindingsTree
|
14
|
+
|
15
|
+
== Fixes
|
16
|
+
* lib/mixin/request_parser.rb: fixed file handling
|
17
|
+
* fixed pattern for detecting file upload fields
|
18
|
+
* optimized "tagless" view
|
19
|
+
* optimized lots of threading stuff, e.g. progress bars, log-windows, ...
|
20
|
+
* lib/qGui: changed progress_window
|
21
|
+
|
22
|
+
= Version 0.9.7 Revision 534
|
23
|
+
== NEW
|
24
|
+
* MasterPassword for encrypting Proxy- and WWW-Auth-Passwords
|
25
|
+
* Hotkey-Help: Press F1 to view all Hotkeys for the focused widget!!! Works in ManualRequestEditor, Interceptor, ChatViewers
|
26
|
+
* Interceptor: Intercept Filters, Editor, Hotkeys - almost complete rewrite!!!
|
27
|
+
* Passive Module: 'DOM XSS' - checks for javascript code which manipulates DOM and may be misused for XSS
|
28
|
+
* Passive Module: 'Detect One-Time-Tokens' - checks for parameters which may be used to prevent CSRF-Attacks
|
29
|
+
* ManualRequest Following Redirects Automatically (optional)
|
30
|
+
* ManualRequest: Added Hotkeys for 'send' (ctrl-enter) and transcoding ctrl-[shift]-b (base64), ctrl-[shift]-u (url)
|
31
|
+
* ManualRequest: new Transform 'Get -> Post'
|
32
|
+
* TableEditor: Added Hotkeys; ctrl-[shift]-b (base64), ctrl-[shift]-u (url), ctrl-enter (send request)
|
33
|
+
* Passive Module: 'Detect Code' - Now also checks for ASP-Snippets
|
34
|
+
* ConversationTable: added SSL-Icon
|
35
|
+
* TextView: added Match-Navigation for 'Highlight'- and 'Grep'-Filter
|
36
|
+
* One-Time-Token-Dialog: Target chat is also visible for OTT-pattern creation.
|
37
|
+
* WATOBO-Logo: watobo-48x48.png for nice desktop shortcuts/launchers ;)
|
38
|
+
|
39
|
+
== Fixes
|
40
|
+
* FullScan-Wizzard: Empty Scanlist
|
41
|
+
* Fixed Typo in lib/utils/response_hash.rb (SmartHash)
|
42
|
+
* Manual Request Editor: Add Parameter in TableView
|
43
|
+
* ConversationTable: Fixed Error Cutting Of Last Char On Copy
|
44
|
+
* ConversationTable: Now update 'comment' immediately in table
|
45
|
+
* Required BasicAuth will now be sent to browser
|
46
|
+
* Module SQL_Boolean: Adding a Finding produced an error
|
47
|
+
* FileFinder & CatalogScanner: 'Custom Error Patterns' are recognized
|
48
|
+
* TableEditor: Fixed Parsing Problem - appended parms instead of replacing
|
49
|
+
* Interceptor: Fixed handling of chunk-encoded server responses
|
50
|
+
* SmartHash: Fixed Reduction -> much faster and less false-positives on blindSQLi
|
51
|
+
|
52
|
+
|
53
|
+
= Version 0.9.6 Build 271
|
54
|
+
== Fixes
|
55
|
+
* Scanner: Scanner works without proxy
|
56
|
+
|
57
|
+
= Version 0.9.6 Build 270
|
58
|
+
== Fixes
|
59
|
+
* ProxyDialog: AddProxy-Crash
|
60
|
+
* Scanner: No Probe For Target If Proxy Is Set
|
61
|
+
* Session: Fixed NTLM-Authentication
|
62
|
+
|
63
|
+
= Version 0.9.6
|
64
|
+
!! NOTE !!
|
65
|
+
Due to the import fix you can't import older WATOBO sessions!
|
66
|
+
|
67
|
+
== NEW
|
68
|
+
* General: Supports One-Time-Tokens (e.g. Anti-CSRF-Tokens)
|
69
|
+
* General: NTLM Authentication (Server and Proxy)
|
70
|
+
* New Plugin: FileFinder
|
71
|
+
* GUI: switch the icon and text size for lower screen resolution
|
72
|
+
* Manual Request Editor: Table-View for easier parameter manipulation
|
73
|
+
|
74
|
+
== !!! CONTRIBUTIONS !!! :))
|
75
|
+
Hans-Martin Muench contributed two active-check modules:
|
76
|
+
* modstatus.rb:
|
77
|
+
* crossdomain.rb:
|
78
|
+
|
79
|
+
== Minor Changes
|
80
|
+
* slightly improved SQL-Injection (Simple)
|
81
|
+
* now you can hide 404 and 302 in Sites Tree
|
82
|
+
|
83
|
+
== Fixes
|
84
|
+
* General: Fixed Import Problem ('inspect' data before YAML'izing)
|
85
|
+
* General: Fixed "limitation" of forwarding proxy port length 4 -> 5, wtf???
|
86
|
+
* General: Fixed EOF handling on socket operation
|
87
|
+
* Catalog Scan: now use forwarding proxy
|
88
|
+
* Interceptor: Fixed Drop and Discard
|
89
|
+
|
90
|
+
== Minor Fixes
|
91
|
+
* General: switched to unix style line breaks again * got lost somewhere ...
|
92
|
+
* General: fixed path reference for already tested directories in HTTP-Methods and Dir-Walker (reported by Hans-Martin Muench)
|
93
|
+
* General: fixed HashBang line in start_watobo.rb (reported by Achim Hoffmann)
|
94
|
+
* GUI: changed appearance of History
|
95
|
+
* Sites Tree: workaround for FXTreeList.findItem (bug?)
|
96
|
+
* GUI: now counters get reset when new project is started
|
97
|
+
|
98
|
+
|
99
|
+
= Version 0.9.5
|
100
|
+
== New
|
101
|
+
* PassThrough for large responses or special content-types (Interceptor/Proxy)
|
102
|
+
* Introduced Plugins
|
103
|
+
* Introduced Full logging of Scans
|
104
|
+
* Introduced Target-Scope
|
105
|
+
* Introduced Quick-Filter in Sites-Tree-View
|
106
|
+
* Introduced Scope-Filter-Option for conversation table
|
107
|
+
* Introduced Request-Transform (POST->GET) for Manual Requests
|
108
|
+
* New Plugin: Catalog-Scan
|
109
|
+
* New Plugin: SSL-Check
|
110
|
+
|
111
|
+
== Improvements/Bugfixes
|
112
|
+
* using YAML for saving settings
|
113
|
+
* speedup of session-import
|
114
|
+
* request/response-viewer: auto-reset on grep
|
115
|
+
* fixed hash-calculation for findings in passive checks
|
116
|
+
* fixed autoscroll not disable-able
|
117
|
+
* fixed passive module "cookie-options"
|
118
|
+
* fixed numRequests calculation in FuzzFile-Generator
|
119
|
+
* fixed url-shaping if parameter contains /https?/
|
120
|
+
* fixed button behaviour @interceptor
|
121
|
+
|
122
|
+
= Version 0.9.2
|
123
|
+
* NEW: History navigation (for Manual Requests Editor)
|
124
|
+
* NEW: Fuzzer Engine
|
125
|
+
* NEW: Differ usability improved
|
126
|
+
* NEW: WATOBO now can run on Windows, Linux and MAC
|
127
|
+
* FIX: fixed table-right-click crash
|
128
|
+
* MISC: Redesign of chat-table-menu
|
129
|
+
* MISC: Improved checks for recognizing proxy settings
|
130
|
+
|
131
|
+
= Version 0.9.1-96
|
132
|
+
* load fox16 problem fixed - hope not too many user were hit by this!
|
133
|
+
* auto-save of proxy settings
|
134
|
+
* fixed some issues with the fuzzer
|
135
|
+
|
136
|
+
= Version 0.9.1-95
|
137
|
+
* fixed hash calculation for better blind-sql checks
|
138
|
+
* added Differ for diffing chats (very nice)
|
139
|
+
* added HexViewer (no editor yet)
|
140
|
+
* open session/project by double clicking
|
141
|
+
* response get cut off after
|
data/README
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
|
2
|
+
= WATOBO - THE Web Application Toolbox
|
3
|
+
WATOBO is a security tool for web applications. WATOBO is intended to enable security professionals to perform efficient (semi-automated) web application security audits.
|
4
|
+
|
5
|
+
Most important features:
|
6
|
+
* WATOBO has Session Management capabilities! You can define login scripts as well as logout signatures. So you don’t have to login manually each time you get logged out.
|
7
|
+
* WATOBO can perform vulnerability checks out of the box.
|
8
|
+
* WATOBO supports Inline De-/Encoding, so you don’t have to copy strings to a transcoder and back again. Just do it inside the request/response window with a simple mouse click.
|
9
|
+
* WATOBO has smart filter functions, so you can find and navigate to the most interesting parts of the application easily.
|
10
|
+
* WATOBO is written in (FX)Ruby and enables you to easiely define your own checks
|
11
|
+
* WATOBO is free software ( licensed under the GNU General Public License Version 2)
|
12
|
+
* It’s by siberas ;)
|
13
|
+
|
14
|
+
== Installation
|
15
|
+
Please install Ruby 1.9.2+ first before you continue.
|
16
|
+
|
17
|
+
Note: Ruby 1.8 is no longer supported!
|
18
|
+
|
19
|
+
Note: WATOBO will not run under Ruby 1.8 anymore!
|
20
|
+
|
21
|
+
Note: Please upgrade Ruby to 1.9.2+, because WATOBO will not run under Ruby 1.8!
|
22
|
+
|
23
|
+
Note: Ruby 1.8 is crap, so get rid of it!
|
24
|
+
|
25
|
+
... just want to be sure ;)
|
26
|
+
|
27
|
+
=== Windows 7/Vista/XP
|
28
|
+
gem install watobo
|
29
|
+
|
30
|
+
=== BackTrack 5
|
31
|
+
gem install selenium-webdriver
|
32
|
+
gem install watobo
|
33
|
+
|
34
|
+
=== Generic Linux (with APT)
|
35
|
+
* Install Ruby via RVM
|
36
|
+
* Setting up a build environment for linux
|
37
|
+
Based on Lyle Johnsons tutorial https://github.com/lylejohnson/fxruby/wiki/Setting-Up-a-Linux-Build-Environment
|
38
|
+
apt-get -y install ruby-full
|
39
|
+
apt-get -y install install zlib1g-dev libbz2-dev libpng12-dev libjpeg62-dev libtiff4-dev
|
40
|
+
apt-get -y install zlib1g-dev libbz2-dev libpng12-dev libjpeg62-dev libtiff4-dev
|
41
|
+
apt-get -y install libx11-dev libglu1-xorg-dev libxcursor-dev libxext-dev libxrandr-dev libxft2-dev
|
42
|
+
apt-get -y install g++
|
43
|
+
|
44
|
+
* Install the Fox-Toolkit libs
|
45
|
+
Use version 1.6.44 only. The 1.7 branch is incompatible with fxruby!
|
46
|
+
You can download it from the fox-tookit homepage http://www.fox-toolkit.org/
|
47
|
+
wget http://ftp.fox-toolkit.org/pub/fox-1.6.44.tar.gz
|
48
|
+
tar xzvf fox-1.6.44.tar.gz
|
49
|
+
cd fox-1.6.44
|
50
|
+
./configure
|
51
|
+
make
|
52
|
+
make install
|
53
|
+
cd ..
|
54
|
+
|
55
|
+
* Install the Gems
|
56
|
+
First install the selenium-webdriver gem which is necessary on xnix platforms for the browser preview feature of watobo.
|
57
|
+
gem install selenium-webdriver
|
58
|
+
Finally install the watobo gem.
|
59
|
+
gem install watobo
|
60
|
+
|
61
|
+
== Usage
|
62
|
+
In your command prompt start WATOBO with the command:
|
63
|
+
watobo_gui.rb
|
64
|
+
|
65
|
+
After starting WATOBO the interception proxy is listening on localhost:8081.
|
66
|
+
|
67
|
+
Configure your browser to use WATOBO as its proxy and visit the site you want to audit.
|
68
|
+
|
69
|
+
== Documentation
|
70
|
+
Check the online (video) tutorials at http://watobo.sourceforge.net
|
71
|
+
|
72
|
+
== Tips & Tricks
|
73
|
+
* On Linux you should use RVM to install Ruby (http://beginrescueend.com/rvm/install/)
|
74
|
+
* Use FoxyProxy or SwitchProxy to easily change your proxy settings
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
|
@@ -298,11 +298,7 @@ module Watobo
|
|
298
298
|
# puts chat.request.site
|
299
299
|
tlist = []
|
300
300
|
@inner_pool = []
|
301
|
-
dummy = Hash.new
|
302
301
|
generateChecks(chat) do |check|
|
303
|
-
dummy[chat.id] ||= 0
|
304
|
-
dummy[chat.id] += 1
|
305
|
-
puts dummy.to_yaml
|
306
302
|
unless @@status == :stopped
|
307
303
|
@@pool_mutex.synchronize do
|
308
304
|
while @@check_count > @@max_checks or @@login_in_progress
|
data/lib/watobo/core/session.rb
CHANGED
@@ -367,8 +367,8 @@ module Watobo
|
|
367
367
|
#puts @active_project.getWwwAuthentication().to_yaml
|
368
368
|
Watobo::Conf::General.save_passwords = w3adlg.savePasswords?
|
369
369
|
saveProjectSettings(@active_project)
|
370
|
-
save_default_settings(@active_project)
|
371
|
-
@iproxy.www_auth = @active_project.
|
370
|
+
Watobo::Gui.save_default_settings(@active_project)
|
371
|
+
@iproxy.www_auth = @active_project.getWwwAuthentication()
|
372
372
|
end
|
373
373
|
puts "* new www_auth settings"
|
374
374
|
# puts YAML.dump(@active_project.settings[:www_auth])
|
@@ -19,3 +19,11 @@
|
|
19
19
|
# along with WATOBO; if not, write to the Free Software
|
20
20
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
21
21
|
# .
|
22
|
+
module Watobo
|
23
|
+
module Gui
|
24
|
+
def self.save_session_settings()
|
25
|
+
puts "TODO: SAVE_SESSION_SETTINGS"
|
26
|
+
puts __FILE__
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
data/lib/watobo/gui.rb
CHANGED
data/lib/watobo.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watobo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.8.
|
4
|
+
version: 0.9.8.680
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-04-
|
12
|
+
date: 2012-04-10 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fxruby
|
16
|
-
requirement: &
|
16
|
+
requirement: &24308700 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *24308700
|
25
25
|
description: WATOBO is intended to enable security professionals to perform efficient
|
26
26
|
(semi-automated ) web application security audits. It works like a local web proxy.
|
27
27
|
email: watobo@siberas.de
|
@@ -288,6 +288,9 @@ files:
|
|
288
288
|
- icons/Yellow Ball.ico
|
289
289
|
- icons/Yellow Ball_16x16.ico
|
290
290
|
- icons/Yellow Ball_24x24.ico
|
291
|
+
- README
|
292
|
+
- CHANGELOG
|
293
|
+
- .yardopts
|
291
294
|
- bin/watobo_gui.rb
|
292
295
|
homepage: http://watobo.sourceforge.net
|
293
296
|
licenses: []
|