Difference between revisions of "Capture The Flag"
(Created page with "=Types of Problems= * Look at the source code for a webpage for a hidden message. * Look at a hex dump of a file (docx, pdf, jpeg, etc.) to look for a hidden message. * Downl...") |
|||
Line 1: | Line 1: | ||
+ | =Sets of Problems= | ||
+ | * [https://indstate.instructure.com/courses/12565/quizzes/270466 ISU CTF 1 2024] - open this link in a private or incognito window. | ||
+ | |||
+ | =Tools and Help= | ||
+ | * [https://gchq.github.io/CyberChef/ CyberChef] | ||
+ | * [https://ubuntu.com/tutorials/command-line-for-beginners#1-overview Linux Terminal] | ||
+ | * Webpage - right-click, Inspect, check all of the different tabs that pop, when you are on the Network tab reload the page | ||
+ | * Python - download from https://www.python.org/ or run online | ||
+ | * telnet, ssh, ftp, sftp | ||
+ | |||
=Types of Problems= | =Types of Problems= | ||
− | |||
* Look at the source code for a webpage for a hidden message. | * Look at the source code for a webpage for a hidden message. | ||
* Look at a hex dump of a file (docx, pdf, jpeg, etc.) to look for a hidden message. | * Look at a hex dump of a file (docx, pdf, jpeg, etc.) to look for a hidden message. | ||
Line 9: | Line 18: | ||
* Information about the system they are running on (whether it's hidden or not). | * Information about the system they are running on (whether it's hidden or not). | ||
* Anything that can be done with the [https://gchq.github.io/CyberChef/ CyberChef] | * Anything that can be done with the [https://gchq.github.io/CyberChef/ CyberChef] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 21:49, 7 November 2024
Sets of Problems
- ISU CTF 1 2024 - open this link in a private or incognito window.
Tools and Help
- CyberChef
- Linux Terminal
- Webpage - right-click, Inspect, check all of the different tabs that pop, when you are on the Network tab reload the page
- Python - download from https://www.python.org/ or run online
- telnet, ssh, ftp, sftp
Types of Problems
- Look at the source code for a webpage for a hidden message.
- Look at a hex dump of a file (docx, pdf, jpeg, etc.) to look for a hidden message.
- Download and run a program to get an answer.
- Connect to a server to get an answer.
- Whois lookup.
- Network scan (ping or similar).
- Information about the system they are running on (whether it's hidden or not).
- Anything that can be done with the CyberChef