Downloads
A collection of handy utilities that I developed.
Overload Web Server
This utility is developed for educational purposes to overload a given website Url and measure performance on server side manually. Developed in Visual Studio 2008 (requires Dot Net Framework 3.5) and can generate multithreaded requests to server. The user can choose a proxy server fromm a custom list of proxy servers or specify a static proxy if the website is restricted. Download Source Files
File System Changes Informant
File System Changes Informant is developed in Visual Studio 2008 and can be used to run in background (system tray) and notify any changes recorded in a continiously monitored given file or folder under specified filter. All filters available using FileSystemWatcher class are exposed to user for selection. Download Source Files
Email Tester
File System Changes Informant is developed in Visual Studio 2010 with C# to send email with all basic options of smtp. A list of smtp servers is also available.Download Source Files
Port Scanner
You can specify a list of Ip addresses and ports to scan in a multithreaded fashion. Developed using Visual Studio 2008.