Plagiarized news sites are using Cyrillic characters to avoid detection
21–30 of 33 posts
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#22Let me nitpick a bit: these characters are not Russian, they are Cyrillic. There are some Cyrillic characters that are distinctly Russian (i.e. used only in the Russian language), but these characters can't impersonate Latin letters because they are too different from them. https://en.wikipedia.org/wiki/Cyrillic_script
Yeah that bothered me as well. Would you write: "Site uses American characters to publish fake news." ?
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#23Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#24I put the site back online at http://nopy.progresso-ict.nl/ ($10 PayPal money has already been given away years ago)
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#25https://github.com/codebox/homoglyph
The list itself in sorted text format, each line a list of similar glyphs:
https://github.com/codebox/homoglyph/blob/master/raw_data/ch...
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#26Here is a project that maintains a list of homoglyphs and has some Java and Javascript code for detecting them. https://github.com/codebox/homoglyph The list itself in sorted text format, each line a list of similar glyphs: https://github.com/codebox/homoglyph/blob/master/raw_data/ch...
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#27I doubt websites hosted in Eastern Europe care about copyright legal threats. Even if they contact the hosting provider directly I doubt any action will be taken. Eastern Europe has plenty of cheap, shady hosting providers where you can host pretty much anything that you want. Unless the website is making a lot of money, nobody is going to spend significant resources to take those websites down. Let me speculate of w…
Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#28Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#29Re: Plagiarized news sites are using Cyrillic characters to avoid detection
#30Earlier quoted context omitted.
A neat trick would be to render the PDF into an image file, and then OCR that image file, and do the detection using the text file generated by the OCR process. Just like VW's defeat device, the cheater would then need to create software that outputs something different when they see they are being rendered not to display, but to an image file...
So, one needs to use a font that OCR finds hard to avoid detection. Would rubbish keming do the trick, you could abide by imposed don't requirements but change kerning/leading?
Edit: You could also just use the text, but red-flag submissions where X% of the words used fall outside of the submitted language.