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 …
25
votes
14answers
974 views
Found a critical bug, but the company doesn’t care
I know several people who were in a situation like this.
Let's say, you were trying out random sites for basic XSS/SQL Injection vulnerabilities, and you've found one that could be easily …
17
votes
4answers
1k views
How to store passwords in Winforms application?
I have some code like this in a winforms app I was writing to query a user's mail box Storage Quota.
DirectoryEntry mbstore = new DirectoryEntry(@"LDAP://" + strhome, m_serviceaccount, m_pwd, …
16
votes
8answers
430 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 …
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 …
16
votes
10answers
2k views
Reverse engineering war stories
Sometimes you don't have the source code and need to reverse engineer a program or a black box. Any fun war stories?
Here's one of mine:
Some years ago I needed to rewrite a device driver for which …
12
votes
6answers
1k views
How Can I Find Out *HOW* My Site Was Hacked? How Do I Find Site Vulnerabilities?
One of my custom developed asp.net sites was hacked today: "Hacked By Swan ( Please Stop Wars !.. )"
It is using asp,net and SQL Server 2005 and IIS 6.0 and Windows 2003 server.
I am not using Ajax …
12
votes
8answers
1k views
well written open source projects (for learning)?
We learn programming by writing programs and learning from other programs.
Which open source code repositories/programs you suggest for learning/improving programming?
While citing reference please …
11
votes
16answers
821 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 …
9
votes
8answers
809 views
Hacking and exploiting - How do you deal with any security holes you find?
Today online security is a very important factor. Many businesses are completely based online, and there is tons of sensitive data available to check out only by using your web browser.
Seeking …
8
votes
3answers
309 views
How would I go about implementing this algorithm?
Friday afternoon seems like a good time to ask this question...
A while back I was trying to brute force a remote control which sent a 12 bit binary 'key'.
The device I made worked, but was very …
6
votes
3answers
130 views
Blogs and Books on Encryption and Security
Could any of you experienced programmers / ethical hackers out there recommend some blogs or books on security/encryption? The only blogs I look at now are
.Net Security Blog …
6
votes
6answers
605 views
How would I go about prevent DLL injection.
So the other day, I saw this:
http://www.edgeofnowhere.cc/viewtopic.php?p=2483118
and it goes over three different methods of DLL injection. How would I prevent these from the process? Or at a bare …
6
votes
4answers
594 views
SMTP header injection in ASP.NET?
My ASP.NET website has a global error handler that sends an email to me (and another developer) when there is any kind of error in the web app. We recently received an error which contained a CC to …
6
votes
3answers
364 views
Advice about forming Hackers Club
I'm thinking of forming a Hackers Club at work. My idea is that we would meet monthly and at each meeting one member would present an interesting hack he had created. (The hacks presented wouldn't …
