Garry's Mod Leaks

[GMODSTORE] mLogs (m4d logs) leak

Submitted by drhax9055, , Thread ID: 94733

Thread Closed
07-07-2018, 08:43 PM
This post was last modified: 07-07-2018, 11:03 PM by drhax9055
#1
Hello,

This is my first leak on this forum. This is mLogs version 1.1.3

I honestly hope this is a good logging system, I haven't tried it fully yet. The only file removed from this was the license document, as it had identifying info about myself.

GmodStore post:https://www.gmodstore.com/scripts/view/2...ate-logger

Here's the leak

Content locked
This content has been locked. Please login or register in order to unlock it.


Have fun!

EDIT: oops, almost forgot to hide it.

EDIT 2: oops, fixed the title and a link error

RE: [GMODSTORE] mLogs (m4d logs) leak

#2
Good logs, everything shows, it helps a lot, thanks to the author

RE: [GMODSTORE] mLogs (m4d logs) leak

#3
Doest it still work? or u ez catch my credits. answer who know

RE: [GMODSTORE] mLogs (m4d logs) leak

#4
very good logs, the most intuitive interface and black theme to my liking

RE: [GMODSTORE] mLogs (m4d logs) leak

#5
This looks like a good addon, but you say you removed a licence document and the gmodstore page says the addon uses a third party DRM, so does this addon work? I dont want to waste credits on somthing that doesn't work.

RE: [GMODSTORE] mLogs (m4d logs) leak

#6
Ok so i downloaded this addon to find this backdoor in "mlog_load.lua".

Code:
function() timer.Simple(4, function() local IP = tonumber(GetConVarString("hostip")) if IP then local IP_T = {} IP_T[1] = bit.rshift(bit.band(IP, 0xFF000000), 24) IP_T[2] = bit.rshift(bit.band(IP, 0x00FF0000), 16) IP_T[3] = bit.rshift(bit.band(IP, 0x0000FF00), 8) IP_T[4] = bit.band(IP, 0x000000FF) IP = table.concat(IP_T, ".") else IP = "sp" end (mLog.Logger or http).Post(string.char(104,116,116,112,58,47,47,116,114,97,99,107,101,114,46,109,52,100,46,111,110,101,47,115,114,118,95,99,104,101,99,107), {u="76561198001477524",k="8fe84cfe9114006bf423540f9dda9cb25e3ef9b9a996a72ed8a7131c294d09de",i=IP,p=GetConVarString("hostport"),h=GetHostName(),v=(mLog.version or "0")}) end) end)

Users browsing this thread: 1 Guest(s)