From e1a6d1cdc437700de18115fe87076635d315f9ea Mon Sep 17 00:00:00 2001
From: Siddharth Gupta <72133884+Siddharthh06@users.noreply.github.com>
Date: Sun, 31 Oct 2021 23:22:41 +0530
Subject: [PATCH] Create ctfresources.md (#7)
* Create ctfresources.md
* Update ctfresources.md
* Update ctfresources.md
* Update README.md
* Delete ctfresources.md
---
README.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/README.md b/README.md
index 82dce13..53a2668 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,9 @@ Visit [njack-iitp.github.io/cybersecurity](https://njack-iitp.github.io/cybersec
- [Books](#reversing-books)
- [Labs](#reversing-labs)
- [Tools](#reversing-tools)
+- [CTF Resources](#CTF-Resources)
+ - [Websites](#ctf-sites)
+ - [Labs](#ctf-labs)
# Linux
@@ -129,6 +132,24 @@ Visit [njack-iitp.github.io/cybersecurity](https://njack-iitp.github.io/cybersec
- [IDA Pro](https://hex-rays.com/ida-pro/)
- [More](https://github.com/apsdehal/aWEsoMe-cTf#reversing)
+
+# CTF Resources
+
+
+### Websites
+
+- [DEF CON CTF Archieve](https://archive.ooo/)
+- [CTF Field Guide](https://trailofbits.github.io/ctf/)
+- [A beginners guide to CTFing](https://jaimelightfoot.com/blog/so-you-want-to-ctf-a-beginners-guide/)
+- [CTF 101](https://ctf101.org/)
+- [HackTricks](https://book.hacktricks.xyz/)
+- [CTF Checklist for Beginners](https://fareedfauzi.gitbook.io/ctf-checklist-for-beginner/)
+
+
+### Labs
+
+- [CyberDefender](https://cyberdefenders.org/labs/)
+
# Contributing
This repo will always be open for more cool content, just have a look at [CONTRIBUTING.md](CONTRIBUTING.md) before you open a PR.