Tuesday, 2 August 2011

Test the Security and Vulnerability of Web-Application - Vega

Vega is an open source platform to test the Security and Vulnerability of web applications. Vega can help you find and validate SQL Injections, Cross-Site Scripting (XSS), inadvertently disclosed sensitive information, and other vulnerabilities. It is written in Java, GUI based, and runs on Linux, OS X, and Windows.

Vega includes an automated scanner for quick tests and an intercepting proxy for tactical inspection. Vega can be extended using a powerful API in the language of the web: Javascript.

Modules used in Vega:
 * Cross Site Scripting (XSS)
 * SQL Injection
 * Directory Traversal
 * URL Injection
 * Error Detection
 * File Uploads
 * Sensitive Data Discover

Continue Reading...

Monday, 1 August 2011

How to Install Latest Kernel 3.0 on Ubuntu 11.04 (Natty)

It's been nearly twenty years since Linus Torvalds let loose Linux on an unsuspecting world, and on July 22 he finally updated the open source OS kernel to version 3.0.

Total Torvalds has integrated over 9,800 changes to Linux 3.0, the last of which 2200 were mainly corrections. As is usually two thirds of all new or updated driver changes.

Summary:
Besides a new version numbering scheme, Linux 3.0 also has several new features: Btrfs data scrubbing and automatic defragmentation, XEN Dom0 support, unprivileged ICMP_ECHO, wake on WLAN, Berkeley Packet Filter JIT filtering, a memcached-like system for the page cache, a sendmmsg() syscall that batches sendmsg() calls and setns(), a syscall that allows better handling of light virtualization systems such as containers. New hardware support has been added: for example, Microsoft Kinect, AMD Llano Fusion APUs, Intel iwlwifi 105 and 135, Intel C600 serial-attached-scsi controller, Ralink RT5370 USB, several Realtek RTL81xx devices or the Apple iSight webcam. Many other drivers and small improvements have been added.

Continue Reading...

Thursday, 28 July 2011

Energy Saving Software for Windows / Linux - Granola

There are any number of great ways to help save the world. Recycling, eating locally, replacing your light bulbs, walking everywhere - these are all powerful ways to lower your cost to the environment, but they all cost YOU something in return, whether time or money. Furthermore, it can be difficult to visualize the effects of your actions. Wouldn't it be nice if there was a way to measurably reduce your environmental impact without a lot of cost or work?

Granola gives you a way to do just that. With Granola intelligent software power management, you can reduce the energy consumption of your laptops, PCs, and servers by 15-35% without any impact on the way you use these devices. Whether you use Granola as part of your own personal quest to save the world, or as a way to help conserve in your business, you can know that you are part of a thriving community of individuals and businesses worldwide all saving energy.

Continue Reading...

Tuesday, 26 July 2011

Allow Normal user to Install Software without root privileges - ZeroInstall Injector

The ZeroInstall Injector makes it easy for users to install software without needing root privileges. It takes the URL of a program and runs it (downloading it first if necessary). Any dependencies of the program are fetched in the same way. The user controls which version of the program and its dependencies to use.

Zero Install is a decentralised installation system (there is no central repository; all packages are identified by URLs), loosely-coupled (if different programs require different versions of a library then both versions are installed in parallel, without conflicts), and has an emphasis on security (all package descriptions are GPG-signed, and contain cryptographic hashes of the contents of each version). Each version of each program is stored in its own sub-directory within the Zero Install cache (nothing is installed to directories outside of the cache, such as /usr/bin) and no code from the package is run during install or uninstall. The system can automatically check for updates when software is run.

Continue Reading...

 
//PART 2