vsec7 / xkeys

Extract Sensitive Keys, Secret, Token Or Interested thing from source
51 stars 12 forks source link

option case insensitive #2

Open lacroutelacroute opened 4 years ago

lacroutelacroute commented 4 years ago

I believe that an insensitive case option would be a very good thing in the development of this app

vsec7 commented 4 years ago

Hi, let see the regex in this program var re = regexp.MustCompile((?i)+keys+['\"]?\s?(=|:)\s?['\"]?([^\s"'&]+))

(?i) mean insensitive case.