Created
September 8, 2016 14:11
-
-
Save FernandoDoming/19778b80c8fc565859dbd1c7667283f8 to your computer and use it in GitHub Desktop.
Regex to parse AVG for Linux output. First group is the malware file, second group is the malware name.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\>{0,1}([^\s]*)\s+(?:Virus identified|Found)\s+([^\s:]+) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment