Skip to content

Commit

Permalink
Fixes #408: btcaddress plugin was renamed to cryptoaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Jan 22, 2019
1 parent fd114cf commit 27ee37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzers/FileInfo/submodules/submodule_manalyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_local_manalyze(self, filepath):
'--dump=imports,exports,sections',
'--hashes',
'--pe={}'.format(filepath),
'--plugins=clamav,compilers,peid,strings,findcrypt,btcaddress,packer,imports,resources,mitigation,authenticode',
'--plugins=clamav,compilers,peid,strings,findcrypt,cryptoaddress,packer,imports,resources,mitigation,authenticode',
'--output=json'
], stdout=subprocess.PIPE, cwd=os.path.split(self.binary_path)[0])
result = sp.stdout
Expand All @@ -55,7 +55,7 @@ def run_docker_manalyze(self, filepath):
'--dump=imports,exports,sections',
'--hashes',
'--pe=/data/{}'.format(filename),
'--plugins=clamav,compilers,peid,strings,findcrypt,btcaddress,packer,imports,resources,mitigation,authenticode',
'--plugins=clamav,compilers,peid,strings,findcrypt,cryptoaddress,packer,imports,resources,mitigation,authenticode',
'--output=json'
], stdout=subprocess.PIPE)
result = sp.stdout
Expand Down

0 comments on commit 27ee37f

Please sign in to comment.