Joe

Results 303 comments of Joe

For anyone that finds this, you want to return the parsed `rsa.*` key or `ecsda.*` key, not a []byte.

``` Write-Output "" | .\minisign.exe -Sm .\foo.txt Deriving a key from the password in order to decrypt the secret key... Error: invalid password: minisign: decryption failed ```

There is no copy/paste commands, this will depend on your OS/terminal.

See also: https://github.com/BishopFox/sliver/wiki/Compile-From-Source#developers

We'll need build constraints around the platform specific implant code.

For shell, we can add a check to see if the current sessions' implant config is a daemon and automatically pass in `--no-pty`

Oh yes, sorry I can review shortly. I think I wanted to make a couple small tweaks but I can probably take care of them.

That's already an option (shell has a `--no-pty` flag)

Seems like a good idea to me, you may run into situations where your persistence technique results in multiple executions of a payload based on user activity and it would...