/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/exploits/CVE-2018-4404/Makefile
11 строк
267 B
Tim W
add CVE-2018-4233 and CVE-2018-4404
15 ноя 2018, 03:44
15 ноя 2018, 03:44
2c30459
Код
Авторство
О чём код?
all: +$(MAKE) -C stage1 +$(MAKE) -C stage2 install: cp stage1/stage1.bin ../../../../data/exploits/CVE-2018-4233/stage1.bin cp stage2/stage2.dylib ../../../../data/exploits/CVE-2018-4404/stage2.dylib clean: rm -f stage1/stage1.bin rm -f stage2/stage2.dylib