Closed ghost closed 2 years ago
Hey! Thanks for raising the error, I have made a commit and got this fixed for you quickly, your fix was indeed correct and a poor typo on my part 😅
Thankyou! Should be fixed in this commit (e4d61f2207a72729a9508a5cbe51f4eec67a40db)
No worries at all.
Thank you! 👍
Just been using this for a HackTheBox CTF. Came across an issue, but think I have fixed it...
Effectively change from this def check_host(host):
To this. def check_host(self, host):
Hope this helps.