Skip to content

Sockets require bytes to be sent. #1

Description

@W1ntrMut3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions