Burpsuite The BasicsTASK 1 - Introduction Welcome to Burp Suite Basics! This particular room aims to understand the basics of the Burp Suite web application security testing framework. Our focus will revolve around the following key aspects: A thorough introduction to ...Dec 12, 2024·23 min read·10
Nmap Post Port Scan TechniquesTASK 1 - Introduction: This room is the last in the Nmap series (part of the Introduction to Network Security module). In this room, we focus on the steps that follow port-scanning: in particular, service detection, OS detection, Nmap scripting engin...Dec 12, 2024·16 min read·65
NMAP Advanced Port Scan TechniquesCheatsheet of the commands used in this room Port Scan TypeExample Command TCP Null Scansudo nmap -sN 10.10.214.83 TCP FIN Scansudo nmap -sF 10.10.214.83 TCP Xmas Scansudo nmap -sX 10.10.214.83 TCP Maimon Scansudo nmap -sM 10.10.214.83 TCP...Dec 12, 2024·23 min read·9
Live Host DiscoveryIntroduction We can find live hosts on a network by using any of the 3 scans that are named below: ARP scan: This scan uses ARP requests to discover live hosts ICMP scan: This scan uses ICMP requests to identify live hosts TCP/UDP ping scan: This ...Dec 12, 2024·21 min read·5
Basic Port Scans - NMAPNmap Basic Port Scans INTRODUCTION The next step would be checking which ports are open and listening and which ports are closed. Therefore, in this room and the next one, we focus on port scanning and the different types of port scans used by nmap. ...Dec 12, 2024·8 min read·11