Tag: hacker

Crackdown on Clickjacking

October 22, 2008 by Jason

A new, or rather a newly revised threat may be coming to a browser near you. It’s called Clickjacking and it can affect all browsers. It first appeared a few years ago but little was heard of it after the first warnings. It looks like it might be back though the threat level is still quite low at the moment but these things can quickly spiral out of control. Here’s how it works. If a hacker can get access to a website they can fiddle with buttons and graphics so that if you click on what appears to be a legitimate link what actually happens is you are directed to a phoney or fake site where you unwittingly enter personal details, or in a worse case scenario, clicking the link downloads malicious software onto your PC. Of course the same kind of thing can be found on less reputable websites.

Microsoft and Mozilla have released fixes in the past but there is a way to stop clickjacking in its tracks, on Firefox at least, and that’s to install an add-on called No-Script. This creates a white list of trusted sites by blocking any attempt to run an unapproved or suspicious script within a web page. Read More»

How to Change a Computer Password Using Command Prompt

October 10, 2008 by Jason

Ever thought of becoming an actual “hacker”? This article shows how to change a computer password and do other things using a command prompt. A command prompt is a command using the special built-in program that comes with every computer which allows you to do almost anything on a computer.

1. Open Command Prompt. If you don’t know how, open the Start menu, go to Programs (or on Windows 2000 and up, all programs), go to Accessories, then you’ll see Command Prompt, click it.

2. You’ll see a black screen pop up.

3. Type in: “Net User”

4. It will then show you a detailed little chart of all the User Accounts on the computer.

5. Choose which account you want to hack.

6. Say it says the user accounts are: Owner, Administrator, John, Alice, Christopher, and Guest. Read More»

Firefox about:config Fixup

August 17, 2007 by Jason

By default, the about:config preference UI automatically detects localized preferences and displays the localized setting. But if you are a hacker working on customizing the default settings, this can be very confusing. This little extension “fixes” the default behavior to display the chrome URI of the localized .properties file.

Works with Firefox 2 -> 2.0.0.* Read More»