Skip to content

Commit 51f3f59

Browse files
author
jvazquez-r7
committed
cve and references available
1 parent 19ff7f9 commit 51f3f59

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.

external/source/exploits/j7u10_jmx/Makefile renamed to external/source/exploits/cve-2013-0422/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ CLASSES = \
1111
all: $(CLASSES:.java=.class)
1212

1313
install:
14-
mv Exploit.class ../../../../data/exploits/j7u10_jmx/
15-
mv B.class ../../../../data/exploits/j7u10_jmx/
14+
mv Exploit.class ../../../../data/exploits/cve-2013-0422/
15+
mv B.class ../../../../data/exploits/cve-2013-0422/
1616

1717
clean:
1818
rm -rf *.class

0 commit comments

Comments
 (0)