The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
17 views

How to minimize signin scripting attack

I'll jump right into the problem. Let's say my website has sign-in capability and has a lots of users. I'm getting sign-in scripting attacks where the hacker has list of "username" and ...
-2
votes
1answer
20 views

Prevent hacking. Need experts advice [closed]

What are all the possible ways to get my files unauthorized from my web server? For example, I have some PDF files in my server and someone downloaded the file and posted in many blogspots. And I am ...
0
votes
0answers
49 views

Wordpress got hacked, how can I find out how they did it [closed]

I got the notorious syntax error, unexpected T_VARIABLE infunctions.php on line 192 wordpress hack. I made fresh installs for all my files, cleaned all my theme and plugin files from the ...
-2
votes
1answer
42 views

Catch hacker in action [closed]

I have caught a hacker after looking through my site's FTP logs - it looks as if they have gleaned a list of passwords for several of my sites and are now connecting on a daily basis to upload spammy ...
0
votes
1answer
58 views

How should I sanitize _GET variables that are only used on page?

I am fairly new to PHP and am using a couple of _GET variables to determine page layout/web service data and some other logic on the page. I am not storing the data or writing to a DB of any kind. ...
0
votes
0answers
12 views

File Bzxcd.php randomly appeared on my hosting

Could anyone shine any light onto how a PHP file appeared on my hosting account? File was named bzxcd.php. I stupidly deleted it before looking at the contents of the file but the referer suggests it ...
1
vote
2answers
67 views

What is yourinfo.allrequestsallowed.net?

In my apache instillation, I keep seeing the following line in my access logs: "POST http://yourinfo.allrequestsallowed.net/ HTTP/1.1" 200 It's really freaking me out because this site is not being ...
1
vote
1answer
104 views

Redirect Website if its not specified domain in script - Protection using Javascript

Brief Idea: I am building script for protecting my webdesign work by locking them on Single domain. If website is uploaded on different domain, It will redirect to my website. Means it won't allow to ...
2
votes
2answers
60 views

Is it safe to assign sensitive input value to a Jquery variable?

Is it safe to assign sensitive input value to a Jquery variable? For example, var creditcardnum = $("input#cardNumber").val(); //do some things $("input#abc").val(creditcardnum); I am not sending ...
1
vote
3answers
101 views

how to prevent vulnerability scanning

I have a web site that reports about each non-expected server side error on my email. Quite often (once each 1-2 weeks) somebody launches automated tools that bombard the web site with a ton of ...
0
votes
1answer
195 views

Stop or Detection dll injection loadlibrary

I want to detect dll injector.below code work as dll injector.I need Your help in c# source code which help me to detect then i will close my application.i search in google.com a lots but tired to get ...
-1
votes
2answers
184 views

How to encrypt assets [closed]

I am about to publish an application that has a great amount of JavaScript in the Assets/ folder. I have shrinked minimized & combined everything (JS) into ONE big file around 500kb. I am looking ...
0
votes
0answers
112 views

How to avoid Fishing and DOS attack in Http Mail server

we are running a http mail server in Centos, few days ago its been attacked by hacker and used to snatch the details from other third party web servers, main issues is, those stolen details were ...
-4
votes
1answer
61 views

Joomla Malicious iFrame Removal IP 88.198.219.85 [closed]

If you have found that your joomla page loads very slowly and have realized that it may be caused by a malicious iFrame, please see my answer below.
1
vote
0answers
443 views

possible hack attempt on php site [closed]

I have a PHP site with a standard registration page. I have noticed some strange entries in my apache access log. In a nutshell... a GET request is made to mysite.com/register.php a POST request ...
0
votes
1answer
19 views

How would I copy the gallery, posts & pages from a compromised wordpress install to a fresh one?

A Wordpress install on one of my servers has been compromised. What's the quickest way to export the gallery, posts and pages in a manner that won't export any back doors along with them? Then how ...
-4
votes
1answer
40 views

About internet security [closed]

I have a science background, and have programming experience (C/C++, CUDA and some x86 assmebly), and by no mean I want to become a hacker, what I want to do is: protecting my/our own computer against ...
1
vote
0answers
70 views

Why use SLEEP in a SQL hack attempt [closed]

My code validation caught & logged some attempts to send a SELECT SLEEP and BEGIN+DBMS_LOCK.SLEEP commands to our DB thru an online form. What are hackers trying to do by sending this code?
-1
votes
1answer
795 views

How to stop spreading of eval(gzinflate(base64_decode())); in server? [closed]

In my server many files got the following line added with in the files... eval(gzinflate(base64_decode('some code'))); I have cleared it once and still it comes again. Can any one help me in ...
-3
votes
1answer
104 views

c++ dynamicly change addresses in another process?

Is it possible to change addresses in an application such that the app still works fine, but hacks (based on memory read/write) to this app don't? Maybe move the stack or something? @update I don't ...
4
votes
4answers
266 views

PHP htmlentities not enough to stop hackers injecting html from form

I have a form with a text box that posts data to a php file that uses the function "htmlentities" to make it safe to email to the website owner. The problem is that someone managed to get a hyperlink ...
2
votes
1answer
145 views

What is this strange javascript use for? [closed]

I am not sure if I can ask this question here but: I have a JavaScript block which I don't understand: var _0x3a04=["$(3C).4Z(2(){3 ...
0
votes
0answers
284 views

DDoS -Prevent slow HTTP POST on application level (Layer 7) [closed]

I received a QA report saying that my website (Wordpress on Windows Azure) is probably vulnerable to "slow HTTP POST DDoS attack" on application layer. I think this concern to the host provider and ...
0
votes
1answer
65 views

Basic measurements for preventing hacking attempts [closed]

What are the basic measurements for preventing hacking attempts to a php-mysql website? Both on php side and mySql side. You can give reference website too.
193
votes
21answers
12k views

How to avoid reverse engineering of an APK file?

I am developing a payment processing app for Android, and I want to prevent a hacker from accessing any resources, assets or source code from the APK file. If someone changes the .apk extension to ...
1
vote
1answer
132 views

Disable client-side Scripting (like Greasemonkey) on a web site?

I would like to know if there is a way to prevent the use of userscripts on my browser game site? Many use Greasemonkey to have advantages over other players, and I would like a way to disable these ...
3
votes
2answers
162 views

Secure App Data on iPhone

EDITED Ok, putting aside that voting negative doesn't really help in solving the problem. If you don't have anything helpful to say and you are not interested in the problem, just change page. If you ...
0
votes
1answer
212 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
1answer
436 views

How to detect whether AppSync is installed on device?

AppSync causes some problems with iCloud and in-app-purchasing, so I'd like to detect does it exist on device to handle weird behaviour of iCloud and IAP. Is there any way to know this? Nevermind if ...
0
votes
1answer
253 views

Does Free theams of wordpress with incripted code is hacking my sites?

Do any free Wordpress themes contain encrypted code that can hack my site? If it is possible, can you please tell us how to find and remove that code? Thanks.
0
votes
1answer
105 views

What is the logic behind a secure login-system? [closed]

I'm really sorry if this question has nothing to do on this site, but I thought since there's alot of great minds here. In the near future I'm going to create a program where users will have their own ...
0
votes
1answer
72 views

When to Ask Captcha Rules?

While there is a lot of discussion about Captcha implementation, I couldn't find any details on what circumstances one should ask for Captcha especially for a financial app serving consumers. Some of ...
0
votes
0answers
219 views

Security of PHP and anti-hacking? What is worthwhile and what is not? [closed]

I had a question about encrypting text, but here is the anti-hacking portion of it. How would people get gain access to the encrypted text? My website is secured against SQL injection, and the ...
1
vote
0answers
44 views

Is ECB safe if you don't expect duplicate results?

I want to encrypt long paragraphs of text using Rijndael-256 (the text has been compressed and converted to base64 before this). It is very unlikely for the two to be the same. But if they happen to ...
0
votes
0answers
96 views

Implementing Hack Proof Authentication in web services - .Net 4.0 [closed]

This question arises time and again in my mind that how do hackers hack a authentication ticket of a web-service,if at all they can hack it. And what authentication considerations should one have ...
2
votes
7answers
840 views

MySql Database Hacked, NOT injections

Three weeks ago, I found a list of my website's users and info on Paste Bin giving away all privacy. I ran updates and protected against SQL Injections. I also added a pre-request to save the SQL in ...
0
votes
1answer
485 views

Is it possible for hackers to decrypt ASP.NET Membership password?

I am implementing ASP.NET Membership, using default SQL Provider, default web.config settings. I notice that passwords are hashed. But I don't know how asp.net hash my passwords, so I am not sure ...
5
votes
2answers
719 views

Patching In-App Purchase hack; stuck on fourth step

As many of us know, there's been a recent situation with Apple where hackers are able to get any In-App Purchase for free. Apple recently released this document describing how to patch it, but I'm a ...
4
votes
3answers
1k views

Detect if iOS app hacked

My friend got iPad, which was jailbroke. So, when installed Business Model Generation App from Installous and then tried to use it, application show UIAlertView with message: "You got hacked version" ...
1
vote
2answers
196 views

Is it theoretically possible to design a provably unhackable hardware/software system?

Has there been any work done on any hypothetical hardware + OS architecture or overall software design which is provably not possible to hack? In other words, an architecture which allows for only ...
0
votes
3answers
105 views

how to stop anybody from abusing my contact page

I have a website and contact page in it. Anybody can go in there and write something to contact us and it will be sent to my email address. Today i noticed almost 100 emails in my inbox and somebody ...
0
votes
1answer
67 views

How to get the Address of the function call dynamically from the process

I am looking for a way to get the address of the function call programatically: public abstract void onKey (int primaryCode, int[] keyCodes) from KeyboardView.OnKeyboardActionListener interface. Are ...
2
votes
1answer
600 views

OpenX hacked, some questions

A client of mine has had his OpenX ad server hacked. I'm completely out of ideas. This is the issue, there are 4 ads in a vertical stack, the 3rd one is hijacked and replaced by a different ad, a ...
0
votes
2answers
110 views

Correctly filtering out LFI

How can I correctly filter out local file inclusion in PHP? I've been searching but can't find a simple function to do this. As I understand it removing slashes isn't enough.
4
votes
2answers
2k views

Anti-hack solution for a secret key in Android app?

I need to store a private string key inside of the app. Its value will never change and is set manually in code. I cannot obviously just store it as a String as reverse-engineering method would reveal ...
0
votes
2answers
183 views

Android Demo Programs

All, I want to release an app that has all the features of the paid app, but is like a 7 day demo. What is the best way to execute doing this. I originally thought to track the trial period under ...
5
votes
2answers
361 views

Anti-hacking a game - best practises, suggestions

I recently made a simple game where user can submit his/her high scores online. It is very easy to hack the game by increasing high score by using software such as Cheat Engine. High score is stored ...
0
votes
2answers
397 views

Looking for ddos testing tools

I'm looking for a toolkit to test how my website will react to a DOS/DDOS attack. The only tool I know so far, is Low Orbit Ion Cannon. However, I don't know how this one compares to any other tools ...
0
votes
1answer
115 views

XSS Validation, Prevention or Cure?

I am having hands on trying to make a hack-proof website and learning about XSS. So the process is A: Get User Input -> B: Store It -> C: Show It Again To client I am using Microsoft AntiXSS library ...
1
vote
1answer
323 views

C# or C/C++ How to receive packets from client, filter & redirect them to server, receive from server & send to client

My question is said in one phrase, 'how can you redirect packets from a client to another process, receive packets from that process and send a response back to the original client'. If my question is ...

1 2