Gustavo Iñiguez Goia
b9ec5242f2
strings concatenation improvements
...
Use strings.Join() to concatenate strings, instead of Sprint*(), for
better performance.
2024-01-15 17:44:32 +01:00
Gustavo Iñiguez Goia
fdba19c0c3
structs fields reorganized
...
Structs' fields reorganized based on fieldalignment tool feedback.
2024-01-13 22:15:23 +01:00
Gustavo Iñiguez Goia
e13015ce67
updated import paths
2020-12-09 18:18:42 +01:00
Gustavo Iñiguez Goia
df952d974e
fixed errors when IPv6 is not enabled in the system
...
If IPv6 was not enabled we failed to add IPv6 rules.
closes #96
2020-11-26 16:25:48 +01:00
Gustavo Iñiguez Goia
06d146b619
netstat/ sources commented and reformatted.
2020-03-09 20:08:14 +01:00
Gustavo Iñiguez Goia
65c3790106
Prompt the user to allow/deny all outgoing connections
...
With the current implementation, it's not possible to know what
process/pid has created an outgoing connection, but there's still
valuable information that the user may want to know, so:
- display outgoing connections even if the process name/path is unknown.
(src ip, dst ip, dst port, uid)
- get outgoing connection uid if kernel > 3.6.
2019-10-25 00:55:32 +02:00
Gustavo Iñiguez Goia
a7e9b5072f
project import paths changed
2019-10-20 21:51:35 +02:00
Peter Stöckli
0efcfe9e65
also detect applications that use the AF_INET6 socket for IPv4 connections
2019-05-13 11:14:58 +02:00
Christina Lena Korosec
08c3e17c37
Fixes #228 : Parse IP and port to uint
2018-12-13 12:08:44 +01:00
Jerzy Kozera
22c4aca5d0
IPv6 support
2018-11-21 22:57:43 +01:00
evilsocket
534ec8cd73
misc: small fix or general refactoring i did not bother commenting
2018-04-02 05:25:32 +02:00