EnableSecurity / burp-luhn-payload-processor

A plugin for Burp Suite Pro to work with attacker payloads and automatically generate check digits for credit card numbers and similar numbers that end with a check digit generated using the Luhn algorithm or formula (also known as the "modulus 10" or "mod 10" algorithm).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Burp Luhn Payload Processor

By: Sandro Gauci

This is a payload pre-processor module to add a check digit to numeric values passed to Burp's Intruder.

For example, if you want to generate requests with 10000 to 99999 and ending with a check digit, this module will generate the following values for you:

100008
100016
100024
...
999995

About

A plugin for Burp Suite Pro to work with attacker payloads and automatically generate check digits for credit card numbers and similar numbers that end with a check digit generated using the Luhn algorithm or formula (also known as the "modulus 10" or "mod 10" algorithm).


Languages

Language:Python 100.0%