brad-sp / community-modified

Modified edition of cuckoo community modules
31 stars 17 forks source link

file path error in file "infostealer_browser.py" #27

Closed dv0 closed 9 years ago

dv0 commented 9 years ago

re.compile(".*\Temporary\ Internet\ Files\Content.IE5\index.dat$", re.I)

should be: re.compile(".*\Temporary\ Internet\ Files\Content.IE5\index.dat$", re.I)

brad-sp commented 9 years ago

Thanks, fixed!