Skip to content

Commit 2d1f8c5

Browse files
committed
Add author and references
1 parent 9f06cee commit 2d1f8c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/unix/webapp/wp_worktheflow_upload.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ def initialize(info = {})
2020
},
2121
'Author' =>
2222
[
23+
'Claudio Viviani', # Vulnerability discovery
2324
'Roberto Soares Espreto <robertoespreto[at]gmail.com>' # Metasploit module
2425
],
2526
'License' => MSF_LICENSE,
2627
'References' =>
2728
[
28-
['URL', 'http://domain.com']
29+
['URL', 'http://packetstormsecurity.com/files/131294/WordPress-Work-The-Flow-2.5.2-Shell-Upload.html']
2930
],
3031
'Privileged' => false,
3132
'Platform' => 'php',

0 commit comments

Comments
 (0)