reddit hackernews mail facebook facebook linkedin
Hackvertor

Hackvertor

Tag based conversion tool written in Java implemented as a Burp Suite extension.

Tags are constructed as follows: the @ symbol is used as an identifier that it's a Hackvertor tag followed by the name of the tag in this case base64, the name is then followed by an underscore and a unique tag number.

Tags also support arguments. The find tag allows you to find a string by regex and has parenthesis after the unique tag number:
abc this indicates it supports arguments. The argument in this case is the regex string to find on the text inbetween the tags. Hackvertor allows you to use two types of arguments either strings (double, single) or numbers (including hex).