passdb

This library can be used to search the default password database from cirt.net: cirt.net/passwords

Usage

You can use the provided binary to search the password database by vendor:

./bin/passdb search --vendor Apc
7 entries were found:
  AP9606 SmartSlot Web/SNMP Management Card
    Version => AOS 3.2.1 and AOS 3.0.3
    Method => telnet
    User ID => (any)
    Password => TENmanUFactOryPOWER
  Call-UPS
    Version => AP9608
    Method => Console
    Password => serial number of the Call-UPS
    Level => Admin
    Notes => (Access menu Control+P)
[...]

or by a free-form criteria

./bin/passdb search --criteria FTP
17 entries were found:
  Intuity Audix
    User ID => Craft
    Password => crftpw
  Axis Network Camera
    Version => 2120, 2110, 2100, 200+, 200
    Method => ftp, telnet, http
    User ID => root
    Password => pass
    Level => Admin
  CADSLR4
    Method => FTP
    User ID => anonymous
    Password => password
    Level => Anonymous
    Notes => Default IP 192.168.1.254
[...]

You can also use the library inside your tools:

irb > require 'passdb'
 => true 
irb > Passdb::search(:vendor => 'Zyxel').each do |entry|
irb >   puts entry.name
irb > end
Generic Routers
Prestige 652HW-31
Prestige
Prestige

Contributing to passdb

Copyright © 2011 Security Roots. See LICENSE.txt for further details.