Contact
Sponsors
| ||||
|---|---|---|---|---|
| Day | Events | |||
| 05/21 Tuesday | 1930 - meetup 2000 Valná hromada | |||
| 05/22 Wednesday | 2200 Elektřina jinak @ Styx smart club = skoro přes řeku od brmlabu | |||
| 05/23 Thursday | 2000 Digital Signal Processing: Reloaded | |||
| Day | Events | |||
This shows you the differences between two versions of the page.
|
project:interceraptor [2012/11/13 19:14] da3m0n22 [performance] |
project:interceraptor [2013/03/02 17:01] (current) da3m0n22 [schemas] |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| * cookie jar | * cookie jar | ||
| * active session maintaining | * active session maintaining | ||
| - | * Throttle (max requests per time ...) | + | * Throttle (max requests per time ...) |
| + | * data parsing (nonce extraction. VIEWSTATE) | ||
| + | * time analysis for request-response (show the delta) | ||
| Vulnerability discovery: | Vulnerability discovery: | ||
| * http protocol fuzzing / content discovery (files, directories, http parameters) | * http protocol fuzzing / content discovery (files, directories, http parameters) | ||
| - | * inner protocol fuzzing (JSON, REST, SOAP) | + | * inner protocol fuzzing (JSON, XML, REST, SOAP) |
| Data manipulation: | Data manipulation: | ||
| * base64 | * base64 | ||
| * hex/ascii | * hex/ascii | ||
| + | * data validation (html-tidy, json validator, xml validator) | ||
| + | |||
| + | ==== GUI ==== | ||
| + | * HTML5 rest client | ||
| ==== module ==== | ==== module ==== | ||
| Line 76: | Line 82: | ||
| * multithread | * multithread | ||
| * fast backend without gui | * fast backend without gui | ||
| + | * ability to cancel pending request | ||
| * each tab can be separated to standalone window | * each tab can be separated to standalone window | ||
| * window plugin-like eclipse/netbeans/visalstudio... | * window plugin-like eclipse/netbeans/visalstudio... | ||
| + | |||
| + | ===== scanner ===== | ||
| + | * passive | ||
| + | * active | ||
| + | |||
| + | ===== schemas ===== | ||
| + | |||
| + | {{ :project:img_20130223_181909.jpg?direct&900 |Thread schema}} | ||
| + | {{ :project:img_20130302_163117.jpg?direct&900 |Rules outline}} | ||
| + | {{ :project:img_20130302_170003.jpg?direct&900 |Core REST interface}} | ||
| ===== references ===== | ===== references ===== | ||
| * http://code.google.com/p/raft/ | * http://code.google.com/p/raft/ | ||