Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siberas/watobo
https://github.com/siberas/watobo
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siberas/watobo
- Owner: siberas
- License: gpl-2.0
- Created: 2015-08-13T11:31:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T16:43:43.000Z (6 months ago)
- Last Synced: 2024-08-05T17:42:42.661Z (4 months ago)
- Language: Ruby
- Size: 3.77 MB
- Stars: 88
- Watchers: 10
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - siberas/watobo - (Ruby)
README
WATOBO - THE Web Application Toolbox
===
WATABO is a security tool for testing web applications. It is intended to enable security professionals to perform efficient (semi-automated) web application security audits.Most important features:
* 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.
* WATOB can act as a transparent proxy (requires nfqueue)
* WATOBO can perform vulnerability checks out of the box
* WATOBO can perform checks on functions which are protected by Anti-CSRF-/One-Time-Tokens
* 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.
* WATOBO has smart filter functions, so you can find and navigate to the most interesting parts of the application easily.
* WATOBO is written in (FX)Ruby and enables you to easily define your own checks
* WATOBO runs on Windows, Linux, MacOS ... every OS supporting (FX)Ruby
* WATOBO is free software ( licensed under the GNU General Public License Version 2)
* It’s by siberas ;)Documentation
---
Check out the online documentation and video tutorials at http://watobo.sourceforge.netTips & Tricks
---
* On Linux you should use RVM to install Ruby (http://beginrescueend.com/rvm/install/)
* Use FoxyProxy or SwitchProxy to easily change your proxy settings