-
Notifications
You must be signed in to change notification settings - Fork 25
/
topics.txt
46 lines (41 loc) · 967 Bytes
/
topics.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Topics
------
Python 2 or 3 using a terminal instead of a normal IDE
Cryptography - 4
Web - 4
Reverse-Engineering - 4
Steganography - 1
Pwning / Binary Exploitation - 4
Forensics - 4
Extra days to allocate - 3
Python
- 7 transformations
Cryptography
- RSA
- How RSA works / How to encrypt your own messages
- Vulnerabilities
- small e
- weak primes
- small m
- encryption or decryption oracle (Chinese remainder theorem)
- Block Ciphers
- How block ciphers work (need a slight python background)
- Vulnerabilities
- Padding Oracles
- Encryption Oracles
- Very easy to reverse engineer
Web
- Making requests in various forms (Python, cURL, postman)
- Distributed Version Control S (
Reverse-Engineering
-
Steganography
-
Pwning / Binary
-
Forensics
- Analyzing network traffic
CTFs
------
peaCTF: July 14 12:00 AM - August 12 12:00 AM
Crypto CTF: August 10 2:00 AM - August 11 2:00 AM