Tagged Questions

0
votes
1answer
136 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
8answers
228 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( …
5
votes
4answers
79 views

API authentication design and hackability

Question: Is this API authentication technique easily hackable? apiKey = "123456789" apiCallId = "1256341451" apiSecret = "67d48e91ab2b7471d4be2a8c2e007d13" sig = …
1
vote
2answers
189 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 …
-3
votes
1answer
92 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?
15
votes
8answers
409 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 …
2
votes
3answers
75 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 …
1
vote
5answers
84 views

Downloading php files?

Is it possible to download php files from the server where they are located? I am a beginner in web area, and I worry that hackers may have special tools to download, see my code a …
0
votes
3answers
236 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 …
0
votes
2answers
96 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): …
-5
votes
6answers
324 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
0answers
44 views

Rogue processess in linux [closed]

Hi, I'm running apache on linux server. I have noticed the following processes running which I am not expecting to see, and appear rogue. Can anyone please advise me what they me …
35
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 …
1
vote
1answer
78 views

Wherein newbie disassembly queries are made.

I'm relatively(read: stupid newbie) familiar with disassembly but this bit stumped me: I have a set of save files compressed with zlib and a game that loads them. Their structure i …
4
votes
5answers
197 views

Can someone steal a password from a Java application?

Hi, Suppose there is a String variable that holds a plain text password. Is there any possibility of reading this password using a memory dump. (Suppose using cheat engine.) I am …

1 2 3 4 5 6 next
15 30 50 per page