#HackvertorLunch Adding support for increment variables tag.
<@increment_var(0,"x",true)/>
Every request/conversion will increase x by one and the tag returns the value.
#HackvertorLunch Oh I forgot to post this. Working on Http request handler for Hackvertor using the new Montoya API. This should fix those god damn h2 problems with repeater.
What is Hackvertor?
https://portswigger.net/bappstore/65033cbd2c344fbabe57ac060b5dd100
#HackvertorLunch Something a bit more exciting...conditions
<@set_abc(false)>test<@/set_abc>
<@if_regex('t','<@get_abc/>')>test<@/if_regex>
So here the if_regex tag will only show it's output if it matches the regex in the value which is passed from the variable.