Skip to content

Commit

Permalink
snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jan 27, 2025
1 parent 699e079 commit 9e60508
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions snippets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,18 +599,17 @@ done</content>
<snippets>
<snippet>
<title>get+post+doctype+http</title>
<content>tcpdump -iany -s0 -A \
<content>tcpdump -iany -s0 -nn -A \
'tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x47455420 or tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x504F5354 or tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x48545450 or tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x3C21444F'</content>
</snippet>
<snippet>
<title>post</title>
<content>tcpdump -iany -s0 -A 'tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x504F5354'</content>
<content>tcpdump -iany -s0 -nn -A 'tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x504F5354'</content>
</snippet>
<snippet>
<title>get</title>
<content>tcpdump -iany -s0 -A 'tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x47455420'</content>
<content>tcpdump -iany -s0 -nn -A 'tcp[((tcp[12:1] &amp; 0xf0) &gt;&gt; 2):4] = 0x47455420'</content>
</snippet>
</snippets>
</folder>
</folders>

0 comments on commit 9e60508

Please sign in to comment.