Source Code

Our normal tricks for getting a shell do not work but you know that the system has a fully functional python interpreter. What next to make our attack work we need to put the entire attack into a single command line passed to a python interpreter with the -c option. Python One Line Shellcode
Below are [...]

Be the first to comment!

So, we had the KillApache last week and this week we have the +Google DoS script! Without further ado, here is the shell script that does work:
#!/bin/bash

# Bug found by [...]

Be the first to comment!

2011 Linux Auto r00t3r Beta version 1.0 works well on unpatched systems. And requires internet connectivity currently for local exploits only.

It is a perl script and very easy to understand, modify and work as per required environment.
#!/usr/bin/perl
#Coded By CrosS ( 2011 Linux Auto r00t3r )
print "###########################################################\n";
print "# [...]

1 comment

We are publishing Stuxnet source code as it is available online. For educational or R&D purpose only! Yes, this is decompiled using the Hex-Rays decompiler.
Stuxnet is a Microsoft Windows computer worm discovered in July 2010 that targets industrial software and equipment. While it is not the first time that crackers have targeted industrial systems,it is [...]

Be the first to comment!

Zeus Source Code [With Password] has finally been released to the public. After this, many think even more banking malwares will hit the Web. It was initially available as a password protected archive, but the password was not available. However, today a password protected archive, with the password was released to the general public.
Security researchers [...]

Be the first to comment!

What is LOIC
LOIC basically turns your computer’s network connection into a firehose of garbage requests, directed towards a target web server. On its own, one computer rarely generates enough TCP, UDP, or HTTP requests at once to overwhelm a web server—garbage requests can easily ignored while legit requests for web pages are responded to as [...]

Be the first to comment!

Recently, ZorigoN’s open source shell code generator  – that was released a long time ago – was updated! It now has a GUI. Thought that it should be shared here.
/*
Shell Code Generator v1.3 by ZorgioN.

v1.3 (January 29, 2011 – by karmany)
- Fixed getFileName
- Add TextBox for end-line
- Add button: About
- Initial window in center of [...]

Be the first to comment!

Mallory is a transparent TCP and UDP proxy. It can be used to get at those hard to intercept network streams, assess those tricky mobile web applications, or maybe just pull a prank on your friend.
Mallory is, what to say it is bit of a pain to install if your trying to run the setup [...]

Be the first to comment!