Open Port with Authentication

STEPS

  1. Ctrl D to test if its a python Prompt

  2. Tried multiple characters to test for Buffer Overflow

  3. Then Bruteforce

Bruteforce Script

chat.py

Hint: Wordlist is a month or number of day in a month

Generate wordlist with exrex https://github.com/asciimoo/exrex ```bash exrex “((J|j)anuary|(F|f)ebruary|(M|m)arch|(A|a)pril|(M|m)ay|(J|j)une|(J|j)uly|(A|a)ugust|(S|s)eptember|(O|o)ctober|(N|n)ovember|(D|d)ecember)^(0?[1-9]|[12][0-9]|3[01])$” > months.txt

```