dxa4481 / truffleHogRegexes

These are the regexes that power truffleHog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password in URL Regex will skip anything with the letter "s"

andrew-kline opened this issue · comments

The password in URL regex [a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s] skips any URL with a username or password that contains the letter "s".

Hey Andrew, thanks for pointing this out. Would you be able to draft a fix PR?