Skip to content

Conversation

arex1337
Copy link

@arex1337 arex1337 commented Jul 10, 2020

Currently only a single payload is supported. After this change, users can configure a single value, or a tuple with multiple values, in the configuration file.

What does it implement/fix? Explain your changes.

Currently only a single payload is supported. After this change, users can configure a single value, or a tuple with multiple values, in the configuration file.

Where has this been tested?

Python Version: 3.8.3
Operating System: Windows

Does this close any currently open issues?

No

Does this add any new dependency?

No

Does this add any new command line switch/option?

No

Any other comments you would like to make?

No

Some Questions

  • I have documented my code.
  • I have tested my build before submitting the pull request.

Currently only a single payload is supported. After this change, users can configure a single value, or a tuple with multiple values, in the configuration file.
paramsCopy[paramName] = blindPayload
requester(url, paramsCopy, headers,
GET, delay, timeout)
if type(blindPayload) is tuple:
Copy link
Contributor

@sthagen sthagen Jan 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here any iterable that is not a string should work, right?

@ItsIgnacioPortal
Copy link

Since @s0md3v seems to have abandoned this project, I've gone ahead and took the liberty to make a fork: XSStrike-Reborn
Your pull request has been merged into that project. Your efforts are appreciated 😁

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.

3 participants