SQL Server Injection Cheat Sheet
I just setup a Windows Server 2003 virtual machine running IIS and SQL Server 2005. In this post, I’m going to inject the crap out of a simple ASP form and create a cheat sheet with my results. Enjoy.
Setting up an Ubuntu webcam server
Sharing a webcam stream in Ubuntu is not the easiest thing, but it’s not too bad if you have some help. This tutorial will explain how to use the package webcam-server. It seems to work pretty well for me. I had to write the startup script myself, but I’m going to share that with you. To use webcam-server to it’s full potential, you should have Apache installed.
Ubuntu Webcam
Many people have recently been asking me what webcam I use in Linux. I decided I’d simply post the answer so I can tell people to google it.
How to quickly count lines in a text file using VBscript
I’m sorta in a rush, but here is the code to count the lines in sample.txt quickly. Well quicker than looping through an array at least. Check it out.
VBscript to ping a host
Here is a simple vbscript to quickly ping a host to see if is available. It uses the return code from the ping command, rather than parsing out the output. It currently times out at 300ms, but this is easily adjustable. The code sends a sing ping, but you can probably figure out how to send multiple pings. As always, leave any questions in the comments and I, or one of the other readers, will hopefully get back to you. Just to be clear, this is VBscript to be run in Windows.