<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hackers For Charity &#187; Informer Blog</title>
	<atom:link href="http://www.hackersforcharity.org/category/informer-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackersforcharity.org</link>
	<description>Hackers For Charity</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:34:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Kismet Drone Building Guide</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/1438/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/1438/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 20:49:27 +0000</pubDate>
		<dc:creator>renderman</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=1438</guid>
		<description><![CDATA[The Kismet Drone is a very useful device for anyone responsible for monitoring a wireless network.  They allow you a remote presence to sniff the air from anywhere on your LAN or over the internet using cheap and easily available embedded routers.

The RenderLab has updated and rewritten the previous Kismet Drone guide for modern builds of OpenWRT and Kismet Newcore and decided to release it ahead of HOPE and Defcon for 30 days to the Informer.]]></description>
			<content:encoded><![CDATA[<p>The Kismet Drone is a very useful device for anyone responsible for monitoring a wireless network.  They allow you a remote presence to sniff the air from anywhere on your LAN or over the internet using cheap and easily available embedded routers.</p>
<p>The RenderLab has updated and rewritten the previous Kismet Drone guide for modern builds of OpenWRT and Kismet Newcore.</p>
<p><span id="more-1438"></span></p>
<p>Step One</p>
<p>First step is generic for all platforms and that is to get the  OpenWRT development environment (herin refered to as &#8216;Backfire&#8217;)</p>
<p>The instructions are available at the OpenWRT development site at <a href="https://dev.openwrt.org/wiki/GetSource">https://dev.openwrt.org/wiki/GetSource</a> and that site should be assumed to be the source of truth but I will  summarize here</p>
<p>Get the source, remembering that you will eventually need around 3-6  Gb of  space once everything is built, so make sure you have enough there.</p>
<p><em>svn co svn://svn.openwrt.org/openwrt/branches/backfire</em></p>
<p>This will download the backfire source and build environment to build   your own firmware with the Kismet Drone built in.</p>
<p>NOTE: Should you want to use a pre-built binary for your platform,  feel free, however in some cases this will cause problems as they won&#8217;t  have enough free space for the drone binaries unless they are built into   the image. In addition, you will need to have the build environment  anyways if you want to build an up to date Kismet Newcore drone binary,  so might as well build it anyways.</p>
<hr />Step Two</p>
<p>Once you have the source and build environment downloaded, go into  the directory and run &#8216;make menuconfig&#8217;</p>
<p><em>cd backfire<br />
make menuconfig</em></p>
<p>This will build and run the firmware build configuration utility.   From there, don&#8217;t change anything except the target system.  Change it  to your targets profile:</p>
<p>WRT54GL:<br />
System: Broadcom BCM947xx/953xx<br />
Profile: Broadcom BCM43xx WiFi (Default)</p>
<p>Ubiquiti Routerboard:<br />
System: Atheros AR71xx/AR7240/AR913x<br />
Profile: Ubiquiti Routerstation</p>
<p>Accton 3201A:<br />
System: Atheros AR231x/AR5312<br />
Profile: Default</p>
<p>Once you&#8217;ve selected your target profile, select exit, save your  changes and then exit.</p>
<p>Note: The next step is to download the additional packages, but it  sometimes  fails horribly unless you do a make menuconfig first.</p>
<hr />Step Three</p>
<p>Backfire has a Kismet Newcore package built, but it is uaually out of  date and it is recommended to use the newest  version possible so as to get bug fixes, etc.  For this reason, you will  want to build your own to follow release  versions or if you are really adventurous, SVN.  The Makefile that is in  the source only needs some minor tweaks to  build the software with the latest version.</p>
<p>To add the package to the build environment, you just run a simple  SVN command</p>
<p><em>make package/symlinks</em></p>
<p>This will download the Makefiles for the extended packages into the  build environment.  The next time you run &#8216;make menuconfig&#8217;, the new  packages should hopefully be available in the menu to enable for  building.</p>
<p>If you want to confirm that it worked successfully, just run &#8216;make  menuconfig&#8217; and you should see a bunch more packages available to build.</p>
<hr />Step Four</p>
<p>Since the Makefile included with the build environment pulls a very  early version of Kismet Newcore to build, it  needs to tweaks to use the newer and more mature code.</p>
<p>There are two ways to go about this.  One is to use the latest  release version (available on the Kismet site with the format  kismet-YEAR-month-release number), the other is to grab a snapshot of  the SVN version and use that.  It all depends on your needs and ability  to deal with ever changing code.</p>
<p>Release version:</p>
<p>If you want to follow a release version, you won&#8217;t be running the  latest code from SVN which may fix any problems you encounter with the  drone, however you will have some assurance that the code will work and  not break suddenly.</p>
<p>In your backfire directory, edit the kismet  Makefile which sits in feeds/packages/net/kismet/</p>
<p>We only need to edit some of the first lines in the file:</p>
<p><em>PKG_VERSION:=20010-01-R1</em></p>
<p>This needs to be changed to the  latest release version on the Kismet site, which at  the time of writing is Kismet-2010-07-R1</p>
<p><em>PKG_VERSION:=2010-07-R1</em></p>
<p>The Makefile already knows  where  to download the Kismet source, we are just adjusting the filename  variable  so we get the latest release source.</p>
<p>If you want to assure the integrity of your source tarball, you can  edit the &#8220;PKG_MD5SUM:=&#8221; line to reflect the MD5 of the release package.   If you don&#8217;t want to use that, you can simply remove this line and the  tarballs checksum will not be checked.</p>
<p><em>PKG_MD5SUM:=</em></p>
<p>SVN version:</p>
<p>If you want to follow SVN, you will have the latest code and the  latest bug fixes, however  since it&#8217;s &#8216;live&#8217;, it&#8217;s possible for something to get horribly broken at  any time.  Also, this presents a problem of  an ever moving target and of things changing too rapidly to track where  any problems may be coming from.   Because of this, I suggest and will show how to make a snapshot of SVN  that changes only when you download and load a  new tarball into the build system.</p>
<p>To start, you need to download SVN of the Kismet Newcore source:</p>
<p><em>svn co https://www.kismetwireless.net/code/svn/trunk kismet-devel</em></p>
<p>This will download the Kismet Newcore source into the kismet-devel  directory.  From there we will make a tarball  of the source and use that:</p>
<p><em>tar czvf kismet-devel.tar.gz kismet-devel/</em></p>
<p>After we have made the tarball we need to make changes to the  Makefile in your backfire directory.  Edit the kismet Makefile which sits in feeds/packages/net/kismet/</p>
<p>We only need to edit some of the first lines in the file:</p>
<p><em>PKG_VERSION:=2009-06-R1</em></p>
<p>This needs to be changed to use our SVN tarball that we made</p>
<p><em>PKG_VERSION:=devel</em></p>
<p>If you want to assure the integrity of your source tarball, you can  edit the &#8220;PKG_MD5SUM:=&#8221; line to reflect the  MD5 of the SVN tarball we made earlier</p>
<p><em>PKG_MD5SUM:=</em></p>
<p>Now, you&#8217;d think that the Makefile will want to download the  kismet-devel.tar.gz from the Kismet website, but that  is where we get tricky on the system.  The build environment, when it  builds the system will download and unpack the  source for everything it builds.  Now if you make changes and do the  build again, the system is smart enough to check  if it already has the source downloaded.  Once we have made the tarball,  we have to put it somewhere to trick the  system into using that source instead of trying to download from the  Kismet site.  Simply copy the  kismet-devel.tar.gz file into the download directory (dl/) in your  backfire source directory (NOTE: The DL directory is  created when you start a &#8216;make&#8217; and may not be there if you have&#8217;nt run  &#8216;make&#8217; yet).</p>
<p>Assuming your root is called &#8216;backfire&#8217;:</p>
<p><em>cp kismet-devel.tar.gz backfire/dl</em></p>
<p>The system will now see the kismet-devel.tar.gz package in the dl/  directory and use that.  This prevents the system from going out to the  web to try and download the file, and also gives you the ability to  change out the source at the time of your choosing.</p>
<hr />Step Five</p>
<p>Once you have the Makefile adjusted and if nessecary, the source  files in place, you can now run &#8216;make menuconfig&#8217;  again and select the kismet-drone package to build.</p>
<p><em>make menuconfig</em><br />
<em>Network -&gt; Wireless -&gt; kismet-drone</em></p>
<p>If you want to make a seperate module you can load with opkg, when  you select the kismet-drone package, select it  where it says &#8220;M&#8221;.  If you want to build the drone binaries into the  firmware image (recommended for WRT54G&#8217;s and any  platforms with limited memory or for large productions) then make sure  it is selected with a star &#8220;*&#8221; instead.</p>
<p>Once you have enabled the kismet-drone package, exit and save your  configuration.  Once you exit, start the build process</p>
<p><em>make download world</em></p>
<p>Once the build starts, it will download all the source for the  packages it needs and the start compiling  everything.  This can take a very long time depending on your system, so  go have a beer or seven as this can take  hours, especially on the first run.</p>
<hr />Step Six</p>
<p>If the build process completes  sucessfully with no errors, you can move onto loading your  router with the OpenWRT software.  Depending on your platform, this can  vary, but the OpenWRT site has instructions  for most platforms.  They are the source of truth, so check them out for  your particular platform.</p>
<p>The custom firmware you built is stored in the achitecture name under  the &#8220;bin&#8221; directory in your build directory.   This is especially important if you built the kismet-drone into the  firmware as you should use that instead of a  version off the OpenWRT site.</p>
<p><em>cd bin/</em></p>
<p>The <a href="http://wiki.openwrt.org/doc/howto/installing">OpenWRT  site wiki</a> has instructions for most  platforms, however one that seems to be missing is the Accton MR3201A,  the basis for the FON 2200 router and the  OpenMesh OMP1 low cost router, so I&#8217;ll add it here.</p>
<p>To install on the Accton router, it&#8217;s not a simple tftp like most  platforms.  The easiest  way is to use the Open-mesh flashing utility.  Head on to <a href="http://dev.open-mesh.com/downloads/stable/firmware/">the Open Mesh   development site</a> and download the <a href="http://dev.open-mesh.com/downloads/stable/firmware/open-mesh-flash">open-mesh-flash</a> utility (there is a windows version too).  With this, you can upload the   kernel and root fs to the router, which are the files ending in  &#8220;root.squashfs&#8221; and &#8220;vmlinux.lzma&#8221;.  You will need to configure the  wired network interface on your system to the 192.168.1.0/24  subnet, anything except 192.168.1.1.  When you run the open-mesh-flash  utility and specify the interface your router is connected to along with   the root and FS files, the program will connect and upload the new  firmware.</p>
<p><em>./open-mesh-flash eth0 openwrt-atheros-root.squashfs  openwrt-atheros-vmlinux.lzma</em></p>
<p>Once this runs, and the firmware is uploaded, you can continue on</p>
<p>If you chose to build a package, you can find it in your build  directory under the &#8220;bin/Architecture/packages&#8221; directory.  Copy it to  your router with SCP:</p>
<p><em>scp kismet-drone.ipk root@ROUTER:/tmp</em></p>
<p>and install it with opkg</p>
<p><em>opkg install kismet-drone.ipk</em></p>
<hr />Step Seven</p>
<p>Once you have the Kismet Drone package on the system, however you  chose  to do it, it&#8217;s time to configure it.  Depending on your platform,  configuration is pretty much the same few things.</p>
<p>After telnetting to your drone and setting and SSH password, SSH back  in and you can edit the system to get monitor mode.</p>
<p>Assuming you are using this unit as a dedicated drone, you will want  to enable and setup the wireless interface(s) to monitor mode at boot  up.</p>
<p>To enable the wireless cards on your router, edit the  /etc/config/wireless file and enable the radio(s)</p>
<p># REMOVE THIS LINE TO ENABLE WIFI:<br />
option disabled 1</p>
<p>This should be changed to:</p>
<p># REMOVE THIS LINE TO ENABLE WIFI:<br />
option disabled 0</p>
<p>You can also remove the line or just comment it out.</p>
<p>When you are editing the /etc/config/wireless file, you should also  set the interface to be in monitor mode on bootup.  To do this, change  the following:</p>
<p><em>option mode     ap</em></p>
<p>This should change to:</p>
<p><em>option mode     monitor</em></p>
<p>In addition you can delete or comment out the following two lines  since they are not needed:</p>
<p><em>option ssid</em> and <em>option encryption</em></p>
<hr />Step Eight</p>
<p>Now that the radio(s) are enabled and set to monitor mode, time to  configure the Kismet Drone.  All options are set  in the /etc/kismet/kismet_drone.conf file changing the following lines  at a minimum.</p>
<p><em>dronelisten=tcp://</em><em>&lt;IP Address&gt;</em><em>:2502</em></p>
<p>This line sets what IP address/interface the drone will communicate  with the server over.  If you have multiple interfaces and/or static IP  addresses, you can specify the IP you want to listen for commands from  the server on.  If you use DHCP (you won&#8217;t know what address you will  get) or you have multiple interfaces you want to listen on, you can list  several IP&#8217;s comma seperated, or use the address 0.0.0.0 which will  listen on all available interfaces.</p>
<p>The next line sets which IP addresses can connect to the drone:</p>
<p><em>droneallowedhosts=127.0.0.1</em></p>
<p>If your server is not on the drone itself, you will need to add  something here.  Multiple addresses can be specified, comma seperated.   Using the address of 0.0.0.0 will allow *any* IP address to connect.</p>
<p>NOTE: Using 0.0.0.0 allows anyone to connect, there is no  authentication beyond that.  If this drone is connected to a public IP,  anyone can connect and listen to the traffic.  This is probobly not a  desireable situation as anyone on the internet can sniff wireless  traffic that you may not want them to!</p>
<p>Depending on your drone, you may or may not have a GPS.</p>
<p>If you have a GPS, leave it as true and set your other options:</p>
<p><em>gps=true</em></p>
<p>If you don&#8217;t, to cut down error messages, disable it with:</p>
<p><em>gps=false</em></p>
<p>Last and most manditory, you will need to set the source line.  The  good news is that as long as you did&#8217;nt select the &#8220;Broadcom  BCM947xx/953xx [2.4]&#8221; target system, you can get away easy.  If you did  select a 2.4 branch, read the <a href="http://www.kismetwireless.net/documentation.shtml">Kismet README,  section 7</a> and figure it out on your own and let me know.</p>
<p>If you picked any of the 2.6 kernel targets, you can generally get  away with the following as your source:</p>
<p><em>ncsource=wlan0</em></p>
<p>There are many other options in the Kismet_drone.conf file that you  can setup.  Most are well commented and self explainitory.</p>
<p>Once you have the Kismet Drone configured, you can fire it up to test  from the command line by typing:</p>
<p>kismet_drone</p>
<p>If all is well, no major errors should show in the output and the  last line should be something like the following, but with your  interface name:</p>
<p><em>INFO: Started source &#8216;wlan0&#8242;</em></p>
<hr />Step Nine</p>
<p>In order to start the Kismet Drone on startup, you will need to add a  startup script.  This is actually very easy to do, simply copy the  following into a new file called /etc/init.d/kismet-drone:</p>
<p><em>#!/bin/sh /etc/rc.common<br />
# Kismet Drone Startup Script<br />
# Copyright (C) 2007 OpenWrt.org + RenderLab.net</em></p>
<p><em>START=70<br />
STOP=15</em></p>
<p><em>boot() {<br />
echo boot<br />
# commands to run at boot</em></p>
<p><em># continue with the start() section<br />
start<br />
}</em></p>
<p><em>start() {<br />
echo start<br />
# commands to launch application<br />
kismet_drone<br />
}</em></p>
<p><em>stop() {<br />
echo stop<br />
# commands to kill application<br />
killall kismet_drone<br />
}</em></p>
<p>Once you copy the script into a file, save it, then make it  executable:</p>
<p><em>chmod a+x /etc/init.d/kismet-drone</em></p>
<p>Then enable the script so it creates the realivant start and stop  links in the /etc/rc.d directory:</p>
<p><em>/etc/init.d/kismet-drone enable</em></p>
<p>And with that you can restart the router and if everything is as it  should be, the drone will start automatically.</p>
<hr />Step Ten</p>
<p>Now that you have a Kismet Drone running, time to now connect a  Kismet server.  The line you need to now is:</p>
<p><em>drone:host=&lt;IP Address&gt;,port=2502</em></p>
<p>is obviously the IP address of the done.  Just throw  this line into the &#8216;Add new Source&#8217; in the clent and it should connect  and start feeding data.</p>
<p>:Port 2502 is the default, but in the kismet_drone.conf file  you can change that for whatever reason you may need to, just make sure  it matches here.</p>
<p>In addition to the client GUI, you can start Kismet with a drone from  the command line with pretty much the same line:</p>
<p><em>kismet -c drone:host=</em><em>&lt;IP Address&gt;</em><em>,port=2502</em></p>
<p>If you use drones all the time, you can add a permanent entry to the  kismet.conf file on your server:</p>
<p><em>ncsource=drone:host=</em><em>&lt;IP Address&gt;</em><em>,port=2502</em></p>
<hr />
<h2>NOTES</h2>
<p>It seems that connecting to a drone over a wireless connection  sometimes breaks the connection.  The server will reconnect to the  drone, but it&#8217;s kinda messy.  Also, connecting to nearby drones via wireless means they may end up sniffing themselves, which leads to alot of extra data!</p>
<p>If you have additions, or other platform specific tweaks, let me know  @ render [at] renderlab.net</p>
<hr />
<h2>Thanks!</h2>
<p>Many people contribted to this guide in meaningful ways and I wish to   note thier contributions.</p>
<p>Dragorn, for Kismet and umpteen bug fixes and features.  Michael Boyd   for his <a href="http://redlinesec.blogspot.com/">early Kismet Newcore  Drone work</a>.  The Whole OpenWRT team for thier work, especially  whomever checked in the early Makefile for Kismet Newcore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/1438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Airdrop-ng Release</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-release/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-release/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 02:31:34 +0000</pubDate>
		<dc:creator>thex1le</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>
		<category><![CDATA[Wireless Rule based Deauth]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=1125</guid>
		<description><![CDATA[After a bit of a rocky release talk at shmoocon 2010 I am proud to announce the release of airdrop-ng a rule based wireless deauth tool. Thank you for the patience in awaiting the download link. Questions or bugs can be reported to my nick at gmail.com.
-TheX1le

Download link:]]></description>
			<content:encoded><![CDATA[<p>http://seattleit.net/airdrop-ng.tar.bz2</p>
<p>md5 sum<br />
172468983190bc4d0e4c7f1b31dbe697</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Katana Security Distro v1.0</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/katana-security-distro-v1-0/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/katana-security-distro-v1-0/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:38:19 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=841</guid>
		<description><![CDATA[Thanks to Ronin over at http://www.hackfromacave.com for this addition! Katana v1.0 (Kyuzo) is now available for all Informer subscribers. Click here: https://www.hackersforcharity.org/?pagename=SumaSubscribe if you'd like to subscribe!<br /><br />

Katana v1.0 (Kyuzo) is a portable multi-boot security suite designed for all your computer security needs. The idea behind this tool is to bring together all of the best security distributions to run from one USB drive. Katana includes distributions which focus on Penetration Testing, Auditing, Password Cracking, Forensics and Honey Pots. Katana comes with over 100 portable Windows applications such as Wireshark, HiJackThis, Unstoppable Copier, and OllyDBG. Also included in this distribution are: <br /><br />

    * - Backtrack 4 pre<br />
    * - the Ultimate Boot CD<br />
    * - Organizational Systems Wireless Auditor (OSWA) Assistiant<br />
    * - the Ultimate Boot CD for Windows<br />
    * - Got Root? Slax<br />
    * - Ophcrack Live<br />
    * - Damn Small Linux<br />
    * - Damn Vulnerable Linux<br />
<br /><br />
Here are the mirrors:<br />
]]></description>
			<content:encoded><![CDATA[<p>Thanks to Ronin over at http://www.hackfromacave.com for this addition! Katana v1.0 (Kyuzo) is now available for all Informer subscribers. Click here if you&#8217;d like to subscribe!</p>
<p>Katana v1.0 (Kyuzo) is a portable multi-boot security suite designed for all your computer security needs. The idea behind this tool is to bring together all of the best security distributions to run from one USB drive. Katana includes distributions which focus on Penetration Testing, Auditing, Password Cracking, Forensics and Honey Pots. Katana comes with over 100 portable Windows applications such as Wireshark, HiJackThis, Unstoppable Copier, and OllyDBG. Also included in this distribution are:</p>
<ul>
<li> &#8211; Backtrack 4 pre</li>
<li> &#8211; the Ultimate Boot CD</li>
<li> &#8211; Organizational Systems Wireless Auditor (OSWA) Assistiant</li>
<li> &#8211; the Ultimate Boot CD for Windows</li>
<li> &#8211; Got Root? Slax</li>
<li> &#8211; Ophcrack Live</li>
<li> &#8211; Damn Small Linux</li>
<li> &#8211; Damn Vulnerable Linux</li>
</ul>
<p>Here are the mirrors:</p>
<p>http://gextrade.thegoodhacker.com/katana/katana-v1.rar</p>
<p>http://psifertex.cns.ufl.edu/~jsawyer/katana</p>
<p>http://dc585.info/mirror/katana</p>
<p>http://newfe.kracomp.com/katana</p>
<p>http://www.d3vrandom.net/hfc/katana</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/katana-security-distro-v1-0/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WeakNet Linux Assistant 3 Lite</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/weaknet-linux-assistant-3-lite/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/weaknet-linux-assistant-3-lite/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:17:08 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=794</guid>
		<description><![CDATA[WeakNet Linux Assistant 3 Lite (WNLA) is ready! Thanks to Douglas at WeakNet Labs (http://weaknetlabs.com), it’s available exclusively to Informer subscribers this week. A must-have for anyone interested in Security or Forensics, this CD-sized distro contains all the tools you need to test your skills and excel in the field of INFOSEC. Some of the highlights:<br /><br />

    * WNLA 3 is ~600MB (last releases were roughly 1~1.5GB)<br />

    * WNLA has many new GUI interfaces for things (helps people make the transition from Win32/64 to Linux)<br />

    * WNLA has instant servers including (MySQL, FTP, SSHd, FastTrack-GUI, Metasploit-Web Brick, and more)<br />

    * WNLA has it’s own PHP/MySQL Social Networking server that i coded (resembles Facebook) to use in the lab to teach people about web hacking PHP/MySQL and SQL injection.<br />

    * WNLA has new looks including Grub splash, Usplash, GDm and more.<br />

    * WNLA includes WardriveSQL GUI and Webserver that i coded (http://wardriveSQL.info).<br />

    * WNLA includes GUI interface to WiFiZoo that i coded (which is to be added into the next build/website, under 3rd party additions)<br />

    * WNLA uses fully customized/customizable FluxBox instead of bloated Gnome and less-bloated (but amazing) Enlightenment.<br />

Links available to paid subscribers of Informer only. Click here to subscribe. It’s only $54 a year, and the proceeds go directly to HFC projects such as our food program in Kenya (http://hackersforcharity.org/food-program) and our Classroom project in East Africa (http://hackersforcharity.org/classrooms).
<br /><br />
Here’s the links….]]></description>
			<content:encoded><![CDATA[<p>WeakNet Linux Assistant 3 Lite (<a href="http://weaknetlabs.com/linux/">WNLA</a>)  is ready! Thanks to Douglas at <a href="http://weaknetlabs.com/linux/">WeakNet Labs</a>, it&#8217;s available exclusively to Informer subscribers this week. A must-have for anyone interested in Security or Forensics, this CD-sized distro contains all the tools you need to test your skills and excel in the field of INFOSEC. Some of the highlights:</p>
<blockquote><p>* WNLA 3 is ~600MB (last releases were roughly 1~1.5GB)</p>
<p>* WNLA has many new GUI interfaces for things (helps people make the transition from Win32/64 to Linux)</p>
<p>* WNLA has instant servers including (MySQL, FTP, SSHd, FastTrack-GUI, Metasploit-Web Brick, and more)</p>
<p>* WNLA has it&#8217;s own PHP/MySQL Social Networking server that i coded (resembles Facebook) to use in the lab to teach people about web hacking PHP/MySQL and SQL injection.</p>
<p>* WNLA has new looks including Grub splash, Usplash, GDm and more.</p>
<p>* WNLA includes WardriveSQL GUI and Webserver that i coded (http://wardriveSQL.info).</p>
<p>* WNLA includes GUI interface to WiFiZoo that i coded (which is to be added into the next build/website, under 3rd party additions)</p>
<p>* WNLA uses fully customized/customizable FluxBox instead of bloated Gnome and less-bloated (but amazing) Enlightenment.</p></blockquote>
<p>Links available to paid subscribers of Informer only. <a href="https://www.hackersforcharity.org/?pagename=SumaSubscribe">Click here to subscribe</a>. It&#8217;s only $54 a year, and the proceeds go directly to HFC projects such as <a href="http://www.hackersforcharity.org/food-program/">our food program in Kenya</a> and our <a href="http://www.hackersforcharity.org/classrooms/">Classroom project</a> in East Africa.</p>
<p><a href="http://www.youtube.com/watch?v=py9rm-MIHak">Check out the video here!</a><br />
Here&#8217;s the links&#8230;.</p>
<p>ISO: <a href="http://weaknetlabs.com/linux/eb49e6f3bd72e6c6da517774391e0441/WNLA3LITE.ISO">http://weaknetlabs.com/linux/eb49e6f3bd72e6c6da517774391e0441/WNLA3LITE.ISO</a><br />
MD5: <a href="http://weaknetlabs.com/linux/eb49e6f3bd72e6c6da517774391e0441/WNLA3LITE.ISO.MD5">http://weaknetlabs.com/linux/eb49e6f3bd72e6c6da517774391e0441/WNLA3LITE.ISO.MD5</a></p>
<p>Douglas also makes a <a href="http://weaknetlabs.com/forums/index.php">forum</a> available for questions about the release. Be sure to check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/weaknet-linux-assistant-3-lite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Prison Break (Breaking, Entering &amp; Decoding) Challenge Answers</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/prison-break-breaking-entering-decoding-challenge-answers/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/prison-break-breaking-entering-decoding-challenge-answers/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 11:29:29 +0000</pubDate>
		<dc:creator>EthicalHacker.net</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=563</guid>
		<description><![CDATA[The Ethical Hacker Network (EH-Net) teams with The Informer. The EH-Net contribution will be the answers to the Skillz H@ck1ng Challenges a few days before they are revealed on EH-Net. We start this moth with the answers for the last hacking challenge published on August 2009, "Prison Break – Breaking, Entering &#38; Decoding" (Subscribers Only). ]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ethicalhacker.net">The Ethical Hacker Network</a> (EH-Net) teams with The Informer. The EH-Net contribution will be the answers to the Skillz H@ck1ng Challenges a few days before they are revealed on EH-Net. We start this month with the answers for the last hacking challenge published on August 2009, &#8220;<a href="http://www.ethicalhacker.net/content/view/268/2/">Prison Break – Breaking, Entering &amp; Decoding</a>&#8220;.</p>
<p>It is an honor for me to drive this initiative, with the support of Don Donzal (EH-Net) and Ed Skoudis (Challenge Master), and start posting the official answers of this challenge on The Informer. Then, in a few days, both the answers and winners will be announced on EH-Net as usual.</p>
<p>The &#8220;Prison Break &#8211; Breaking, Entering &amp; Decoding&#8221; challenge answers are contained in a <a href="http://www.raulsiles.com/downloads/PrisonBreak_Challenge_Answers_EH-RaulSiles_v1.0.pdf">single PDF file</a> (27 pages) plus <a href="http://www.vimeo.com/siles/">three associated screencasts</a> (&#8220;BTv4 802.1q (VLAN) setup&#8221;, &#8220;Metasploit meterpreter Windump/Winpcap sniffer&#8221;, and &#8220;Metasploit meterpreter built-in sniffer module&#8221;).</p>
<p>I hope you enjoy it, and we look forward to the participation of The Informer subscribers in future EH-Net challenges! Next up is the October Challenge by James Shewmaker based on the TV show Sliders, and then Ed Skoudis&#8217; annual Christmas Challenge coming in December.<br />
&#8211;<br />
Raul Siles<br />
<a href="http://www.raulsiles.com">www.raulsiles.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/prison-break-breaking-entering-decoding-challenge-answers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Airdrop-ng Beta Release</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-beta-release/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-beta-release/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 23:48:26 +0000</pubDate>
		<dc:creator>thex1le</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=427</guid>
		<description><![CDATA[Airdrop-ng A python based wireless deauth tool supporting a full rule base and kicks based on OUI. ]]></description>
			<content:encoded><![CDATA[<p>Airdrop-ng A python based wireless deauth tool supporting a full rule base and kicks based on OUI.</p>
<p>After enjoying MDK3 but finding it way to blunt for many uses I decided to write my own python deauth tool using lorcon.</p>
<p>The advantage to airdrop-ng is the rule parser. It is smart enough to know that if you wish to allow a client on an AP but want to kick the others not to send a broadcast packet. This allows airdrop to act as a wifi nuke but also as a scalpel for very targeted work.</p>
<p>Another fun feature is the kick based on OUI. Using OUI lookups its possible to kick on device type. So say if you wanted to ensure that no Macs in the area have access to wifi while all other devices work fine. It really is quite fun.</p>
<p>Sadly this tool has not gotten as much testing as I would have liked so if you do manage to blow it up please double check your rules and make sure they are to the format of the example config file. Also ensure that you have read the readme. If those two items fail to clear up your issue email me the airodump csv file and the rule config file you are using and I will do my best to clear up the issue for you. I can be reached at thex1le a t  gmail DOT com.</p>
<p>This tool will most likely be working its way into the aircrack-ng suite at a later date.</p>
<p>The code can be downloaded here</p>
<p>!!!!! UPDATE</p>
<p>I found two serious bugs and have sinced fixed them. One was that if you tired to just kick a single client off an ap all clients would be kicked. The second was that if you had a rule for a client airodump couldnt see or just did not exist the program would die. Both have been fixed. Please use this new link</p>
<p><a href="http://seattleit.net/airdrop-ng-9-22-1730.tar.bz2">http://seattleit.net/airdrop-ng-9-22-1730.tar.bz2</a></p>
<p>Special thanks to SWC666 and http://seattleit.net/ for hosting the code base.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/airdrop-ng-beta-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Raw Patch Management Survey Data (Project Quant)</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/raw-patch-management-survey-data-project-quant/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/raw-patch-management-survey-data-project-quant/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 17:48:09 +0000</pubDate>
		<dc:creator>rmogull@securosis.com</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=321</guid>
		<description><![CDATA[Over at Securosis we've been working on a big project (called Project Quant) with Microsoft to develop a rigorous patch management metrics model. We ended up with a 40+ page report including over a hundred metrics in a 10 phase, 40 step patch management process framework. You can read about it here. This was a community project, with participation from a bunch of different people and groups.

But, for this community, the more interesting part was the survey we conducted. We performed an open survey on patch management processes that included some of the biggest, and smallest, organizations around (and are keeping the survey open). While we released a summary analysis with the initial project report, we are now releasing the raw survey data.

This data has been anonymized, but otherwise unaltered. We had about 116 responses when I did this data dump, and keep in mind the results likely skewed towards more mature organizations (since they'd be more incented to participate). This data will be exclusive here at the Informer for one week before we release it to the broader community.]]></description>
			<content:encoded><![CDATA[<p>Over at Securosis we&#8217;ve been working on a big project (called Project Quant) with Microsoft to develop a rigorous patch management metrics model. We ended up with a 40+ page report including over a hundred metrics in a 10 phase, 40 step patch management process framework. <a href="http://securosis.com/projectquant">You can read about it here</a>. This was a community project, with participation from a bunch of different people and groups.</p>
<p>But, for this community, the more interesting part was the survey we conducted. We performed an open survey on patch management processes that included some of the biggest, and smallest, organizations around (and are keeping the survey open). While we released a summary analysis with the initial project report, we are now releasing the raw survey data.</p>
<p>This data has been anonymized, but otherwise unaltered. We had about 116 responses when I did this data dump, and keep in mind the results likely skewed towards more mature organizations (since they&#8217;d be more incented to participate). This data will be exclusive here at the Informer for one week before we release it to the broader community. The file includes the data in cvs and xls format, with an xls of summary results (the pretty charts).</p>
<p>[download id="30"]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/raw-patch-management-survey-data-project-quant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maltego FireFox Plugin &#8211; The Mesh!</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/maltego-firefox-plugin-the-mesh/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/maltego-firefox-plugin-the-mesh/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 05:59:14 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=297</guid>
		<description><![CDATA[This new plugin from Paterva allows you to easily pull data from visited web pages, and integrates seamlessly with Maltego. A video demo is here: http://www.paterva.com/mesh.mp4 but the plugin is only available to Informer subscribers during this pre-release period! Thanks Paterva for your great support!]]></description>
			<content:encoded><![CDATA[<p>This new plugin from Paterva allows you to easily pull data from visited web pages, and integrates seamlessly with Maltego. A video demo is here: <a href="http://www.paterva.com/mesh.mp4" target="_blank">http://www.paterva.com/mesh.mp4</a> but the plugin is only available to Informer subscribers during this pre-release period! Thanks <a href="http://www.paterva.com">Paterva</a> for your great support!</p>
<p>Here&#8217;s the link:</p>
<p><a href="http://www.paterva.com/maltego/about/maltego-mesh" target="_blank">http://www.paterva.com/maltego/about/maltego-mesh</a></p>
<p>The password is &#8220;yoshimi&#8221;, without the quotes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/maltego-firefox-plugin-the-mesh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.paterva.com/mesh.mp4" length="21772855" type="video/mp4" />
		</item>
		<item>
		<title>GRaTS vulnerability scanning tool prototype</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/grats-vulnerability-scanning-tool-prototype/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/grats-vulnerability-scanning-tool-prototype/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:12:52 +0000</pubDate>
		<dc:creator>Infonaut</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://www.hackersforcharity.org/?p=278</guid>
		<description><![CDATA[Greetings, Informees! Since I have a working prototype of a new tool available, I thought you all might like to play with it! (Warning: This is a prototype, it is still buggy, does not have a GUI, and may or may not explode your computrons.) For my senior project, I&#8217;m writing a tool to extend [...]]]></description>
			<content:encoded><![CDATA[<p>Greetings, Informees!</p>
<p>Since I have a working <a href="http://grats.wikidot.com/prototype">prototype</a> of a new tool available, I thought you all might like to play with it! (<em>Warning: This is a prototype, it is still buggy, does not have a GUI, and may or may not explode your computrons.</em>)</p>
<p>For my senior project, I&#8217;m writing a tool to extend the functionality of the RATS (Rough Auditing Tool for Security) vulnerability scanner. What GRaTS (Graphical RATS and Taint Scanner) does is to attempt to combine several approaches to finding vulnerabilities to help both experienced auditors and greenhorns to get quicker, more accurate results. By identifying points in code where users can affect the data flow (namely through input or things like signals, filesystem tomfoolery, etc) we can distill the code into a condensed version which shows only code dealing with tainted data. Once the code has been condensed, we scan it using RATS and format the output nicely into a GUI, including relevant line numbers, variable names, and any vulnerability information that RATS may have returned. This allows for novices to immediately identify dangerous code operating on tainted data, and allows more weathered folk to perform manual code analysis on tainted data timelines, making manual code analysis faster and more cost-efficient.</p>
<p>Hope you all get a kick out of it! Any new prototypes released will be on the same page, so check back periodically if you&#8217;re interested in seeing GRaTS progress.</p>
<p>Cheers!</p>
<p>&#8211;</p>
<p>Dan Crowley</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/grats-vulnerability-scanning-tool-prototype/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>BackTrack 4 Pre Final</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/backtrack-4-pre-final/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/backtrack-4-pre-final/#comments</comments>
		<pubDate>Sun, 31 May 2009 03:21:39 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=42</guid>
		<description><![CDATA[Thanks to the amazing generosity and heart of the group at Offensive Security, I'm proud to announce that all Informer subscribers have exclusive access to the BackTrack 4 pre-final, at least a week before the rest of the Internet Suhweeet!!! Here's what you're waiting for...Ready... set... here's the links:]]></description>
			<content:encoded><![CDATA[<p>Thanks to the amazing generosity and heart of the group at Offensive Security, I&#8217;m proud to announce that all Informer subscribers have exclusive access to the BackTrack 4 pre-final, at least a week before the rest of the Internet Suhweeet!!!<br />
Check out the official announcement <a href="http://www.offensive-security.com/blog/backtrack/backtrack-4-pre-final-sneak-peek/">here</a>.</p>
<p>http://www.offensive-security.com/blog/category/videos/</p>
<p>Check out the videos, and you can see that this is a HUGE improvement over BT3 and BT4 beta. We&#8217;re talking one-click installs, oh man oh man&#8230;</p>
<p>&#8220;Up and running with backtrack&#8221;<br />
<a href="http://www.offensive-security.com/movies/upandrunning/offsec-backtrack-01.html">http://www.offensive-security.com/movies/upandrunning/offsec-backtrack-01.html</a></p>
<p>&#8220;BackTrack 4 Persistent USB install&#8221;<br />
<a href="http://www.offensive-security.com/movies/persistent/offsec-backtrack-02.html">http://www.offensive-security.com/movies/persistent/offsec-backtrack-02.html</a></p>
<p>&#8220;BackTrack Dual Boot with Vista&#8221;<br />
<a href="http://www.offensive-security.com/movies/dualbootbt4/offsec-backtrack-03.html">http://www.offensive-security.com/movies/dualbootbt4/offsec-backtrack-03.html</a></p>
<p>More videos coming soon! But here&#8217;s what you&#8217;re waiting for&#8230;Ready&#8230; set&#8230; here&#8217;s the links:</p>
<p>The BackTrack release is public now. You should have subscribed so you could have had it early! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/backtrack-4-pre-final/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Johnny&#8217;s &#8220;No-Tech Hacking&#8221; talk!</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/johnnys-no-tech-hacking-talk/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/johnnys-no-tech-hacking-talk/#comments</comments>
		<pubDate>Wed, 13 May 2009 03:14:39 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=24</guid>
		<description><![CDATA[This is one of Johnny's most "famoustest" talks ever, and this is the evolution, which Johnny presents to audiences all over the world! Now it's available as a video exclusively to <a href="http://hackersforcharity.org/category/informer-blog/">Informer subscribers</a>! Enjoy!]]></description>
			<content:encoded><![CDATA[<p>This is one of Johnny&#8217;s most &#8220;famoustest&#8221; talks ever, and this is the evolution, which Johnny presents to audiences all over the world! Now it&#8217;s available as a video exclusively to <a href="http://hackersforcharity.org/category/informer-blog/">Informer subscribers</a>! Enjoy!</p>
<p>The link and password to the video are:</p>
<p>[private]<br />
Link: http://vimeo.com/4616236</p>
<p>Password: n0techh@ck<br />
[/private]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/johnnys-no-tech-hacking-talk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Advisory: Gmail &#8211; Google Docs Cookie Hijacking through PDF Repurposing</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/advisory-gmail-google-docs-cookie-hijacking-through-pdf-repurposing/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/advisory-gmail-google-docs-cookie-hijacking-through-pdf-repurposing/#comments</comments>
		<pubDate>Sun, 10 May 2009 03:13:57 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=22</guid>
		<description><![CDATA[Google docs network was vulnerable to PDF re purposing attacks. The vulnerability was disclosed to Google with a discretion. This is done to mitigate the risk . Google has worked over it and patched it with in a period of 5 days. The Google doc has been refined and support for adobe plugin is removed.

The user security is the prime issue because millions of user were at risk if this attack persisted in the open environment. Integrated accounts were more susceptible as certain credentials could be used to access other accounts.

Thanks to Google for considering the recommendation and changing the working behavior of specific components at risk.
<br /><br />
The detailed advisory is released here:]]></description>
			<content:encoded><![CDATA[<p>Google docs network was vulnerable to PDF re purposing attacks. The vulnerability was disclosed to Google with a discretion. This is done to mitigate the risk . Google has worked over it and patched it with in a period of 5 days. The Google doc has been refined and support for adobe plugin is removed.</p>
<p>The user security is the prime issue because millions of user were at risk if this attack persisted in the open environment. Integrated accounts were more susceptible as certain credentials could be used to access other accounts.</p>
<p>Thanks to Google for considering the recommendation and changing the working behavior of specific components at risk.</p>
<p>The detailed advisory is released here:</p>
<p>[private]</p>
<p>http://www.secniche.org/gmd_hijack/gc_hijack.xhtml</p>
<p>PDF:  http://www.secniche.org/gmd_hijack/advisory_gmail_google_docs_pdf_repurposing_attack.pdf</p>
<p>[/private]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/advisory-gmail-google-docs-cookie-hijacking-through-pdf-repurposing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot packet-on-packet 0day action!!! Okay, simply more old 0day&#8230;</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/hot-packet-on-packet-0day-action-okay-simply-more-old-0day/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/hot-packet-on-packet-0day-action-okay-simply-more-old-0day/#comments</comments>
		<pubDate>Sat, 09 May 2009 03:12:40 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=20</guid>
		<description><![CDATA[WARNING - POSSIBLE IMMATURE CURSING AHEAD. OK *ACTUAL* IMMATURE CURSING, WTF...

Well, apparently it was a real popular thing to give away a couple of 0day exploits, so more 0day is being given away! Again this is from the good old days at BindView when your buddy SN was on the RAZOR team.]]></description>
			<content:encoded><![CDATA[<p>WARNING &#8211; POSSIBLE IMMATURE CURSING AHEAD. OK *ACTUAL* IMMATURE CURSING, WTF&#8230;</p>
<p>Well, apparently it was a real popular thing to give away a couple of 0day exploits, so more 0day is being given away! Again this is from the good old days at BindView when your buddy SN was on the RAZOR team.</p>
<p>[private]<br />
There should be two like last time, so I will give away the first one real quick. I found this from a TODO list of mine from August of 2003. It simply reads &#8220;buffer overflow in netware smb authentication&#8221; and a few lines down says &#8220;large user name in nw smb auth, dos only?&#8221; That is all I have to go on. If I were really inspired I guess I could get out my box of drink coasters, erm sorry my box of old software no one ever uses, set up a NetWare server in a VM circa 2003 and start whacking away. But since I don&#8217;t want to terrorize Novell&#8217;s four remaining customers, I will let bygones be bygones.</p>
<p>No that one is rather lame, so here is a better one&#8230;</p>
<p>Todd Sabin. You know him, you love him. PWDump2 was his baby and laid the groundwork for numerous other hash dumping routines. He is a mad coder and knows Windows stuff like nobody&#8217;s business. If you&#8217;ve ever used Wireshark and looked at Windows DCE RPC decoded, you are looking at Todd&#8217;s handywork. Interesting Todd fact &#8211; instead of using some reverse engineering tool that performed a disassembly a la IDA Pro, Todd wrote his own. In LISP. The fucker is nuts.</p>
<p>Well Todd found a number of security issues while he was working at BindView, all properly reported to Microsoft. However Microsoft didn&#8217;t always issue a patch or fix Todd&#8217;s issues. This is one of those issues that Microsoft eventually patched but didn&#8217;t tell anybody about.</p>
<p>The bug, reported to Microsoft in the summer of 2004, impacted NT, 2000, XP, and 2003 versions of Windows. It seems a remote attacker could hijack RPC session handles and use them with no further authentication. Use an admin&#8217;s RPC session handle and you could have some fun with altering all kinds of things like user account permissions, registry keys, etc. You get the idea. Bad stuff.</p>
<p>RPC servers use something called &#8220;context handles&#8221; to represent handles to objects. So if an admin wants to change something, they get the context handle for that object they want changed, the RPC server impersonates the requester and checks permissions. The permissions are recorded with the handle, and later in the conversation permissions for the handle are checked as it does its thing. So you can see where this is headed.</p>
<p> Ironic part &#8211; on page 271-272 of &#8220;Writing Secure Code&#8221; (1st edition, written by very bright MS employees) it states in the section &#8220;Don&#8217;t Rely on Context Handles for Access Checks&#8221; to well, not rely on context handles for access checks, which is exactly what this flaw is all about.</p>
<p>So here are the steps to be evil:</p>
<ul>
<li>Sniff the network between the victim machine and the administrator, waiting for the administrator to do something to an object the attacker wants to do themselves. Social engineering could help speed this up.</li>
<li>When the admin performs the RPC bind, the attacker performs a bind with the same association group as the admin.</li>
<li>When the admin does the RPC call to open the handle, the attacker spoofs a TCP reset against the admin&#8217;s machine to prevent the handle from being closed, and records the context handle the admin had requested to use against that object in an evil fashion.</li>
<li><a href="http://www.youtube.com/watch?v=_Xm1XErUvXo">Game over, man, game over!</a></li>
</ul>
<p>Sweet, huh? Yeah I know, I think Todd fucking rocks too.</p>
<p>Oh sure you say, TCP connection hijacking could do the same thing. Well SMB signing defeats those types of attacks, but not this one. Bitchin&#8217;. The final sweetness is that all the attacker needs is minimally anonymous access.</p>
<p>So this sounds serious. It was, Microsoft said it was very serious to them. However (there always seems to be a however) this would require a massive amount of code changes &#8212; tons of subsystems would have to be touched. So Microsoft decided not to go the individual patch route. Like last time, Microsoft knew BindView RAZOR did not release vuln info unless it had patch info from the vendor.</p>
<p>I asked Todd about this recently and he told me Microsoft apparently did patch things, but no one was told about this. Todd&#8217;s guess was it went into XP SP2, some service pack for 2003, and probably some rollup patch for 2000. So XP and 2003 are good, 2000 possibly good, and NT is more than likely as fucked as the people who are still running a non-supported OS. You&#8217;ve gotta love those silent patches!</p>
<p>Ok, in Microsoft&#8217;s defense here, it probably <em>did</em> impact a ton of various servers and subsystems, and quite frankly there could have been other interesting examples of similar misplaced trust issues to be found in these same subsystems that Microsoft didn&#8217;t want people finding. So they fixed it and did not tell anyone (shame on you MS), but they at least shoved it into service packs which they knew would get loaded up for security reasons. Plus, all the reverse engineers are less likely to do binary diff analysis against pieces from a service pack than an individual patch, since there would be multiple security and even non-security updates to the various components, and it would be really fucked up to start looking for needles in that haystack. Granted, they now have at least one idea on where to look&#8230;</p>
<p>If you run into Todd somewhere, buy him a beer. He deserves it.</p>
<p>-SN<br />
[/private]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/hot-packet-on-packet-0day-action-okay-simply-more-old-0day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhitePaper &#8211; PDF Silent HTTP Form Repurposing Attacks</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/whitepaper-pdf-silent-http-form-repurposing-attacks/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/whitepaper-pdf-silent-http-form-repurposing-attacks/#comments</comments>
		<pubDate>Sun, 03 May 2009 03:11:51 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=18</guid>
		<description><![CDATA[This paper sheds light on the modified approach to trigger web attacks through JavaScript protocol handler in the context of browser when a PDF is opened in it. As we have seen, the kind of security mechanism implemented by Adobe in order to remove the insecurities that originate directly from the standalone PDF document in order to circumvent cross domain access. The attack is targeted on the web applications that allow PDF documents to be uploaded on the web server.
]]></description>
			<content:encoded><![CDATA[<p>This paper sheds light on the modified approach to trigger web attacks through JavaScript protocol handler in the context of browser when a PDF is opened in it. As we have seen, the kind of security mechanism implemented by Adobe in order to remove the insecurities that originate directly from the standalone PDF document in order to circumvent cross domain access. The attack is targeted on the web applications that allow PDF documents to be uploaded on the web server.</p>
<p>[private]</p>
<p>Due to ingrained security mechanism in PDF Reader, it is hard to launch certain attacks. But with this technique an attacker can steal generic information from website by executing the code directly in the context of the domain where it is uploaded. The attack surface can be diversified by randomizing the attack vector. On further analysis it has been observed that it is possible to trigger phishing attacks too. Successful attacks have been conducted on number of web applications mainly to extract information based on DOM objects. The paper exposes a differential behavior of Acro JS and Brower JavaScript.</p>
<p>http://www.secniche.org/papers/SNS_09_03_PDF_Silent_Form_Re_Purp_Attack.pdf</p>
<p>[/private]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/whitepaper-pdf-silent-http-form-repurposing-attacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maltego 155 day license!</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/maltego-155-day-license/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/maltego-155-day-license/#comments</comments>
		<pubDate>Fri, 01 May 2009 03:11:10 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=16</guid>
		<description><![CDATA[First come first serve...here's the Maltego license key that's good for 155 days:(see below). Not working anymore ? You should have been checking the site more regularly. Can't see the license key? Subscribe to the site and donate some money to those that really need it. Just do it.]]></description>
			<content:encoded><![CDATA[<p>First come first serve&#8230;here&#8217;s the Maltego license key that&#8217;s good for 155 days:(see below). Not working anymore ? You should have been checking the site more regularly. Can&#8217;t see the license key? Subscribe to the site and donate some money to those that really need it. Just do it.</p>
<p>RT</p>
<p>[private]<br />
0654-7205-3800-0900-5999-1<br />
[/private]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/maltego-155-day-license/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Tale of Two Bugs</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/a-tale-of-two-bugs/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/a-tale-of-two-bugs/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:09:44 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=14</guid>
		<description><![CDATA[<p>The following is a pre-release of a blog post by Simple Nomad. It   contains colorful sailor language -- not descriptive nautical   seafaring prose, but low-brow unnecessary pirate cursing. Proceed at   your own risk. Arrrr!</p>
Not one, but two 0days surpressed from the BindView RAZOR days....and I am letting them go now.]]></description>
			<content:encoded><![CDATA[<p>The following is a pre-release of a blog post by Simple Nomad. It   contains colorful sailor language &#8212; not descriptive nautical   seafaring prose, but low-brow unnecessary pirate cursing. Proceed at   your own risk. Arrrr!</p>
<p>Not one, but two 0days surpressed from the BindView RAZOR days&#8230;.and I am letting them go now.</p>
<p>The ugliness, the ugliness of a stupid flaw you cannot control, one that will get you cool points but at the same time make your life miserable. Imagine finding a flaw that affects multiple vendors &#8212; major vendors &#8212; and no one wants to do anything to fix it. </p>
<p>[private] You work on it at a company that has a policy that prevents you from releasing the bug info since there is no patch. Release it anyway? Well, work will be pissed off, especially since they partner with one of these major vendors and do not want to piss off said partner. On top of that, it will cause your basic shitstorm among Internet users. And even have a direct input on your inbox with a metric fuckton of spam and scams. Oh that will get it fixed, most certainly, but you will be considered a complete asshole of a prick jerkwad deluxe. You go to CERT, and guess what, they run into the same fingerpointing that you do. It is &#8220;the other vendors fault, not ours.&#8221; And it is 2004 &#8211; the dotcom bubble has burst, and you are trying to justify that ridiculously high salary, and all your hacker friends are getting into that whole &#8220;responsible disclosure&#8221; thing.</p>
<p>Fuck it, BindView got sold off, at the end no one gave a shit about the RAZOR team. And it has been almost five years, plenty of time for vendors to silently patch. Disclosure time.</p>
<p>Discovered by yours truly in mid 2004, this was a gem of a bug. Imagine being able to bypass not only anti-spam and anti-virus products, but in some cases bypass IDS/IPS systems as well. Over a well known and usually open port on the firewall. Sweet. Before we get to the bug, a bit of explanation about the bullshit behind not releasing it.</p>
<p>As you might have guessed, this involves email since anti-spam was mentioned. An email message could be constructed that bypassed normal anti-virus scanning of incoming email. Many vendors were affected, so a couple of the major ones were contacted (if memory serves, since I no longer have the original emails, it was Trend Micro and McAfee, or someone like that). &#8220;Yes you are correct&#8221; they say, &#8220;we can be bypassed this way, however we can do nothing to detect it since our flagship product runs on Exchange and Microsoft will not give up the right API calls we need to update our engine.&#8221; Same thing for anti-spam.</p>
<p>So Microsoft is contacted. &#8220;Not our problem&#8221; they say, &#8220;we are not going to create additional libraries that use internal API calls that don&#8217;t exist but could also expose us to having our intellectual property copied.&#8221; Besides, the vendors apparently had to pay extra for what access to the APIs they currently get, and some were not even paying for those (they reverse engineered around them), so Microsoft had no incentive to write more APIs. The biggest disadvantage? All of these companies are aware of the BindView RAZOR team bug release policy &#8212; no advisory unless the vendor has a patch. So they all blamed each other and all say &#8220;we won&#8217;t patch.&#8221; Getting CERT involved did not help, they were told the same thing, knowing BindView would not release an advisory. CERT could not release anything independently as they need a vendor or vendors to blame, and they all blamed each other.</p>
<p>Isn&#8217;t the security industry wonderful?</p>
<p>The bug is ever so simple. Create an email message, stick in a huge X-* header, like X-Testing: VeryLongStringHere. You get the idea. Now end the message before adding a message body. That&#8217;s the trick. What happens is interesting. This is a completely invalid email message, and the X-Whatever spills into the area in an Outlook client that the message body is displayed. So you send the VeryLongStringHere thing with the EICAR test virus string on the end, no anti-virus is triggered, and you get the EICAR test string clearly visible in the message window. Why? Because the existing (at the time) APIs Microsoft gave the vendors did not allow for scanning of anything other than the body of a message, so if you stick stuff in the headers it is not scanned. The vendors could pay for APIs that allowed for inbound scanning and outbound scanning (some only would choose inbound), but no one had APIs to scan headers. Microsoft would not give them up. The vendors said Microsoft should fix Outlook to not display header info to the end user in the area where the message was, Microsoft said they did not handle invalid email and were following RFCs. Whine, whine, whine.</p>
<p>The main thing was this evil header message, although it actually lead to another bug. The easiest method to create it was to telnet into port 25 on a box running Sendmail and doing the whole MAIL FROM and RCPT TO thing manually, and shoving in a huge X-Header, followed by QUIT. Boom off it went on to its destination, an Exchange server with a waiting Outlook client to view it. The telnet-to-port-25 trick did not work in going directly to Exchange though. Why? More exploring found another bug&#8230;</p>
<p>Sendmail had an issue in handling headers, creating the mangled message. A very LARGE header caused a crash. What was the issue? A damned heap overflow. OMGWTF. I had a nice remote AV bypass, but now I had a heap overflow in Sendmail. Both port 25, which is ALWAYS open in the firewall. However I was told by BindView to stop working on the Sendmail bug.</p>
<p>The Sendmail flaw was never pursued to see what all was possible with it, as BindView said we would not publish details on it anyway as it could possibly lead people to figure out how to do the AV bypass thing. It was reported to Sendmail as is, they saw the potential implications and (according to them) did not even see if it was exploitable, they just assumed it was and they fixed it (quickly and without a bunch of crap, Eric and Claus were whom I worked with and they rocked it). Anyone with a bit of rev engineering skills could have figured out what was up, but no one did, or didn&#8217;t say anything publicly.</p>
<p>As a side note, the Sendmail folk thought that Microsoft should fix handling of the non-RFC compliant messages that were sticking the EICAR test virus into the message body in Outlook, being that Sendmail had tons of patches to correct problems caused by other mail systems, simply because they knew it would make life easier for the sys admins. Wow, what an attitude, caring about the users. This is the main reason I still use Sendmail to this day &#8212; they actually give a shit.</p>
<p>So the main bug in AV was surpressed. And a second bug, a potential remote code execution bug in Sendmail was surpressed as well. The funny part? I was trying to screw up the way Outlook handled the X-Message-Away header, thinking I could get a nice client overflow, and found two other bugs instead.</p>
<p>So there you have it. A tale of two bugs, and a small bit of insight into the politics of bug hunting. [/private]</p>
</p>
</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/a-tale-of-two-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the Informer!</title>
		<link>http://www.hackersforcharity.org/hackers-for-charity/welcome-to-the-informer/</link>
		<comments>http://www.hackersforcharity.org/hackers-for-charity/welcome-to-the-informer/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 03:08:11 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Hackers For Charity]]></category>
		<category><![CDATA[Informer Blog]]></category>
		<category><![CDATA[Long Journey To Africa]]></category>

		<guid isPermaLink="false">http://johnny.ihackstuff.com/?p=12</guid>
		<description><![CDATA[The Informer is a fund raising effort run by Hackers For Charity. It is designed to give subscribers a “backstage pass” to the world of Information Security. 100% percent of the proceeds go into our food program in East Africa, designed to stand in the gap for children that are waiting for help from major [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://hackersforcharity.org/hackers-for-charity/get-involved/#informer">Informer</a> is a fund raising effort run by Hackers For Charity. It is designed to give subscribers a “backstage pass” to the world of Information Security. 100% percent of the proceeds go into <a href="http://hackersforcharity.org/hackers-for-charity/about-us/#food_program">our food program in East Africa</a>, designed to stand in the gap for children that are waiting for help from major aid organizations. <a href="http://hackersforcharity.org/hackers-for-charity/get-involved/#informer">Click here to learn more about the Informer</a>, and thanks for considering helping out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackersforcharity.org/hackers-for-charity/welcome-to-the-informer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

