3
votes
2answers
141 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] initWithTi …
0
votes
3answers
50 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
150 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 …
0
votes
1answer
164 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 ou …
5
votes
7answers
252 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( …
0
votes
4answers
35 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 d …
5
votes
4answers
83 views
API authentication design and hackability
Question: Is this API authentication technique easily hackable?
apiKey = "123456789"
apiCallId = "1256341451"
apiSecret = "67d48e91ab2b7471d4be2a8c2e007d13"
sig = …
15
votes
8answers
418 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 entr …
1
vote
3answers
200 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>
<!--
document.w …
37
votes
20answers
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 k …
-3
votes
1answer
103 views
whethr we can get the source code from the exe file? [closed]
I need to get the source code from the exe file.Whether is it possible?Then How?
2
votes
3answers
81 views
Harmless hacking: Trick an application into thinking that a local file has actually come from a server
I've got a flash application (not written by me) which is accessing a configuration file which present on a http server. There are a lot of settings in the config file which seem t …
0
votes
3answers
265 views
Security question: Is this a valid way to hack into Facebook applications? (and possibly Facebook)?
Your friend connects to Facebook and checks "remember me".
Facebook creates a cookie on the browser.
Your friends goes to the bathroom.
You steal your friend's cookies from his br …
-3
votes
6answers
331 views
The simplest code hacking
I have the following code:
#include <iostream>
#include <string>
void main()
{
std::string str;
std::cin>>str;
if(str == "TheCorrectSerialNumber") …
0
votes
2answers
115 views
LoadLibraryW doesn’t work while LoadLibraryA does the job
I have written some sample program and DLL to learn the concept of DLL injection.
My injection code to inject the DLL to the sample program is as follows (error handling omitted): …
