Hi all,
would it be possible to extend the support of variables in URL file to
have a variable containing a counter based or iteration/thread and
random values?
Some examples how I can see this working, please take this for
inspiration only :)
1) thread 10 / test iteration 154
http://test.mydomain.org/send.aspx?what=$(_t)_$(_i)
would for example generate
http://test.mydomain.org/send.aspx?what=10_154
2) random example ... result ... note
$(_r,5,[A-Za-z0-9]) ... iU56q ... generates a random 5chars long
string consisting of lower, upper case characters and numbers
$(_r,10,[A-Z]) ... ERTXIUCUQI ... generates a random 10chars long
string consisting of upper case characters
$(_r,3,[0-9]) ... 087 ... generates a number with three digits
I'm not asking for complete regex implementation ;) but some way how
to add custom variables would be really great and would make siege
even more powerful tool.
Many thanks!
Jarda