malware

Wordpress Malware - How do I remove it?

巧了我就是萌 提交于 2019-12-02 08:09:31
问题 Today I went to my wordpress site which is self-hosted and I got a warning in Chrome saying "Attackers currently on keitarotds777.onlinepharmacy24h.net might attempt to install dangerous programmes on your computer that steal or delete your information (for example, photos, passwords, messages and credit cards)." This problem also occurs on other browsers. The site is: http://dodgeballaustralia.org.au/ Could anybody advise how I can remove this malware and stop if from happening again? Thanks

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

OSX malware and exploit collection (~100 files) + links and resources for OSX malware analysis

巧了我就是萌 提交于 2019-11-28 20:39:25
此文为关于MAC OSX系统的所有攻击脚本和溢出代码的收藏集。附带资源链接和相关讲解文档~mark下 'Tis the season. Here is a nice collection of ~100 Mac OS malware and Word document exploits carrying MacOS payload (all are CVE-2009-0563) along with links for OSX malware analysis. Please send your favorite tools for OSX if they are not listed. CVE-2009-0563 CVE-2009-0563 Stack-based buffer overflow in Microsoft Office Word 2002 SP3, 2003 SP3, and 2007 SP1 and SP2; Microsoft Office for Mac 2004 and 2008; Open XML File Format Converter for Mac; Microsoft Office Word Viewer 2003 SP3; Microsoft Office Word Viewer; and Microsoft Office

Android App using Webview/javascript. what can be security concern?

房东的猫 提交于 2019-11-27 20:10:50
I am creating an android web app using Webview and Javascript making addJavascriptInterface(true) . My App will content data(html) that will be loaded from an external site. I worried about the cross-site-scripting XSS/security of my app as I am enabling addJavascriptInterface(true). What are the things I should be taking care so that any malicious code should not run on my app ? I found a good study from Syracuse University called Attacks on WebView in the Android System , which illustrates how using a WebView with addJavascriptInterface(true) can enable two kinds of attacks. One, from a