NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

The Network Execution Tool

Results 234 NetExec issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
bug-fix

Changelog: - Get ntlm info via ldap connection (no more SMB needed) - Remove SMB stuff - Add `--ldap-timeout` - Add `gc` ![image](https://github.com/Pennyw0rth/NetExec/assets/30458572/05ddfd3a-f6da-4f3f-9480-6d06c5af6acd) _`This PR is base on #196`_

enhancement
Waiting for response

**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`...

dependencies

- 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...

enhancement
bug-fix
refactor

**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...

dependencies

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...