Files
metasploit-gs/external/source/exploits/CVE-2018-4404/Makefile
T
2018-11-15 08:44:18 +08:00

14 lines
267 B
Makefile

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