Skip to content

Conversation

@DavidBalas1
Copy link

Changes:

  • Added an option to receive multiple parameters to replace to by a wordlist, usage example:
    Get all urls matching xss patterns, and replace each parameter by multiple parameters given by a list of payloads.
cat urls.txt | gf xss | qsreplace -w xss_payloads.txt | ffuf ..
  • Added an option to run qsreplace with and without appendMode in one run, qsreplace will once replace the parameters in the url and once append to the parameters in the url, usage example:
cat urls.txt | gf xss | qsreplace -b "payload" | ffuf ..
  • qsreplace will now skip urls with no url parameters.

DavidBalas1 and others added 2 commits May 25, 2022 23:01
…ist; added an option to both replace and append (same as using once with '-a' and once without)
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.

1 participant