Skip to content

Commit

Permalink
Merge pull request #1722 from kevoreilly/human
Browse files Browse the repository at this point in the history
Update human.py
  • Loading branch information
doomedraven authored Aug 30, 2023
2 parents a1cf6b5 + 4ccadd7 commit 930587d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analyzer/windows/modules/auxiliary/human.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2010-2015 Cuckoo Foundation, Optiv, Inc. ([email protected])
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.
Expand Down Expand Up @@ -119,6 +120,9 @@ def foreach_child(hwnd, lparam):
"ausfuehren",
"spaeter",
"einverstanden",
# ru
u"установить"

)

# List of buttons labels to not click.
Expand Down

0 comments on commit 930587d

Please sign in to comment.