Tag Archives: Security
Printable PHP security checklist
Following someone’s suggestion, my PHP security checklist is now in a printable cheat sheet form. Download: phpsec_cheatsheet.pdf
Definitive PHP security checklist
There was a recent question about a PHP security checklist on a forum I frequent, and I’ve decided to write my own comprehensive checklist to fill the void. There’s something for everyone but the security expert. In fact, you might … Continue reading
Spoofing a UDP packet in Python
The packets are constructed using the pyip module. The following code doesn’t calculate the UDP checksum, as the checksums that pyip generate don’t appear to be correct. Your system should take care of that. import udp import socket # build … Continue reading
I'm on Twitter!