Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/EnableSecurity/burp-luhn-payload-processor
- Owner: EnableSecurity
- Archived: true
- Created: 2015-06-03T14:50:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T16:15:49.000Z (over 9 years ago)
- Last Synced: 2024-07-30T20:31:52.013Z (3 months ago)
- Language: Python
- Homepage:
- Size: 113 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - 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).. (Payload Generators and Fuzzers / SSRF)
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