Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Category Archives: Security
Top 25 Most Dangerous Programming Errors
I’m lacking time to update, so I’ll just pretend to have an active blog by posting an interesting link: Top 25 Most Dangerous Programming Errors.
Posted in Security, programming
Leave a comment
BackTrack 4 Final Release
Haven’t updated this blog in a while, so here’s a minor update; The BackTrack 4 Final Release is out! If you’re not entirely sure what it is, read up on the website of this fabulous pentesting toolkit. I’ll be testing … Continue reading
NetBIOS exploiting
I’ve just read 2 very interesting articles on NetBIOS poisoning I feel like sharing. nbtool: netbios manipulation + “how netbios works” intro how to exploit netbios requests using nbtool & nbpoison Since those 2 links explain it all, I can … Continue reading
Slowloris HTTP DoS: Be Afraid, Be Very Afraid
A new way of DoS attack has been released recently, called the Slowloris HTTP DoS, dubbed “the low bandwidth, yet greedy and poisonous HTTP client“. Slowloris holds connections open by sending partial HTTP requests. It continues to send subsequent headers … Continue reading