Skip to content

Commit

Permalink
Malwoverview 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreborges committed Sep 20, 2020
1 parent 2a5e5a7 commit 80746e5
Show file tree
Hide file tree
Showing 2 changed files with 1,046 additions and 1 deletion.
2 changes: 1 addition & 1 deletion malwoverview/malwoverview.py
Original file line number Diff line number Diff line change
Expand Up @@ -5706,7 +5706,7 @@ def valhalla_service(argx, arg1, VALHALLAPIx):
print(mycolors.foreground.yellow + "\n\nThe Yara rules have been saved into the \"valhalla-rules.yar\" file.\n" + mycolors.reset,end="\n")
exit(0)
else:
print(mycolors.foreground.green + "\n\nThe Yara rules have been saved into the \"valhalla-rules.yar\" file.\n" + mycolors.reset,end="\n")
print(mycolors.foreground.purple + "\n\nThe Yara rules have been saved into the \"valhalla-rules.yar\" file.\n" + mycolors.reset,end="\n")
exit(0)


Expand Down
Loading

0 comments on commit 80746e5

Please sign in to comment.