ghostđź‘»sonofabot-sec:~#

I scan, I map, I exploit .... Ghost is in your shell!!!

View on GitHub

Hacker’s Wordle

This was a misc Challenge Screenshot_20220516_064719

This challenge was just same old wordle but the catch here is, It’s with Hackers words So The thing here was If you had python 3.8 it’ll be easy like straight to the point But I was happy it had a bit of an issue so I learnt something new

Solution

I had to Install Python 3.8 manually and make sure i enabled sharing during the installation

This Guide helped me Python 3.8 Manual Installation So You can follow it if you need help

The requirements.txt didn’t install for me so I had to do so manually also, did this by checking PyPI online and installing them

pip install colorama

pip install random2

After the above steps I ran the excutable and it worked this time

Strings wordle

This gives you words in the executable

I Used it to make life easier

Screenshot_20220514_010246

Pretty easy if you play wordle

And That’s a wrap



Back Home