-1
votes
5answers
166 views
MySQL forbids me to make my colleague look like a moron - or how MySQL forgets table names in an order by statement in a select union [closed]
One of our new employees made a really bad piece of code, not completely working, SQL injection points and stuff like that, what's really annoying is that he's not going to fix it as it's "working". …
6
votes
12answers
558 views
+100
Website hacking - Why it is always possible to do?
Dear web developers, we know that each executable file can be reverse engineered (disassembled, decompiled). No mater how strong security you will implement, anyway if crackers want to, they do …
3
votes
7answers
256 views
Good ethical hacking book
What is the best book to start learning ethical hacking ?
3
votes
3answers
181 views
Will this hack make apple furious? (Will the reject my app ?)
Hi,
I have taken this code from
http://stackoverflow.com/questions/883208/how-to-change-background-color-of-uialertview
UIAlertView *theAlert = [[[UIAlertView alloc] initWithTitle:@"Atention"
…
0
votes
2answers
21 views
How to add mysites mail to whitelist?
hello friends,
Currently I am developing a website.In this I have the option to send invittion.When I send the Invitation it going to spam folder.How can I send my site's mails to Inbox.Whether I …
0
votes
0answers
47 views
Site compromised, has anyone seen this hack before? - googleanalyticsresearchengine.eu [closed]
Hi,
One of our sites has been compromised and we have had a warning email from google. The site has been blocked by Google in Firefox, has anyone seen this type of attack before?
Of the 1 pages …
0
votes
3answers
51 views
PHP http handling
Is there a way to prevent a php script from sending a http response when the script is finished executing? If not in php is it possible in any-other common web scripting langues?
0
votes
2answers
152 views
way to make a function aware who called it
in java is it possible to make a method aware of who called it (without changing parameters) and then return something else?
public class MyClassA {
public static final String someStirng = "this …
5
votes
7answers
260 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 …
0
votes
1answer
171 views
Has our site been hacked? Google says we are malware! HELP [closed]
We receieved an email direct from google this morning, stating that our site is carrying malware. We are a respectful marketing company with no dodgy code or links to malware on our site.
We now have …
38
votes
21answers
2k views
Black hat knowledge for white hat programmers
There's always skepticism from non-programmers when honest developers learn the techniques of black hat hackers. Obviously though, we need to learn many of their tricks so we can keep our own security …
15
votes
8answers
419 views
How secure is PHP?
I am somewhat new to PHP coding and I am aware that malicious users can hack a website if you have not sanitized your PHP code. What I am wondering is whether they need a data entry box (like for file …
5
votes
4answers
87 views
API authentication design and hackability
Question: Is this API authentication technique easily hackable?
apiKey = "123456789"
apiCallId = "1256341451"
apiSecret = "67d48e91ab2b7471d4be2a8c2e007d13"
sig = md5(apiKey + …
0
votes
4answers
38 views
prevent hack a site by linux multi Support ability
One of the site Hacking methods written in php in apache server
The use Images with prefix. Php such as
.php.gif that apache is trying to run it
How can htaccess configuration to disable this feature
1
vote
3answers
205 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>
<!--
…
