Cheatsheet
Nmap
Running an Nmap Script
nmap --script <SCRIPT_NAME> -p<PORT> <DOMAIN/IPADDRESS>Banner Grabbing
nmap -sV --script=banner <DOMAIN/IPADDRESS>netcat <IP_ADDRESS> <PORT>nc -nv <IP_ADDRESS> <PORT>curl -IL <DOMAIN>Windows File Transfer Methods (Download Operations)
PowerShell Base64 Encode & Decode
cat <FILE> | base64 -w 0;echoPowerShell Web Downloads
PowerShell DownloadFile Method
PowerShell DownloadString - Fileless Method
PowerShell Invoke-WebRequest
PowerShell Cradles
UseBasicParsing Error
Could not establish relationship (SSL/TLS Certificate is not trusted)
SMB Downloads
No Authentication
With Authentication
FTP Downloads
Using pyftpdlib
Create a Command File for the FTP Client and Download the Target File
Windows File Transfer Methods (Upload Operations)
Last updated