Reverted back change on pre_send (nat_pinning module)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user