Releases: elesiuta/picosnitch
Releases · elesiuta/picosnitch
Version 0.3.4
- Further improved performance and catch more process misses
Version 0.3.2
- 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
- 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
- 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
- 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
- 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
- experimental