Skip to content

Add network-security and infrastructure pages. #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions docs/infrastructure/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Infrastructure

Infrastructure in CTFs focuses on identifying and exploiting weaknesses in servers, cloud environments, and containerized systems. Challenges may involve privilege escalation, misconfigurations, insecure deployments, or lateral movement within networks. Competitors often analyze system logs, file permissions, and service configurations to gain unauthorized access or persistence.


<!--
## Challenges (are copy-pasted from binary exploitation as I used it as template) (overview generated by chatgpt)

### Easy

- [Bin 1](/challenges/2011/Pwn/bin1.md)
- [Bin 3](/challenges/2011/Pwn/bin3.md)
- [Exploitation 101](/challenges/2011/Pwn/exploitation101.md)
- [Python](/challenges/2011/Pwn/python.md)
- [54321](/challenges/2012/Pwn/54321.md)
- [Humm_sCh-t](/challenges/2017/pwn/Humm_sCh-t.md)
- [SCV](/challenges/2017/pwn/scv.md)
- [Pilot](/challenges/2017/pwn/pilot.md)
- [Detective](/challenges/2016/pwn/detective.md)
- [Aul](/challenges/2016/pwn/Aul.md)
- [WarmUp](/challenges/2016/pwn/WarmUp.md)
- [Precision](/challenges/2015/pwn/precision.md)
- [Serial](/challenges/2017/misc/serial.md)
- [CVV](/challenges/2017/Misc/cvv.md)
- [Coinslot](/challenges/2016/misc/coinslot.md)
- [Sanity Check](/challenges/2015/misc/sanity-check.md)
- [SCP Hack](/challenges/2013/Pwn/SCP-hack.md)
- [Xorcise 1](/challenges/2014/Pwn/xorcise1.md)
- [Saturn](/challenges/2014/Pwn/saturn.md)

### Medium

- [Bin 2](/challenges/2011/Pwn/bin2.md)
- [Bin 5](/challenges/2011/Pwn/bin5.md)
- [23456](/challenges/2012/Pwn/23456.md)
- [4842](/challenges/2012/Pwn/4842.md)
- [Exploitme](/challenges/2017/pwn/exploitme.md)
- [Xorcise 2](/challenges/2014/Pwn/Xorcise2.md)
- [Pybabbies](/challenges/2014/Pwn/pybabbies.md)
- [Mbot](/challenges/2014/Pwn/mbot.md)
- [The Road Less Traveled](/challenges/2014/Pwn/the_road_less_traveled.md)
- [Exploitation 1](/challenges/2013/Pwn/Exploitation_1.md)
- [Miteegashun](/challenges/2013/Pwn/miteegashun.md)
- [CSAW Diary](/challenges/2013/Pwn/CSAW_Diary.md)
- [Auir](/challenges/2017/pwn/auir.md)
- [Zone](/challenges/2017/pwn/zone.md)
- [Tutorial](/challenges/2016/pwn/Tutorial.md)
- [Hipster Hitler](/challenges/2015/pwn/hipster.md)
- [Contacts](/challenges/2015/pwn/contacts.md)
- [Autobots](/challenges/2015/pwn/autobots.md)
- [Regexpire](/challenges/2016/misc/regexpire.md)
- [Ish](/challenges/2014/Pwn/ish.md)

### Hard

- [Bin 4](/challenges/2011/Pwn/bin4.md)
- [12345](/challenges/2012/Pwn/12345.md)
- [Greenhorn'd](/challenges/2014/Pwn/greenhornd.md)
- [S3](/challenges/2014/Pwn/s3.md)
- [Krakme](/challenges/2014/Pwn/krakme.md)
- [Itsy](/challenges/2013/Pwn/itsy.md)
- [Exploitation 2](/challenges/2013/Pwn/Exploitation_2.md)
- [Kernel Challenge](/challenges/2013/Pwn/kernelchallenge.md)
- [Silkstreet](/challenges/2013/Pwn/silkstreet.md)
- [KWS 2](/challenges/2017/pwn/KWS2.md)
- [Minesweeper](/challenges/2017/pwn/minesweeper.md)
- [FuntimeJS](/challenges/2017/pwn/funtimejs.md)
- [Firewall](/challenges/2017/pwn/firewall.md)
- [ConnectXOR](/challenges/2017/pwn/connectXor.md)
- [GlobalThermonuclearCyberwar](/challenges/2017/pwn/GlobalThermonuclearCyberwar.md)
- [Mom's Spaghetti](/challenges/2016/pwn/Moms_Spaghetti.md)
- [Ed, Edd, and Eddie](/challenges/2016/pwn/Ed-Edd-Eddie.md)
- [Reverse Polish](/challenges/2016/pwn/ReversePolish.md)
- [Thimblerig](/challenges/2016/pwn/thimblerig.md)
- [Hungman](/challenges/2016/pwn/Hungman.md)
- [CyberTronix64k](/challenges/2016/pwn/CyberTronix64k.md)
- [StringIPC](/challenges/2015/pwn/stringipc.md)
- [Boombox](/challenges/2015/pwn/boombox.md)
- [Meme Shop](/challenges/2015/pwn/meme-shop.md)
- [Rhinoxorus](/challenges/2015/pwn/rhinoxorus.md)

### Pwn Adventure Z

- [Credit for Credits](/challenges/2015/pwn/creditforcredits/)
- [Greetings Earthlings](/challenges/2015/pwn/greetingsearthling/)
- [Hidden Cave](/challenges/2015/pwn/hiddencave/)
- [Quarentine Breaker](/challenges/2015/pwn/quarantinebreaker/)
- [Blox](/challenges/2015/pwn/blox/)
- [Get Flag](/challenges/2015/pwn/get-flag/)
- [Memory Disclosure Flag](/challenges/2015/pwn/memory-disclosure-flag/)
-->
91 changes: 91 additions & 0 deletions docs/network-security/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Network Security

Network security in CTFs involves analyzing and exploiting vulnerabilities in network protocols, configurations, and traffic. Challenges often include packet analysis, protocol exploitation, encryption weaknesses, and bypassing firewalls or intrusion detection systems. Competitors may work with tools like Wireshark, Nmap, Metasploit, and Burp Suite to inspect traffic, uncover sensitive data, and exploit misconfigured services. Attacks range from ARP spoofing and DNS poisoning to exploiting web APIs, network services, or authentication flaws. Mastery of these techniques helps in both offensive security and defensive hardening of networks.


<!--
## Challenges (are copy-pasted from binary exploitation as I used it as template) (overview generated by chatgpt)

### Easy

- [Bin 1](/challenges/2011/Pwn/bin1.md)
- [Bin 3](/challenges/2011/Pwn/bin3.md)
- [Exploitation 101](/challenges/2011/Pwn/exploitation101.md)
- [Python](/challenges/2011/Pwn/python.md)
- [54321](/challenges/2012/Pwn/54321.md)
- [Humm_sCh-t](/challenges/2017/pwn/Humm_sCh-t.md)
- [SCV](/challenges/2017/pwn/scv.md)
- [Pilot](/challenges/2017/pwn/pilot.md)
- [Detective](/challenges/2016/pwn/detective.md)
- [Aul](/challenges/2016/pwn/Aul.md)
- [WarmUp](/challenges/2016/pwn/WarmUp.md)
- [Precision](/challenges/2015/pwn/precision.md)
- [Serial](/challenges/2017/misc/serial.md)
- [CVV](/challenges/2017/Misc/cvv.md)
- [Coinslot](/challenges/2016/misc/coinslot.md)
- [Sanity Check](/challenges/2015/misc/sanity-check.md)
- [SCP Hack](/challenges/2013/Pwn/SCP-hack.md)
- [Xorcise 1](/challenges/2014/Pwn/xorcise1.md)
- [Saturn](/challenges/2014/Pwn/saturn.md)

### Medium

- [Bin 2](/challenges/2011/Pwn/bin2.md)
- [Bin 5](/challenges/2011/Pwn/bin5.md)
- [23456](/challenges/2012/Pwn/23456.md)
- [4842](/challenges/2012/Pwn/4842.md)
- [Exploitme](/challenges/2017/pwn/exploitme.md)
- [Xorcise 2](/challenges/2014/Pwn/Xorcise2.md)
- [Pybabbies](/challenges/2014/Pwn/pybabbies.md)
- [Mbot](/challenges/2014/Pwn/mbot.md)
- [The Road Less Traveled](/challenges/2014/Pwn/the_road_less_traveled.md)
- [Exploitation 1](/challenges/2013/Pwn/Exploitation_1.md)
- [Miteegashun](/challenges/2013/Pwn/miteegashun.md)
- [CSAW Diary](/challenges/2013/Pwn/CSAW_Diary.md)
- [Auir](/challenges/2017/pwn/auir.md)
- [Zone](/challenges/2017/pwn/zone.md)
- [Tutorial](/challenges/2016/pwn/Tutorial.md)
- [Hipster Hitler](/challenges/2015/pwn/hipster.md)
- [Contacts](/challenges/2015/pwn/contacts.md)
- [Autobots](/challenges/2015/pwn/autobots.md)
- [Regexpire](/challenges/2016/misc/regexpire.md)
- [Ish](/challenges/2014/Pwn/ish.md)

### Hard

- [Bin 4](/challenges/2011/Pwn/bin4.md)
- [12345](/challenges/2012/Pwn/12345.md)
- [Greenhorn'd](/challenges/2014/Pwn/greenhornd.md)
- [S3](/challenges/2014/Pwn/s3.md)
- [Krakme](/challenges/2014/Pwn/krakme.md)
- [Itsy](/challenges/2013/Pwn/itsy.md)
- [Exploitation 2](/challenges/2013/Pwn/Exploitation_2.md)
- [Kernel Challenge](/challenges/2013/Pwn/kernelchallenge.md)
- [Silkstreet](/challenges/2013/Pwn/silkstreet.md)
- [KWS 2](/challenges/2017/pwn/KWS2.md)
- [Minesweeper](/challenges/2017/pwn/minesweeper.md)
- [FuntimeJS](/challenges/2017/pwn/funtimejs.md)
- [Firewall](/challenges/2017/pwn/firewall.md)
- [ConnectXOR](/challenges/2017/pwn/connectXor.md)
- [GlobalThermonuclearCyberwar](/challenges/2017/pwn/GlobalThermonuclearCyberwar.md)
- [Mom's Spaghetti](/challenges/2016/pwn/Moms_Spaghetti.md)
- [Ed, Edd, and Eddie](/challenges/2016/pwn/Ed-Edd-Eddie.md)
- [Reverse Polish](/challenges/2016/pwn/ReversePolish.md)
- [Thimblerig](/challenges/2016/pwn/thimblerig.md)
- [Hungman](/challenges/2016/pwn/Hungman.md)
- [CyberTronix64k](/challenges/2016/pwn/CyberTronix64k.md)
- [StringIPC](/challenges/2015/pwn/stringipc.md)
- [Boombox](/challenges/2015/pwn/boombox.md)
- [Meme Shop](/challenges/2015/pwn/meme-shop.md)
- [Rhinoxorus](/challenges/2015/pwn/rhinoxorus.md)

### Pwn Adventure Z

- [Credit for Credits](/challenges/2015/pwn/creditforcredits/)
- [Greetings Earthlings](/challenges/2015/pwn/greetingsearthling/)
- [Hidden Cave](/challenges/2015/pwn/hiddencave/)
- [Quarentine Breaker](/challenges/2015/pwn/quarantinebreaker/)
- [Blox](/challenges/2015/pwn/blox/)
- [Get Flag](/challenges/2015/pwn/get-flag/)
- [Memory Disclosure Flag](/challenges/2015/pwn/memory-disclosure-flag/)
-->
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,14 @@ nav:
- What is the Heap: "binary-exploitation/what-is-the-heap.md"
- Heap Exploitation: "binary-exploitation/heap-exploitation.md"

# Network Security Section
- Network Security:
- Overview: "network-security/overview.md"

# Infrastructure Section
- Infrastructure:
- Overview: "infrastructure/overview.md"

# FAQ Section
- FAQ:
- How to connect to services: "faq/connecting-to-services.md"
Expand Down