posted in Tools & sources on Aug 12th, 2010
Tool name : InfectUSBDrive Description : This is a proof of concept to demonstrate how to infect a USB drive. It doesn’t infect the storage device directly. Instead as soon as you connect it to the computer a message box pops up. Not really sophisticated but enough to understand how it is done. [...]
read full post »
posted in Tools & sources on Aug 8th, 2010
Tool name : Text2Speech Description : Text2Speech, a small tool I wrote while exploring MS Text To Speech API. It’s not really sophisticated but with some simple functions you can build quite nice stuff in case you really need TTS features. Tested on : Windows XP Feedback : In case you encounter [...]
read full post »
posted in Tools & sources on Aug 6th, 2010
Tool name : Traceroute Description : Traceroute is a tool to find out the route data packets will take to get to a specific system in the net. It’s has a GUI, it’s easy to use and the source is included. Further features will be added in later releases. Tested on : Windows [...]
read full post »
posted in Tools & sources on Aug 4th, 2010
Tool name : TCPSniffer Description : TCPSniffer is a tool to sniff inobund/outpund TCP connections on a local system. Former TCPSniffer releases were command line based. I continue developping TCPSniffer as GUI app and abandon version 0.1 and 0.2 as it is much easier and comfortable instead of a command line tool. Tested [...]
read full post »
posted in Tools & sources on Jul 27th, 2010
Tool name : RecycleBin Description : RecycleBin lists the name, size, deletion time and the recovery file name of all the files inside the Recycle bin directory. At first I tried to solve it with CSIDL_BITBUCKET/SHGetSpecialFolderLocation() to list the virtual trash bin directory. Parsing the recycle-bin-files myself seemed the easier way to do it. [...]
read full post »
posted in Tools & sources on Jul 20th, 2010
Tool name : WebCamSnapShot Description : WebCamSnapShot is a tool that grabs a frame from the connected web cam and saves it in the BMP format to a file. There are different libraries to grab the picture from a web cam. Direct X, Video for Windows and other third party libs. In this tool [...]
read full post »
posted in Tools & sources on Jul 17th, 2010
Tool name : Keylogger2 Description : Keylogger is a simpel and straightforward piece of software that intercepts all keystrokes by intercepting data coming from a raw input device and saves it in a log file. KeyLogger is an other variant of a key logger. It demonstrates how to intercept key strokes by setting a [...]
read full post »
posted in Tools & sources on Jul 8th, 2010
Tool name : ShutDown Description : ShutDown is an example source that shows how to shut a system down, reboot or to put it into standby. It’s nice to know how to do it, but actually … it’s rather unspectacular Tested on : Windows XP Feedback : In case you encounter any [...]
read full post »
posted in Tools & sources on Jul 7th, 2010
Tool name : Slumber Description : Slumber is a small handy application to put your computer after a predefined periode of time on standby. No annoying noise of your hard disk or fan will disturb you after watching a movie and falling asleep. Also the waste of energy can be reduced at least a [...]
read full post »
posted in Info, Tools & sources on Jul 5th, 2010
Even if the sniffer is very basic and not equipped with special rocket science features I missed to finish the IP filter part. That’s what I added in version 0.2 and I did also some minor modifications in the pattern file. You can download the binary and source code here.
read full post »