CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    1,689

    Recommend good hacker / security books?

    I am currently writing a lot of software with public interfaces, and I would like to know more about how hackers break into systems, and the best ways to prevent them. I understand basic DoS and dictionary attacks, and I use bound variables for database queries, but that's all pretty basic. What are some good books for server side security?

  2. #2
    Join Date
    Jun 2008
    Location
    Netherlands
    Posts
    106

    Re: Recommend good hacker / security books?

    Did you try the articles and missions on http://www.hackthissite.org/ ?
    On that site I learnt a lot about how not to build my sites.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured