|
Guest
Hiiii evry1...
Welcome..

<a href="http://www.globalwarming.org.in" title="Effects of global warming"> <img src="http://www.globalwarming.org.in/fightglobalwarming.jpg"> </a>
Now i m goin' to tell u how to control programmes which run at startup...--
- Click Start, Run and enter MSCONFIG. Go to the Startup tab, and uncheck the item there. This method is not always 100% successful. An example is a program that you do use, but you don't want running automatically. Some programs will check to see if the program's own options say it should run at Startup. If the program thinks its supposed to load at startup, it will re-create the autorun entry.
A small utility that can help you determine where things are loading from is Startup Programs Tracker.
How to disablethe windows xp splash screen....
Right click My Computer, Properties, Advanced, Startup and Recovery, Edit. Edit BOOT.INI. Add "/SOS" right after "/fastdetect" with a space between. The line will look something like this:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /SOS. When you're finished. The first part, multi(0)..... may not be the same on your machine. Upon restarting, the splash screen will be gone. It can be re-enabled by removing the new switch.
How to visit password protected sites--
We all know how annoying it is when we search Google for something and the result we are looking for leads to a password protected forum or site. You have to register to view content, but who likes doing that?
Fortunately there is a solution to save your time and email account from spam – pretending to be Googlebot. For those of you that don’t know, Googlebot is Google’s “spider” that crawls sites and indexes them for Google’s search results. More about Googlebot. The owner of a password protected site also wants their site to be on Google, so they make a separate account on their site for Googlebot.
We can use this small security hole and visit a website pretending to be Googlebot. This way you are automatically logged into the site or forum and don’t need to enter any password or login info. Sounds good, doesn’t it? Here’s how:
Step 1. If you’re not using it already, get Firefox! It’s a lot better than Internet Explorer and here’s why.
Step 2. Download and install the User Agent Switcher plugin for Firefox.

Step 3. Restart Firefox to complete the installation and go to Tools -> User Agent Switcher -> Options -> Options. In the window that opens, select the User Agents tab and press Add.

Step 4. Add a new user agent. Write Googlebot for the description and Googlebot/2.1+(+http://www.google.com/bot.html)” in the User Agent box as shown above. Press OK and you’re good to go!
Now you can visit most password protected sites and forums that appear on Google’s search results. Here are a few to try:
1) http://www.portaliz.com/forum/index.php?showtopic=17780
2) http://www.h4cky0u.org/
This post is based on an article by A Genius Blog.
Fake Command prompt viruses
These are also a good way to make the victim believe that a worm is gnawing at their hard drive and that they can’t do anything to stop it.
Open up notepad and type @echo off
- To make text appear, type it after an echo tag.
- To have the the commands wait for the user to press any key type pause
(Note: if you write pause >nul it won’t display Press Any key to continue…)
- To have a complete high-speed description of files in the drive of the .bat file, type dir /s
- You can also initiate any other command we covered earlier, such as shutdown, error message, etc.
And why no include all of these in one fake virus?
For example:
I can’t post the batch files here, as sharing .bat files over the internet is illegal.
And remember, everything here is for informational purposes.
The Sources 4 these information are-
etricks.net
viruswriting.blogspot.com
|