Skip to content

Commit ee2fed8

Browse files
author
jvazquez-r7
committed
Merge branch 'master' of https://github.com/booboule/metasploit-framework into booboule-master
2 parents 1bccc41 + afa32c7 commit ee2fed8

File tree

1 file changed

+2
-2
lines changed
  • external/source/exploits/cve-2012-5076_2

1 file changed

+2
-2
lines changed

external/source/exploits/cve-2012-5076_2/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/cve-2013-0422/
15-
mv B.class ../../../../data/exploits/cve-2013-0422/
14+
mv Exploit.class ../../../../data/exploits/cve-2012-5076_2/
15+
mv B.class ../../../../data/exploits/cve-2012-5076_2/
1616

1717
clean:
1818
rm -rf *.class

0 commit comments

Comments
 (0)