LOTL Port Scanning
Living Off The Land Living Off The Land (LOTL) techniques leverage native tools, present in the target or victim’s environment, to accomplish tasks such as information gathering, persistence, and even execution. By using native tools, attackers often avoid detection, as these tools are usually trusted and permitted to operate freely. One fundamental technique used in […]
Scanning for the CTF Arena
This is a reference guide offering concise command suggestions for machine scanning. It encompasses widely-used tools and provides “living off the land” commands, ensuring adaptability to various environments. Host Discovery nmap # Basic ping sweep | └─$ nmap -sn 10.10.10.0/24 # If ICMP is blocked: | └─$ nmap -Pn -p 80,443 10.10.10.0/24 ARP Scan with […]