Caleb Stewart
Caleb Stewart
So, fundamentally, yes. You're describing `tmux` or `screen`. But, frankly, I don't see this as being a goal for this project at the moment. It would be a lot of...
So, I'm working on the new module framework now. The next big thing I'd like to tackle is a generic "Channel" interface. For example, a bind shell would be a...
Just as an update, I'm working on added full logging support to an external file. This will be part of the upcoming multi-platform changes to `pwncat` (#67). Because of the...
I'm crazy late to this conversation, but trying to clean up here. I've been away from this project for a bit. I have a couple implementation comments. We shouldn't need...
This was originally reported within #201.
Sorry, I merged the PR, which auto-closed this issue. :eyes: I'll see if I can get this replicated on my end. For the record, the exit code you would get...
I can replicate this. It seems I was incorrectly using `$XDG_DATA_HOME` by mistake (which means it was looking in `~/.local/share/pwncatrc` which is incorrect). I've implemented some updates to fix this,...
Sorry for the delay on getting back to you here! I think the biggest custom comparator use-case I had was the case where an event field contains an array of...
1. I edited your issue because you ignored the template. ~~2. You're in the wrong repo. The version output says as much.~~ I'll have to try and test this, but...
There is actually an error in the execution of the `ip addr` command. It appears there is some weird edge case for the interface where `ip` can't get the address...