3
results
for Linux
-
Description: Today I will be showing you how to install Google Chrome on Kali Linux by writing a bash script from scratch. GitHub Link (Remember to follow me if you liked this code!): https://github.com/battleoverflow/chrome-install Setting up environment First, create a file called chrome-install.sh, and then open the file in your preferred IDE or editor. After this file is created, we can begin writing the code. The first few lines we will want to add:
-
Description: You talked a big game about being the most elite hacker in the solar system. Prove it and claim your right to the status of Elite Bounty Hacker! Disclaimer: This writeup is for a room located on TryHackMe. If you would like to attempt the room, please visit it here. Task 1 Deploy the machine by clicking the Deploy button. Task 2 After the machine has finished booting up, run the following command to reveal the open ports on the network (If using personal Linux machine, remember to use OpenVPN):
-
Description: This room is based on the original Pokemon series. Can you obtain all the Pokemon in this room? If you came across this from somewhere other then TryHackme, view my room here: https://tryhackme.com/room/pokemon Question 1 Run Nmap to search open ports nmap -sC -sV -Pn <Machine_IP> (The server DOES ping, I just prefer -Pn for silence) After running a Nmap scan, we’ll see that there is an ssh & HTTP port open.