[01:12:25] Hello, im having a spam issue that is causing the site to redirect users upon page load on mobile [01:12:40] i believe its due to a sql injection but im unsure which table to look at [01:28:21] .j #mysql [02:21:44] is there a specific table i should look at for that sql injection? [02:43:42] https://stackoverflow.com/questions/53815013/wordpress-website-redirecting-to-sslgateway-com is what im getting [02:43:50] but on my mw instal [07:46:10] heyho. i need to rename a bunch of users. 8 in total, 4 of which have edits. is it safe to do directly in the database or should i install the extensions? [07:57:51] doebi: you should really use the Renameuser extension [07:58:30] legoktm: alright, thanks [07:58:57] i already deleted those with no edits^^ [08:13:02] can i hide special paes from public? [08:52:13] doebi: how does one delete users with no edits safely? [08:53:29] I got a wiki that got hit by a mass of bot account registrations in 2010 and a few other times (before I installed the extension that makes people request an account, rather than just create a (ton of) account(s) [09:50:00] !usermerge jubo2 [09:50:25] resident bot not working? [09:50:42] jubo2: https://www.mediawiki.org/wiki/Extension:UserMerge is probably the safest way [09:50:50] Cheers p858snake [09:50:57] just merge them all into a single account [09:50:58] You are a helpful fellow [09:53:05] p858snake: the problem is just that there are like 64k bot regged accounts (and about ~ 120 real human regged accounts) [10:31:55] i just did a "delete from user where user_id=123" directly in the db. didn't cause any problems so far [13:30:20] Hello, Im experiencing a sql injection that is basically showing when users visit special:Recentchanges on mobile devices. It redirects to a specific website. its similar to the wordpress attack listed here: https://stackoverflow.com/questions/53815013/wordpress-website-redirecting-to-sslgateway-com im unsure if theres a specific table i should be looking at? [13:30:25] or if anyone knows of a waw to fix. [13:46:48] its also weird that the sql injection redirect is only showing on mobile and only on special:Recentchanges [13:47:03] i looked at the table structure but i dont understand where this may be residing in the db [13:53:49] kevindank: What makes you think its an sql injection [13:53:49] As opposed to some other style of attack [13:55:19] kevindank: On mobile - I assume that means only when mobilefrontend is activated? [13:55:28] mobilefrontend is not installed or activated [13:55:58] it doesnt even occur when you use a desktop and resize the screen to mobile view...only on mobile devices when you visit special:recentchanges [13:56:31] im assuming its a sql injection because from research it looks like on wordpress that it uses the same url sslgateawys and injects it into the db. [13:59:14] kevindank: I could only reproduce this once on that website, but closing my private browser session and going to that website again, it does not happen anymore. Weird. [14:00:26] kevindank: That site tries to load stuff from adsonflags.com and content-ad.net, is that intentional? [14:01:59] im assuming its sometype of javascript that detects your device type and then redirects based off that [14:02:41] right now im going through every db table and just manually trying to look for sslgateway or any javascript type injection but im not having much luck and this db is huge [14:02:46] I would start by trying to eliminate things - f [14:03:18] Irst i would check no php files have been modified [14:05:58] E.g. using a tool like diff -r [14:06:19] kevindank: For the records, there is also weird JS injected by Cloudflare under /cdn-cgi/apps/head/SEnd_iQWpRi1rDuyjVCSSAq6RVw.js on that site [14:06:33] Might also be your hosting service going unintentionally nuts. [14:06:46] For db - id suggest starting with objectcache table. Note it might be gziped in db [14:08:45] If you could capture the malicious html that gets returned, that might help narrow things down [14:09:05] bawolff_: objectcache is empty [14:09:31] bawolff_ :https://stackoverflow.com/questions/53815013/wordpress-website-redirecting-to-sslgateway-com [14:09:31] Its also possible that something malicious is in the apcu or memcached stores (if you use those) [14:09:46] this is what its doing and theres the text, but thats centered around wordpress [14:10:29] I mean specificly the full html in your case. E.g. whether the