GitMonitor icon indicating copy to clipboard operation
GitMonitor copied to clipboard

Regex not working

Open pakjack79 opened this issue 3 years ago • 1 comments

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

pakjack79 avatar Apr 09 '21 07:04 pakjack79

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?

crazykid95 avatar Apr 09 '21 08:04 crazykid95