<?xml version="1.0" encoding="ISO-8859-1"?>
	<rss version="2.0">
		<channel>
		<lastBuildDate>Fri, 18 May 2012 04:30:14 -0500</lastBuildDate>
		<title>Garage4hackers</title>
		<description>Recent Content from Garage4hackers</description>
		<link>http://www.garage4hackers.com</link>
			<item>
				<pubDate>Wed, 16 May 2012 12:59:00 -0500</pubDate>
				<title>Twitter Wipe Address Book CSRF Vulnerability</title> 
				<description>I disclosed a &lt;a href=&quot;https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29&quot; target=&quot;_blank&quot;&gt;CSRF vulnerability&lt;/a&gt; with Twitter, that could allow a malicious attacker to wipe the address book of an unsuspecting user. I reported the vulnerability in the beginning of March and they fixed it on the 22nd! I wouldn't want to comment on the process and internal business logic that they follow, but honestly that was a a pretty long period for them to come up with a fix.&lt;br /&gt;
&lt;br /&gt;
Anyways, getting to the vulnerability, the issue was that a user could delete his own address book with a single click URL, which is alright as long as the user wishes to do so himself. However, with the server not verifying whether the request</description>
				<link>http://www.garage4hackers.com/content/125-twitter-wipe-address-book-csrf-vulnerability.html</link>
				<guid>http://www.garage4hackers.com/content/125-twitter-wipe-address-book-csrf-vulnerability.html</guid>
			</item>
		
			<item>
				<pubDate>Thu, 26 Apr 2012 12:46:00 -0500</pubDate>
				<title>Teensy USB HID for Penetration Testers - Part 3 - Programming sketches in Arduino</title> 
				<description>In previous post we saw very basic usage of Arduino Development Environment (ADE) and ran our Hello World using Teensy. Let's have a look at doing something more with Teensy and ADE.&lt;br /&gt;
&lt;br /&gt;
You know that there are two bare minimum functions called setup and loop in a sketch. But there are many more functions which are very useful while programming complex sketches. Have a look at the below sketch, which opens up notepad and types &quot;Hello World&quot; in it.&lt;br /&gt;
&lt;div class=&quot;bbcode_container&quot;&gt;
	&lt;div class=&quot;bbcode_description&quot;&gt;Code:&lt;/div&gt;
	&lt;pre class=&quot;bbcode_code&quot;style=&quot;height:372px;&quot;&gt;   void setup()

    {

    delay(5000);

    Keyboard.set_modifier(MODIFIERKEY_RIGHT_GUI);</description>
				<link>http://www.garage4hackers.com/content/122-teensy-usb-hid-penetration-testers-part-3-programming-sketches-arduino.html</link>
				<guid>http://www.garage4hackers.com/content/122-teensy-usb-hid-penetration-testers-part-3-programming-sketches-arduino.html</guid>
			</item>
		
			<item>
				<pubDate>Sun, 22 Apr 2012 06:45:00 -0500</pubDate>
				<title>Network Architecture Review Checklist</title> 
				<description>The primary goal of the checklist is to make it useful and as a trusted guide for IT Auditors,Security Consultant in Network Architecture Review assignments.The checklist is drawn from numerous resources referred and my experience in network architecture reviews.Though the essentially doesn't essentially cover all elements of a network architecture review,I have tried to bring in aspects of the &lt;b&gt;security&lt;/b&gt; element in a network architecture.Thanks to Punter &amp;amp; B0nd for their useful inputs.&lt;br /&gt;
&lt;br /&gt;
I strongly believe there can be lot of controls which can fit into this checklist looking forward to your comments,criticism,contribution and suggestions to improve the Network Architecture Review Checklist &lt;br /&gt;
Please send your recommendations</description>
				<link>http://www.garage4hackers.com/content/121-network-architecture-review-checklist.html</link>
				<guid>http://www.garage4hackers.com/content/121-network-architecture-review-checklist.html</guid>
			</item>
		
			<item>
				<pubDate>Fri, 13 Apr 2012 08:07:00 -0500</pubDate>
				<title>Teensy USB HID for Penetration Testers - Part 2 - Basics of Arduino and Hello World</title> 
				<description>In the first post we installed Arduino Development Environment (ADE). Now lets have a look at basics of Programming Teensy using ADE&lt;br /&gt;
&lt;br /&gt;
Make sure that proper board is selected from the menu. Then choose the correct device type&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.garage4hackers.com/content/attachments/335-arduino-1.0_2012-04-04_11-34-51.jpg.html?quot;=  title=&quot;Name:  
Views: 
Size:  &quot;&gt;Attachment 335&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In Arduino Development Environment (ADE), programming is done in a C type syntax. We have variables, methods, conditional operators and pointers etc. A program is called a sketch in ADE.&lt;br /&gt;
&lt;br /&gt;
Now, let's have a look at sketches. A sketch must have a &lt;i&gt;setup&lt;/i&gt;</description>
				<link>http://www.garage4hackers.com/content/120-teensy-usb-hid-penetration-testers-part-2-basics-arduino-hello-world.html</link>
				<guid>http://www.garage4hackers.com/content/120-teensy-usb-hid-penetration-testers-part-2-basics-arduino-hello-world.html</guid>
			</item>
		
			<item>
				<pubDate>Tue, 10 Apr 2012 08:05:00 -0500</pubDate>
				<title>HP DataProtector - Porting exploit to metasploit.</title> 
				<description>Nowadays, in almost all my penetration testing projects, HP dataprotector has been the most vulnerable software installed. &lt;br /&gt;
I thought of porting the same as a metasploit exploit module. Hence, I wrote exploit for Hp_dataprotector_cmdexec.  I will try to describe my work step by step. The input for this was a working exploit-db code (&lt;a href=&quot;http://www.exploit-db.com/exploits/17648/&quot; target=&quot;_blank&quot;&gt;HP Data Protector Remote Root Shell for Linux&lt;/a&gt;). The shell code when run normally will give a netcat shell. &lt;br /&gt;
So here I start up:&lt;br /&gt;
1.	Took a standard metasploit module for arbitrary port scanner.&lt;br /&gt;
2.	I started with making the adjustments in update_info () function and initializing parameters</description>
				<link>http://www.garage4hackers.com/content/119-hp-dataprotector-porting-exploit-metasploit.html</link>
				<guid>http://www.garage4hackers.com/content/119-hp-dataprotector-porting-exploit-metasploit.html</guid>
			</item>
		
			<item>
				<pubDate>Sun, 08 Apr 2012 07:05:00 -0500</pubDate>
				<title>MS11-046 exploit Code, Windows local Privilege Escalation .</title> 
				<description>There was a good article released by Joni on MS11-046 vulnerability based on a malware he analysed .&lt;br /&gt;
&lt;a href=&quot;http://www.exploit-db.com/wp-content/themes/exploit/docs/18712.pdf&quot; target=&quot;_blank&quot;&gt;http://www.exploit-db.com/wp-content...docs/18712.pdf&lt;/a&gt;&lt;br /&gt;
So I taught of spending my staurday night building an exploit for this .&lt;br /&gt;
&lt;br /&gt;
Windows not sure about Win 7 lets Mapping of 0x00000000 in user space, and this particular vulnerability windows fix [Ms011-46] was by adding a simple check for Null Pntr  in the AFD.sys, which I find odd, so I assume Win 7 it would be possible too[#assuming ] .&lt;br /&gt;
&lt;br /&gt;
There was no POC exploit available, so I just made a quick POC, well things</description>
				<link>http://www.garage4hackers.com/content/118-ms11-046-exploit-code-windows-local-privilege-escalation.html</link>
				<guid>http://www.garage4hackers.com/content/118-ms11-046-exploit-code-windows-local-privilege-escalation.html</guid>
			</item>
		
			<item>
				<pubDate>Fri, 06 Apr 2012 05:42:00 -0500</pubDate>
				<title>Teensy USB HID for Penetration Testers - Part 1 - Introduction and Arduino Install</title> 
				<description>Hi All,&lt;br /&gt;
&lt;br /&gt;
This is my first post to Garage, please bear with mistakes. I will write a series of posts which will also be posted on my blog.&lt;br /&gt;
&lt;br /&gt;
My first blog post after two back to back awesome conferences &lt;a href=&quot;https://www.blackhat.com/html/bh-eu-12/bh-eu-12-briefings.html#mittal2&quot; target=&quot;_blank&quot;&gt;Black Hat Europe&lt;/a&gt; and &lt;a href=&quot;http://www.troopers.de/troopers12/agenda/more-fun-using-kautilya-or-is-it-a-thumb-drive-is-it-a-toy-no-it%E2%80%99s-a-keyboard/&quot; target=&quot;_blank&quot;&gt;Troopers&lt;/a&gt;. At Black Hat Europe I conducted a workshop called Teensy Programming for Everyone. The workshop was well recieved by most of the participants. But I found that many of them</description>
				<link>http://www.garage4hackers.com/content/117-teensy-usb-hid-penetration-testers-part-1-introduction-arduino-install.html</link>
				<guid>http://www.garage4hackers.com/content/117-teensy-usb-hid-penetration-testers-part-1-introduction-arduino-install.html</guid>
			</item>
		
			<item>
				<pubDate>Tue, 27 Mar 2012 23:20:00 -0500</pubDate>
				<title>Internal Attacks via  IVR systems [ Security Vulnerabilities in IVR Applications]</title> 
				<description>Am putting down Demo videos along with few important slides form my BlackHat 2012 presentation . &lt;br /&gt;
&lt;br /&gt;
&lt;font size=&quot;5&quot;&gt;My presentation were in HTML 5 and am putting down Demo Presentations here. I will upload the HTML5 presentation some were or you could download them form &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://media.blackhat.com/bh-eu-12/Sasi/bh-eu-12-Sasi-IVR_Security-Tool.zip&quot; target=&quot;_blank&quot;&gt;https://media.blackhat.com/bh-eu-12/...urity-Tool.zip&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For Better understanding about these demos go through the html 5 slides &lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.garage4hackers.com/content/attachments/312-black_hat_europe2012.jpg.html?quot;=  title=&quot;Name:</description>
				<link>http://www.garage4hackers.com/content/116-internal-attacks-via-ivr-systems-security-vulnerabilities-ivr-applications.html</link>
				<guid>http://www.garage4hackers.com/content/116-internal-attacks-via-ivr-systems-security-vulnerabilities-ivr-applications.html</guid>
			</item>
		
			<item>
				<pubDate>Tue, 13 Mar 2012 09:08:00 -0500</pubDate>
				<title>Binary Analysis of Oracle Java CVE: 2012-0500 and Alternate Exploitation on Win|Linux</title> 
				<description>&lt;b&gt;&lt;u&gt;Main():&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Java Webstart recently had critical security update in it's Webstart module &lt;a href=&quot;http://www.oracle.com/technetwork/topics/security/javacpufeb2012-366318.html&quot; target=&quot;_blank&quot;&gt;Oracle Java Critical Patch Update - February 2012&lt;/a&gt;, that affects Firefox and IE, we will have few quick analysis of the vulnerable binary and few alternate ways to exploit them. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Little History and Introduction about the Bug: &lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Current bug is discovered and reported to Oracle by Vulnerability Research Team of &lt;a href=&quot;http://seclists.org/fulldisclosure/2012/Feb/251&quot; target=&quot;_blank&quot;&gt;TELUS</description>
				<link>http://www.garage4hackers.com/content/114-binary-analysis-oracle-java-cve-2012-0500-alternate-exploitation-win-linux.html</link>
				<guid>http://www.garage4hackers.com/content/114-binary-analysis-oracle-java-cve-2012-0500-alternate-exploitation-win-linux.html</guid>
			</item>
		
			<item>
				<pubDate>Mon, 12 Mar 2012 09:16:00 -0500</pubDate>
				<title>Gmail XSS vulnerability through Content Sniffing</title> 
				<description>Hi all,&lt;br /&gt;
&lt;br /&gt;
a few months before i found this vulnerability which was reported to google and patched (Basically my way to google hall of fame).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Product: Gmail.com&lt;br /&gt;
Setup: Windows XP SP3 with IE 7.0 (Google Chrome frame installed)&lt;br /&gt;
Vulnerability: XSS possible using malicious Image as attachment(works for IE6/7)&lt;br /&gt;
&lt;br /&gt;
Introduction:&lt;br /&gt;
    The vulnerability was in &lt;a href=&quot;http://www.gmail.com&quot; target=&quot;_blank&quot;&gt;www.gmail.com&lt;/a&gt; which can be used to send Emails. We can send images as attachments to any user. By creating malicious image file and attaching it to mail attacker can exploit this vulnerability</description>
				<link>http://www.garage4hackers.com/content/113-gmail-xss-vulnerability-through-content-sniffing.html</link>
				<guid>http://www.garage4hackers.com/content/113-gmail-xss-vulnerability-through-content-sniffing.html</guid>
			</item>
		
		</channel>
	</rss>
