-
-
Notifications
You must be signed in to change notification settings - Fork 62
Home
Gareth Heyes edited this page Feb 20, 2026
·
5 revisions
Welcome to the Hackvertor documentation! Hackvertor is a Burp Suite extension that provides powerful tag-based data transformation capabilities for security testing.
- Getting Started
- Tag Syntax
- Tag Reference
- Custom Tags
- Multi Encoder
- Tag Automator
- Keyboard Shortcuts
- Settings
- FAQ
Hackvertor is a tag-based conversion tool that allows you to encode, decode, hash, encrypt, and transform data using a simple tag syntax. It integrates deeply with Burp Suite, allowing you to:
- Transform data in requests and responses using tags
- Chain multiple transformations together
- Create custom tags using Python, JavaScript, Java, or Groovy
- Automate transformations with Tag Automator
- Use AI to generate custom tags and learn encoding patterns
Wrap your data in tags to transform it:
<@base64>Hello World</@base64>
Result: SGVsbG8gV29ybGQ=
Chain transformations by nesting tags:
<@urlencode_all><@base64>payload</@base64></@urlencode_all>
- Encoding (Base64, Hex, URL, HTML entities, etc.)
- Decoding (reverse of all encoding operations)
- Hashing (MD5, SHA1, SHA256, SHA512, etc.)
- Encryption/Decryption (AES, XOR, ROT-N, etc.)
- String manipulation
- Mathematical operations
- Compression (Gzip, Deflate, Brotli)
- And more...
Create your own tags using scripting languages:
- Python (Jython)
- JavaScript (GraalVM)
- Java (BeanShell)
- Groovy
- Main tab interface
- Context menus in Proxy, Repeater, Intruder, etc.
- Message editor tabs
- Intruder payload processors
- HTTP handler for automatic tag processing
Current version: v2.2.45 (February 2026)
- Report bugs or request features
- Tag Store - Community-contributed tags
Getting Started
Reference
Features
Integration
Examples
Help