My intruder scenario is brute forcing uids that are calculated based date.
Current intruder has date payload, that is superb for the job. Now i would like to process these dates with my custom extension that formes uid from date. However there is one to many relationship here - one date generates up to 999 different uids. How can i return multiple processed payloads from my extension processPayload function?
Other possibility would use custom IntruderPayloadGenerator - then comes the question of options for custom payloadgenerator and dates payload already exists with nice from-to interface.
↧