UI improvements #114
Replies: 8 comments
-
The full of the process should appear under the name quoting
I don't know exactly the inner working of it. If you execute a command from /tmp it'll show that directory. But other processes can change it on execution time, as well as the arguments. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I dont have that second line in parens. Only line 1 and 3 . Will look into it. |
Beta Was this translation helpful? Give feedback.
-
The full path is only added if the full path to the binary is not part of the command line.
Otherwise in some cases we wouldn't know the full path of the binary. |
Beta Was this translation helpful? Give feedback.
-
The idea behind parsing CWD was to be able to create rules to block everything from a directory, or allow connections only from certain directories. /dev/shm, /tmp and /var/tmp are common directories to download and execute malware. While you can mount them with noexec, you can not prevent to execute scripts that open connections. The problem is that CWD only informs from where a command was executed, so if you execute Another thing I haven't tested yet is how connections made from webshells are reported, or reverse shells from inside an app that the attacker can't control (like a webserver). |
Beta Was this translation helpful? Give feedback.
-
Another UI improvement: allow to copy a row, or the all the rows to the clipboard. |
Beta Was this translation helpful? Give feedback.
-
right-click a rule, "Copy rule as text" and then put the json into the clipboard. Ok |
Beta Was this translation helpful? Give feedback.
-
The CWD field is useful in these situations. In this case it's a reverse shell, so the webshell opens the connection to a remote ip. If the webshell opens a port for incoming connections we don't intercept it. |
Beta Was this translation helpful? Give feedback.
-
what about a simpler pop-up? and let the user choose in the preferences dialog between Simple or Advance. |
Beta Was this translation helpful? Give feedback.
-
I noticed that the popup has a "Executed from" field which shows the current working dir.
Is this by design?
I would expect to see a full path to the executable there.
If I launch an app from an app menu on my desktop, "Executed from" always shows the path to the root of my home dir.
Beta Was this translation helpful? Give feedback.
All reactions