Archive for 'Browsers'
Creating Bash Aliases
Posted on 05. Mar, 2009 by Nikhil Sheth.
What is an alias? An alias is basically a shortcut for a command you place in your ~/.bashrc file. Aliases cut down on typing and can save you from having to look up a command. Aliases are set up near the bottom of the of the .bashrc file. You’ll see a commented-out section that indicates where [...]
Continue Reading
Stop Users from Right-Clicking on Your Web Site
Posted on 19. Feb, 2009 by Nikhil Sheth.
To prevent your users from performing any of the other commands available by right-clicking on a web page in Internet Explorer, simply modify the opening tag of your HTML: When the menu is requested, the oncontextmenu event runs. This cancels it instantly using JavaScript. The script isn’t foolproof, but it should prevent a majority [...]
Continue Reading
Firefox:Master Password
Posted on 17. Feb, 2009 by Nikhil Sheth.
Many people use Firefox nowadays. Its one of the best browser available. If you plan on having firefox remember any passwords for you, make sure you also setup a master password. If you don’t do that , someone with physical access to your computer can find them. All an attacker would have to do is [...]
Continue Reading
Wappalyzer: web application analyzer Firefox add-on
Posted on 12. Jan, 2009 by Nikhil Sheth.
Wappalyzer is an add-on for Firefox that shows what software is used on the websites you visit. It analyzes pages for recognizable patterns in the HTML code to determine what CMS, Message Board, Wiki or e-Commerce software is installed. This data is collected to create some interesting statistics; here you can view a list of all [...]
