Ammar Askar
|
88787e2568
|
Merge branch 'master' into nbt_exploit
|
2015-04-17 18:25:09 +05:00 |
|
Ammar Askar
|
79ee31c44e
|
Fix two python3 compatibility problems:
We need to explicitly encode the serverID before hashing it
Pass read/binary modes to the file made from socket to avoid encoding problems, fixes #29
|
2015-04-17 17:57:34 +05:00 |
|
Ammar Askar
|
6fbcf4b1f4
|
Proof of concept for an nbt exploit to crash any minecraft server.
See http://blog.ammaraskar.com/minecraft-vulnerability-advisory/
|
2015-04-16 20:47:07 +05:00 |
|
Ammar Askar
|
5d56162300
|
Quick little base test for connection
|
2015-04-03 22:04:45 +05:00 |
|
Ammar Askar
|
d3917b42a4
|
split up pylint into errors and warning runners
|
2015-04-03 03:13:22 +05:00 |
|
Ammar Askar
|
c353d8bb86
|
Address more pylint and py3 compatibility problems
|
2015-04-03 02:25:34 +05:00 |
|
Ammar Askar
|
dcb2845ac4
|
Fix some pylint concerns
|
2015-04-03 01:44:03 +05:00 |
|
Ammar Askar
|
b37c095039
|
Fix connection to work with new authentication module
|
2015-04-02 22:02:08 +05:00 |
|
Jeppe Klitgaard
|
6cf6110bc5
|
Updated authentication.py and made it work with the rest of pyCraft
|
2015-04-01 23:38:10 +02:00 |
|
Jeppe Klitgaard
|
bb94d99bd4
|
Moved code into a python module
|
2015-04-01 17:19:12 +02:00 |
|