C Starting and Capture The Flag: Difference between pages
(Difference between pages)
m 1 revision imported |
wiki_previous>Jkinne No edit summary |
||
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= | |||
* 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 [https://gchq.github.io/CyberChef/ CyberChef] | |||
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