mirror of https://github.com/CIRCL/PyCIRCLean
Re-add the zoo to Travis build
parent
159bc9cee2
commit
f71eecbae1
11
.travis.yml
11
.travis.yml
|
@ -41,11 +41,12 @@ install:
|
||||||
- sudo apt-get install rar
|
- sudo apt-get install rar
|
||||||
# Prepare tests
|
# Prepare tests
|
||||||
# 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
|
- python unpackall.py
|
||||||
# - popd
|
- popd
|
||||||
# - mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/
|
- mkdir tests/uncategorized/the_zoo/
|
||||||
|
- mv theZoo/malwares/Binaries/out tests/uncategorized/the_zoo/
|
||||||
# Path traversal attacks
|
# Path traversal attacks
|
||||||
- git clone https://github.com/jwilk/path-traversal-samples
|
- git clone https://github.com/jwilk/path-traversal-samples
|
||||||
- pushd path-traversal-samples
|
- pushd path-traversal-samples
|
||||||
|
|
Loading…
Reference in New Issue