Skip to content

Commit

Permalink
version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Jul 23, 2020
1 parent c8f6bbb commit ed0e065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"Names": {}, # Log of processes by name containing respective executable(s)
"Processes": {}, # Log of processes by executable containing:
# cmdlines, days seen, first seen, last seen, name, ports, remote addresses
# some cmdlines are consolidated using * as a wildcard, ports are remote ports
"Remote Addresses": {} # Log of remote addresses containing respective executable(s)
# and packet summaries if pcap is enabled and process was too short lived for detection via polling
# some packet summaries are consolidated using * as a wildcard
}
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="picosnitch",
version="0.2.3",
version="0.2.4",
description="See which processes make remote network connections",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ed0e065

Please sign in to comment.