17 lines
226 B
Ruby
17 lines
226 B
Ruby
# -*- 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
|