Skip to content

Commit 7bb4f94

Browse files
committed
Added new reference and removed empty line.
1 parent d9b6e9c commit 7bb4f94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/wp_mobile_pack_info_disclosure.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def initialize(info = {})
2121
},
2222
'References' =>
2323
[
24-
['WPVDB', '8107']
24+
['WPVDB', '8107'],
25+
['URL', 'https://packetstormsecurity.com/files/132750/']
2526
],
2627
'Author' =>
2728
[
@@ -42,7 +43,6 @@ def check
4243
end
4344

4445
def run_host(ip)
45-
4646
postid = datastore['POSTID']
4747

4848
begin

0 commit comments

Comments
 (0)