Skip to content

Instantly share code, notes, and snippets.

View VasanthVanan's full-sized avatar

Vasanth Vanan VasanthVanan

View GitHub Profile
@VasanthVanan
VasanthVanan / nxc-auto.sh
Created October 10, 2024 18:49
Automation for NetExec / CrackMapExec
#!/bin/bash
# Check the number of arguments
if [ "$#" -ne 4 ]; then
echo "Usage: ./nxc-auto.sh [IP] [USER] [PASSWD] [DOMAIN]"
exit 1
fi
IP=$1