Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement support to alter urls ( ex: qsreplace ) #5

Open
tarunKoyalwar opened this issue Mar 26, 2023 · 0 comments
Open

implement support to alter urls ( ex: qsreplace ) #5

tarunKoyalwar opened this issue Mar 26, 2023 · 0 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@tarunKoyalwar
Copy link
Member

Proposed Changed

  • alterx now has full support for generating subdomains/urls by using patterns with clusterbomb . It should also support Alteration
  • Alteration would be a seperate feature similar to qsreplace
// Example
$ cat urls.txt. | alterx -a "{{qvalue}}=xss.txt". // replace all query values in urls with xss payloads
$ cat urls.txt. | alterx -a "{{qvalue}}=sqli.txt" // replace all query values in urls with sqli payloads
  • Support replacing only 1 payload at once
$ cat urls.txt. | alterx -r "{{qvalue}}=xss.txt"  --alter-once // should not replace all parameters

Anything else

@ehsandeep ehsandeep added the Type: Enhancement Most issues will probably ask for additions or changes. label May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

2 participants