truffleHogRegexes icon indicating copy to clipboard operation
truffleHogRegexes copied to clipboard

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

Open andrew-kline opened this issue 3 years ago • 1 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".

andrew-kline avatar Jun 16 '21 14:06 andrew-kline

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

dxa4481 avatar Jun 16 '21 17:06 dxa4481