Skip to content

Commit 67820f8

Browse files
committed
Fix Packetstorm references
1 parent 773b523 commit 67820f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/auxiliary/scanner/http/wp_simple_backup_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
'References' =>
2323
[
2424
['WPVDB', '7997'],
25-
['URL', 'http://packetstormsecurity.com/files/131919/']
25+
['PACKETSTORM', '131919']
2626
],
2727
'Author' =>
2828
[

modules/auxiliary/scanner/http/wp_subscribe_comments_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info = {})
2222
'References' =>
2323
[
2424
['WPVDB', '8102'],
25-
['URL', 'http://packetstormsecurity.com/files/132694/'],
25+
['PACKETSTORM', '132694'],
2626
['URL', 'https://security.dxw.com/advisories/admin-only-local-file-inclusion-and-arbitrary-code-execution-in-subscribe-to-comments-2-1-2/']
2727
],
2828
'Author' =>

modules/exploits/unix/webapp/wp_holding_pattern_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
[
3434
['CVE', '2015-1172'],
3535
['WPVDB', '7784'],
36-
['URL', 'http://packetstormsecurity.com/files/130282/WordPress-Holding-Pattern-0.6-Shell-Upload.html']
36+
['PACKETSTORM', '130282']
3737
],
3838
'DisclosureDate' => 'Feb 11 2015',
3939
'Platform' => 'php',

modules/exploits/unix/webapp/wp_worktheflow_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(info = {})
2828
[
2929
['WPVDB', '7883'],
3030
['EDB', '36640'],
31-
['URL', 'http://packetstormsecurity.com/files/131294/WordPress-Work-The-Flow-2.5.2-Shell-Upload.html']
31+
['PACKETSTORM', '131294']
3232
],
3333
'Privileged' => false,
3434
'Platform' => 'php',

0 commit comments

Comments
 (0)