I used python to solve this challenge. I wrote a python script. This script starts a session in ringzer0team website. Then grabs the message from the challenge page, hashes it with SHA512 Algorithm and sends it back to the challenge page.
Let's use it:
$ python h4sh_m3_please.py
You should install:
$ pip install requests