Programs Crackits Cryptos Papers About

The Download Section

System Tools:

DriverLoad v1.0
With DriverLoad you can easily load, start, stop and unload devicedrivers during your Windows driver development.
  • Source in assembly included.

    Crasher v1.1
    A program for creating a custom and safe "Blue Screen Of Death" on demand. This can be useful while testing drivers or programs to see if they can handle a BSOD. The program uses the same function as the Windows kernel does to create the BSOD. and so giving other drivers the time to cleanup before the BSOD occurs. Crasher is an update on the previous released bsod program. Now it warns before it crashes the system by using a MessageBox. I added this to prevent people screwing around with the program. For the rest it stayed the same.
  • Source in assembly included.

    ProcView
    A command line based process viewer. Ideal to see what is running on a remote computer.
  • Source in C included.

    ProKill v2.3
    Commandline processviewer/killer. ProKill is able to kill even the Windows own system-processes if run with sufficient permissions.
  • Source in assembly included.
    changes against v2.2: Now licensed under the Artistic License 2.0.
    changes against v2.1: Added an extra option so you can list processes with full path.

    PEviewer v1.1
    PEviewer is a small application which dumps the PE info from an executable to the screen. It is written for the commandline.
  • Source in C included.
    Changes against version 1.0: added ascii time to the timedatestamp.

    Exekiller
    A program written to prevent other processes from running. It can only prevent those processes which are listed in the Windows taskmanager.
  • Source in C included.


    Security Related Tools:

    The Syringe v1.1
    The Syringe is a command line tool which allows you to inject a DLL into a running process.
    This program allows you to use 2 different techniques to inject your own code through a DLL into a running process.
    This can be useful during penetration tests to run code under the credentials of the running process.
    The two techniques available are:
  • Using the CreateRemoteThread API
  • By Hijacking the main thread of the target process

    Both techniques have their own advantages and disadvantages. Read the README in the download for more information.
  • Source in assembly is available on request for learning purposes.

    TableCrypt Beta
    TableCrypt is a file encryption utility.
    The major difference with most file encryptors is that this program uses a generated table in combination with a password to encrypt a file.
    This way you need 2 variables to decrypt the file. This is how it works:
    Generate a 10kb table file and enter a password. The password is used to pick bytes from the table file which in their turn are used to encrypt the bytes of the inputfile with XOR encryption.
    This programs strength lies in the fact that without the tablefile and password it is impossible to retrieve the plaintext.
  • Source in assembly can be downloaded from the link above as well.

    Shredder v1.4
    A small and simple tool which allows you to rightclick on a file and click "Shredder" to securely delete it.
    Confirmation is asked before doing so.
    Average deletion speed is 2,4MB's per second depending on your cpu and harddisk speed.
  • Source in assembly and commandline version included.
    Changes against v1.0: Made the delete function much faster and more secure.
    Changes against v1.1: Updated the CreateFile check to fix a small error I made.
    Changes against v1.2: Added an extra check if filesize = 0 to prevent problems.
    Changes against v1.3: Fixed a bug that the program crashes if a file is in use.

    ClearLogs v1.0
    A simple tool which clears all the Windows eventlogs in one (double-)click.
  • Source in assembly included.

    CachedPasswordDumper v1.3
    This program dumps the password to the screen from the account that is logged in at that time. Currently only Windows XP (up to SP1) and Windows 2003 Server (SP0) are supported. This program might prove useful in penetration tests, or just as a password reminder tool.
  • Source in C included.
    Changes against v1.2: Added 2 extra offsets for XP that have changed between SP0 and SP2.

    Shifter
    A tool which can shift the text that is given a number of times up or down: a --> d, b --> e etc. This might come in handy when trying to solve hackme challenges and could also be used as a very simple (and unsafe) encryption program.
  • Source in C included.

    pwgenCL
    The first version of a command line based password generator.
  • Source in C included.

    pwgenCL v2
    The follow up of the above password generator, this one is changed to be ideal for the use in scripts.
  • Source in C included.

    Keylogger
    A very simple keylogger which is based on the GetAsyncKeyState() API.
  • Source in C included.
    Do not use it for illegal purposes, I've written it for educational purposes only!

    Basic Backdoor
    A basic backdoor. The backdoor makes itself automatically startup with Windows and listens to port 31337. When you connect to the backdoor it will spawn a commandprompt.
  • Source in assembly included.
    Do not use it for illegal purposes, I've written it for educational purposes only!

    Tiny v3.2
    Tiny is a very small backdoor which has a few useful options. Read the readme in the zipfile for more info.
  • Source in assembly included.
    Do not use it for illegal purposes, I've written it for educational purposes only!

    Simple Encryptor v1.1
    A very easy to use simple encryption program. The alghorithm used is far from save, but it should
    slow down unwanted visitors. Just right-click to encrypt or decrypt once installed.
  • Source in assembly included.


    Miscellanious Tools:

    IE HomePage Changer v1.0
    Small commandline tool to change the homepage for Internet Explorer to the specified new homepage.
  • Source in assembly and in C included.

    RandomTimeChanger
    A program which runs in the background and changes the system time every hour in a random time and date. Once it has been run for the first time it will make itself automatically startup every time Windows is started. Someone was looking for such a tool so I wrote it ;-).
  • Source in C included.

    GetIp v1.1
    Don't know what its useful for, but hey, perhaps you can use it ;-) this program connects to a page (www.white-scorpion.nl/ip/ip.php) to retrieve your ip. all it prints is the ip on the commandline. might be useful for scripting or remote control, who knows :D.
  • Source in assembly included.