Skip to content

Commit f18b533

Browse files
author
Pedro Ribeiro
committed
change platform time to unix (although it is linux in reality but whatevs)
1 parent 0aceb0b commit f18b533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/netgear_wnr2000_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def initialize(info = {})
3333
'Pedro Ribeiro <[email protected]>' # Vulnerability discovery and Metasploit module
3434
],
3535
'License' => MSF_LICENSE,
36-
'Platform' => ['linux'],
36+
'Platform' => ['unix'],
3737
'References' =>
3838
[
3939
['CVE', '2016-10174'],

0 commit comments

Comments
 (0)