iilegacyyii / PoC-CVE-2021-41773

47 stars 38 forks source link

Issue: TypeError: check_host() takes 1 positional argument but 2 were given │ #4

Closed ghost closed 2 years ago

ghost commented 2 years ago

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.

iilegacyyii commented 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)

ghost commented 2 years ago

No worries at all.

Thank you! 👍