Skip to content

Releases: r0oth3x49/ghauri

Ghauri v1.3.8

26 Sep 20:21
Compare
Choose a tag to compare

Fixes

  • improved boolean based detection

Features

  • added feature for multi target scan: -m (experimental)

Ghauri v1.3.7

25 Aug 08:49
Compare
Choose a tag to compare

Fixes

  • Fixed issue #172 (HTTP Request parsing)

Ghauri v1.3.6

24 Aug 10:35
Compare
Choose a tag to compare

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

05 Jul 11:21
Compare
Choose a tag to compare

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

05 Jun 01:43
Compare
Choose a tag to compare

Fixes

  • fixed issue with post data encoding in case of ASP based targets..

Ghauri v1.3.3

04 Jun 20:45
Compare
Choose a tag to compare

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

17 May 10:31
Compare
Choose a tag to compare

Fixes

  • fixed issue with --ignore-code switch as it was not processing any http status codes provided.

Ghauri v1.3.1

25 Apr 11:46
Compare
Choose a tag to compare

Features

  • Added switch for ignoring problematic HTTP codes (e.g 401): --ignore-code. #134

Fixes

Ghauri v1.3

18 Dec 07:58
Compare
Choose a tag to compare

Fixes

Ghauri v1.2.9

24 Nov 06:21
Compare
Choose a tag to compare

Features

  • Added support for soap/xml based data processing and injection.. (experimental)
  • fixed #47