skyNomad
"Blog of Ralfe Poisson"
Business picture

Code

MySQL Table Export to CSV

docs/floppy.png Here's a little script I wrote to quickly and easily export a table from a MySQL database to a comma separated file.
Read More ...

.mdb -> .csv Converter

docs/msaccess.jpg Recently I've had to do a lot of exporting from Microsoft Access databases to Comma Separated Value (csv) files. To speed things along, I created a little script to automate the process a bit.
Read More ...

Penetration Testing

docs/security.jpg Two part presentation done in collaboration with Matthew Erasmus detailing the five stages of conducting a complete penetration test: Reconnaissance, Enumeration, Vulnerability Analysis, Exploitation and Reporting.
Read More ...

Prime8 : OpenSource LDAP AddressBook

docs/prime8.png I am launching a new OpenSource project called Prime8. It is a web-based LDAP AddressBook application for viewing and maintaining a LDAP directory.
Read More ...

Injection Attacks

docs/inject.gif Here is a presentation I have put together for a White Hat Advisory talk. It covers SQL Injection, Script/Code Injection and Shell Injection attacks.
Read More ...

Google Contact Export Script

docs/contacts.jpeg I wrote this little Python app to backup my Google Contacts into a csv file. This can then be pulled into a spread sheet, or used in another application etc...
Read More ...

MySQL Schema Generation Script

docs/sql_regenerate.jpeg I created this short PHP script to generate a complete set of SQL commands to recreate the database and table structures within that database.. Enjoy.
Read More ...

SQL Injection

docs/ninja.jpg There is a lot of hype around SQL Injections, but very few people seem to know what exactly they are. Essentially, SQL injection is a technique employed to manipulate a legitimate database query in order to return falsified data.
Read More ...

SQL Hacks

docs/sql.jpeg Here is a slide show presentation for a talk I'm giving at Ductape this evening. It contains some useful SQL Tricks for getting the most out of your data and also some nifty stuff you can get SQL to produce.
Read More ...

My new Squidoo Lense : AGI-PHP

images/asterisk.jpg I've just started a new Squidoo Lense
agi-php. It's an attempt at collating resources for PHP AGI in one place to make it easier for those new to Asterisk Gateway Interface
Read More ...

Practical Artificial Intelligence in Java [ Free eBook ]

Mark Watson has released an excellent book entitled "Practical Artificial Intelligence Programming with Java : Third Edition". It is aimed towards Professional Programmers who either have an interest in Artificial Intelligence or need to make use of AI te
Read More ...

Mini PHP FrameWork

This is a very simply structure and base classes/function
libraries which I use as a starting point for almost every
web application I write. I am releasing it into the
OpenSource wilderness for people to use and learn
from (hopefully).
Read More ...

Launching tnyMail Alpha

images/tnymail.png I'm Alpha testing on a new application of mine called tnyMail. It is a free, anonymous, instant email forwarder generator.


Click here for more information
Read More ...

FreeRadius Database Structure

I have recently been working on a project involving FreeRadius, and to make my life a little bit easier, I decided to construct an Entity Relationship Diagram for FreeRadius. So here it is for anyone interested.
Read More ...

PHP API / Function Library for Asterisk AGI

I have, over the last few months, been writing a large call card based system built ontop of Asterisk, using the Asterisk Gateway Interface (AGI). If one chooses to do such development in PHP, the options are very limited. I eventually ( out of desparatio
Read More ...

FreeRadius ODBC Connection Monitoring Script

Here is a script some sysadmins might find useful. This script monitors a log file for ODBC connection errors. Once an error is found, the script will continue to pin the database server until a response is achieved. At that point a command will be execut
Read More ...

OpenSource Web Development Lecutres

For those who have attended any of my courses, or are interested in starting to get involved in Open Source Web Development, I have provided some of my lecture notes and lecture slides for your enjoyment.
Read More ...

PHP Database Engine Class

Here's a nice little PHP Class I wrote to handle database connections. It is simple to create and can be used site-wide to handle all database queries and responses. It will take care of mysql errors and all the other bits and pieces. It also integrates w
Read More ...