Fox

Results 17 comments of Fox

@ceciliamay hello there, is this feature still being pushed into production? I would also love to be able to natively export my obsidian documents with their display theme

I had this issue as well earlier today on Arch after upgrading my system. Couldn't install NetExec via pipx because aardwolf wheel build failure. This was resolved by updating my...

@Marshall-Hallenbeck We have a few people here validating the fix worked. If you could add to the install instructions that would be great

Hello @Arszilla , I am currently working on a major rewrite of how SSH keys are handled by NetExec in #598. Feel free to test it out even though it...

Converting to draft PR after encountering a few erroneous test cases. Updates to follow.

Adjusted key auth success logger output so we don't mistakenly lead user to believe the password was validated. Previously the password would be displayed in the success message. Additionally introduced...

SSH keyfile passphrase validation checking implemented. If correct passphrase is supplied for an SSH key which is not correlated to the user in SSH connection object, we indicate a validation...

This is quickly turning into a major protocol rewrite. While testing against SSH on Windows hosts I'm encountering the `Unknown exception: q must be exactly 160, 224, or 256 bits...

> > This is quickly turning into a major protocol rewrite. While testing against SSH on Windows hosts I'm encountering the `Unknown exception: q must be exactly 160, 224, or...

`nxc/helpers/ssh_key_utils.py` added as a helper module to reduce line bloat in `ssh.py`. `get_server_auth_methods()` checks for server auth methods allowed by the SSH server. If password auth is not supported (and...