We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c60035 commit 46f3b8fCopy full SHA for 46f3b8f
modules/auxiliary/server/icmp_exfil.rb
@@ -68,7 +68,7 @@ def initialize
68
69
def run
70
begin
71
- #Check Pcaprub is up to date
+ # check Pcaprub is up to date
72
if not netifaces_implemented?
73
print_error("WARNING : Pcaprub is not uptodate, some functionality will not be available")
74
netifaces = false
@@ -77,7 +77,7 @@ def run
77
end
78
79
@interface = datastore['INTERFACE'] || Pcap.lookupdev
80
- #This is needed on windows cause we send interface directly to Pcap functions
+ # this is needed on windows cause we send interface directly to Pcap functions
81
@interface = get_interface_guid(@interface)
82
@iface_ip = datastore['LOCALIP']
83
@iface_ip ||= Pcap.lookupaddrs(@interface)[0] if netifaces
0 commit comments