Hi there! Thanks for the great tool. I found that it did not initially work until I edited the sock.send blocks to send bytes instead of str.
Ie:
sock.send(bytes(self._from(), 'UTF-8'))
Also python finds an inconsistency in tabs vs spaces in the print('[+] Exploited. Check your listener') statement.
Again thank you for this nifty tool.
Hi there! Thanks for the great tool. I found that it did not initially work until I edited the sock.send blocks to send bytes instead of str.
Ie:
sock.send(bytes(self._from(), 'UTF-8'))
Also python finds an inconsistency in tabs vs spaces in the print('[+] Exploited. Check your listener') statement.
Again thank you for this nifty tool.