Posts

Showing posts with the label TryHackMe

Gatekeeper - Buffer Overflow

Image
Note: due to restarting of machine, you may see different IPs 1. Scanning  -sV =  Service Version,  if an open port is found, it will detect that which service is  running on that. -A = All information like running services versions, OS version and... -T4 = speed -oN or -o = Outputs the result in namp_scan file -v = while scanning is running you are seeing the result line by line ┌──(rootđź’€kali)-[/home/qais/Desktop/tryhackme/gatekeeper] └─# cat nmap_scan # Nmap 7.80 scan initiated Fri Aug 14 04:32:54 2020 as: nmap -sV -A -T4 -oN nmap_scan -v 10.10.15.170 Nmap scan report for 10.10.5.157 Host is up (0.17s latency). Not shown: 990 closed ports PORT      STATE SERVICE      VERSION 135/tcp   open  msrpc        Microsoft Windows RPC 139/tcp   open  netbios-ssn  Microsoft Windows netbios-ssn 445/tcp   open  microsoft-ds Windows 7 Professional 7601 Service Pack 1 microsoft-ds (workgro...