Posts

Firebase with google sign in Flutter app Error

 Error:   npm install -g firebase-tools npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is kno wn to be problematic.  See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 changed 668 packages in 2m 62 packages are looking for funding   run `npm fund` for details Solution cmd:  npm uninstall -g angular-cli cmd:  npm cache clean OR npm cache verify cmd:  Firebase Error 1:  firebase : File C:\Users\pc_user\AppData\Roaming\npm\firebase.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + firebase login + ~~~~~~~~ + CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifie...

Blue - TryHackMe Problem Solving

 Blue - TryHackMe Deploy & hack into a Windows machine, leveraging common misconfigurations issues. Task 1 Recon  Scan and learn what exploit this machine is vulnerable to. Please note that this machine does not respond to ping (ICMP) and may take a few minutes to boot up. This room is not meant to be a boot2root CTF, rather, this is an educational series for complete beginners. Professionals will likely get very little out of this room beyond basic practice as the process here is meant to be beginner-focused.     Answer the questions below --------------------------------------------- 1. Scan the machine. (If you are unsure how to tackle this, I recommend checking out the Nmap room)  Ans: No answer needed. 2. How many ports are open with a port number under 1000? Ans: 3 3. What is this machine vulnerable to? (Answer in the form of: ms??-???, ex: ms08-067) Ans: ms17-010   Task 2 Gain Access Exploit the machine and gain a foothold.

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://...