Commit graph

83 commits

Author SHA1 Message Date
Simone Margaritelli
58fcacc08c README update 2017-05-03 14:53:40 +02:00
Simone Margaritelli
f32b7b9b7e Fixes #25: unique connmark identifier 2017-05-03 11:35:07 +02:00
Simone Margaritelli
c6716c1bd6 Fixes #27: pid = int(pid) with pid = None 2017-05-03 11:33:09 +02:00
Simone Margaritelli
748da47a08 Merge pull request #21 from cyphar/clean-up-fd-leaks
procmon: clean up fd leaks
2017-05-01 19:32:52 +02:00
Aleksa Sarai
33c330270f
procmon: clean up fd leaks
One-line open().write() statements cause file descriptor leaks (and also
look ugly). Instead switch to Go's writefile() style of writing a single
value to a path.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
2017-05-02 03:29:44 +10:00
Simone Margaritelli
14f4c0031b Removed garbage files 2017-04-30 11:13:04 +02:00
Simone Margaritelli
81429d0e8a Fixes #12: Using kernel ftrace extension to hook to execve calls and prevent path manipulation. 2017-04-30 11:04:59 +02:00
Simone Margaritelli
753316db95 Merge pull request #16 from richardburleigh/patch-1
Add 'python-setuptools' dependency to README
2017-04-24 12:10:12 +02:00
richardburleigh
c1791681d5 Add 'python-setuptools' dependency to README 2017-04-24 20:08:20 +10:00
Simone Margaritelli
216babd2ca Added 'Known Limitations' section in README 2017-04-23 11:27:50 +02:00
Simone Margaritelli
e3b4599407 Reduced log verbosity 2017-04-21 11:20:45 +02:00
Simone Margaritelli
47ba77605d Merge pull request #15 from ABaptista/master
Fixes issue #13 (gtk PyOS_InputHook warning)
2017-04-21 10:07:03 +02:00
ABaptista
7bce66bcad Fixes issue #13 (gtk PyOS_InputHook warning) 2017-04-20 21:51:31 -04:00
Simone Margaritelli
dac5b51c12 UI fix 2017-04-20 10:27:10 +02:00
Simone Margaritelli
5266ab5005 Minor refactoring of UI£ 2017-04-20 10:20:56 +02:00
Simone Margaritelli
10d2b180e9 UI fix 2017-04-20 10:13:03 +02:00
Simone Margaritelli
df394a821c Showing PID in UI 2017-04-20 10:06:41 +02:00
Simone Margaritelli
54856fc740 Updated screenshot 2017-04-20 09:51:45 +02:00
Simone Margaritelli
525df30b7b Made UI topmost centered dialog 2017-04-20 09:51:39 +02:00
Simone Margaritelli
44b206ce92 UI fixes 2017-04-20 09:46:09 +02:00
Simone Margaritelli
623606f82c Fixed icon not found exception. 2017-04-20 09:41:32 +02:00
Simone Margaritelli
f5f5efe333 Merge pull request #10 from ABaptista/master
Improving UI (PyQt); implementing "Until Quit" action; App icons;
2017-04-20 09:37:30 +02:00
Simone Margaritelli
bf839d0385 Merge branch 'master' into master 2017-04-20 09:37:24 +02:00
Simone Margaritelli
c0f37edb63 Merge pull request #11 from ckuethe/pid_identify
Pid identify
2017-04-20 09:35:49 +02:00
Simone Margaritelli
1ba575deda Merge pull request #9 from ckuethe/no_root_for_help
root should not be required to run '--help'
2017-04-20 09:35:35 +02:00
ABaptista
1533fb62bb Application icons loading. 2017-04-19 19:26:13 -04:00
Chris Kuethe
8d1ee10184 add pid so I know which of my 42 copies of "python" is connecting 2017-04-19 13:44:29 -07:00
ABaptista
459cc76579 Fixing whitelist/block bug 2017-04-19 13:49:05 -04:00
ABaptista
7995da3f35 Better UI using PyQt. Implements 'Until Quit' action. 2017-04-19 13:38:18 -04:00
Chris Kuethe
92bda10598 root should not be required to run '--help'
Also delay importing the opensnitch module so that you can run '--help'
even when your PYTHONPATH does not contain the opensnitch module
2017-04-19 08:34:55 -07:00
Simone Margaritelli
2d219e2f8c Minor refactoring 2017-04-19 12:31:44 +02:00
Simone Margaritelli
609a28cca2 Merge pull request #8 from ABaptista/master
New choices
2017-04-19 12:00:17 +02:00
ABaptista
c4d4c04ce6 New choices 2017-04-19 10:50:52 +01:00
Simone Margaritelli
45dde7fefb Various fixes, reverted to original UI since GTK doesn't really like being invoked from different threads. 2017-04-19 10:30:55 +02:00
Simone Margaritelli
2ef68fa09d Merge pull request #6 from nabeelomer/master
New UI
2017-04-19 09:59:49 +02:00
Simone Margaritelli
f7251219fb Merge pull request #4 from ABaptista/master
Implements rules persistence
2017-04-19 09:59:13 +02:00
Simone Margaritelli
5f43963105 Merge pull request #7 from ckuethe/process_name_inspection
Attempt to resolve script interpreters to the running script
2017-04-19 09:58:37 +02:00
Chris Kuethe
cd1a37abda Attempt to resolve script interpreters to the running script 2017-04-18 23:22:40 -07:00
Nabeel Omer
6c7e7e2b42
update readme 2017-04-19 07:24:07 +05:30
Nabeel Omer
2be8b15b2e
update readme 2017-04-19 06:55:41 +05:30
Nabeel Omer
eeaad43355
minor update 2017-04-19 06:04:20 +05:30
Nabeel Omer
2b00f11d67
new UI 2017-04-19 05:46:37 +05:30
ABaptista
c443cea2db Implements rules persistance 2017-04-18 19:18:52 +01:00
Simone Margaritelli
99009b9fd5 Merge pull request #3 from carlosotgz/improved-conn-parsing
Improved connection parsing
2017-04-18 15:06:38 +02:00
Carlos Ortigoza Dempster
e3d376b716 Solving conflicts with dependencies 2017-04-18 15:01:14 +02:00
Carlos Ortigoza Dempster
b7b6665949 Implemented a cleaner and faster way to get the PID of a connection 2017-04-18 14:52:08 +02:00
Simone Margaritelli
06f28fbac0 Less verbose exception log 2017-04-18 14:06:58 +02:00
Simone Margaritelli
1335459bc1 Issue #2: Making sure the packet has all the necessary DNS layers. 2017-04-18 14:06:12 +02:00
Simone Margaritelli
c82f2ad1a4 Fixed '(Allow|Deny) Once' actions. 2017-04-18 13:58:07 +02:00
Simone Margaritelli
af1bb27e6a Fixed CNAME records handling. 2017-04-18 13:45:19 +02:00