Task 21~26
Insecure Deserialization
Who developed the Tomcat application?
Answer
The Apache Software Foundation
What type of attack that crashes services can be performed with insecure deserialization?
Answer
denial of service
Insecure Deserialization - Objects
Select the correct term of the following statement:
Answer
A Behaviour
Insecure Deserialization - Deserialization
What is the name of the base-2 formatting that data is sent across a network as?
Answer
binary
Insecure Deserialization - Cookies
If a cookie had the path of webapp.com/login , what would the URL that the user has to visit be?
Answer
webapp.com/login
What is the acronym for the web technology that Secure cookies work over?
Answer
https
Insecure Deserialization - Cookies Practical
1st flag (cookie value)
Answer
qXTHM{good_old_base64_huh}
2nd flag (admin dashboard)
Change user
to admin
Answer
THM{heres_the_admin_flag}
Insecure Deserialization - Code Execution
on local machine
Run nc listener
Edit the python script with your VPN IP
Run python script and get the base64 command.
Edit the encodedPayload and get remote access
Answer
4a69a7ff9fd68
Last updated