Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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).
https://github.com/EnableSecurity/burp-luhn-payload-processor

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Burp Luhn Payload Processor

By: [Sandro Gauci](mailto:[email protected])

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