1
1
# Resources for other people to use
2
2
3
3
categories :
4
+ - name : Coding
5
+ about : Let's get started with some fresh coding!
6
+ links :
7
+ - link : " https://adventofcode.com/"
8
+ description : 25 challenges to get you through this holiday season
4
9
- name : Intro to Linux
5
10
about : Resources for getting started in Linux
6
11
links :
@@ -11,11 +16,41 @@ categories:
11
16
links :
12
17
- link : " https://www.hacksplaining.com/lessons"
13
18
description : HACKSPLAINING free walkthroughs on vulnerabilities along with hands on demos.
14
- - link : " https://www.hacker101.com/"
15
- description : HackerOne's free online course. You will learn the basics of web security and will be ready to start participating in bug bountie$
16
- - name : Red Teaming
17
- about : Resources for people interested in competition red teaming
19
+
20
+ - name : Red Teaming/Pentesting
21
+ about : Resources for people interested in pentesting and competition red teaming
18
22
links :
19
23
- link : " https://github.com/ritredteam/"
20
24
description : The source code for RITSEC Redteam's public tools.
21
-
25
+ - link : " https://www.hackthebox.eu/"
26
+ description : Hack The Box is an online platform allowing you to test your penetration testing skills by providing challenges
27
+ - link : " https://github.com/chryzsh/awesome-windows-security"
28
+ description : WINDOWS list of resources
29
+ - link : " https://github.com/marcosValle/awesome-windows-red-team"
30
+ description : WINDOWS red teaming and pentesting resources. Check out the courses!
31
+
32
+ - name : IoT
33
+ about : Resources to learn more about hacking all hardware connected to the internet
34
+ links :
35
+ - link : " https://github.com/fkie-cad/awesome-embedded-and-iot-security"
36
+ description : List of awesome resources to learn everything IOT including conferences and free courses!
37
+
38
+ - name : Networking
39
+ about : Resources to learn more about how the beep boops connect
40
+ links :
41
+ - link : " https://github.com/bkimminich/it-security-lecture/blob/master/slides/01-04-network_security.md"
42
+ description : Demos and info on basic info like OSI, VPN, Wireshark and Wireless
43
+
44
+ - name : Cloud Security
45
+ about : We do not use servers! We use the cloud! The future is now!
46
+ links :
47
+ - link : " https://github.com/puresec/awesome-serverless-security"
48
+ description : AWS, Azure, Google Cloud and a bunch of other reading material on how all this works
49
+
50
+ - name : Bug Bounty
51
+ about : Hack sites, get $$$
52
+ links :
53
+ - link : " https://github.com/djadmin/awesome-bug-bounty"
54
+ description : Sources on how to get started. List of bug bounty reports.
55
+ - link : " https://www.hacker101.com/"
56
+ description : HackerOne's free online course. You will learn the basics of web security and will be ready to start participating in bug bountie$
0 commit comments