0
votes
2answers
49 views
A bot to Access data on grid of a windows application (like a human)
I'm so desperate to use a vpn application. In this app there are some limitations that I've found no solutions for them for example multiple users can connect to the vpn server using one username at …
4
votes
14answers
701 views
What are good books about security, hacking, and computer forensics?
I know this is a broad area, but...
I'm looking at Writing Secure Code, Second Edition, but I was wondering what other good books were out there on the subjects of security, hacking, and computer …
0
votes
3answers
123 views
prevent kill frame
instead of asking how to kill frame. i interested to know what technique can be used to prevent an iframe inside a page from been killed by "frame killer"
0
votes
2answers
23 views
From the perspective of an ASP.Net web form, can the Request.UserHostAddress be trusted?
I have a web form that needs to act differently if the request to that form came from an internal network address or from a public IP address. I'm trying within my web form to determine if the …
11
votes
16answers
809 views
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 …
2
votes
4answers
89 views
Session Hijacking in practice
I have been reading up on session fixing/hijacking recently, and understand the theory.
What I don't understand is how this would be exploited in practice. Would you have to tamper with your browser …
-1
votes
5answers
172 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". …
3
votes
7answers
278 views
Good ethical hacking book
What is the best book to start learning ethical hacking ?
16
votes
19answers
2k views
A hacking game for programmers?
Are there any games that I can play that allow me to use things I've learned while programming to hack (not for real, just in the game). I found Slavehack but don't really like it; does anyone know of …
0
votes
2answers
24 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
48 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 …
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 …
3
votes
3answers
187 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
3answers
53 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
4answers
40 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
