I was writing something up real quick in PHP this weekend and got tripped up on an error in syntax. It was simple really, just a confusion between PHP and Perl - my programming languages of choice. Take for example the way PHP implements the foreach construct.
foreach (@array as $element) {
But what I used was [...]
Archive for June, 2008
Subtle Differences
FWSM ACL Resource Allocation
This is rather trivial in terms of technicality, but when you’re planning your implementation of a Firewall Services Module (FWSM) into your Cisco Catalyst 6500, you want to think about how many “firewalls” you’re going to be employing and approximately how many ACLs you are going to leverage within said firewalls. The importance is ACL [...]
Cross Site Request Forgery
If you design websites that employ user log-on abilities for which you maintain their sessions, you have to become familiar with cross-site request forgery (CSRF) and how to defend against it. It isn’t anything new, but but you see it pop up time and time again. It’s, shall I say, fairly important to your application’s [...]
Featured Articles
Protect Your PHP Includes...
Line 1: <?php Line 2: if ($_SERVER['REQUEST_URI'] == $_SERVER['PHP_SELF']) Line 3: exit(); [+]
Default Installations...
What is it with people leaving default installations public facing? They must think I don't [+]
Account Lockout in Linux - PAM Tally...
Some pretty basic functions are missing from most of the *-nix systems by default. One [+]
Categories
Archives
- November 2008 (1)
- October 2008 (4)
- September 2008 (1)
- August 2008 (3)
- July 2008 (1)
- June 2008 (3)
- May 2008 (2)
- April 2008 (3)
- March 2008 (2)
- February 2008 (3)
- January 2008 (2)
- December 2007 (3)
Meta
Google Ads
Recent Articles
- Protect Your PHP Includes
- Default Installations
- Account Lockout in Linux - PAM Tally
- Squid Log Parsing
- Oops… Bring out the backup.
- CISSP Begins…
- Outlook Organization
- Motorcycle Helmet Laws
- America needs more people like this asap
- American Musical - What you should not do.
Popular Tags
- beer browser ceh cell phones certs conversion cookies domain downloads firefox gadgets giac hacking incident response ipod isc linux minefield money mp3 pdf Perl php pix politics prelogic privacy programming registrars review sanitize input sans satillite radio scripting Scripts securecrt security sirius spam studying tftp toolkit validation vulnerability scanner web logs
