malware-detection

How to detect and/or block browser extensions that mess up my website?

浪尽此生 提交于 2019-12-05 15:22:48
More and more of our users (I manage a french blogging platform) are complaining about bugs on our interface. In 90% of cases, the problem comes from an extension that is installed on the user's browser. Users often don't even know that they have these extensions. For example, there is Avast that removes sharing buttons (Twitter, FB), and some extensions like Pricepeep, Slick Saving, Deaply Shopping, VideoFileDownload or Pricora that totally mess up our interface. The problem is that users believe that it is our fault and then quit without further investigation :-( Do you have a miraculous

Hacked site - encrypted code

五迷三道 提交于 2019-12-04 22:54:34
问题 Couple days ago I gave noticed that almost all php files on my server are infected with some encrypted code and in almost every file is different. Here is the example from one of the files: http://pastebin.com/JtkNya5m Can anybody tell me what this code do or how to decode it? 回答1: You can calculate the values of some of the variables, and begin to get your bearings. $vmksmhmfuh = 'preg_replace'; //substr($qbrqftrrvx, (44195 - 34082), (45 - 33)); preg_replace('/(.*)/e', $viwdamxcpm, null); //

IE9 SmartScreen Warning, Despite Following All Recommendations

╄→尐↘猪︶ㄣ 提交于 2019-12-04 20:41:05
问题 We offer a Windows program downloadable as an InstallShield EXE from our website. When someone running IE9 attempts to download and run our software, they see the following message at the bottom of their screen: PROGRAMNAME.exe is not commonly downloaded and could harm your computer. [DELETE] [ACTIONS] [VIEW DOWNLOADS] I've read http://blogs.msdn.com/b/ie/archive/2011/03/22/smartscreen-174-application-reputation-building-reputation.aspx It suggests: Digitally sign your programs with an

iFrame Injection Attack Followed us to New Server

人盡茶涼 提交于 2019-12-03 08:50:38
A few months ago, a hidden iFrame started showing up on every page on every site on our dedicated server. When we took the sites down for maintenance with a 503, the iFrame was still there on the down for maintenance page. Eventually, the host blocked the source of the iFrame, but we never found the backdoor. The injected iFrame looked something like this, but wrapped in a style tag to obfuscate and with various URLs: iframe src="http://heusnsy.nl/32283947.html.. We moved our smaller sites to a different host, and they've been fine. We moved our main site to a new dedicated server on the same

My site has been tagged as Malware by Chrome! What now? [closed]

瘦欲@ 提交于 2019-12-01 12:16:33
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 9 years ago . I'm completing the development of a site I didn't build (I designed it, but another has built it so far) and recently when I visit the site in Chrome I get a "Malware Detected!" Warning box. The site is http://kenbrook.org/ It's for a summer camp, and it's a basic brochure type site with your average marketing

How to decompile an APK or DEX file on Android platform? [closed]

家住魔仙堡 提交于 2019-11-27 02:29:38
Is it possible to decompile an APK or DEX file file on Android platform? Are there any tools that can decompile an APK file? Rupesh Yadav You need Three Tools to decompile an APK file. Dex2jar - Tools to work with android .dex and java .class files ApkTool - A tool for reverse engineering Android apk files JD-GUI - Java Decompiler is a tools to decompile and analyze Java 5 “byte code” and the later versions. for more how-to-use-dextojar . Hope this will help You and all! :) Online APK Decompiler http://www.decompileandroid.com/ http://www.javadecompilers.com/ APK Decompiler App for Windows

How to decompile an APK or DEX file on Android platform? [closed]

半腔热情 提交于 2019-11-26 12:33:56
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Is it possible to decompile an APK or DEX file file on Android platform? Are there any tools that can decompile an APK file? 回答1: You need Three Tools to decompile an APK file. Dex2jar - Tools to work with android .dex and java .class files ApkTool - A tool for reverse engineering Android apk files JD-GUI - Java