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 – […]
Posts Tagged ‘Hack and Access’
Explorer.exe virus disabled my pendrive ejection
I tried to safely remove my external hard drive but was unable to. Every time I go to the Safely Remove Icon to safely remove my external hard drive, I get this error message “The device ‘Generic Volume’ cannot be stopped right now. Try stopping the device again later. I can wait for hours but […]
Javascript injections
Javascript injections are simple to find and exploit. They’re used for editing client side data, mainly html forms and cookies. The only two commands that are of any use are void and alert. Alert is really simple understand just by looking at the pop up. Void is quite different, it’s used to modify forms or […]
Deleting undeletable file(s)
Open a Command Prompt window and leave it open.Close all open programs.Click Start, Run and enter TASKMGR.EXEGo to the Processes tab and End Process on Explorer.exe.Leave Task Manager open.Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.At the command prompt type DEL where […]
Masking IP adress
If you have internet in your home and you want to surf the web anonymously then masking your ip is a cool technique to put one side opaque and other side transparent mirror.http://pirateproxy.com go here and just surf via their web this’ll generate a false proxy server you. so you are unknown to the world. […]
Manually removing Folder inside folder virus
If you want to remove the virus manually,follow the following steps, This problem can be solved manually by deleting all registry keys and files connected with this virus, removing it from startup list and unregistering all corresponding DLLs. To fix this threat, you should: 1. try to eliminate or stop the following run file.. if […]
Funny VB Script
Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]