Skip to main content

Posts

Showing posts from September, 2021

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?

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?