Skip to main content

Linux Fundamentals Part 3

 Tryhackme - Linux Fundamentals Part 3

#1 :-Edit "task3" located in "tryhackme"'s home directory using Nano. What is the flag?

Answer :-THM{TEXT_EDITORS}

#2 :-Download the file http://MACHINE_IP:8000/.flag.txt onto the TryHackMe AttackBox

What are the contents?

Answer :- THM{WGET_WEBSERVER}

#3 :-If we were to launch a process where the previous ID was "300", what would the ID of this new process be?

Answer :-301

#4 :-If we wanted to cleanly kill a process, what signal would we send it?

Answer :-SIGTERM

#5 :-Locate the process that is running on the deployed instance (MACHINE_IP). What flag is given?

Answer :-THM{PROCESSES}

#6 :-What command would we use to stop the service "myservice"?

Answer :-systemctl stop myservice

#7 :-What command would we use to start the same service on the boot-up of the system?

Answer :-systemctl enable myservice

#8 :-What command would we use to bring a previously backgrounded process back to the foreground?

Answer :-fg

#9 :-How frequently will the crontab on the deployed instance run?

Answer :-@reboot

#10 :-What is the IP address of the user who visited the site?

Answer :-10.9.232.111

#11 :-What file did they access?

Answer :-catsanddogs.jpg

 

 

 

Comments

Popular posts from this blog

Windows Fundamentals 2

 TryHackMe - Windows Fundamentals 2 Task 1 Introduction  #1 :- Read above and start the virtual machine.  Answer :- No Answer Needed Task 2 System Configuration   #2.1 :- What is the name of the service that lists Systems Internals as the manufacturer?  Answer :- PsShutdown #2.2 :- Whom is the Windows license registered to? Answer :- Windows User #2.3 :- What is the command for Windows Troubleshooting? Answer :- C:\Windows\System32\control.exe /name Microsoft.Troubleshooting #2.4 :- What command will open the Control Panel? (The answer is  the name of .exe, not the full path) Answer :- control.exe Task 3 Change UAC Settings  #3 :- What is the command to open User Account Control Settings? (The answer is the name of the .exe file, not the full path)  Answer :- UserAccountControlSettings.exe Task 4 Computer Management  #4.1 :- What is the command to open Computer Management? (The answer is the name of the .msc file, not the full

Windows Fundamentals 3

 Tryhackme - Windows Fundamentals 3   Task-1 Introduction  #1:- Read the above and start the virtual machine.  Answer:- No Answer Needed Task-2 Windows Updates  #2:- There were two definition updates installed in the attached VM. On what date were these updates installed?  Answer:- 5/3/2021 Task-3 Windows Security  #3:- In the above image, which area needs immediate attention?  Answer:- virus & threat protection Task-4 Virus & threat protection  #4:- Specifically, what is turned off that Windows is notifying you to turn on?  Answer:- Real-time protection Task-5 Firewall & network protection  #5:- If you were connected to airport Wi-Fi, what most likely will be the active firewall profile?  Answer:- public network Task-6 App & browser control  #6:- Read the above.  Answer:- No Answer Needed Task-7 Device security  #7:- What is the TPM?  Answer:- Trusted Platform Module Task-8 BitLocker #8:- What must a user insert on computers that DO NOT have a TPM version 1.2 or la

Linux Fundamentals Part 1

TryHackMe - Linux FundamentalsPart 1  #1 :- Research: What year was the first release of a Linux operating system?  Answer :-1991  #2 :- if we wanted to output the text "TryHackMe", what would our command be?  Answer :-echo TryHackMe  #3 :- What is the username of who you're logged in as on your deployed Linux machine? Answer :-tryhackme #4 :- On the Linux machine that you deploy, how many folders are there?    Answer :-2 #5 :- Which directory contains a file?  Answer :-folder4 #6 :- What is the contents of this file? Answer :-Hello World #7 :- Use the cd command to navigate to this file and find out the new current working directory. What is the path? An