-
Notifications
You must be signed in to change notification settings - Fork 23
Errors on Ubuntu 13.10 #1
Copy link
Copy link
Open
Description
$ python page_brute-BETA.py -r cmd_optimistic_blanks.yar -f pagefile.sys
[+] - PAGE_BRUTE processing file: pagefile.sys
Traceback (most recent call last):
File "page_brute-BETA.py", line 227, in <module>
main()
File "page_brute-BETA.py", line 176, in main
authoritative_rules=build_ruleset()
File "page_brute-BETA.py", line 33, in build_ruleset
if RULETYPE == "FILE":
NameError: global name 'RULETYPE' is not defined
$ python page_brute-BETA.py -r default_signatures.yar -f pagefile.sys
[+] - PAGE_BRUTE processing file: pagefile.sys
[+] - YARA rule of File type provided for compilation: default_signatures.yar
..... Ruleset Compilation Successful.
[+] - PAGE_BRUTE running with the following options:
[-] - FILE: pagefile.sys
[-] - PAGE_SIZE: 4096
[-] - RULES TYPE: FILE
[-] - RULE LOCATION: default_signatures.yar
[-] - INVERSION SCAN: False
[-] - WORKING DIR: PAGE_BRUTE-2014-04-05-01-31-47-RESULTS
=================
Traceback (most recent call last):
File "page_brute-BETA.py", line 227, in <module>
main()
File "page_brute-BETA.py", line 200, in main
CHUNK_OUTPUT_DIR=os.path.join(WORKING_DIR,matches.rule)
AttributeError: 'str' object has no attribute 'rule'
Ubuntu 13.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels