MySQL_Fake_Server icon indicating copy to clipboard operation
MySQL_Fake_Server copied to clipboard

ERROR:asyncio:Task exception was never retrieved

Open pu3rpuerererererer opened this issue 3 years ago • 4 comments

image

MySQL Fake Server
Author:fnmsd(https://blog.csdn.net/fnmsd)
Load 8 Fileread usernames :[b'database', b'win_ini', b'win_hosts', b'win', b'linux_passwd', b'linux_hosts', b'index_php', b'ssrf']
Load 1 yso usernames :[b'Jdk7u21']
Load 2 Default Files :[b'/etc/hosts', b'c:\\windows\\system32\\drivers\\etc\\hosts']
Start Server at port 3306
Incoming Connection:('*.*.*.*', 56741)
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-4' coro=<start_mysql_server.<locals>.cb() done, defined at /usr/lib/python3.8/asyncio/coroutines.py:122> exception=RuntimeError()>
Traceback (most recent call last):
  File "/usr/lib/python3.8/asyncio/coroutines.py", line 127, in coro
    res = yield from res
  File "server.py", line 69, in handle_server
    handshake_response = yield from HandshakeResponse41.read(server_reader.packet(), handshake.capability)
  File "/MySQL_Fake_Server/mysqlproto/protocol/handshake.py", line 64, in read
    data = yield from packet.read()
  File "/MySQL_Fake_Server/mysqlproto/protocol/__init__.py", line 61, in read
    self._check_lead(ldata)
  File "/MySQL_Fake_Server/mysqlproto/protocol/__init__.py", line 40, in _check_lead
    raise RuntimeError
RuntimeError

pu3rpuerererererer avatar Jul 29 '21 05:07 pu3rpuerererererer

把_clear去掉试下

fnmsd avatar Aug 02 '21 00:08 fnmsd

+1

n5xxxx avatar Feb 07 '22 08:02 n5xxxx

+1

XuCcc avatar Feb 22 '22 12:02 XuCcc