Skip to content

new module: smb > rclone #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

crosscutsaw
Copy link
Contributor

@crosscutsaw crosscutsaw commented Apr 23, 2025

Description

a high privilege module that scans rclone.conf in c:\users\*\appdata\roaming\rclone\ and deobscures passwords in its content. the module skips if rclone.conf is encrypted.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

-based on my rclone.conf with hetzner storage box + crypt folder setup
-a user with administrative privileges against a computer

Screenshots (if appropriate):

normally, rclone.conf looks like this without config encryption:
image

module in action:
image

Checklist:

  • I have ran Ruff against my changes (via poetry: poetry run python -m ruff check . --preview, use --fix to automatically fix what it can)
  • I have added or updated the tests/e2e_commands.txt file if necessary
  • New and existing e2e tests pass locally with my changes
  • My code follows the style guidelines of this project (should be covered by Ruff above)
  • If reliant on third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

@crosscutsaw
Copy link
Contributor Author

170efd3

updated module with legacy windows support and improved encrypted config handling & logging.

image

image

@NeffIsBack
Copy link
Member

NeffIsBack commented Apr 26, 2025

Thanks for the contribution, looks like cool stuff! Gonna take a look at it when i have the time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants