Releases: r0oth3x49/ghauri
Releases · r0oth3x49/ghauri
Ghauri v1.3.8
Ghauri v1.3.7
Fixes
- Fixed issue #172 (HTTP Request parsing)
Ghauri v1.3.6
Fixes:
- Fixed issue #171
- updated code quality for HTTP request parsing from file.
Full Changelog: 1.3.5...1.3.6
Ghauri v1.3.5
Features
- Added feature for table entries count. switch:
--count
Fixes
- Fixed issue with ignoring
--skip-urlencode
switch for cookies. - improved boolean based detection
- improved retry mechanism
Ghauri v1.3.4
Fixes
- fixed issue with post data encoding in case of ASP based targets..
Ghauri v1.3.3
Improvements:
- Improved boolean based blind SQL injection detection in case of page ratio / page differences.
- Improved data extraction when the target is vulnerable to boolean based injection with multiple cases.
Ghauri v1.3.2
Fixes
- fixed issue with
--ignore-code
switch as it was not processing any http status codes provided.
Ghauri v1.3.1
Ghauri v1.3
Ghauri v1.2.9
Features
- Added support for soap/xml based data processing and injection.. (experimental)
- fixed #47