<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Kommentare fuer Sleeping Sheep Hackers...</title>
	<link>http://sleepingsheephackers.org</link>
	<description>happy hacking gals and boys... the-ssh.org</description>
	<pubDate>Sun, 20 May 2012 14:27:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Kommentar zu Humor: Yes, we did it! von tugrik</title>
		<link>http://sleepingsheephackers.org/2012/01/30/hum/#comment-4869</link>
		<author>tugrik</author>
		<pubDate>Mon, 30 Jan 2012 20:19:21 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2012/01/30/hum/#comment-4869</guid>
		<description>&lt;p&gt;Yay \o/ wir sind so drei eins drei drei sieben!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yay \o/ wir sind so drei eins drei drei sieben!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von tugrik</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3743</link>
		<author>tugrik</author>
		<pubDate>Thu, 07 Oct 2010 12:29:41 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3743</guid>
		<description>Good points here from cktricky.  Nikto doesn't handle websites that respond with 200s for files and directories that should be 404s, so being able to use Burp to analyse those results quickly is a big win. Running nikto using Burp as a proxy doesn't look workable, having just tried it. I suspect the issue relates to perl, SSL and proxies, which is never a great combination.

Importing the nikto database into burp intruder appears to have done the trick....</description>
		<content:encoded><![CDATA[<p>Good points here from cktricky.  Nikto doesn&#8217;t handle websites that respond with 200s for files and directories that should be 404s, so being able to use Burp to analyse those results quickly is a big win. Running nikto using Burp as a proxy doesn&#8217;t look workable, having just tried it. I suspect the issue relates to perl, SSL and proxies, which is never a great combination.</p>
<p>Importing the nikto database into burp intruder appears to have done the trick&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von matti</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3723</link>
		<author>matti</author>
		<pubDate>Fri, 24 Sep 2010 11:50:38 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3723</guid>
		<description>point understood!

Thanks again and happy hacking :-)

Cheers,
Matti</description>
		<content:encoded><![CDATA[<p>point understood!</p>
<p>Thanks again and happy hacking <img src='http://sleepingsheephackers.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers,<br />
Matti</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von cktricky</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3718</link>
		<author>cktricky</author>
		<pubDate>Fri, 24 Sep 2010 08:02:27 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3718</guid>
		<description>Hey Matti,

I'm just giving you my scenario but there are other reasons.

To answer your questions:

It would be Nikto's DB but Burp sending the requests.

The latency, even if Nikto was installed on Sys-B would occur. I actually have no idea why, but Nikto doesn't seem to perform so well when traffic is proxied (necessary in a split-tunnel VPN setup).

So in my case it was convenience.

Another nice thing, when using Burp Intruder, is that the responses can be analyzed. Your correct about logging but why log when I can see responses in real time and if need be throw the request to repeater/comparer? Nikto only looks for HTTP Response codes to flag a finding. Often times, I test applications with custom error handling. So while Nikto is looking for a specific response code, it may be that every request gets a HTTP 200 response code. Upon closer inspection, you may find that only custom errors respond with X amount of Bytes in the length of the response. At which point you can filter those responses and request.

Or......

Maybe you don't want to use Burp at all. Perhaps your building your own tool and would like to leverage Nikto's DB, Fuzzdb and whatever else. In this case it would come in handy. 

I appreciate your comments. It is always good to see someone ask these kinds of questions.</description>
		<content:encoded><![CDATA[<p>Hey Matti,</p>
<p>I&#8217;m just giving you my scenario but there are other reasons.</p>
<p>To answer your questions:</p>
<p>It would be Nikto&#8217;s DB but Burp sending the requests.</p>
<p>The latency, even if Nikto was installed on Sys-B would occur. I actually have no idea why, but Nikto doesn&#8217;t seem to perform so well when traffic is proxied (necessary in a split-tunnel VPN setup).</p>
<p>So in my case it was convenience.</p>
<p>Another nice thing, when using Burp Intruder, is that the responses can be analyzed. Your correct about logging but why log when I can see responses in real time and if need be throw the request to repeater/comparer? Nikto only looks for HTTP Response codes to flag a finding. Often times, I test applications with custom error handling. So while Nikto is looking for a specific response code, it may be that every request gets a HTTP 200 response code. Upon closer inspection, you may find that only custom errors respond with X amount of Bytes in the length of the response. At which point you can filter those responses and request.</p>
<p>Or&#8230;&#8230;</p>
<p>Maybe you don&#8217;t want to use Burp at all. Perhaps your building your own tool and would like to leverage Nikto&#8217;s DB, Fuzzdb and whatever else. In this case it would come in handy. </p>
<p>I appreciate your comments. It is always good to see someone ask these kinds of questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von matti</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3717</link>
		<author>matti</author>
		<pubDate>Fri, 24 Sep 2010 07:24:02 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3717</guid>
		<description>Hi cktricky,
Thanks for your comments!
Even though that our site was not helping to do so ;-)

So which tool on which system does the attacking?

If it all is done by burp why do you need nikto?

If you use nikto for something else you would still have the latency, right?

And why not use nikto from system B?

Well, it is a nice thing you did but I still do not see much use. Although it gives you practice and you learn something....

Cheers,
Matti</description>
		<content:encoded><![CDATA[<p>Hi cktricky,<br />
Thanks for your comments!<br />
Even though that our site was not helping to do so <img src='http://sleepingsheephackers.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So which tool on which system does the attacking?</p>
<p>If it all is done by burp why do you need nikto?</p>
<p>If you use nikto for something else you would still have the latency, right?</p>
<p>And why not use nikto from system B?</p>
<p>Well, it is a nice thing you did but I still do not see much use. Although it gives you practice and you learn something&#8230;.</p>
<p>Cheers,<br />
Matti</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von cktricky</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3715</link>
		<author>cktricky</author>
		<pubDate>Thu, 23 Sep 2010 20:01:04 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3715</guid>
		<description>So that finally worked (no, math skills aren't the issue).

Anyway, 3 systems. 

Sys A - Hosts Nikto
Sys B - Hosts Burp (used for proxying all web traffic and establishing VPN conn to Sys-C)
Sys-C - Corp proxy

So latency occurs between Sys-A and Sys-B.......less latency when loaded in Burp on Sys-B. 

Hope this helps.

Cheers</description>
		<content:encoded><![CDATA[<p>So that finally worked (no, math skills aren&#8217;t the issue).</p>
<p>Anyway, 3 systems. </p>
<p>Sys A - Hosts Nikto<br />
Sys B - Hosts Burp (used for proxying all web traffic and establishing VPN conn to Sys-C)<br />
Sys-C - Corp proxy</p>
<p>So latency occurs between Sys-A and Sys-B&#8230;&#8230;.less latency when loaded in Burp on Sys-B. </p>
<p>Hope this helps.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Nikto_db into Burp… Why? von cktricky</title>
		<link>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3714</link>
		<author>cktricky</author>
		<pubDate>Thu, 23 Sep 2010 19:58:38 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/22/nikto_db-into-burp%e2%80%a6-why/#comment-3714</guid>
		<description>I keep trying to explain why but your site won't let me post a comment :-)</description>
		<content:encoded><![CDATA[<p>I keep trying to explain why but your site won&#8217;t let me post a comment <img src='http://sleepingsheephackers.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Sigh von matti</title>
		<link>http://sleepingsheephackers.org/2009/12/28/sigh/#comment-28</link>
		<author>matti</author>
		<pubDate>Mon, 28 Dec 2009 23:36:31 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/12/28/sigh/#comment-28</guid>
		<description>I think with all that metal/electronics a big breasted woman can bring on board we should really make them take of there underwire bras at the airport!!!</description>
		<content:encoded><![CDATA[<p>I think with all that metal/electronics a big breasted woman can bring on board we should really make them take of there underwire bras at the airport!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Hacking: The Next Generation von matti</title>
		<link>http://sleepingsheephackers.org/2009/12/01/hacking-the-next-generation/#comment-20</link>
		<author>matti</author>
		<pubDate>Wed, 02 Dec 2009 21:01:13 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/12/01/hacking-the-next-generation/#comment-20</guid>
		<description>Hey tug,

I hope you have the time to give a review after you read the whole book which should not take you that long as it is only 296 pages. Especially, looking at the table of content this seems not really much. 

My opinion about the chapters and content themselves: 

Chapter 3 - The Way It Works: There Is No Patch 

Exploiting Telnet and FTP
Abusing SMTP
Abusing ARP

Really? That seems like something I never heard before. Well at least it justifies the title totally. 

Chapter 4 – 6 might actually be something of interest. But once again 84 pages seems not a lot for these three subjects.

The rest seems to be about twitter :-)

Looking forward to hear your final words on this….

matti</description>
		<content:encoded><![CDATA[<p>Hey tug,</p>
<p>I hope you have the time to give a review after you read the whole book which should not take you that long as it is only 296 pages. Especially, looking at the table of content this seems not really much. </p>
<p>My opinion about the chapters and content themselves: </p>
<p>Chapter 3 - The Way It Works: There Is No Patch </p>
<p>Exploiting Telnet and FTP<br />
Abusing SMTP<br />
Abusing ARP</p>
<p>Really? That seems like something I never heard before. Well at least it justifies the title totally. </p>
<p>Chapter 4 – 6 might actually be something of interest. But once again 84 pages seems not a lot for these three subjects.</p>
<p>The rest seems to be about twitter <img src='http://sleepingsheephackers.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Looking forward to hear your final words on this….</p>
<p>matti</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu NCat von matti</title>
		<link>http://sleepingsheephackers.org/2009/10/09/ncat/#comment-5</link>
		<author>matti</author>
		<pubDate>Sat, 10 Oct 2009 10:37:42 +0000</pubDate>
		<guid>http://sleepingsheephackers.org/2009/10/09/ncat/#comment-5</guid>
		<description>Well, actually I think socat is better especially on a NIX system. You get better access to raw TCP streams. But socat can get complicated with all its switches. I just want to point out that NCat is already installed when you install NMAP and so ready to use…</description>
		<content:encoded><![CDATA[<p>Well, actually I think socat is better especially on a NIX system. You get better access to raw TCP streams. But socat can get complicated with all its switches. I just want to point out that NCat is already installed when you install NMAP and so ready to use…</p>
]]></content:encoded>
	</item>
</channel>
</rss>

