Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ge committed Jul 30, 2024
1 parent 7306897 commit fee2387
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
## [0.0.1] - 2024-07-26

### Added
- initial commit
- initial commit

## [0.0.2] - 2024-07-30

### Fixed
- Fixed the issue where proxy settings were not restored to defaults after the extension was unloaded.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Burp Suite extension that mutates ciphers to bypass TLS-fingerprint based bot de
3. Right-click on a Request/Response item in the Proxy History tab, navigate to Extensions -> Bypass bot detection, and select one of the menu items.
4. If the server's response changes (i.e., the number of words and headers are different), the extension will log the message and add notes to the Proxy History.

<img src="gitimg/bypass-bot-detection.gif" width="600"/>

## Build Instructions
* Ensure that Java JDK 17 or newer is installed
* From root of project, run the command `./gradlew jar`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'net.portswigger.burp.extensions'
version = '0.0.1'
version = '0.0.2'
description = 'bypass-bot-detection'

repositories {
Expand Down
Binary file added gitimg/bypass-bot-detection.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fee2387

Please sign in to comment.