Conversation
load_resources reads each wordlist combination once per process and deduplicates it, so the larger list doesn't multiply per-event I/O or set rebuilds. Sourced from SecLists xato-net top-1M; superset of the old top-100k.
Cracks NextAuth v4 (A256GCM) and Auth.js v5 (A256CBC-HS512) session cookies via HKDF-derived keys against known/leaked secrets. Adds JWE helpers and Supabase/Directus default JWT secrets.
Bumps [django](https://github.com/django/django) from 5.2.15 to 5.2.16. - [Commits](django/django@5.2.15...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…jango-5.2.16 build(deps): bump django from 5.2.15 to 5.2.16
- add __COMPRESSED_VSTATE to the compressed viewstate carve regex and YARA prefilter; it was in neither, so pages using that field name were never detected - _carve_body walks re.finditer instead of taking only re.search's first match, so an empty decoy __VIEWSTATE no longer shadows a real payload - reshape the aspnet_compressedviewstate and jsf_viewstate carve regexes to assert the field name in a lookahead: allows attributes between name= and value=, and fixes quadratic backtracking
…state-carve Fix carve misses on __COMPRESSED_VSTATE fields
Add NextAuth/Auth.js JWE session token module
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
==========================================
+ Coverage 99.45% 99.47% +0.02%
==========================================
Files 30 31 +1
Lines 3102 3231 +129
==========================================
+ Hits 3085 3214 +129
Misses 17 17 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Release 1.3.0.
NextAuthpassive module: checks NextAuth.js v4 / Auth.js v5dirJWE session cookies for a known or weakNEXTAUTH_SECRET/AUTH_SECRET(Add NextAuth/Auth.js JWE session token module #431).__COMPRESSED_VSTATEfields, plus first-match shadowing and quadratic backtracking in the compressed-viewstate and JSF carve regexes (Fix carve misses on __COMPRESSED_VSTATE fields #430).load_resources. Re-points eight passive modules to the new list.__version__to 1.3.0.Merging this to
maintriggers the publish job: build, PyPI upload, and a1.3.0tag.