File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def initialize
25
25
26
26
To use this module you will need to send an initial ICMP echo request containing the
27
27
specific start trigger (defaults to '^BOF') this can be followed by the filename being sent (or
28
- a random filename can be assisnged). All data received from this source will automatically
28
+ a random filename can be assisnged). All data received from this source will automatically
29
29
be added to the receive buffer until an ICMP echo request containing a specific end trigger
30
30
(defaults to 'EOL') is received.
31
31
} ,
@@ -80,7 +80,7 @@ def run
80
80
@record_data = ''
81
81
82
82
if datastore [ 'PROMISC' ]
83
- print_status ( "Warning: Promiscuous mode enabled. This may cause issues!" )
83
+ print_status ( "Warning: Promiscuous mode enabled. This may cause issues!" )
84
84
end
85
85
86
86
# start icmp listener process - loop
@@ -113,7 +113,7 @@ def icmplistener
113
113
114
114
if packet . is_icmp? and data =~ /#{ datastore [ 'START_TRIGGER' ] } /
115
115
# start of new file detected
116
- vprint_status ( "#{ Time . now } : ICMP (type %d code %d) SRC:%s DST:%s" %
116
+ vprint_status ( "#{ Time . now } : ICMP (type %d code %d) SRC:%s DST:%s" %
117
117
[ packet . icmp_type , packet . icmp_code , packet . ip_saddr , packet . ip_daddr ] )
118
118
119
119
# detect and warn if system is responding to ICMP echo requests
You can’t perform that action at this time.
0 commit comments