Skip to content

Commit 5667cff

Browse files
Fixed typos
1 parent 430227a commit 5667cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/auxiliary/server/icmp_exfil.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def icmplistener
149149
icmp_response, contents = icmp_packet(packet, datastore['RESP_START'])
150150

151151
if not icmp_response
152-
raise RuntimeError ,"Could not build ICMP resonse"
152+
raise RuntimeError ,"Could not build ICMP response"
153153
else
154154
# send response packet icmp_pkt
155155
send_icmp(icmp_response, contents)
@@ -168,7 +168,7 @@ def icmplistener
168168
icmp_response, contents = icmp_packet(packet, datastore['RESP_END'])
169169

170170
if not icmp_response
171-
raise RuntimeError , "Could not build ICMP resonse"
171+
raise RuntimeError , "Could not build ICMP response"
172172
else
173173
# send response packet icmp_pkt
174174
send_icmp(icmp_response, contents)
@@ -188,7 +188,7 @@ def icmplistener
188188
icmp_response, contents = icmp_packet(packet, datastore['RESP_CONT'])
189189

190190
if not icmp_response
191-
raise RuntimeError , "Could not build ICMP resonse"
191+
raise RuntimeError , "Could not build ICMP response"
192192
else
193193
# send response packet icmp_pkt
194194
send_icmp(icmp_response, contents)

0 commit comments

Comments
 (0)