-
**Describe the bug**
I add a new Attack as below:
```python
class C2TestAttackOptions(AttackOptions):
lhost = "Reverse HTTP target host or IP address"
lport = "Reverse HTTP target port"
…
-
**Is your feature request related to a problem? Please describe.**
It would be awesome if MeshCentral would record Relay SSH sessions. As of now, from what I can tell, only sessions that use the agen…
-
Attempting to replace [post #8387686](https://danbooru.donmai.us/posts/8387686) by either [URL](https://www.deviantart.com/ikkimay/art/Ying-in-tights-and-a-bikini-894771058) or the "Free download" fil…
-
# 如何审计 ssh 会话操作 | arstercz’s blog
目前从命令行终端操作方面, 主要可以通过以下两种方式记录 ssh 会话的操作, 不过这些方式都存在固有的缺点, 难以达到审计的目的. 如下所示:
[https://blog.arstercz.com/linux-audit-ssh-session/](https://blog.arstercz.com/linux-audit-…
-
### Expected behavior
It should connect
### Actual behavior
Gives an error
### System configuration
- 7.1.0 - 7.2.3
- ruby ruby 3.0.4p208
### Example App
@ssh = Net::SSH.st…
-
Related #290, would it be possible to support what https://github.com/NixOS/nix/issues/8292#issuecomment-1536230370 suggests, via `ssh_opts` probably ?
This way non-NixOS targets could more easily …
-
### Description
we are going to get an estimation of time and cost for training the whisper model. the whisper model is previously trained on 500 hours of training data but now we have 1500 hours tra…
-
This program is fantastic! Thanks for creating it!
I just started experimenting with it and noticed if I remote into a tmux session which I prefer to do, images will not display. I have kitty inst…
-
When an existing SSH session is closed by the host the session inside `SSHClient` isn't set to `None`, so when then trying to execute a command it results in the Error `USER ERROR: Couldn't open chann…
-
Hi, first of all, this is pretty sweet. One question I have is about nesting over ssh. In my client, I have tmux and I want to be able to ssh over to a server, run tmux and switch between the two. Is …