For a detail serach, try google search!!

How to: Remove Braviax.exe manually.



I don’t trust all the free scanners I find when I Google “Remove Braviax.exe” or “Braviax.exe”. Most of them are another adware or spywae. Otherwise it will only scan your computer for free and ask money to remove them. Therefore I always trust couple of good antivirus and spyware programs like Norton (Not free but you can use the trial for 90 days) AVG (100% free and cool).

Then always there is a manual removal for each spy ware, virus or antivirus. You need go back and remove the registry and couple of files and folders from your computer.

Braviax.exe is another Trojan horse that can affect any version of windows (Windows 98, Windows 95, Windows XP, Windows Me, Windows Vista, Windows NT, Windows Server 2003 or Windows 2000).

If your computer is infected with Bravia.exe it will pop up windows warning style message saying

“Your computer is infected!
Windows has detected spyware infection!It is recomended to use special antispyware tools to prevent data loss. Windows will now download and install the most up-to-date antispyware for you.Click here to protect your computer from spyware!”


Removal Instructions

Update your antivirus program and do a full scan. If you don’t have any you can download AVG Antivirus and spy ware removal for free.

Then clean every threat found by your antivirus and get ready for a manual removal.

Go to windows file search and do a search for “Braviax” and do a full search and delete all the files you find. Braviax.exe in windows\system32 folder and figaro.sys are few of common file I found

Then go to registry edit (start> run> type “regedit” > enter) and do search (ctrl + f or go to “Edit” and the select Find) then search for “braviax” delete all the registry key found under that name. (Take a backup in any case if something goes wrong but remembers it is infected)

This is one of the common records in registry you can navigate to this location and remove it. However I have found couple of extra records in the registry when I have couple of users in my computer and if those accounts are infected. I think search for braviax and delete record is more effective.

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\"braviax" = "%System%\braviax.exe"

Restart your computer and everything should be fine.

Web cam hack - Google web cam hack

How cool will it be to hack someone else web cam without them knowing. It is pretty scary though knowing that someone can hack your web cam and see what you do in front of the computer.

I have seen many videos in Youtube and Metacafe but still I could not figure out software, tool or a method to hack a web cam. But I know it is not impossible.

For example if you view other persons webcam you just have to get his or her permission. That is totally controlled by Microsoft Messenger. Logically if you know the IP and if there is a web cam connect to that computer you should be able to view it.

There are many other possibilities to view IP cameras. By default most of the known IP camera software allow web access to the cameras that enables you to access from anywhere around the world. Normally it will not give any password protection at all. Unfortunately or fortunately Google and other major Search engines will index it as they are not been told to skip these pages. So everyone who knows the small trick can see indexed IP cameras around the world. You never know what you can find in these cameras.

You don’t want to be a hacker to hack web cams. Only thing you need to know is how to search “Google camera hack” in Google and get the video tutorials or step by step guides.
I think I should not put it here but I will give couple of examples.

Copy and Paste the italic words on Google. Search in Google there are lots more ways to get the indexed web cams.

Brimsoft cameras - intitle:"Biromsoft WebCam" -4.0 -serial -ask -crack -software -a -the -build -download -v4 -3.01 -numrange:1-10000

Supervisor cam - intitle:"supervisioncam protocol"

Netsnap cameras - intitle:"Live NetSnap Cam-Server feed"

WebcamXP - intitle:"powered by webcamXP" intitle:"ProBroadcast"

EvoCam - intitle:"EvoCam" inurl:"webcam.html"
there will be plenty of more here if search in Google.

However, still I need to figure out a way to hack a web cam without using Google. I know you want to hack your friends, girl friends or boy friends web cam. It will be more fun than hacking your friend’s msn, yahoo or Gmail account.

How to submit blogger sitemap to google-useful tip for new bloggers.

This tip explains how to generate and submit blogger sitemap to google webmaster tools:
Before doing this,let me say what are sitemaps and how they will help us.The reason we use them is,they will help google bot to crawl,index pages of your site and tell you if there are any problems when they try to index it.It also helps you to know,how many pages exactly are indexed,and what people searched in the search engine to visit your site.
Let me explain the detailed procedure on how to submit your blogger sitemap to google.
1.First,go to google webmaster tools and sign in with your gmail account.
2.After you logged in, you will see this asking you to add a site.
google webmaster tools
Add your blog url(ex:kranthitips.blogspot.com).Don't add with http or www.

3.Next,it asks you to verify your site.It is just to confirm whether you are the owner or not.

CLICK on the 'verify your site' link.

click the 'verify your site' link
Next,

choose verification method
4.There are two ways to verify your ownership but, there is only one way for the blogger users to add a metatag.

copy the metatag

5.Copy the metatag.

Now,sign into your blogger account>click the layout button>Edit html and paste the metatag just after the head tag and save the changes.

paste the metatag like this
and click the verify button in the google webmaster tools and there will be a confirmation message saying that you have sucessfully verified.

conformation message

Now,you have to submit a sitemap for google to crawl your site.Go back to the google webmaster dashboard or (home) and click the 'Add' link which is next to your blog name and in the Sitemaps column.Then,you see this,

Choose 'Add general web sitemap' from the dropdown menu and type rss.xml or atom.xml next to your blog address as shown below


or

and click the 'Add General Web Sitemap' button.

6.That's it.Now your sitemap is successfully submitted to google.Check 2 or 3 days after and you will see the detailed statistics of your blog(indexed pages,any errors,etc.)

Hide blogger navbar from your blog

Learn how to hide,disable or remove the blogger navbar(navigation bar) from your blog.
First,let us see what blogger navbar is:



blogger navbar


Blogger navbar allows users to easily navigate to other random blogs and it also has a feauture to search the blogs ,and mark any blog as spam.
So,now you have a clear idea of what really a blogger navbar is.So, why so many people prefer to just remove the navbar inspite of the feautures it has like search,etc.Many people think that, it spoils the look of the blog,especially if your blog has differnet subtitle layout which looks too obvious to see for a visitor.Well, let me come to the actual point on how to disable or hide your blogger navbar.

Below is the step-by-step procedure on how to do it with photos to make it easy to understand.

1.Sign in to your blogger account and click the layout button next to your blog name

click the layout button


2.Next,click the edit html tab as shown in the below picture.


edit html


3.Add the below html code as specified in the below picture.

#navbar {
height: 0px;
visibility: hidden;
display: none;
}


add the code like this

4. Save the changes.

Now, you can see your blog without that navbar(this tip can only hides the navbar,it doesn't completely delete it).If you want the navbar to appear again,just remove that code and save the changes.