NetExec
NetExec copied to clipboard
The Network Execution Tool
## Description This pull request introduces a new module for verifying RDP login credentials within NetExec (and CrackMapExec). The module enables the validation of RDP login credentials against SMB hosts...
Changelog: - Fixed #184 - Fixed lots of connection stuff which is use `kdcHost` - Allow using force IPv6 with `-6` - Allow specify DNS server with `--dns-server` - Allow...
Changelog: - Get ntlm info via ldap connection (no more SMB needed) - Remove SMB stuff - Add `--ldap-timeout` - Add `gc`  _`This PR is base on #196`_
**Describe the bug** Logging error when scanning a large range, related to Rotation **To Reproduce** scan a large range of hosts and reduce the maxBytes value from RotatingFileHandler(output_file, maxBytes=100) in...
**Describe the bug** The default recommended installation method via pipx results in an error because of dependency conflicts. **To Reproduce** Steps to reproduce the behavior i.e.: Command: `pipx install git+https://github.com/Pennyw0rth/NetExec`...
- fix(powershell): fix running via ps32, both with and without obfuscation - pwsh: remove commented code and remove easily detected amsi bypass - pwsh: tests: add and update tests related...
**Describe the bug** Using valid credentials and a development copy of the latest NetExec fails to log in against a Server 2016 RDP server. **To Reproduce** Steps to reproduce the...
Currently `--put-file` only supports a single file. It would be nice to be able to specify multiple files (argparse `action="append"`) or even entire folders for upload.
Add a parse-able output mode. nmap has the very nice -oG option that makes grep-able output. It would be nice if netexec had something similar instead of having to grep...