Talkaboutcybersecurity / GitMonitor

One way to continuously monitor sensitive information that could be exposed on Github
GNU Lesser General Public License v3.0
176 stars 42 forks source link

Regex not working #4

Open pakjack79 opened 3 years ago

pakjack79 commented 3 years ago

Hi, i have just come here referer via GitMad. I have problems with match_regex for searching match string that i can not extract any matching Anyone help please

crazykid95 commented 3 years ago

Can you say more about this? are there any error messages that pop up when you match them? Try out any regular expression from https://github.com/deepdivesec/GitMAD/blob/master/regex_matches.py that you are sure will produce a match. Then try it with egrep command from your terminal. For example: egrep -e "password" path_to_a_file_that_contains_the password_word. Does anything go wrong when you try it?