Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSN Number not identified when scanned with this tool. #46

Open
tMare-05 opened this issue Oct 30, 2024 · 1 comment
Open

SSN Number not identified when scanned with this tool. #46

tMare-05 opened this issue Oct 30, 2024 · 1 comment

Comments

@tMare-05
Copy link

tMare-05 commented Oct 30, 2024

Valid SSN numbers are not identified and flagged when this tool is scanned with the pattern to identify using following regular expressions:
?!666|.+0{4})(?:\d{9}|\d{3}-\d{2}-\d{4}
(?!666|.+0{4})(?:\d{9}|\d{3}-\d{2}-\d{4})
\b(?!666|.+0{4})(?:\d{9}|\d{3}-\d{2}-\d{4})\b

while default.py doesnt have a default pattern for regular expression like various credit cards that are validating successfully. Are there any directions as to how LUHN algorithm or the code in sanity.py handles & does matching with data present in txt files against regular expressions.

@tMare-05
Copy link
Author

Requesting it since the tool claims to validate SSNs along with credit card numbers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant