remove dead code

bug/bundler_fix
Patrick Thomas 2017-09-06 23:21:56 -07:00
parent 048316864c
commit 5d009c8d0b
1 changed files with 0 additions and 2 deletions

View File

@ -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' } ],