Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jul 17, 2018
1 parent 6cd1593 commit f93e4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/exploits/psnuffle/url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def register_sigs
end

def parse(pkt)
# We want to return immediatly if we do not have a packet which is handled by us
# We want to return immediately if we do not have a packet which is handled by us
return unless pkt.is_tcp?
return if (pkt.tcp_sport != 80 && pkt.tcp_dport != 80)
s = find_session((pkt.tcp_sport == 80) ? get_session_src(pkt) : get_session_dst(pkt))
Expand Down

0 comments on commit f93e4a2

Please sign in to comment.