Cybersecurity-Projects/PROJECTS/advanced
surya 1709e0cf0a [fix]: preserve pre-encoded payloads in simulator requests
urllib.parse.quote(path, safe='/?&=') was re-encoding % to %25 in
already-encoded attack paths (XXE, XSS, traversal payloads). Replaced
with a manual first-? split: path component encoded with safe='/%\'
(preserving existing percent sequences and backslash traversal vectors),
query string passed through untouched. Covers all 53 attack payloads
across 7 simulation modes. Inline comments removed from XXE_PAYLOADS
to match the style of all other payload lists.
2026-07-06 18:00:52 +05:30
..
ai-threat-detection [fix]: preserve pre-encoded payloads in simulator requests 2026-07-06 18:00:52 +05:30
api-rate-limiter chore(deps): bump pyjwt in /PROJECTS/advanced/api-rate-limiter 2026-06-16 12:07:25 +00:00
bug-bounty-platform chore(deps): bump pyjwt 2026-06-16 02:40:51 +00:00
encrypted-p2p-chat chore(deps): bump starlette 2026-06-04 17:09:29 +00:00
haskell-reverse-proxy fix: extract Aenebris.Net.IP to dedupe SockAddr rendering (Finding 10) 2026-04-29 02:19:56 -04:00
honeypot-network chore(deps): bump axios in /PROJECTS/advanced/honeypot-network/frontend 2026-05-29 16:32:54 +00:00
hsm-emulator Merge pull request #286 from CarterPerez-dev/project/ja3-ja4-tls-fingerprinting 2026-06-18 19:38:51 -04:00
monitor-the-situation-dashboard Merge pull request #286 from CarterPerez-dev/project/ja3-ja4-tls-fingerprinting 2026-06-18 19:38:51 -04:00