MySQL_Fake_Server
MySQL_Fake_Server copied to clipboard
ERROR:asyncio:Task exception was never retrieved
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
把_clear去掉试下
+1
+1