remove dead code
parent
048316864c
commit
5d009c8d0b
|
@ -28,8 +28,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
[ 'URL', 'https://github.com/buggerjs/bugger-v8-client/blob/master/PROTOCOL.md' ],
|
[ 'URL', 'https://github.com/buggerjs/bugger-v8-client/blob/master/PROTOCOL.md' ],
|
||||||
[ 'URL', 'https://github.com/nodejs/node/pull/8106' ]
|
[ 'URL', 'https://github.com/nodejs/node/pull/8106' ]
|
||||||
],
|
],
|
||||||
# 'Platform' => ['node'],
|
|
||||||
# 'Arch' => [ ARCH_NODEJS ],
|
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
['NodeJS', { 'Platform' => 'nodejs', 'Arch' => 'nodejs' } ],
|
['NodeJS', { 'Platform' => 'nodejs', 'Arch' => 'nodejs' } ],
|
||||||
|
|
Loading…
Reference in New Issue