Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 503 Bytes

File metadata and controls

27 lines (18 loc) · 503 Bytes

Multiply

Author: Marin Radu


Description

Automate the repetition of specific characters based on server prompts to obtain the flag.

Requirements

  • Connect to servers
  • Automation
  • Regex

Solve

Create a script that listens to the server for a character and a number, then sends back the character repeated that many times.

View the solve.py script.


Flag: CSCTF{hash-that-changes-every-5-minutes}