-
Updated
Apr 18, 2020 - Python
sniffing
Here are 75 public repositories matching this topic...
-
Updated
Jun 24, 2020 - Shell
ksniff should respect the namespace set in the user's kubectl context
-
Updated
Apr 23, 2019 - Python
-
Updated
Jun 20, 2020 - C++
-
Updated
Jun 8, 2020 - C#
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
-
Updated
Mar 15, 2019
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
Jun 26, 2020 - Python
-
Updated
Dec 4, 2019 - Python
-
Updated
Jun 13, 2020 - Python
-
Updated
Jun 27, 2020 - C++
-
Updated
Jun 23, 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 10, 2018 - Shell
-
Updated
Dec 13, 2018 - Go
-
Updated
Jun 15, 2018
-
Updated
Nov 3, 2017 - C
-
Updated
Jun 9, 2020 - Verilog
-
Updated
Apr 1, 2020 - Python
-
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)