bypass-bot-detection
Burp Suite extension that mutates ciphers to bypass TLS-fingerprint based bot detection
File Explorer
Download Latest Version (.zip)- gradle.yml
- bypass-bot-detection.gif
- gradle-wrapper.jar
- gradle-wrapper.properties
- Browsers.java
- ClientCertificate.java
- HTTP.java
- HTTP2.java
- MatchAndReplace.java
- Negotiation.java
- OS.java
- ProjectOptions.java
- Proxy.java
- ProxySettings.java
- SSL.java
- TLSNegotiation.java
- TLSSettings.java
- BypassBotDetection.java
- Constants.java
- TLSContextMenuItemsProvider.java
- TriggerCipherGuesser.java
- Utilities.java
- project_options.json
- strings.properties
- JA3Test.java
- .gitignore
- BappDescription.html
- BappManifest.bmf
- build.gradle
- CHANGELOG.md
- gradlew
- gradlew.bat
- LICENSE.md
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/PortSwigger/bypass-bot-detection
Downloads the entire project code from GitHub to your computer.
cd bypass-bot-detection
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
