2019-08-18 17:51:48 +00:00
|
|
|
language: generic
|
|
|
|
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
|
|
|
|
dist:
|
|
|
|
- bionic
|
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- qemu
|
|
|
|
snaps:
|
|
|
|
- name: go
|
|
|
|
confinement: classic
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
env:
|
2019-08-18 20:57:01 +00:00
|
|
|
global:
|
|
|
|
- GO111MODULE=on
|
|
|
|
matrix:
|
|
|
|
- EXPLOIT=CVE-2017-16995
|
2019-08-19 04:01:05 +00:00
|
|
|
- EXPLOIT=CVE-2016-5195
|
2019-08-19 22:33:39 +02:00
|
|
|
- EXPLOIT=CVE-2017-1000112
|
2019-08-30 15:01:04 +02:00
|
|
|
- EXPLOIT=CVE-2017-7308
|
2019-08-18 17:51:48 +00:00
|
|
|
|
|
|
|
before_script:
|
|
|
|
- go get -u code.dumpstack.io/tools/out-of-tree
|
|
|
|
- sudo ln -s $HOME/.out-of-tree /root/
|
2019-08-18 20:57:01 +00:00
|
|
|
- |
|
|
|
|
cd $TRAVIS_BUILD_DIR/$EXPLOIT
|
|
|
|
out-of-tree kernel autogen --max=8
|
2019-08-18 17:51:48 +00:00
|
|
|
|
|
|
|
script:
|
2019-08-18 18:14:07 +00:00
|
|
|
- |
|
2019-08-18 20:57:01 +00:00
|
|
|
cd $TRAVIS_BUILD_DIR/$EXPLOIT
|
|
|
|
sudo $(which out-of-tree) pew --max=8
|