Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

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

Notifications You must be signed in to change notification settings

EnableSecurity/burp-luhn-payload-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages