Tagged Questions
0
votes
1answer
1k views
Why are Wordpress sites so easily hacked? [closed]
I have found that hacker can easily hack wordpress site.
I have found this posts related to wordpress site hacking.
1) http://wordpress.org/support/topic/website-hacked-3
2) ...
1
vote
1answer
202 views
How can we change/protect the namespace of an object in Javascript?
Continuing from my previous question: Javascript simple sample code to understand prototype-based OOP basics
Let's say we run into console this two separate objects(even if they are called child and ...
4
votes
1answer
198 views
CSRF Protection with codeigniter
I have very little knowledge in application security. I have often seen to protect your application from csrf attacks developers use tokens and pass these tokens with request to validate. I want to ...
5
votes
2answers
307 views
What should I do when I find sensitive information in version control?
Today I found what looked to be my supervisor's password in some code in version control. The password is to a database. He is very experienced and has explained before how to avoid having passwords ...
0
votes
1answer
173 views
How does a script download a Youtube Video?
Knowing that Youtube uses Adobe Flash which is compiled server side to deliver its video content, I am wondering how its possible to find a video's file name & location on the server?
This is a ...
