Skip to content

Releases: elesiuta/picosnitch

Version 0.3.4

30 May 04:50
Compare
Choose a tag to compare
  • Further improved performance and catch more process misses

Version 0.3.2

29 May 04:09
Compare
Choose a tag to compare
  • Improve performance and fix some process misses (including itself)
  • VirusTotal can better recover from errors after running for long periods in the background
  • Options to make snitch.json less verbose

Version 0.3.0

28 May 20:22
Compare
Choose a tag to compare
  • Use a BPF program instead of scapy to track network connections
  • Add support for checking processes with VirusTotal
  • Drop windows support
  • Lots of other minor fixes, improved performance and reliability
  • Probably some new bugs

More fixes and improvements

23 Jul 02:08
Compare
Choose a tag to compare
  • improved notification messages
  • improved checks and error handling for initialising the packet sniffer
  • fixed dns reversing from reversing IP addresses in log (when lookup failed)
  • reduce log clutter by consolidating some similar entries with wildcards
  • less aggressive writing of snitch.json updates
  • use remote ports instead of local ones
  • deleting snitch.json is not necessary, but still recommended in order to cleanup entries

Minor fixes and improvements

21 Jul 19:11
Compare
Choose a tag to compare
  • write snitch.json automatically on changes
  • log ports of processes and additional packet summaries
  • misc fixes
  • cleanup code and add comments
  • will need to delete your previous snitch.json file then picosnitch will create a new one on next run

Less Experimental

20 Jul 17:26
Compare
Choose a tag to compare
  • basically rewrote everything
  • supports packet sniffing with Scapy for improved reliability (process names may still be missed, but the connections won't!)
  • makes sure no more than one instance of picosnitch is running at any given time
  • lots of other bug fixes and improvements
  • will need to delete your previous snitch.json file then picosnitch will create a new one on next run

First release

15 Jul 17:04
Compare
Choose a tag to compare
  • experimental