-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
| history_files.extend(super()._find_history_files()) |
It explicitly collects other files as well (bash and zsh etc)
dissect.target/dissect/target/plugins/os/unix/bsd/citrix/history.py
Lines 92 to 96 in 6602b9a
| for shell, history_path, user in self._history_files: | |
| if shell == "citrix-netscaler-cli": | |
| yield from self.parse_netscaler_cli_history(history_path, user) | |
| elif shell in ("citrix-netscaler-bash", "citrix-netscaler-sh"): | |
| yield from self.parse_netscaler_bash_history(history_path) |
But it only parses the Citrix specific ones.
I'm not sure what the impact of this is, do the other files generally exist on Citrix?
@JSCU-CNI I believe you worked most recently on this, can you give any insights?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working