GitMonitor
GitMonitor copied to clipboard
Regex not working
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
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?