Support more personal id numbers
Created by: dnyrop
Would it be possible for arachni to support other countries personal id numbers (like social security numbers)?
Arachni already has a check for US social security numbers, but many other countries has similar personal id numbers to identify their citizens.
I'm suggesting to extend the regular expressions used to detect the US social security numbers with regular expressions to find other countries personal id's.
I can't build the plugin my self as i have no ruby experience, but i've compiled a collection of regex to identify > 50 personal id numbers:
internationalPIDregex.zip
This should help with the implementation.
Let me know if this can be done or fi you need anything else from me.