-
Updated
Apr 18, 2020 - Python
sniffing
Here are 74 public repositories matching this topic...
-
Updated
Jun 2, 2020 - Shell
It would be great to have a label to the ksniff pod so I can do filtering and whitelisting of resources in my k8s cluster.
For example, adding a label app=ksniff would be great so I can then identify the resource using
labelSelector:
matchExpressions:
- {key: app, operator: NotIn, values: ["ksniff"]}
Current ksniff pod
$ (master) kubectl describe po
-
Updated
Apr 23, 2019 - Python
-
Updated
Jun 2, 2020 - C++
-
Updated
May 30, 2020 - C#
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
It would be great if information about the bit-width of the operating system could be included. Several of the providers give this information, so it shouldn't be too hard to do :)
-
Updated
Mar 15, 2019
-
Updated
Dec 4, 2019 - Python
-
Updated
May 30, 2020 - Python
-
Updated
Jul 15, 2019 - Python
-
Updated
Apr 18, 2020 - C++
-
Updated
May 25, 2020 - Python
-
Updated
May 17, 2017 - Python
-
Updated
Apr 23, 2019 - Python
In https://mimesniff.spec.whatwg.org/#parsing-a-mime-type the following step might be clearer if it explicitly said the trailing sequence after " was to be discarded. Might also be better if the example contains a ';' since the step mentions ';'
Current:
Collect a sequence of code points that are not U+003B (;) from input, given position.
Example: Given text/html;charset="shift_jis"iso-20
-
Updated
Dec 13, 2018 - Go
-
Updated
Dec 10, 2018 - Shell
-
Updated
Jun 15, 2018
-
Updated
Nov 3, 2017 - C
-
Updated
Apr 1, 2020 - Python
-
Updated
Mar 11, 2020 - Verilog
-
Updated
Apr 26, 2019 - C#
Improve this page
Add a description, image, and links to the sniffing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sniffing topic, visit your repo's landing page and select "manage topics."
You can sniff a packet, modify it, and re-send it using libtins. The only issue is dropping the original one so the receiver doesn't get two packets. This could be done via iptables rules, I'm sure there has to be some article describing how to do it.
Originally posted by @mfontanini in mfontanini/libtins#61 (comment)