<?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>The Hacking Dojo</title>
	<atom:link href="http://HackingDojo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://HackingDojo.com</link>
	<description>Training Ground for Professional Penetration Testers</description>
	<lastBuildDate>Wed, 02 May 2012 17:14:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>7 “hacker” tools I use in every web app test</title>
		<link>http://HackingDojo.com/blogs/7-hacker-tools-i-use-in-every-web-app-test/</link>
		<comments>http://HackingDojo.com/blogs/7-hacker-tools-i-use-in-every-web-app-test/#comments</comments>
		<pubDate>Wed, 02 May 2012 17:14:51 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Instructional]]></category>

		<guid isPermaLink="false">http://HackingDojo.com/?p=160</guid>
		<description><![CDATA[I noticed that Tom has done a list of the most common tools he used on a pentest. I want to follow up on this and do one for web application testing since this is more my background. So the tools I will use in every web application tests are: Firefox &#8211; plugins foxy proxy,tampa [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that Tom has done a list of the most common tools he used on a pentest. I want to follow up on this and do one for web application testing since this is more my background.</p>
<p>So the tools I will use in every web application tests are:</p>
<ul>
<li>Firefox &#8211; plugins foxy proxy,tampa data,</li>
<li>Google Chrome</li>
<li>Burpsuit</li>
<li>SQLmap</li>
<li>Hoppy</li>
<li>Nikto</li>
<li>sslScan</li>
</ul>
<p>I tend to use firefox as my main testing browser this is because it had lots of plugins that make life easy and also does not have a built in feature like xss filtering like chrome. I then use Google chrome as another web browser that allows me to search and use the internet without having any of the search results show up in burpsuit or any other tools.</p>
<p>Burpsuit is the main tool I use, simply put it&#8217;s the best one to use. It has loads of features and if you have the pro version you can sometimes identify low hanging fruit. It allows you to scan the site, intercept requests and modify paramaters. You can use tampa data to modify requests but burpsuit has many more features that really does make life easier.</p>
<p>The next tool is sqlmap. I use this then when I need it, mainly if I identify an sql injection point. This allows me to easy dump the database without knowing every sql statement off by heart.</p>
<p>Hoppy and Nikto I tend to run after each other to try and gather more information about the web application. Hoppy is a fansatic little tool written in python and is a http options prober which checks the availability of http methods as well as probing them to see if they can be forced to disclose system information. Nikto again tries to identify directories and other information about the web applications. On many occasions it has helped me to find webdav directories which allows me to upload contents to the site.</p>
<p>Last but not least sslscan, this is great to determine the ciphers that are supported on a website. It identifes if it&#8217;s using sslv1 or sslv2 as well as if it is using encryption equal too or greater than 128b.</p>
<p>So what do you think am I missing? Anything you would add to the list? Most of the tools are free apart from burpsuit but you can get a free version of that too.</p>
]]></content:encoded>
			<wfw:commentRss>http://HackingDojo.com/blogs/7-hacker-tools-i-use-in-every-web-app-test/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 &#8220;hacker&#8221; tools I use in every pentest</title>
		<link>http://HackingDojo.com/blogs/8-hacker-tools/</link>
		<comments>http://HackingDojo.com/blogs/8-hacker-tools/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 01:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Instructional]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://HackingDojo.com/?p=150</guid>
		<description><![CDATA[I am often asked what tools I use during my pentesting, so I decided to share a list of the eight tools that I use every pentest. You might be surprised what is listed, since most of them aren&#8217;t mentioned often when discussing hacker tools. So, in no certain order, the eight tools I use [...]]]></description>
			<content:encoded><![CDATA[<p>I am often asked what tools I use during my pentesting, so I decided to share a list of the eight tools that I use every pentest. You might be surprised what is listed, since most of them aren&#8217;t mentioned often when discussing hacker tools.</p>
<p>So, in no certain order, the eight tools I use in every pentest are&#8230;</p>
<ol>
<li>Netcat</li>
<li>OpenSSL</li>
<li>Nmap</li>
<li>Ettercap</li>
<li>Tcpdump</li>
<li>Burp suite</li>
<li>Nikto</li>
<li>OpenVAS</li>
</ol>
<p>To give reason to this list, let&#8217;s start with netcat and openSSL &#8211; these two tools are used to verify banners from vulnerability scans, as well as trying to identify unknown protocols. Pretty straight forward, but essential tasks.</p>
<p>I primarily use Nmap as a vulnerability scanner, not just to identify targets. The &#8220;-A&#8221; option is a must-use flag that adds additional depth to output from better-known vulnerability scanners, like openVAS (also on my list &#8211; seems to be more up-to-date than some of the others&#8230; plus I&#8217;m a firm believer in open source projects; they have propelled this industry farther along than any commercial software ever has).</p>
<p>I also use nikto and Burp Suite to find things missed. I cannot count how many times Burp Suite saved my butt during a pentest &#8211; the one commercial product I buy with my own money.</p>
<p>That leaves ettercap and tcpdump, which only belong in the list when conducting internal pentests. If you aren&#8217;t conducting ARP spoofing attacks, you aren&#8217;t doing an in-depth pentest. Soooo much traffic crosses the wire that it&#8217;s inevitable to capture sensitive data.</p>
<p>Naturally, there are some tools that I use most of the time (e.g. Metasploit, JTR, medusa, etc.), but not every time&#8230; hence the exclusion from the list.</p>
<p>Now that I listed my top eight, I have to say I&#8217;m stuck in my ways, and there are probably tools I&#8217;m ignoring. Let me know what you think should be added to this list of must-use hacker tools. I may be old, but I can still learn new tricks.</p>
]]></content:encoded>
			<wfw:commentRss>http://HackingDojo.com/blogs/8-hacker-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nissan attack</title>
		<link>http://HackingDojo.com/blogs/nissan-attack/</link>
		<comments>http://HackingDojo.com/blogs/nissan-attack/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 21:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Instructional]]></category>
		<category><![CDATA[Techniques]]></category>

		<guid isPermaLink="false">http://HackingDojo.com/?p=139</guid>
		<description><![CDATA[A couple weeks ago, Nissan announced they were hacked. The details about the attack are limited, but the point to focus on is the targeted information &#8211; employee usernames and passwords. During an internal pentest, usernames and passwords are what make the magic happen. A lot of time is spent in hacker videos and courses [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago, Nissan announced they were hacked.<a title="Nissan is latest company to get hacked" href="http://bits.blogs.nytimes.com/2012/04/24/nissan-is-latest-company-to-get-hacked/" target="_blank"> The details about the attack</a> are limited, but the point to focus on is the targeted information &#8211; employee usernames and passwords.</p>
<p>During an internal pentest, usernames and passwords are what make the magic happen. A lot of time is spent in hacker videos and courses on showing how to obtain access to systems through the use of metasploit or other exploits &#8211; but those types of attacks only work on low-hanging fruit, as the saying goes. Yes, looking for well-known exploits is part of the pentest, but once the hunt for usernames and passwords begins, that&#8217;s when things start to really happen. Due to password re-use (whether by the user or the domain), passwords are the primary method of going from a workspace PC to a production server.</p>
<p>Methods used to obtain passwords vary, but my personal favorite is through MITM attacks, especially ARP spoofing &#8211; it is fun to catch sensitive data flying across the network without any concern by users as to what that data is, especially when they surf the Internet. But as we see in the Nissan attack, usernames and passwords are valuable data; it will be interesting to see if Nissan reports any further exploits, now that a portion of their employee data is in the wild. Especially since we know that people are lazy and will undoubtedly reuse their old passwords again &#8211; even those that might have been harvested during this attack.</p>
]]></content:encoded>
			<wfw:commentRss>http://HackingDojo.com/blogs/nissan-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes to the Dojo</title>
		<link>http://HackingDojo.com/blogs/changes-to-the-dojo/</link>
		<comments>http://HackingDojo.com/blogs/changes-to-the-dojo/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 14:11:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dojo]]></category>

		<guid isPermaLink="false">http://HackingDojo.com/?p=118</guid>
		<description><![CDATA[&#160; We have recently redesigned the web site for the Dojo. If you encounter any problems, please let us know. And for those who have been visiting the dojo in the past, you will also recognize that we are implementing some new features as well &#8211; specifically a blog and a newsletter. Since one of [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>We have recently redesigned the web site for the Dojo. If you encounter any problems, please let us know. And for those who have been visiting the dojo in the past, you will also recognize that we are implementing some new features as well &#8211; specifically a blog and a newsletter. Since one of my core beliefs is that hackers should give back to the community, these two new features on the site will allow myself, the instructors, and even the students, to do just that.</p>
<p>So what kind of material will you find in the blogs and newsletter? Well, the blog will discussions instructional or informational tidbits about security tools, recent hacking events, and opinion articles, just to name a few. The newsletter, on the other hand, will cover more in-depth analysis of clever or effective hacks, useful to the professional pentester. The newsletter will also include updates of our open source projects, so make sure you sign up for the newsletter as well (the subscription link can be found on the Dojo&#8217;s front page).</p>
<p>Thanks, and I hope you enjoy the new features!</p>
]]></content:encoded>
			<wfw:commentRss>http://HackingDojo.com/blogs/changes-to-the-dojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

