Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Misc 0x005

Jonathan Ho edited this page Mar 28, 2020 · 3 revisions

For this challenge, we are asked a simple question: "Slowloris DDoS targets which layer?"

Doing a quick google search on Slowloris DDos, we find that Cloudflare has a page on the topic.

Link: https://www.cloudflare.com/learning/ddos/ddos-attack-tools/slowloris/

Result: Going through the page, we learn that Slowloris is an application layer attack.

Flag: riftCTF{Application}

Clone this wiki locally