Difference between revisions of "Nmap scripts"

From SkullSpace Wiki
Jump to navigation Jump to search
Line 1: Line 1:
* cvs (in progress)
+
* Bruteforce framework improvements
** bruteforce pserver
+
** Handle arbitrary number of inputs (e.g., username, password, repository)
** list modules
+
** Handle arbitrary number of dictionaries per input
** download source/modules
+
** Store tables with successful inputs in registry
* IMAP
+
** Scripts to write:
** Bruteforce
+
*** CVS pserver (started)
* NRPE ([http://seclists.org/nmap-dev/2010/q4/702 submitted])
+
*** SVN (port to framework)
** Bruteforce
+
*** Git (port to framework)
** Trigger commands
+
*** DNSrecon [https://github.com/darkoperator/dnsrecon/blob/master/dnsrecon.py]
 +
*** Synergy (bruteforce, maybe)
 +
*** NRPE ([http://seclists.org/nmap-dev/2010/q4/702 submitted], but not bruteforce)
 +
*** IMAP
 +
*** SNMP (port to framework)
 +
*** POP (port to framework)
 
* Dropbox LanSync broadcast ([http://seclists.org/nmap-dev/2010/q4/689 submitted])
 
* Dropbox LanSync broadcast ([http://seclists.org/nmap-dev/2010/q4/689 submitted])
 
* Exim
 
* Exim
Line 35: Line 40:
 
* DCOM
 
* DCOM
 
* WMI - hard++
 
* WMI - hard++
* Bruteforce framework improvements
 
* Dnsrecon [https://github.com/darkoperator/dnsrecon/blob/master/dnsrecon.py]
 
* Synergy (bruteforce, maybe)
 

Revision as of 20:06, 23 December 2010

  • Bruteforce framework improvements
    • Handle arbitrary number of inputs (e.g., username, password, repository)
    • Handle arbitrary number of dictionaries per input
    • Store tables with successful inputs in registry
    • Scripts to write:
      • CVS pserver (started)
      • SVN (port to framework)
      • Git (port to framework)
      • DNSrecon [1]
      • Synergy (bruteforce, maybe)
      • NRPE (submitted, but not bruteforce)
      • IMAP
      • SNMP (port to framework)
      • POP (port to framework)
  • Dropbox LanSync broadcast (submitted)
  • Exim
    • Exploit
  • http spider
    • Needs finishing
  • Signatures for http-enum web apps
  • SNMP BSSID
  • Update brute scripts to use brute.lua
  • SOAP library
  • Debian OpenSSL blacklist [2]
  • PostgreSQL info
  • My IP neighbours
  • Geolocation
  • Bonjour
  • Nbstat.nse -> change to using a broadcast prerule
  • IPv6 stuff
    • Neighbour Discovery
    • Router Solicitation
  • 802.1X / EAP
  • SSL renegotiation [3]
  • Microsoft hidden SSL certs [4]
  • Linux local commands over ssh
  • Windows installed software (registry/uninstall)
    • Prefetch
  • Windows MSRPC clone of rpcinfo.nse
  • DCOM
  • WMI - hard++