Skip to content

Releases: evilsocket/opensnitch

v1.6.5.1

09 Feb 16:48
v1.6.5.1
9a605d3
Compare
Choose a tag to compare
  • Fixed bug when using the GUI with multiple remote nodes. #1093

Full Changelog: v1.6.5...v1.6.5.1

v1.6.5

09 Feb 00:32
v1.6.5
1d2c070
Compare
Choose a tag to compare

Note: if you're using the GUI with multiple remote nodes, use these GUI packages https://github.com/evilsocket/opensnitch/releases/tag/v1.6.5.1

Bug fixes

  • [daemon] Fixed segfault on exit #919 , 24fd94c
  • [daemon] Fixed DNS uprobes 5d33f41
  • [GUI] Fixed adding rules to the db from context menu #1027 , ec3f515

What has changed

Improvements

  • [daemon] Strings concatenation improvements (reduces mem usage, notably) b9ec524
  • [daemon] Stop established connections monitor after n errors (not to waste resources) 871238e
  • [daemon] Clean DNS eBPF hooks on exit , da99686

New features

  • [daemon] Allow to configure the path of rules directory (#449, 6bd1fe8), config file (from cli) and eBPF modules (#928 5c6da0a)
  • [GUI] allow to configure refresh interval (#1073 , 435dffc)

Known bugs

  • DNS eBPF module does not work on armhf and i386 arquitectures. See the commits for more info and if you can help don't hesitate to open a PR or drop a comment :) c514946 , 9a6dfe7
  • opensnitch-procs eBPF module behaves a bit erratic on arm64 architecture (not new of this release) - d2d89e2
  • GUI crash when a pop-up is triggered from a node installed on a remote machine (#1093 , vill be fixed ASAP. Local nodes not affected)

Full Changelog: v1.6.4...v1.6.5

Downloads

You need to download the daemon and the GUI.

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable --now opensnitch.service)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes on Wayland clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

v1.6.4

08 Nov 23:57
v1.6.4
c3dc1fc
Compare
Choose a tag to compare

GUI bug fix release.

Bug fixes

What's Changed

  • Allow to delete events from the in-memory database: #1030 , bcbfe3b
  • Improved views behaviour: #1037, d1ac73c
  • Restrict reading from the unix socket to the user who launched the GUI: f29e6dc

Full Changelog: v1.6.3...v1.6.4

Downloads

You need to download the daemon and the GUI.

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes on Wayland clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

If the above packages complain about dependencies... please, ask on the Discussion forum to generate packages for old distributions, specifying your distribution and kernel.

v1.6.3

17 Aug 14:10
v1.6.3
79ac630
Compare
Choose a tag to compare

Only GUI packages updated.

Bug fix

  • Fixed error when setting DefaultAction to the daemon after connect to the GUI (#1017).

What's Changed

Full Changelog: v1.6.2...v1.6.3

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.2

10 Aug 13:51
v1.6.2
6556eed
Compare
Choose a tag to compare

[updated 07/10/2023]
readme.txt.asc updated to reflect the correct checksums. The .deb/.rpm files are signed individually after being built, thus the checksums changes.
[updated 29/11/2023]
readme.txt.asc and rpm packages resigned with the proper key (#1067).

What's New

  • GUI: Added "Created" column to the list of rules.
  • GUI: Allow to configure nodes TLS options from the GUI.

Bugs fixed

  • GUI: Fixed errors upgrading DB from previous versions (> v1.5.x) (#988)

Full Changelog: v1.6.1...v1.6.2

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / PopOS! 22.x / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.1

28 Jul 15:29
v1.6.1
cb57c11
Compare
Choose a tag to compare

NEWS: Configuration changes

The configuration files default-config.json and system-fw.json have been updated to add new items/options.
When installing the deb packages, apt will prompt you to allow the new versions, or keep the ones you already have.

None of the new changes are mandatory, so you don't need to update them. But please, review the changes, and decide if apply them.

What's New

What's Changed

  • Allow to configure GUI autostart option by @munix9 in #964
  • Allow starting the GUI in background when the systray not available by @WojtekWidomski in #975
  • Dinit service file by @jackffmm in #969
  • Use temporary files instead of piping in ebpf Makefile by @nnsee in #985
  • i18n: update Brazilian Portuguese translation by @tioguda in #974
  • Add basic Traditional Chinese locale by @PeterDaveHello in #997
  • Better errors when the eBPF modules fail loading (662cd2e)

Full Changelog: v1.6.0...v1.6.1

New Contributors

Known bugs 🐞

  • Ubuntu 22.04, 22.10 / LinuxMint 21.x / Pop!_OS 22.04 LTS users: See this comment after installing the GUI: #647 (comment))

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: ~ $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: ~ $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

v1.6.0

21 Jun 12:30
v1.6.0
6e61958
Compare
Choose a tag to compare

What's new

What's Changed

  • Better integration with Desktop Environments.
  • Better nodes management.
  • A lot of bugs fixed, and some new added (yet to be discovered).

For a more complete list of all the changes see the the v1.6.0-rc release series: https://github.com/evilsocket/opensnitch/releases

Known bugs

  • Ubuntu 22.04, 22.10 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

Downloads

Packages signed with the following GPG key: F34016AC014BAAF8C90AC730141D0D4E9FF44A67

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

Ubuntu 22.04 / LinuxMint 21.x users: See this comment after installing the GUI: #647 (comment))

If you experience crashes clicking on the pop-ups: launch the GUI as follow: $ QT_QPA_PLATFORM=xcb opensnitch-ui

(If the above packages complain about dependencies, use these ones)

New Contributors since v1.5.2

Full Changelog: v1.5.2...v1.6.0

v1.6.0-rc.5

26 Feb 22:18
v1.6.0-rc.5
df5fe3b
Compare
Choose a tag to compare
v1.6.0-rc.5 Pre-release
Pre-release

NOTE: this version is still WIP, so be aware that it may contain bugs. If you install it, we would greatly appreciate it if you could report any issues you encounter to help us improve the software. Your feedback is invaluable !

What's new

  • Allow to apply and preview themes without restarting the GUI. afc3fb8
  • Added Quit menu to close the GUI. 4cf41cc
  • Added option to colorize rows. cba52cf
  • New Norwegian language thanks to Petter Reinholdtsen. 846b1c5
  • Better integration with software centers and Desktop Environments thanks to Petter Reinholdtsen. 156e936 2c9da76 c4a9a98

What's Changed

New Contributors

Full Changelog: v1.6.0-rc.4...v1.6.0-rc.5

Downloads

Packages signed with a new key: https://keyserver.ubuntu.com/pks/lookup?search=F34016AC014BAAF8C90AC730141D0D4E9FF44A67&fingerprint=on&op=index

(use dpkg-sig -k ... *.deb to verify deb signatures.)

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

  1. Ubuntu 22.04 users: See this comment 👉 after installing the GUI: #647 (comment))
  2. If you experience crashes on Wayland 👉 launch the GUI as follow: $ QT_QPA_PLATFORM=xcb opensnitch-ui
(If the above packages complain about dependencies, use these ones)

v1.6.0-rc.4

07 Jan 21:24
v1.6.0-rc.4
ba5208e
Compare
Choose a tag to compare
v1.6.0-rc.4 Pre-release
Pre-release

NOTE: this version is still WIP, so be aware that it may contain bugs. If you install it, we would greatly appreciate it if you could report any issues you encounter to help us improve the software. Your feedback is invaluable !

What's new

  • Added initial support for ICMP and SCTP (#714) (Note: We still need to add it to eBPF).
  • Added the ability to manage nodes individually, including options to export/import rules, stop/start daemon and delete a node.
  • Added options to export / import rules (#326 #746)
  • Added options to copy rules to the clipboard.

What's Changed

Many GUI improvements:

  • Now the views are only refreshed when the scrollbar is at the top or bottom of the view, or while scrolling up/down.

  • Rows selection is preserved when scrolling/refreshing the views, making it easier to analyze logs (somehow restoring the old good behaviour added by themighty1 that we lost some time ago).

  • CTRL-C now copies all the rows (with filters applied) if they're selected with CTRL+A.

  • All columns of the Events view are clickable.

  • daemon/Makefile: improvements to make distro packaging easier by @craftyguy in #780

Bug fixes

  • nftables:
  • GUI: mostly fixes related to firewall dialogs and nodes. Also fixed some regressions.

New Contributors

Special thanks

To all of you who have reported bugs.

Full Changelog: v1.6.0-rc.3...v1.6.0-rc.4

Downloads

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

IMPORTANT NOTES:

  • Ubuntu 22.04 users: See this comment after installing the GUI: #647 (comment))

  • If you experience crashes clicking on the pop-ups: launch the GUI as follow: $ QT_QPA_PLATFORM=xcb opensnitch-ui

  • rpm

  • deb

(If the above packages complain about dependencies, use these ones)

v1.6.0-rc.3

13 Dec 12:01
v1.6.0-rc.3
1775da2
Compare
Choose a tag to compare
v1.6.0-rc.3 Pre-release
Pre-release

NOTE: this version is still WIP, so bear in mind that it may have bugs. If you install it, please, report any problems and help us to improve it, your feedback is invaluable !

What's new

What's changed

  • System firewall (nftables) improvements and new features:

    • Allow to create complex rules from the GUI, hopefully in an easy manner (c28643d)
    • Allow to apply quotas on connections (not apps) (97b141e)
    • Allow to apply rate-limits on connections (not apps) (7fcf864)
    • Allow to filter by IP protocols, IP addresses, UID/GID, packet metainformation (f0a9d02,
      09ec869, b8d6ead, fc96b24)
    • Added helpers to allow inbound or outbound connections (i.e.: preconfigured rules to exclude a service/application from being intercepted) (814ed52)
  • Better and more capable processes interception (7cbfca6, c64b2df, 1a493b9) Related: #736

  • Privacy/Security enhanced: Rules files saved with restrictive permissions, allow to configure GUI's unix socket path (736c3f9, 915b325, 820e7d5)

  • eBPF modules are loaded from /usr/lib/opensnitchd/ebpf/ now, to avoid errors upgrading them (474a637)

  • Bug fixes.

Full Changelog: v1.6.0-rc.2...v1.6.0-rc.3

New Contributors

Downloads

daemon

(NOTE: if the daemon doesn't autostart, enable it: $ sudo systemctl enable opensnitch; sudo systemctl start opensnitch)

Other arquitectures

GUI

(IMPORTANT NOTE (Ubuntu 22.04 users): See this comment after installing the GUI: #647 (comment))

(If the above packages complain about dependencies, use these ones)