Skip to main content

Posts

ffuf

 TRYHACKME - FFUF Task 1 Introduction #1 :- I have ffuf installed Answer :- No Answer Needed #2 :- I have SecLists installed Answer :- No Answer Needed Task 2 Basics #2 :- What is the first file you found with a 200 status code? Answer :- favicon.ico  Task 3 Finding pages and directories  #3.1 :- What text file did you find? Answer :- robots.txt #3.2 :- What two file extensions were found for the index page? Answer :- php,phps #3.3 :- What page has a size of 4840? Answer :- about.php #3.4 :- How many directories are there?
Recent posts

Windows x64 Assembly

 TRYHACKME - Windows x64 Assembly   Task 1 Introduction #1 :- Now that you have been introduced to the way computers think, let's move on to how they work. Answer :- No Needed Answer Task 2 Number Systems  #2.1 :- What is 0xA in decimal? Answer :- 10 #2.2 :- What is decimal 25 in hexadecimal? Include the prefix for hexadecimal. Answer :- 0x19 Task 3 Bits and Bytes #3.1 :- How many bytes is a WORD? Answer :- 2 #3.2 :- How many bits is a WORD? Answer :-16 Task 4 Binary Operations  #4.1 :- What is the result of the binary operation: 1011 AND 1100?

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

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 1

TryhackMe - Windows Fundamentals 1 Task 1 - Introduction to Windows  #1 :- Read above and start the virtual machine.  Answer :- No Answer Needed  Task 2 Windows Editions  #2 :- What encryption can you enable on Pro that you can't enable in Home?  Answer :- BitLocker Task 3 The Desktop (GUI)  #3 :- Which selection will hide/disable the Search box? Answer :- Hidden #3.2 :- Which selection will hide/disable the Task View button? Answer :- Show Task View button #3.3 :- Besides Clock, Volume, and Network, what other icon is visible in the Notification Area? Answer :- Action Center Task 4 The File System  #4 :- What is the meaning of NTFS?  Answer :- New Technology File System Task 5 The Windows\System32 Folders  #5 :- What is the system variable for the Windows folder?  Answer :- %windir% Task 6 User Accounts, Profiles, and Permissions  #6.1 :- What is the name of the other user account? Answer :- tryhackmebilly #6.2 :- What g

Polkit: CVE-2021-3560

 tryhackme -Polkit: CVE-2021-3560 #1 :- Read the information in the task. What is the URL of the website you should submit dynamic flags to? Answer :- https://flag.muir.land/  #2 :- In what version of Ubuntu's policykit-1 is CVE-2021-3560 patched? Answer :- 0.105-26ubuntu1  #3 :- What program can we use to run commands as other users via polkit? Answer :- pkexec  Exploitation Process   follow the steps.... #4 :- Root Flag    Answer :- THM{N2I0MTgzZTE4ZWQ0OGY0NjdiNTQ0NTZi}

Reversing ELF

 Tryhackme - Reversing ELF   Crackme1   Run the program chmod 777 crackme1 ./crackme1   #1 :- What is the flag? Answer :- flag{not_that_kind_of_elf}