4
votes
2answers
216 views

A malicious js is auto injecting into my header.php files and many other js files? [closed]

Currently I am facing a hell like situation, four of my client websites were hacked before 10 days. I messed up a lot with them and three of them are working fine(running magento) after my long mess ...
0
votes
1answer
55 views

CHALLENGE: Get b without calling `test`

I am currently thinking about implementing a virtual machine inside of node.js that wraps up other apps. For that I am going to override some basics but there is one point I am not sure of. My ...
0
votes
1answer
91 views

How to monitor which files are writting code to others?

It appears there is a new exploit/hack going around where a Wordpress plugin is writing a .js file before every closing </head> tags in every Wordpress installation's .php files on my server. ...
0
votes
0answers
40 views

How to use same XMLHttpRequest(same origin) in the saved page in hard disk?

How to use same XMLHttpRequest(same origin) in the saved page in hard disk? Are XMLHttpRequests active when we load a page into the browser or those are just active in real connections? Are ...
1
vote
2answers
409 views

my website is getting hacked by Javascript Injection - how do i find out which page is being used to do th injection? [closed]

for the past 4-5 days everyday my website is somehow hacked and some javascript codes which redirect to a php page are inserted in my code. The problem is i know the server is not compromised cause ...
-5
votes
1answer
1k views

Input in the facebook hacker cup [closed]

Does the input file need to be directly processed by the program? say in the latest Beautiful strings question, 5 ABbCcc Good luck in the Facebook Hacker Cup this year! Ignore ...
0
votes
1answer
211 views

Malicious javascript injection (Hostads.cn)

It seems that my website has been hacked, or an exploit was found or something so now everytime I load certain pages the following javascript and iframe get injected: <script language="JavaScript" ...
1
vote
1answer
294 views

Website code changed to include g00glestatic.com javascript [closed]

I just found out that a page on my site had been changed, lots of code had been removed and this was added: <!--9c282e--><script type="text/javascript" ...
0
votes
1answer
210 views

how to make a js/html/css based shopping cart that is secure [closed]

I am looking to create/use a js-based shopping cart that uses flat files for data storage. Now I have some concerns regarding the security of data. Specifically-- (1) The shopping cart will connect ...
1
vote
2answers
121 views

Is it possible for me to prevent hackers from using a web console to call an upvote (AJAX) function repeatedly with JavaScript?

I recently created a website that has a voting/upvoting feature that uses jQuery's AJAX functions. The catch is: anyone can vote. I don't require visitors to be logged in, I don't track their IP, and ...
1
vote
3answers
2k views

Found this nasty code, I wonder what it does? Should I be worried…?

I have recently saw some free file downloading website on server log, and in in one of the site's source code had some suspicious javascript code. Should I be worried about it? as they might have run ...
1
vote
1answer
92 views

how to resolve Reported Attack Page

when i opened my website and really got shocked. Because i'm getting "Reported Attack Page!" instead of my website. I have studied a lot about this. I have downloaded my whole website and i have ...
1
vote
1answer
117 views

How do these hijacking ads work (creates unwanted ads on a webpage)

We are having ads pop up on our webpage, at random times... from links that didn't exist before, i.e. some random text on the page(which wasn't a hyperlink) becomes a Javascript-y link-ad. It's the ...
0
votes
4answers
253 views

JavaScript Hacking

I am trying to figure out any and all ways to prevent CSS modification and DOM modification of specific elements. I understand this might not be completely possible or that a talented developer could ...
1
vote
1answer
156 views

Hacking an uploader to handle large files using jQuery

Are there ways where I can use jQuery to improve the performance of a file uploader? There's a system where I am trying to hack to make the uploading process better. I am just doing some frontend ...
14
votes
3answers
1k views

Site was just attacked and javascript was injected at the header, what does it mean?

One of our websites was attacked recently where multiple php files were modified. This modification injected javascript at the top of the page but after base64 decoding all of it I came across the ...
3
votes
3answers
155 views

In a javascript game is it possible to completely prohibit the user from tampering with the JavaScript?

I'm starting to put together an online game in which the majority of the game is written in javascript. It occurred to me from a security perspective that with tools like FireBug that the player of ...
3
votes
5answers
358 views

Is this a Javascript Hacking Attempt? [closed]

I found this in an email. Can someone tell me what it is trying to do? I am concerned it may be malicious. I saw online that this might just be "optimized javascript." Is there a way to unoptomize it ...
2
votes
1answer
56 views

How To Capture Flash in Module Window?

Is there a way to capture video playing in a flash player module? From what I see there is no cache or at least the player settings are set to no cache and no store. Thanks
-2
votes
2answers
1k views

Strange javascript added to my webpage (get redirected to http://paseroper.in) [closed]

Somehow my index.php file at the server get modified. As a result, when I open my webpage, I get redirected automatically to this address: redirected url It seems someone has hacked my application. I ...
-1
votes
4answers
481 views

Using XMLHTTPRequest to extract data from Database

I want to extract some data from the database without refreshing a page. What is the best possible way to do this? I am using the following XMLHTTPRequest function to get some data (shopping cart ...
2
votes
5answers
287 views

How secure is the “same origin policy”?

I am aware that to read the contents of an iframe, the domains, protocols, and ports must match. However is this enough to guarantee that an "unknown malicious website" will not be able to get past ...
0
votes
5answers
438 views

Is this a possible hack attempt? [closed]

The other day my Q&A part of my website went down, so I shut down the index as I found the error was related to a syntax error. So I erased it and made it die. However, when I opened it, I ...
2
votes
2answers
204 views

Can anyone tell me what these hackers are attempting to do on my website?

I have had the following attack recently, where POST requests have been sent to the webserver with the following code (url encoding has been removed to show the actual query, and 'mydomain.com' has ...
5
votes
6answers
439 views

Site's Been Hacked - What Does This Javascript Code Do?

Just found out that my website has been hacked... I traced the problem to this piece of Javascript code that was inserted in the Suckerfish dropdown menu. I'm gonna replace the menu with a clean ...
1
vote
1answer
309 views

Javascript injection by ISP

This page claims that a Tunisian ISP was injecting javascript into the source code of Facebook pages: http://www.r00ted.com/doku.php?id=injection_tunisie function h6h(st){var ...
2
votes
4answers
94 views

What precautions should I take before I let client add javascript to a webpage?

Question: What precautions should I take when I let clients add custom JS scripts to their pages? IF you want more details: I am working on a custom CMS like project for a company, The CMS has ...
2
votes
4answers
1k views

Forensic analysis of an actual hacked web site

One of my friends has website running with Wordpress (note that is not a blog in Wordpress.com), and it has been hacked. He has to talk with the company that provided the site for restoring a backup, ...
2
votes
1answer
881 views

javascript injection and looping

I want to test a site against javascript injection. I am familier with following syntaxes which are working fine. javascript:alert(document.cookie); ...
7
votes
2answers
488 views

wordpress hacked: what does this script actually do?

I maintain three wordpress blogs, and yesterday-morning, they were all hacked. Inside all my index.php the first line looked as follows: <?php ...
3
votes
3answers
141 views

Is it safe to load HTML and js via ajax?

I'm using the Jquery load function $('#result').load('test.php'); to load a page into another page by clicking a tab. The page I'm loading contains javascript, php, and contains a form. Using the ...
2
votes
3answers
984 views

Difference between eval and window.json.parse for a dealing with a responseText?

I have the following code at hand var finalCompleteData = eval("("+jsonresponse.responseText+")"); When I used this, I received a security flaw error in Fortify saying that it might lead to ...
2
votes
2answers
204 views

how easy is it to mess with Firefox Javascript interpreter?

since Firefox is open source, in theory it should be possible for me to hack behavior of the interpreter. Let's say maybe I could build my own profiler, or introduce more fine grained restrictions on ...
-2
votes
2answers
61 views

i write a html ,but it Is converted into another string , how can i make is show Original appearance [closed]

this is my code : <div>wwdw</div> and it Is converted into this : &lt;div&gt;wwdw&lt;/div&gt; so what can i do to show the Original html ? thanks and i write this ...
1
vote
6answers
188 views

How Easy Is It To Beat This Javascript Preventative Measure

I'm trying to prevent a user from disabling style.(I HAVE A GOOD REASON TO DO THIS, so please no posts about accessibility as 99.99% of my site is totally accessible. Just tryin to prevent on .1% of ...
2
votes
2answers
523 views

Format hard drive with javascript

A while ago a colleague of mine said something astonishing to me: he said that one can format a hard drive using javascript! I just replied 'no, this is impossible'. He seemed to be very confident ...
1
vote
3answers
350 views

How do I prevent people from hacking my applet?

Manipulating an applet is as easy as entering javascript:document.getElementsByTagName("applet")[0].publicMethod(); into the address bar. How can I protect my applet from such manipulation?
0
votes
2answers
320 views

Browser history via JS or CSS

For many years now, it has been known that a website can use CSS/JS to determine websites that have been visited by a user, e.g. ...
10
votes
3answers
1k views

Override “private” function in JavaScript

I am monkey-patching some of the jQuery's Draggable code*. The goal is to avoid modifying the original source files and patch dynamically one of the internal functions. The function ...
5
votes
7answers
3k views

how to prevent hacking if users change html/javascript variables on client side?

Using a simple tool like FireBug, anyone can change javascript parameters on the client side. If anyone take time and study your application for a while, they can learn how to change JS parameters ...
8
votes
4answers
431 views

Weird Javascript in Template. Is this a hacking attempt?

I validated my client's website to xHTML Strict 1.0/CSS 2.1 standards last week. Today when I re-checked, I had a validation error caused by a weird and previous unknown script. I found this in the ...
4
votes
3answers
982 views

Crash firefox using Javascript

I'm part of a testing team and have been tasked with "behaving badly" using javascript in a firefox browser. I've tried these methods to take the browser down ...
1
vote
4answers
214 views

Could my forms be hacked

I posted a question yesterday, which I intend to get back to today however I wrote some JavaScript as a first line of prevention against XSS. However when testing this on my live server I catch some ...
15
votes
4answers
5k views

CSS/JavaScript/hacking: Detect :visited styling on a link *without* checking it directly OR do it faster than me

This is for research purposes on http://cssfingerprint.com Consider the following code: <style> div.csshistory a { display: none; color: #00ff00;} div.csshistory a:visited { display: ...
0
votes
2answers
629 views

Is is possible to spoof a session with JavaScript + Cookies?

Suppose you have a webapp that gives users their own site on a subdomain (eg: awesome.super-cms.com) and that you let them edit HTML. Further assume that you're setting the SessionID in a wildcard ...
0
votes
2answers
2k views

URL based Javascript to show all variables in the page

I've seen javascript (and written some too) to show the contents of input tags (useful if the guy before you left a password in an input...), but I want to use JS to show the Javascript variables that ...
5
votes
7answers
646 views

JavaScript being injected in my PHP Pages

I have a website, and I just discoverd that somehow someone injected JavaScript on my page. How can I figure out what it does and how they did it? <script> var x = unescape("%68% (**** some ...
1
vote
3answers
521 views

scriptkiddie flooding my website with this snippit

hey, someone outthere is trying to flood my website with some script. luckly my application caught it i just wanna know what this code is doing <script> <!-- ...
2
votes
3answers
306 views

Allow Javascript - protect against XSS? (unique scenario)

I'm in the process of building an application (a CMS to be more specific) which allows users to add Javascript to their content. There really is no way around allowing Javascript, and because of it, ...
0
votes
2answers
1k views

prevent kill frame

instead of asking how to kill frame. i interested to know what technique can be used to prevent an iframe inside a page from been killed by "frame killer"

1 2