Skip to content

Commit

Permalink
Topics README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed May 21, 2014
1 parent 4700eb6 commit 87fe51d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions topics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Topics

CTF challenges are usually categorized into one of these broad groups, and although at times they may be labeled, it is usually up to the competitor to find out what type of challenge it is. Here are some broad guidelines to finding out what type of challenge is presented:

1. Is the challenge given as a web link? If following the link does not download a file, the challenge is most likely a [web](./web/) one.

2. Is the file provided an image or music file? If so, the challenge is most likely a [steganography](./steganography/) one.

3. If the file is a jumbled text file, it is most likely a [cryptography](./cryptography/) challenge.

4. If the file provided is not readily identifiable, the best tool to use is the `file` command in the command line, which tells you what type of file it is.

* If the file output is PCAP or relating to packets, the challenge is a [web](./web) one.

* If the file output is an ELF file, it is most likely a [reversing](./reversing/) challenge.

* If the file output is an executable, it is most likely a [reversing](./reversing/) challenge.

0 comments on commit 87fe51d

Please sign in to comment.