Hack the CTF
  • 🚩Welcome to Hack the CTF
  • Getting Started
    • ⭐Course Overview
    • ❓Why We Made This Course
    • 🔷Why CTFs are Important
    • Types of CTFs
    • Interesting CTF Info
  • Basics
    • Flag Format
    • Challenge Types (chals)
    • ✨Misc Terms & Rules
    • Tools and Methods
    • 🎮Let's Play
  • The Challenges
    • 🤔Learn, Hints, Solutions
    • 🟩EASY CHALS
      • 🟩Flag on a Function
      • 🟩Binary
      • 🟩Find and Watch
      • 🟩Lots of Them
      • 🟩Who Said This?
      • 🟩Click This Link
      • 🟩Remote Connect
      • 🟩Beeps and Beeps
      • 🟩Someone Not Use HTTPS
      • 🟩Cipher
      • 🟩Find Someone
      • 🟩CTF Page #2
      • 🟩Too Much Blue
    • 🟨MEDIUM CHALS
      • 🟨Hiding Right in Front of You
      • 🟨Base64 is the Answer
      • 🟨Hash of the Server IP Address
      • 🟨Query String
      • 🟨Literally in the Picture
      • 🟨Find the Texty Record
      • 🟨Where in the git is the Flag?
      • 🟨Websockets Delivery
      • 🟨Hacker Hid a File
      • 🟨I Hear Something
      • 🟨Where Am I?
      • 🟨Shakespeare is Hiding Something
      • 🟨CTF Page
    • 🟥HARD CHALS
      • 🟥Image Doesn't Work
      • 🟥Where is it?
      • 🟥Code Breaker
      • 🟥TV - Amateur Radio Way
  • Extra Resources
    • Where to Find More CTFs
  • Conclusion
    • Course Recap
    • 📝Quiz
    • 🦉Keep on Learning
  • SouthHills Info Request
Powered by GitBook
On this page
  1. The Challenges
  2. EASY CHALS

Someone Not Use HTTPS

PreviousBeeps and BeepsNextCipher

Last updated 5 months ago

FORENSICS | investigate PCAPs, metadata, and memory to get the full story | EASY

This flag is about knowing something about the difference between HTTP and HTTPS and then knowing how to look at a PCAP.

HTTP (Hypertext Transfer Protocol) and HTTPS (Hypertext Transfer Protocol Secure) are both protocols used for transferring data over the internet. The key difference is that HTTPS includes a security layer using SSL/TLS encryption, providing data integrity, authentication, and confidentiality, unlike HTTP which transmits data in plaintext. This makes HTTPS more secure and is the preferred protocol for transmitting sensitive information such as passwords and payment details.

Hints

Wireshark is a great tool for looking at all of the packets sent across a network and if they aren't being encrypted it will put them together for you and you can view that traffic.

Solutions

🟩
🟩
https://www.youtube.com/watch?v=fd372T1FvFo&list=PLFuCtJnW6S5iSDjIFa2QAjWi7BcKJBJhm