Showing 148 Result(s)

Writeup: Username enumeration via response timing

Lab link. Lab gave us the information “This lab is vulnerable to username enumeration using its response times.” At first, we log in with the wiener:peter credentials given to us on the login page We have successfully logged in and now we will log out and try to log in again, but this time with …

Tryhackme: Network Device Hardening Writeup

The Room: “Learn techniques for securing and protecting network devices from potential threats and attacks.” https://tryhackme.com/room/networkdevicehardening Task 2: Common Threat and Attack Vectors 2.1. The device that is used to control and manage network resource is called? Network device 2.2. A threat vector that includes disruption of critical devices and services to make them unavailable …

Tryhackme: Nmap Basic Port Scans

The Room: “Learn in-depth how nmap TCP connect scan, TCP SYN port scan, and UDP port scan work.” https://tryhackme.com/room/nmap02 Task 2: TCP and UDP Ports 2.1. Which service uses UDP port 53 by default? DNS 2.2. Which service uses TCP port 22 by default? SSH 2.3. How many port states does Nmap consider? 6 2.4. …