Skip to content

Commit 43077bf

Browse files
committed
dump
1 parent 7e11516 commit 43077bf

38 files changed

+1672
-528
lines changed

Cybersecurity Learning Resources.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
2+
# Cybersecurity Learning Services
3+
| Description | Link |
4+
| --- | --- |
5+
| Linux/Bash tutorials | https://cmdchallenge.com/ |
6+
| Pentesting, CTF challenges | https://app.hackthebox.com/ |
7+
| Everything security related | https://tryhackme.com/ |
8+
| Single machine pentesting| https://portal.offensive-security.com/labs/play |
9+
| Digital Forensic and Incident Response | https://blueteamlabs.online/home |
10+
| Digital Forensic and Incident Response | https://cyberdefenders.org/blueteam-ctf-challenges/ |
11+
| Web Security | https://portswigger.net/web-security |
12+
| Cross Site Scripting | https://alf.nu/alert1 |
13+
| Web, API, AWS and Front-End security | https://application.security/ |
14+
| Cryptography | https://cryptohack.org/ |
15+
| Binary Exploitation | https://pwn.college/ |
16+
17+
# Pentesting Labs
18+
| Price (eur) | Machines | Organization | Mame | Link |
19+
| --- | --- | --- | --- | --- |
20+
| 0 | 2 | eLearnSecurity | Black-box Penetration Test 1 | [link](://my.ine.com/CyberSecurity/courses/6f986ca5/penetration-testing-basics/lab/a8e27b29-5c64-43c3-9643-41026ecc895a) |
21+
| 0 | 2 | eLearnSecurity | Black-box Penetration Test 2 | [link](://my.ine.com/CyberSecurity/courses/6f986ca5/penetration-testing-basics/lab/6f6dd176-54f6-442f-968a-ada7454ff9fa) |
22+
| 10/month | 2 | Hack the Box | P.O.O. | [link](://app.hackthebox.com/endgames/poo) |
23+
| 0 | 3 | eLearnSecurity | Black-box Penetration Test 3 | [link](://my.ine.com/CyberSecurity/courses/6f986ca5/penetration-testing-basics/lab/077b45bc-9eaa-4c2e-bcb3-a949a89b95fa) |
24+
| 0 | 3 | TryHackMe | Wreath | [link](://tryhackme.com/room/wreath) |
25+
| 10/month | 3 | Hack the Box | Hades | [link](://app.hackthebox.com/endgames/hades) |
26+
| 10/month | 4 | Hack the Box | RPG | [link](://app.hackthebox.com/endgames/rpg) |
27+
| 10/month | 6 | Hack the Box | Xen | [link](://app.hackthebox.com/endgames/xen) |
28+
| 10/month | 6 | TryHackMe | Holo | [link](://tryhackme.com/room/hololive) |
29+
| 60/month | 11 | TryHackMe | Throwback | [link](://tryhackme.com/network/throwback) |
30+
| 80+20/month | 14 | Hack the Box | Dante | [link](://app.hackthebox.com/prolabs/overview/dante) |
31+
| 80+20/month | 15 | Hack the Box | RastaLabs | [link](://app.hackthebox.com/prolabs/overview/rastalabs) |
32+
| 80+20/month | 18 | Hack the Box | APTLabs | [link](://app.hackthebox.com/prolabs/overview/aptlabs) |
33+
| 80+20/month | 21 | Hack the Box | Offshore | [link](://app.hackthebox.com/prolabs/overview/offshore) |
34+
| 80+20/month | 28 | Hack the Box | Cybernetics | [link](://app.hackthebox.com/prolabs/overview/cybernetics) |
35+
| 149 | ? | Pentester Academy | Attacking Active Directory with Linux Lab | [link](://www.pentesteracademy.com/linuxad) |
36+
| 250 | ? | Pentester Academy | Attacking and Defending Active Directory Lab | [link](://www.pentesteracademy.com/activedirectorylab) |
37+
| 299 | ? | Pentester Academy | Red Team Lab | [link](://www.pentesteracademy.com/redteamlab) |
38+
| 339 | ? | Pentester Academy | Global Central Bank: An Enterprise Cyber Range | [link](://www.pentesteracademy.com/gcb) |
39+
| 470 | ? | Zero Point Security | Red Team Ops | [link](://training.zeropointsecurity.co.uk/courses/red-team-ops) |
40+
41+
# Courses
42+
## Malware Development
43+
- Zero Point Security - [C2 Development in C#](https://training.zeropointsecurity.co.uk/courses/c2-development-in-csharp) (~60€)
44+
- Zero Point Security - [Offensive Driver Development](https://training.zeropointsecurity.co.uk/courses/offensive-driver-development) (~60€)
45+
- Sektor7 - [RED TEAM Operator: Malware Development Essentials](https://institute.sektor7.net/red-team-operator-malware-development-essentials) (~200€)
46+
- Sektor7 - [RED TEAM Operator: Malware Development Intermediate](https://institute.sektor7.net/rto-maldev-intermediate) (~220€)
47+
- Sektor7 - [RED TEAM Operator: Windows Evasion](https://institute.sektor7.net/rto-win-evasion) (~230€)
48+
- Sektor7 - [RED TEAM Operator: Windows Persistence](https://institute.sektor7.net/rto-windows-persistence) (~230€)
49+
- Sektor7 - [RED TEAM Operator: Privilege Escalation in Windows](https://institute.sektor7.net/rto-lpe-windows) (~220€)
50+
- Offensive Security - [PEN-300](https://www.offensive-security.com/pen300-osep/) (~1500€)
51+
- Dark Vortex - [Malware On Steroids](https://0xdarkvortex.dev/training-programs/malware-on-steroids/) (~2000€)
52+
- Dark Vortex - [Offensive Tool Development](https://0xdarkvortex.dev/training-programs/offensive-tool-development/) (~2000€)
53+
54+
## Malware Analysis
55+
- Neil Fox - [Noob2Ninja](https://www.youtube.com/playlist?list=PLiFO-R_BI-kAqDPqtnOq2n70mtAZ6xg5N) (FREE)
56+
- @0verfl0w_ - [The Beginner Malware Analysis Course](https://www.0ffset.net/training/beginner-malanalysis/) (~45€)
57+
- @0verfl0w_ - [Zero2Automated](https://courses.zero2auto.com/adv-malware-analysis-course) (~175€)
58+
- SANS - [FOR610](https://www.sans.org/cyber-security-courses/reverse-engineering-malware-malware-analysis-tools-techniques/) (~7500€ ...no that's not a typo)
59+
- SANS - [FOR710](https://www.sans.org/cyber-security-courses/reverse-engineering-malware-advanced-code-analysis/) (~7500€ ...no that's also not a typo)

F500/Cheatsheets/13cubed.pdf

62.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)