Posts

Showing posts from March, 2023

Nmap - TryHackMe Problem Solving

Image
  Nmap An in depth look at scanning with Nmap, a powerful network scanning tool. Task 1 Deploy   Press the green button to deploy the machine! Please Note: This machine is for scanning purposes only. You do not need to log into it, or exploit any vulnerabilities to gain access.   If you are using the TryHackMe AttackBox then you will need to deploy this separately.     Answer the questions below --------------------------------------------- 1. Deploy the attached VM Ans: No answer needed Task 2 Introduction   When it comes to hacking, knowledge is power. The more knowledge you have about a target system or network, the more options you have available. This makes it imperative that proper enumeration is carried out before any exploitation attempts are made. Say we have been given an IP (or multiple IP addresses) to perform a security audit on. Before we do anything else, we need...

Walking An Application - TryHackMe Problem Solving

Image
  Walking An Application Manually review a web application for security issues using only your browsers developer tools. Hacking with just your browser, no tools or scripts. Task 1 Walking An Application  In this room you will learn how to manually review a web application for security issues using only the in-built tools in your browser. More often than not, automated security tools and scripts will miss many potential vulnerabilities and useful information. Here is a short breakdown of the in-built browser tools you will use throughout this room: View Source - Use your browser to view the human-readable source code of a website. Inspector - Learn how to inspect page elements and make changes to view usually blocked content. Debugger - Inspect and control the flow of a page's JavaScript Network - See all the network requests a page makes. Start the virtual machine on this task, wait 2 minutes , and visit the following URL:  https://...