corey-farley

Bash wrapper for NetExec to quickly validate compromised credentials across SMB, WinRM, RDP, MSSQL, and FTP

75
8
100% credibility
Found May 07, 2026 at 75 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Shell
AI Summary

A simple shortcut script that tests usernames and passwords against common Windows services like file sharing, remote management, desktop access, databases, and file transfer to quickly identify valid logins.

How It Works

1
🔍 Hear about the tool

While practicing computer security in online labs, you learn about a handy shortcut to check if usernames and passwords work on target computers.

2
📥 Grab the tool

You download it with one easy command and place it where your computer can always find it.

3
⚙️ Prepare your info

You note down the computer's address, a username, and password you want to test.

4
🚀 Start the check

You run the tool, sharing the computer's address and login details, and it begins scanning common services like file sharing and remote control.

5
👀 Watch the magic

It first confirms the services are running, then tries your login on each one, showing clear results with colors for successes.

6
📊 Review findings

You see exactly which services accept the login, like file shares or databases, and what you can access.

Speedy discovery

Now you quickly know what doors are open, saving time in your security practice and moving faster to the next challenge.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 75 to 75 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is nxc-sweep?

nxc-sweep is a bash shell wrapper for the Python-based NetExec tool, designed to validate compromised credentials across SMB, WinRM, RDP, MSSQL, and FTP on a target IP. It first checks ports with netcat to skip closed services, then runs protocol sweeps in one command, preserving NetExec's color-coded output for quick reads on successes like "Pwn3d!". Grab the bash github source code via a curl one-liner for instant install into your PATH.

Why is it gaining traction?

This bash wrapper script stands out by automating tedious per-protocol nxc runs, passing all arguments and native flags like --local-auth seamlessly to NetExec. Users get clean, readable results with share permissions and directory listings, tailored for fast pivots in Active Directory or standalone Windows setups. Its customizable nature—add LDAP or WMI easily—hooks pentesters tired of manual sweeps.

Who should use this?

Red teamers and OSCP candidates grinding HTB labs for Windows/AD credential enumeration. Pentesters validating creds on pivots across multiple services without switching commands. Anyone using git bash windows or python bash wrapper setups for quick auth checks.

Verdict

Solid niche tool for speeding up early pentest enumeration, with a polished README and straightforward CLI like `nxc-sweep -u user -p pass`. At 75 stars and 1.0% credibility score, it's early-stage and unproven at scale—test in labs first before prod use.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.