KasperskyLab / TinyCheck

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.
Apache License 2.0
3.08k stars 222 forks source link

Minor code optimizations and comment fixes #133

Open v1k1nghawk opened 1 year ago

v1k1nghawk commented 1 year ago
  1. Sequence length checking based on PEP8 guidelines;
  2. List constructor instead of an identity comprehension;
  3. Reimport fix;
  4. Comment fixes;