-
**The 'ping' command is blocked**
I was trying to ping another computer on my LAN with the following command:
ping 192.168.1.2
Which gave this output:
PING 192.168.1.2 (192.168.1.2) 56(84) bytes o…
-
I believe that increments like [this one](https://github.com/evilsocket/opensnitch/blob/1db03b5570ea429227ea39b4c6947a0746b1de59/ebpf_prog/opensnitch.c#L422) should be done via:
> __sync_fetch_and_…
-
cannot do ping command while opensnitch is active, your version in @evilsocket repo. In mine it works fine but my lack improvement of non blocking connections.
ways to reproduce start opensnitch run …
-
I do want to be Fabulously Optimized to be as private and as performant as it can. Therefore it would be wise to audit its network requests with something like [Fiddler](https://www.telerik.com/fiddle…
-
**Describe the bug**
Not a "real" bug, but I noticed SyntaxWarning during upgrade to 1.6.6 on ubuntu 24.04 with python 3.12.
iirc python 3.12 does not like when raw strings are used as normal stri…
-
### Summary:
Command line version for opensnitch.
Please add command line support! The application is one of the best for linux but it lacks cli.
-
Is it possible to fine tune the network restrictions? When I read the manual it looks like it's only possible to enable/disable networking? Because I would like to be able to fine tune what kind of po…
-
You can add support init systems like OpenRC and s6?
https://wiki.gentoo.org/wiki/OpenRC
https://www.skarnet.org/software/s6/
-
Please, check the FAQ and Known Problems pages before creating the bug report:
https://github.com/evilsocket/opensnitch/wiki/FAQs
https://github.com/evilsocket/opensnitch/wiki/Known-problems
**De…
-
From my experience, all the packets in the nfq are processed sequentially. Until a verdict is passed for a packet, the next one will not be processed.
So, opensnitchd's workers are not concurrent. If…