Skip to content
Gareth Heyes edited this page Feb 20, 2026 · 5 revisions

Hackvertor Wiki

Welcome to the Hackvertor documentation! Hackvertor is a Burp Suite extension that provides powerful tag-based data transformation capabilities for security testing.

Quick Links

What is Hackvertor?

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

Key Features

Tag-Based Transformations

Wrap your data in tags to transform it:

<@base64>Hello World</@base64>

Result: SGVsbG8gV29ybGQ=

Nested Tags

Chain transformations by nesting tags:

<@urlencode_all><@base64>payload</@base64></@urlencode_all>

20+ Tag Categories

  • 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...

Custom Tags

Create your own tags using scripting languages:

  • Python (Jython)
  • JavaScript (GraalVM)
  • Java (BeanShell)
  • Groovy

Integration with Burp Suite

  • Main tab interface
  • Context menus in Proxy, Repeater, Intruder, etc.
  • Message editor tabs
  • Intruder payload processors
  • HTTP handler for automatic tag processing

Version

Current version: v2.2.45 (February 2026)

Support

Clone this wiki locally