<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>BlackHat - Hacking / Cracking / Revese Engneering / Programming</title>
	<link>http://www.blackhat.org.il</link>
	<description>Researching, Hacking, Cracking, Reverse Engneering, Programming, Technology</description>
	<lastBuildDate>Thu, 09 Oct 2008 09:23:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The TorSwitch.pm module</title>
		<description>TorSwitch is basiclly a wrap around Tor module which i wrote in order to make
my life easier while automating some of my mayhem ;).
it could be use for those who want to combain their scripts with Tor anonymity
plus the ability to auto switch Tor's circuit chain while automating somthing 
this ...</description>
		<link>http://www.blackhat.org.il/index.php/the-torswitchpm-module/</link>
			</item>
	<item>
		<title>Ready, set, chrome!</title>
		<description>Google's has lunched their new browser called Chrome in its very early BETA version(0.2.149.27)
and ofcourse everyone is on the race for 0day exploits. So far only few vulnerability has been found most of them are low severity exploits and non of them are a real use for massive 0wnage or ...</description>
		<link>http://www.blackhat.org.il/index.php/ready-set-chrome/</link>
			</item>
	<item>
		<title>The Whitehats, Blackhat conference in Vegas?</title>
		<description>lately i've been wondering about this so called "Blackhat" conference which is
talking place once in every couple of years.
this year the conference took place in Vegas at the 2-7 of August.
and of course as expected all the big names of the security industry showed up,
but whats really bothering me is ...</description>
		<link>http://www.blackhat.org.il/index.php/the-whitehats-blackhat-confrence-in-vegas/</link>
			</item>
	<item>
		<title>Thoughts of the perfect hack!</title>
		<description>Definition of a perfect hack:
So, what exactly is a perfect hack?, well my definition is a clean in, taking whatever
you came for, and taking off without having anyone notice, without leaving tracks
as if it never happend.

The real world:
ofcourse in the real world this scenerio wont always be possible, for couple
of ...</description>
		<link>http://www.blackhat.org.il/index.php/thoughts-of-the-perfect-hack/</link>
			</item>
	<item>
		<title>upcoming OWASP</title>
		<description>I've decided to change a bit the look of BlackHat to make it more human-readable.
so people wont die trying to read the text over the black background.

in addition, the upcoming israeli (shame) conference called OWASP "Security" will take place at August 14
probably the quality of the talks wont even come ...</description>
		<link>http://www.blackhat.org.il/index.php/new-theme-upcoming-owasp/</link>
			</item>
	<item>
		<title>Xigenere cypher</title>
		<description>another old implementation of vigenere encryption combained with logical xor operator.
# Xignere:
## this script is an implementation of vignere encryption
### underlying xor logical operator  mutated into Xignere :) (was bored)
#### useage: Xigenere-v1.0
  &#60;-e&#124;-d&#62;

if(@ARGV &#60; 3)
{	&#38;usage;  }

if($ARGV[2] eq "-e")
{
	$fileCont = loadFile($ARGV[0]);
	$crypt = xigenereCrypt($fileCont,$ARGV[1]);
	open(FILE,"&#62;$ARGV[0]");
	print FILE $crypt;
	print "Encryption completed, results ...</description>
		<link>http://www.blackhat.org.il/index.php/xigenere-cypher/</link>
			</item>
	<item>
		<title>Simple DNS Plus 5.0/4.1 remote Denial of Service exploit</title>
		<description>after reading the story about Dan kaminskys DNS cache posioning attack
and watching his ridiculous youtube cornflakes commercial
i decided to trace the source of this vulnerability.
so in order to understand how kaminsky attack is any diffrent from the traditional dns cache posioning 
i started digging into some RFCs/documentations and playing with ...</description>
		<link>http://www.blackhat.org.il/index.php/simple-dns-plus-5041-remote-denial-of-service-exploit/</link>
			</item>
	<item>
		<title>uTorrent / BitTorrent WebIU 1.7.7/6.0.1 Range header Denial of Service exploit</title>
		<description>Today i kinda got really bored, so i've decided to dig into some advisories and see what i can find
during my search i've found the following advisory
and since i didnt have anything better to do and it doesnt require much of a thinking
i came up with the following exploit:

#!/usr/bin/perl
# uTorrent ...</description>
		<link>http://www.blackhat.org.il/index.php/webiu-range-header-denial-of-service-exploit/</link>
			</item>
	<item>
		<title>Desert Scroll cypher</title>
		<description>1. Overview:
Desert Scroll is an old project of mine which i wrote in perl couple of years ago
and basicly its an implementation of a Book encryption

2. How does it work:

2.1. Loading &#38;&#38; Mapping the key file:
at first before every encryption/decryption of plain text a key is being loaded into the ...</description>
		<link>http://www.blackhat.org.il/index.php/desert-scroll-v10/</link>
			</item>
	<item>
		<title>Mission abort!</title>
		<description>So they had to drag me all the way down south just to tell me that its okay and i can pass on the military training... its not that i'm not happy about it but for fuck sakes!, i drove 4 hours today because they couldnt just decide sucha simple ...</description>
		<link>http://www.blackhat.org.il/index.php/mission-abort/</link>
			</item>
</channel>
</rss>
