Anti-Detect Automation Detection v3 - #145
Open
aliyuldashev wants to merge 6 commits into
Open
Conversation
The flowprint gitlink was committed without a corresponding .gitmodules entry, so `git submodule update --init --recursive` aborted with "No url found for submodule path 'src/challenges/flowprint'". pip runs that step for git+ installs, which broke every image build depending on redteam_core. flowprint is not in active_challenges.yaml and is not referenced by any code, so the gitlink is simply dropped. Also repin aad_challenge from the nonexistent v3.0.0 tag to the ada-detection-challenge commit that actually carries VERSION 3.0.0, and align the submodule pointer with it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016mzHJxSS2iLLRNJ52RbciF
…ment workflow documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Anti-Detect Automation Detection v3
This pull request updates the "Anti-Detect Automation Detection" challenge to the newly rebranded and revised "Anti-Detect Browser Detection (ADA)" challenge, reflecting a shift in focus from detecting automation in anti-detect browsers to identifying which commercial anti-detect browser is driving a session. The documentation, challenge navigation, and supporting guides are all updated to match the new challenge scope and requirements. Additionally, a new submodule for the ADA challenge is added, and the testing manual is rewritten to provide clearer, step-by-step guidance for local validation.
Challenge and Documentation Updates:
README.md, deprecated version docs, and navigation files. [1] [2] [3] [4] [5] [6]Repository and Navigation Changes:
.gitmodulesfile is updated to remove the oldab_snifferchallenge and add the newada_detectionsubmodule, reflecting the new challenge's inclusion.ada_detectionfrom inactive to active challenges.Testing Manual Overhaul:
These changes ensure the challenge and its supporting materials are up-to-date, better organized, and easier for miners to understand and participate in.