Skip to content

Burp extension to calculate and add check letter of the Spanish ID ( DNI, NIF, NIE )

Notifications You must be signed in to change notification settings

metalamin/Burp-extender-Spanish-ID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Burp Extension for Spanish ID

Spanish ID letter algorithm

The letter of the NIF is obtained from an algorithm known as module 23. The algorithm consists in applying the arithmetic operation of module 23 to the number of the DNI. Module 23 is the whole number obtained as a remainder of the integer division of the DNI number between 23. The result is a number between 0 and 22. Based on a known table, a letter is assigned. The combination of the DNI with that letter is the NIF. (Algoritmo para obtener la letra del NIF)

Payload processor

The extension is a payload processor for the Burp intruder. It adds the check letter at the end of the numeric payload.

Add payload processing Generated payloads

About

Burp extension to calculate and add check letter of the Spanish ID ( DNI, NIF, NIE )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages