2
votes
5answers
127 views

php security issue - file uploads

On of my client approached me to check and fix the hacked site. Site was developed by another developer , Very inexperienced developer not even basic security taken care of. Well the problem was ...
1
vote
1answer
75 views

Get file from GET request in a directory securely

I want to make an own static file view that returns the file defined in the GET request. The file must be in an extra directory. The URL must be like /e?s=NAME_OF_FILE. My problem is, hackers can use ...
0
votes
2answers
65 views

If your site doesn't use cookies do you still need to worry about CSRF protection?

I have been reading up on CSRF/XSRF a bit and a lot of it seems to talk about cookies as they can be involved in logging the user back in automatically. So I was just wondering if your site doesn't ...
-1
votes
2answers
87 views

SQL Injection clarification

There is a query like: select * from tablename where username='value1' and password='value2'; If I set to the fields the following: username ='admin' and password ='admin'; Then I sign in ...
2
votes
2answers
156 views

key stretching VS key stengthening

To quote from this wiki article - An alternative approach, called key strengthening, extends the key with a random salt, but then (unlike in key stretching) securely deletes the salt. This ...
6
votes
1answer
865 views

How to prevent DoS attack in ASP.NET MVC applications?

I don't want someone keep F5 my site or using some tool to request the page frequently. That is to say, prevent an Action or the Controller to be invoked frequently by one client. How can I ...
0
votes
1answer
124 views

Securing asp.net web app with Form Authentication

In ASP.NET web app, I have login.aspx. I force that every user access through Login.aspx, setting that on web.config: <authentication mode="Forms"> <forms name="coockie_aut" ...
1
vote
1answer
81 views

What Does /**/or/**/ Mean?

We've logged get requests where someone tried to add /**/or/**/ to the query string. What does it mean, where can it do damage and what should I look out for in my code? Edit Specifically ...
6
votes
4answers
846 views

how to secure my website

I know securing any website is a very tough and broad topic to be discussed upon but i want to relate this question to my specific website which i've been working on. It was coded in php by some other ...
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 ...
0
votes
1answer
93 views

Protecting folder and its files

I wish to protect folder with core files of CMS and its sub folders and files from accessing via web, and I tried with .htaccess file with this: order deny,allow deny from all Problem I have is ...
-2
votes
2answers
247 views

Can wordpress hacked easily or is it about any site? What was the reason? [closed]

One of my friend who is RIA developer and do action scripting. He started a blog and worked on it, after some time he saw that his blog is hacked that was developed in WP and some text was written in ...
2
votes
2answers
359 views

Hackers constantly pull my login.aspx

I have a website with a protected content and I am recently started getting a lot of email alerts about unsuccessful logins. It gets really annoying, about one attempt in a minute or two average. ...
-1
votes
2answers
124 views

how much of a web site security along with server security?

I write a phrase and please you say your point of view about it: For my web site,If My Server Is Secure(Server Admin warranty that) and I prevent XSS and Sql Injenction attack,Is my web site secure? ...
3
votes
6answers
146 views

Secure a website [closed]

I've to make an introduction to what kind of attack they should prevent on their custom website. I already made some example about XSS, CSRF, SQL Injection, is there something else I should include? ...
1
vote
1answer
85 views

I want to create an advocacy website and not get hacked [closed]

I want to create an advocacy website on a controversial topic, like gay marriage. I know that to the degree it's successful, it will be targeted by people and groups with effectively unlimited ...
2
votes
5answers
69 views

How evasdopping is performed?

Everybody recommends to buy a SSL certificate for my website that prevents from many security issues mainly eavesdropping. I read articles on eavesdropping but how eavesdropping can hack my website ...
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, ...
0
votes
5answers
2k views

Hacking: how do I find security holes in my own web application? Did I do a good job securing it?

Let's say I just finished (it never is, right?) writing a web application. I did my best applying what I know to prevent any security issues. But how do I find out if what I wrote ís actually ...
0
votes
1answer
168 views

Can any account with verified email address be used to merge with an account with unverified email address?

Say, if using OpenID Selector which is StockOverflow's log in system, or JanRain, which actually allows using Facebook or Twitter to log in as well as OpenID, then, some email address are not ...
0
votes
1answer
214 views

Securing ASP.Net user database

I'm working on the web app which will be hosted on the client's server. There are various restrictions/security measures in place and I'm concerned that these can be "hacked" because the client will ...
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 ...