Skip to content

Commit 46f3b8f

Browse files
author
Chris John Riley
committed
Minor changes to get Travis to rerun (The Travis build failed)
1 parent 8c60035 commit 46f3b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/server/icmp_exfil.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def initialize
6868

6969
def run
7070
begin
71-
#Check Pcaprub is up to date
71+
# check Pcaprub is up to date
7272
if not netifaces_implemented?
7373
print_error("WARNING : Pcaprub is not uptodate, some functionality will not be available")
7474
netifaces = false
@@ -77,7 +77,7 @@ def run
7777
end
7878

7979
@interface = datastore['INTERFACE'] || Pcap.lookupdev
80-
#This is needed on windows cause we send interface directly to Pcap functions
80+
# this is needed on windows cause we send interface directly to Pcap functions
8181
@interface = get_interface_guid(@interface)
8282
@iface_ip = datastore['LOCALIP']
8383
@iface_ip ||= Pcap.lookupaddrs(@interface)[0] if netifaces

0 commit comments

Comments
 (0)