A Good Tutorial on XSS Attacks

Web Design – A Good Tutorial on XSS Attacks – They’re Easier Than You Think!

Just in case there’s a few designers out there who still haven’t gotten the word, here’s a great, simple explanation of how web page code injection works. It’s astonishingly simple. Read through this example, then try it on your own website if you have a PHP page that takes variables as part of its URL (who doesn’t these days?). In a nutshell, code injection works when your URL ends with something like “?search=something” and then your script does not check for valid input in the variable “search” before using it.

HackerXSS vulnerabilities are also easy to discover. For instance, imagine a cURL script that runs through your bookmark file and looks for the characters ‘?’ or ‘=’ in a link. It then tries to fetch a page for each of those links with something like ‘

‘ and then checks the returned page for the text ‘EXPLOIT ME’ somewhere in the body. If it finds that, it adds the link to its list of pages with exploit potential.

You could just Google random dictionary words and find dozens of sites per day with a system like that! So don’t assume that a potential vulnerability will never be found – they get discovered and used every day. (more…)

Web Security

Which Hack Will Break Your Website? The One You Didn’t Think Of!

You might have heard that, amid the recent rash of cyber-attacks on high-profile institutions, that Citicorp got hacked. Details of some 200,000 bank accounts got compromised. But the news gets weirder when you consider how it was done, in the most blazingly obvious way.

misc_hackBriefly, credit card customers noticed that their credit card account number showed up in the URL of any given page when they were on the Citigroup website. Well, what happens when we substitute another credit card number? Oops, that shows you the page for that card! Great, let’s write a script to have wget or lynx or something run through all the 16-digit combinations and save whatever pages it finds for later phishing.

Yeah, it was that simple.

The lesson we can all take away: Think of everything! While it may seem blindingly obvious now that not hashing the account number in the user’s visible URL was a bad idea, would you have thought of a similar hole that large on your own site? One expert is quoted in that article that he: “…wondered how the hackers could have known to breach security by focusing on the vulnerability in the browser.”

It just goes to show, anybody can be caught off-guard.

Firefox 3 – What a nightmare

When Firefox announced a new version for their excellent web browser a couple of weeks ago – Version 3 – I wasted no time in down loading the latest version. Full of excitement.

I have been a massive Firefox fan (along with every other tech geek around) for a long time now.

What an absolute disappointment.

Along with the fact that half my add-ons were unsupported (such as RoboForm), it has an unbelievable amount of bugs, clashes with Norton 360 – and is just a massive let down.

After using the new version of Firefox for a couple of hours I actually changed my default browser back to IE7 (which I hate with a passion). Not for long however, because when you’re used to using Firefox – IE just doesn’t cut it.

So, IE goes back to being used only as the test browser for new web development – that’s about the extent of it’s use.

Yesterday, I uninstalled it and reinstalled Version 2.0.0.1.6 – and it’s back to it’s brilliant best! I love Firefox again.

Windows 7

Windows 7

By Andy Patrizio September 12, 2008

Publicly, Microsoft has said Windows 7, the successor operating system to the firm’s much maligned Windows Vista, will not ship until early 2010, but its internal calendar has June 3, 2009 as the planned release date, InternetNews.com has learned.

Also, Microsoft will use its Professional Developer’s Conference in late October as the launch platform for the first public beta of Windows 7. Microsoft plans to release the first beta on October 27, the first day of the show, when Chief Software Architect Ray Ozzie will be the keynote speaker.

More at www.internetnews.com/bus-news/article.php/3771391

What's New in the World of CyberSquatting?

What’s New in the World of CyberSquatting?

Cybersquatting is the ugly-sounding name of an ugly, but borderline-legal, practice of registering a domain name with the intent to profit from the goodwill of a trademark belonging to someone else. The problem is, as is usually the case with gray laws, the proving of intent.

icon-domainICANN has the “Uniform Domain Name Resolution Policy“, which it applies as a sort-of rule-of-law for resolving cybersquatting cases. But you’re probably heard where their rulings are controversial, no? There does seem to be some huge corporations out there who win a lot of exclusive rights to domains that shouldn’t have anything to do with them, while small businesses are lucky if they can get their case heard at all. (more…)