Skip to content

Commit e278ac5

Browse files
committed
add osvdb ref 91841
1 parent 6c2d99c commit e278ac5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/http/v0pcr3w_exec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ def initialize(info={})
2727
],
2828
'References' =>
2929
[
30-
['URL', 'https://defense.ballastsecurity.net/wiki/index.php/V0pCr3w_shell'],
31-
['URL', 'https://defense.ballastsecurity.net/decoding/index.php?hash=f6b534edf37c3cc0aa88997810daf9c0']
30+
[ 'OSVDB', '91841'],
31+
[ 'URL', 'https://defense.ballastsecurity.net/wiki/index.php/V0pCr3w_shell' ],
32+
[ 'URL', 'https://defense.ballastsecurity.net/decoding/index.php?hash=f6b534edf37c3cc0aa88997810daf9c0' ]
3233
],
3334
'Privileged' => false,
3435
'Payload' =>

0 commit comments

Comments
 (0)