Skip to content

Conversation

@x9xhack
Copy link
Contributor

@x9xhack x9xhack commented Jun 2, 2025

  • Updated URL injection logic to append raw wordlist paths directly as strings to the base URL instead of using url crate methods that automatically encode URL components. This preserves the exact input paths/queries, avoiding URL normalization issues and false positives during fuzzing (like curl --path-as-is behavior).

    image

  • Removed manual URL decoding in display_url function to stop unnecessary URL encoding/decoding. This ensures the original input words are preserved and displayed as-is.

These changes together maintain input fidelity and improve accuracy in content discovery and fuzzing results.

@cestef cestef merged commit 130108d into cestef:dev Jun 2, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants