fix python call

pull/30/head
Raphaël Vinot 2020-11-30 16:04:00 +01:00
parent 2d6b5303cb
commit 2cc85e5eac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
# Malware from theZoo # Malware from theZoo
- git clone https://github.com/Rafiot/theZoo.git - git clone https://github.com/Rafiot/theZoo.git
- pushd theZoo/malwares/Binaries - pushd theZoo/malwares/Binaries
- python unpackall.py - python3 unpackall.py
- popd - popd
- mkdir tests/uncategorized/the_zoo/ - mkdir tests/uncategorized/the_zoo/
- mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/ - mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/