1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 12:06:35 +00:00
paulino 458504c1ab Adds http-google-malware:
description = [[
http-google-malware checks if hosts are on Google's blacklist of suspected malware and phishing servers. These lists are constantly updated and are part of Google's Safe Browsing service.

To do this the script queries the Google's Safe Browsing service and you need to have your own API key to access Google's Safe Browsing Lookup services. Sign up for yours at http://code.google.com/apis/safebrowsing/key_signup.html

* To learn more about Google's Safe Browsing:
http://code.google.com/apis/safebrowsing/

* To register and get your personal API key: 
http://code.google.com/apis/safebrowsing/key_signup.html
]]

---
-- @usage
-- nmap -p80 --script http-google-malware <host>
--
-- @output
-- PORT   STATE SERVICE
-- 80/tcp open  http
-- |_http-google-malware.nse: Host is known for distributing malware.
--
-- @args http-google-malware.url URL to check. Default: <code>http/https</code>://<code>host</code> 
-- @args http-google-malware.api API key for Google's Safe Browsing Lookup service
---
2011-07-08 18:45:49 +00:00
2011-06-30 22:38:52 +00:00
2011-06-30 22:38:52 +00:00
2011-07-08 18:44:23 +00:00
2011-07-08 18:45:49 +00:00
2011-07-05 16:56:37 +00:00
2010-05-23 17:42:44 +00:00
2011-05-21 01:30:50 +00:00
2011-06-29 04:47:02 +00:00
2011-01-21 20:59:10 +00:00
2011-06-14 19:46:48 +00:00
2008-07-31 14:18:21 +00:00
2011-06-14 02:29:41 +00:00
2011-06-14 02:29:41 +00:00
2011-06-08 01:24:48 +00:00
2011-06-21 18:05:25 +00:00
2011-06-14 19:46:43 +00:00

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( http://nmap.org ).
Languages
C 37.5%
Lua 28.1%
C++ 16.8%
Shell 5.8%
Python 4.2%
Other 7.3%