
HTB Titanic Writeup (Walkthrough)
This box is still active on HackTheBox. Once retired, this article will be published for public access as per HackTheBox’s policy on publishing content from their platform. For more hints and assi...
This box is still active on HackTheBox. Once retired, this article will be published for public access as per HackTheBox’s policy on publishing content from their platform. For more hints and assi...
INFO Machine IP = 10.10.11.44 OS = Linux Level = EASY Points = 20 Summary In this challenge, multiple web vulnerabilities were chained to gain a foothold and ultimately escalate privileges. This ...
10.10.14.36 INFO Machine IP = 10.10.11.11 OS = Linux Level = EASY Points = 20 Add the IP of the machine to your /etc/hosts file echo "10.10.11.11 board.htb" >> /etc/hosts Scanni...
🔬 LAB: This lab contains a SQL injection vulnerability in its stock check feature. The results from the query are returned in the application’s response, so you can use a UNION attack to retrieve ...
🔬 LAB: This lab contains a SQL injection vulnerability. The application uses a tracking cookie for analytics, and performs a SQL query containing the value of the submitted cookie. The results of ...
INFO Machine IP = 10.10.11.135 OS = Linux Level = MEDIUM Points = 30 Write the IP of the machine to your /etc/hosts file echo "x.x.x.x xxx.htb" >> /etc/hosts SCANNING - Nmap: ┌─...
INFO Machine IP = 10.10.11.143 OS = Linux Level = Easy Points = 20 SCANNING - Nmap: # Nmap 7.92 scan initiated Sun Mar 13 11:10:47 2022 as: nmap -sV -sC -oA /home/kali/Desktop/nmap/Pape...
RPI Zero W E: You don’t have enough free space in /var/cache/apt/archives/. [Solved] This error message showed up on a raspberry pi zero-w with a fresh install of Raspbian or others OS-related. ...
Error[Solved]: GitHub ‘merge.tool’ is not configured This message is displayed because ‘merge.tool’ is not configured. Error Msg. See 'git mergetool --tool-help' or 'git help config' for more d...
GitHub actions run bash script and push to another repository Today I going to share with you the idea of how to do automation to run a script for reporting or monitoring your system, cloud, etc...