cve and references available

This commit is contained in:
jvazquez-r7 2013-01-11 00:54:53 +01:00
parent 19ff7f93ae
commit 51f3f59d2f
5 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ CLASSES = \
all: $(CLASSES:.java=.class)
install:
mv Exploit.class ../../../../data/exploits/j7u10_jmx/
mv B.class ../../../../data/exploits/j7u10_jmx/
mv Exploit.class ../../../../data/exploits/cve-2013-0422/
mv B.class ../../../../data/exploits/cve-2013-0422/
clean:
rm -rf *.class