Reverted back change on pre_send (nat_pinning module)

This commit is contained in:
antisnatchor
2012-07-15 19:17:04 +01:00
parent be71984362
commit ac05f24b64

View File

@@ -15,9 +15,10 @@
#
class Irc_nat_pinning < BeEF::Core::Command
def pre_send
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind_socket("IRC", "0.0.0.0", 6667)
end
#todo antisnatchor: reverted for now
#def pre_send
# BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind_socket("IRC", "0.0.0.0", 6667)
#end
def self.options
return [