metasploit-framework/lib/rex/exploitation/jsobfu.rb

18 lines
227 B
Ruby
Raw Normal View History

# -*- coding: binary -*-
require 'jsobfu'
module Rex
module Exploitation
#
# Simple wrapper class that makes the JSObfu functionality
# from the gem available under the Rex namespace.
#
class JSObfu < ::JSObfu
end
end
end