Full MSSQL Injection PWNage

February 2nd, 2009

######
Info
######

Title : Full MSSQL Injection PWNage
Author : ZeQ3uL && JabAv0C
Team : CWH Underground [www.milw0rm.com/author/1456]
Website : cwh.citec.us / www.citec.us
Date : 2009-01-28

##########
Contents
##########

[0x00] - Introduction

[0x01] - Know the Basic of SQL injection

[0x01a] - Introduction to SQL Injection Attack
[0x01b] - How to Test sites that are Vulnerable in SQL Injection
[0x01c] - Bypass Authentication with [...]

Share and Enjoy:

How To Exploit A Format String Vulnerability

February 1st, 2009

I was writing a paper on format string vulnerabilities, but while doing some additional research i’ve found the following paper which already explains it all, so i decided to stop writing about format string vulnerabilities and put a link to this paper here:
here’s the paper: /http://doc.bughunter.net/format-string/exploit-fs.html
Exploiting Format String Vulnerabilities
Written by : scut / team teso
* [...]

Share and Enjoy:

Playing With Dns And Domain Names

February 1st, 2009

Introduction
============
Information gathering on a target is a very important step in the process of evaluating the security of a remote host. This article will deal with many details you can get on a host starting from a simple domain name.
Note: This article will only deal with the information gathering part and won’t go in the [...]

Share and Enjoy:

How To Get A Person Ip Via Msn Or Yahoo Ect.

February 1st, 2009

there are basically 2 methods you can use to get the Ip of the person
1. you need to make a direct connection with the person so you can get the Ip of the . here are the simple steps to follow
first goto command prompt and type in netstat -n it will give you the ips [...]

Share and Enjoy:

CR-LF injection(carriage return- line feed injection)

February 1st, 2009

CRLF injection:CR (Carriage Return) and LF (Line Feed) are traditionally commands you may recognize from using typewriters and printers. Carriage Return would send the print head back to the start of the current line, whilst Line Feed moved the paper up one line. So, after completing one line of typing/printing both CR and LF commands [...]

Share and Enjoy:

[PAPER] Self spreading Malware for Soho Routers

February 1st, 2009

_ABSTRACT_
So called Soho (Small home and office) routers have become extremely
popular in the last few years. While the good guys where busy trying to prevent
malware from infiltrating their desktop systems, the bad guys had gone one step
ahead of the game and started to experiment with these devices.
Close to nobody pays attention to the security of [...]

Share and Enjoy:

Assault On Oracle Pl/sql - Injection

February 1st, 2009

In this paper I will be discussing Injection into Oracle PL/SQL database objects. Like many vulnerabilities PL/SQL Injection is possible because user input is not validated or in other cases the validation is not sufficient and can be bypassed.
This paper will cover a bit of Information on Oracle Application Express (APEX) which I will be [...]

Share and Enjoy:

PHP modify PE header

February 1st, 2009

<?php
$myFile = “test.exe”;
$fh = fopen($myFile, ‘r’);
$theData = fread($fh, filesize($myFile));
fclose($fh);
$A=chr(0×41);
$str_hex = bin2hex($theData);
$len = count($str_hex);
for ($i=0;$i<12;$i++)
{
$str_hex[$i] = $A;
$str_bin = pack(’H*’, $str_hex);
}
$myFile = “File.exe”;
$fh = fopen($myFile,’w’);
fwrite($fh, $str_bin);
fclose($fh);
?>

Share and Enjoy:

Share and Enjoy:

Safe Mode Bypass PHP 5.2.5 & 5.2.6

February 1st, 2009

http://asapload.com/204031

Share and Enjoy:

Share and Enjoy:

Local File Inclusion Mysql Get Password

February 1st, 2009

Watch the Video
http://rapidshare.com/files/171941916/localfileinclusionmysqlgetpassword.rar
This is purely for Educational Purposes only

Share and Enjoy:

Share and Enjoy: