Mikhail Lebedinets

Results 4 issues of Mikhail Lebedinets

First run Wireshark and catch `secret` field of any user. Then make HTTP POST request to `http://www.boomlings.com/database/downloadGJLevel22.php` that contains: ``` gameVersion=21 binaryVersion=35 gdw=0 levelID= secret= ``` Important to specify an...

[Get cookies.txt](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid) extension it is a malicious extension which must be reported and removed from README. It sends the following data of every request in your browser to https://ck.getcookiestxt.com/getcookie ```...

documentation

Add HTTP or Socks proxy support for authorizing on Mojang servers. Because in Crimea and other occupied regions Microsoft block access to their servers.

enhancement

```sql CREATE TRIGGER `gdpr_auto_consent` AFTER INSERT ON `users` BEGIN UPDATE `users` SET `consented` = 1 WHERE `userId` = NEW.userId; END; ```