FiroSolutions / cve-2020-7247-exploit

Python exploit of cve-2020-7247
25 stars 16 forks source link

Build openbsd with this for lab purposes #2

Open flipchan opened 2 years ago

flipchan commented 2 years ago

Install script:

cd /usr/
git clone --depth 1 https://github.com/openbsd/src
cd src/
git pull
git checkout a8e222352f
make obj
make build
flipchan commented 2 years ago

should write an ansible script to do this...

flipchan commented 2 years ago

https://github.com/openbsd/src/tree/a8e222352f