#!/bin/sh
echo "CrackMapExec is deprecated and has been replaced by NetExec."
echo "This binary is just an alias for netexec command."
exec netexec "$@"
