# netexec — manual Salida de `netexec --help`, capturada de la propia herramienta. Referencia completa de opciones (las invocaciones del dia a dia estan en el cheatsheet de comandos). ``` usage: netexec [-h] [--version] [-t THREADS] [--timeout TIMEOUT] [--jitter INTERVAL] [--no-progress] [--log LOG] [--verbose | --debug] [-6] [--dns-server DNS_SERVER] [--dns-tcp] [--dns-timeout DNS_TIMEOUT] {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} ... . . .| |. _ _ _ _____ || || | \ | | ___ | |_ | ____| __ __ ___ ___ \\( )// | \| | / _ \ | __| | _| \ \/ / / _ \ / __| .=[ ]=. | |\ | | __/ | |_ | |___ > < | __/ | (__ / /˙-˙\ \ |_| \_| \___| \__| |_____| /_/\_\ \___| \___| ˙ \ / ˙ ˙ ˙ The network execution tool Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx For documentation and usage examples, visit: https://www.netexec.wiki/ Version : 1.5.1 Codename: Yippie-Ki-Yay Commit : 515dccee options: -h, --help show this help message and exit --verbose enable verbose output --debug enable debug level information Generic Options: --version Display nxc version -t THREADS, --threads THREADS set how many concurrent threads to use --timeout TIMEOUT max timeout in seconds of each thread --jitter INTERVAL sets a random delay between each authentication Output Options: --no-progress do not displaying progress bar during scan --log LOG export result into a custom file DNS: -6 Enable force IPv6 --dns-server DNS_SERVER Specify DNS server (default: Use hosts file & System DNS) --dns-tcp Use TCP instead of UDP for DNS queries --dns-timeout DNS_TIMEOUT DNS query timeout in seconds Available Protocols: {smb,ftp,ldap,mssql,winrm,nfs,ssh,wmi,vnc,rdp} smb own stuff using SMB ftp own stuff using FTP ldap own stuff using LDAP mssql own stuff using MSSQL winrm own stuff using WINRM nfs own stuff using NFS ssh own stuff using SSH wmi own stuff using WMI vnc own stuff using VNC rdp own stuff using RDP ```