Showing preview only (541K chars total). Download the full file or copy to clipboard to get everything.
Repository: 0xHJK/TotalPass
Branch: master
Commit: d39877cc7173
Files: 1079
Total size: 286.7 KB
Directory structure:
gitextract_crkubauj/
├── .gitignore
├── CONTRIBUTING.md
├── HISTORY.md
├── LICENSE
├── MANIFEST.in
├── Makefile
├── README.md
├── requirements.txt
├── setup.py
├── tests/
│ ├── __init__.py
│ └── test_main.py
├── totalpass/
│ ├── __init__.py
│ ├── __main__.py
│ ├── __version__.py
│ ├── addons/
│ │ ├── __init__.py
│ │ ├── redis.py
│ │ ├── snmp.py
│ │ ├── ssh.py
│ │ └── telnet.py
│ ├── cirt.py
│ ├── core.py
│ ├── exceptions.py
│ ├── passwd.py
│ ├── payloads/
│ │ ├── cirt/
│ │ │ ├── 2wire inc/
│ │ │ │ └── Wireless Routers.yml
│ │ │ ├── 360 systems/
│ │ │ │ └── Image Server 2000.yml
│ │ │ ├── 3com/
│ │ │ │ ├── 3CRWE52196.yml
│ │ │ │ ├── AirConnect AP.yml
│ │ │ │ ├── CellPlex.yml
│ │ │ │ ├── CoreBuilder.yml
│ │ │ │ ├── HiPerARC.yml
│ │ │ │ ├── LANplex.yml
│ │ │ │ ├── LinkSwitch.yml
│ │ │ │ ├── N-A.yml
│ │ │ │ ├── NetBuilder.yml
│ │ │ │ ├── Office Connect ISDN Routers.yml
│ │ │ │ ├── OfficeConnect Remote Router.yml
│ │ │ │ ├── OfficeConnect Wireless AP.yml
│ │ │ │ ├── Router.yml
│ │ │ │ ├── SuperStack II Switch.yml
│ │ │ │ ├── Superstack 3 switch.yml
│ │ │ │ ├── US Robotics ADSL Router.yml
│ │ │ │ ├── Wireless AP.yml
│ │ │ │ └── e960.yml
│ │ │ ├── 3m/
│ │ │ │ ├── Volition.yml
│ │ │ │ └── Voliton.yml
│ │ │ ├── accelerated networks/
│ │ │ │ └── DSL CPE and DSLAM.yml
│ │ │ ├── accton/
│ │ │ │ ├── CheetahChassis Workgroup Switch - telnet.yml
│ │ │ │ ├── CheetahChassis Workgroup Switch - web.yml
│ │ │ │ ├── CheetahChassis Workgroup Switch.yml
│ │ │ │ ├── Gigabit Switches - ssh.yml
│ │ │ │ ├── Gigabit Switches.yml
│ │ │ │ └── Wirelessrouter.yml
│ │ │ ├── acer/
│ │ │ │ └── BIOS.yml
│ │ │ ├── actiontec/
│ │ │ │ ├── GE344000-01.yml
│ │ │ │ └── M1424WR.yml
│ │ │ ├── adaptec/
│ │ │ │ └── RAID Controller.yml
│ │ │ ├── adc kentrox/
│ │ │ │ └── Pacesetter Router.yml
│ │ │ ├── adcompletecom/
│ │ │ │ ├── Ban Man Pro.yml
│ │ │ │ └── Banman Pro.yml
│ │ │ ├── addpac technology/
│ │ │ │ └── AP2120.yml
│ │ │ ├── adobe/
│ │ │ │ ├── CQ.yml
│ │ │ │ ├── Experience Manager-CQ.yml
│ │ │ │ ├── Experience Manager.yml
│ │ │ │ └── Vignette Connector.yml
│ │ │ ├── adt/
│ │ │ │ └── Safewatch Pro3000.yml
│ │ │ ├── adtech/
│ │ │ │ └── AX4000.yml
│ │ │ ├── adtran/
│ │ │ │ ├── MX2800.yml
│ │ │ │ └── NetVanta.yml
│ │ │ ├── advanced integration/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── airaya corp/
│ │ │ │ └── AIRAYA WirelessGRID.yml
│ │ │ ├── airlink/
│ │ │ │ └── AnyGate.yml
│ │ │ ├── airlink plus/
│ │ │ │ └── RTW026.yml
│ │ │ ├── aironet/
│ │ │ │ └── (All).yml
│ │ │ ├── airway/
│ │ │ │ └── Transport.yml
│ │ │ ├── aladdin/
│ │ │ │ ├── eSafe Appliance - ssh.yml
│ │ │ │ └── eSafe Appliance.yml
│ │ │ ├── alcatel/
│ │ │ │ ├── PBX.yml
│ │ │ │ ├── Speedtouch - telnet.yml
│ │ │ │ └── Speedtouch.yml
│ │ │ ├── alien technology/
│ │ │ │ ├── ALR-9900 - ssh.yml
│ │ │ │ └── ALR-9900.yml
│ │ │ ├── allied telesyn/
│ │ │ │ ├── Rapier G6 Switch.yml
│ │ │ │ └── Various Switches.yml
│ │ │ ├── allnet/
│ │ │ │ └── ALL129DSL.yml
│ │ │ ├── allot/
│ │ │ │ └── Netenforcer.yml
│ │ │ ├── alteon/
│ │ │ │ ├── ACEswitch - telnet.yml
│ │ │ │ └── ACEswitch.yml
│ │ │ ├── ambit/
│ │ │ │ └── Cable Modems.yml
│ │ │ ├── ami/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── amino/
│ │ │ │ └── AmiNET Set Top Box.yml
│ │ │ ├── ampjuke/
│ │ │ │ └── AmpJuke.yml
│ │ │ ├── amptron/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── amx/
│ │ │ │ ├── CSG.yml
│ │ │ │ ├── Endeleo UDM-0102.yml
│ │ │ │ ├── Endeleo UDM-0404.yml
│ │ │ │ ├── Endeleo UDM-0808-SIG.yml
│ │ │ │ ├── Environmental Controls ENV-VST-C.yml
│ │ │ │ ├── IS-SPX-1000.yml
│ │ │ │ ├── MAX Server.yml
│ │ │ │ ├── MAX-CSD10.yml
│ │ │ │ ├── MAX-CSE.yml
│ │ │ │ ├── MET-ECOM--D.yml
│ │ │ │ ├── NI Series.yml
│ │ │ │ ├── NXA-ENET24.yml
│ │ │ │ ├── NXA-ENET8POE.yml
│ │ │ │ ├── NXA-WAP1000.yml
│ │ │ │ ├── NXA-WAP250G.yml
│ │ │ │ ├── NXA-WAPZD1000 (Zone Director).yml
│ │ │ │ ├── NXR-ZGW--ZRP.yml
│ │ │ │ ├── NXR-ZGW-PRO--ZRP-PRO.yml
│ │ │ │ ├── TVM-1600.yml
│ │ │ │ └── V2 Server.yml
│ │ │ ├── apache/
│ │ │ │ ├── Tomcat - unknown.yml
│ │ │ │ └── Tomcat.yml
│ │ │ ├── apache project/
│ │ │ │ └── N-A.yml
│ │ │ ├── apc/
│ │ │ │ ├── AP9606 SmartSlot Web-SNMP Management Card.yml
│ │ │ │ ├── Call-UPS.yml
│ │ │ │ ├── MasterSwitch.yml
│ │ │ │ ├── Powerchute Plus.yml
│ │ │ │ ├── SNMP Adapter.yml
│ │ │ │ ├── Share-UPS.yml
│ │ │ │ ├── UPS Network Management Card 2 - ssh.yml
│ │ │ │ ├── UPS Network Management Card 2 - telnet.yml
│ │ │ │ ├── UPS Network Management Card 2.yml
│ │ │ │ └── Web-SNMP Management Card.yml
│ │ │ ├── apple/
│ │ │ │ └── iPhone.yml
│ │ │ ├── apple computer/
│ │ │ │ ├── Airport.yml
│ │ │ │ ├── Network Assistant.yml
│ │ │ │ └── Remote Desktop.yml
│ │ │ ├── arris/
│ │ │ │ └── Touchstone Gateway.yml
│ │ │ ├── arrowpoint/
│ │ │ │ └── Unknown.yml
│ │ │ ├── aruba/
│ │ │ │ └── Mobility Controller.yml
│ │ │ ├── asante/
│ │ │ │ └── FM2008.yml
│ │ │ ├── ascend/
│ │ │ │ └── Router.yml
│ │ │ ├── ascom/
│ │ │ │ └── Ascotel.yml
│ │ │ ├── ast/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── asus/
│ │ │ │ ├── 520g.yml
│ │ │ │ ├── RT-N16.yml
│ │ │ │ ├── WL-500G.yml
│ │ │ │ └── WL-HDD2.5.yml
│ │ │ ├── atlassian/
│ │ │ │ └── Crowd.yml
│ │ │ ├── attachmate/
│ │ │ │ └── Attachmate Gateway.yml
│ │ │ ├── audioactive/
│ │ │ │ └── MPEG Realtime Encoders.yml
│ │ │ ├── autodesk/
│ │ │ │ └── Autocad.yml
│ │ │ ├── avaya/
│ │ │ │ ├── 4602 SIP Telephone.yml
│ │ │ │ ├── Definity.yml
│ │ │ │ ├── Integrated Management Database (IMD).yml
│ │ │ │ ├── Intuity Audix.yml
│ │ │ │ ├── P330 Stackable Switch.yml
│ │ │ │ ├── Scopia Gateway.yml
│ │ │ │ ├── Scopia.yml
│ │ │ │ ├── Winspm.yml
│ │ │ │ └── routers.yml
│ │ │ ├── avenger news system (ans)/
│ │ │ │ └── ANS.yml
│ │ │ ├── award/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── axis/
│ │ │ │ ├── Camera Server.yml
│ │ │ │ ├── StorPoint CD E100.yml
│ │ │ │ └── StorPoint NAS 100.yml
│ │ │ ├── axis communications/
│ │ │ │ ├── Axis Network Camera - http.yml
│ │ │ │ ├── Axis Network Camera - telnet.yml
│ │ │ │ ├── Axis Network Camera.yml
│ │ │ │ └── Printserver.yml
│ │ │ ├── axway/
│ │ │ │ └── SecureTransport.yml
│ │ │ ├── barco inc/
│ │ │ │ ├── ClickShare - ssid.yml
│ │ │ │ └── ClickShare.yml
│ │ │ ├── barracuda/
│ │ │ │ ├── SSL VPN - http.yml
│ │ │ │ └── SSL VPN.yml
│ │ │ ├── bay networks/
│ │ │ │ ├── Router.yml
│ │ │ │ ├── SuperStack II.yml
│ │ │ │ └── Switch.yml
│ │ │ ├── best practical solutions/
│ │ │ │ └── Request Tracker.yml
│ │ │ ├── bestpractical/
│ │ │ │ └── RT.yml
│ │ │ ├── bewan/
│ │ │ │ └── Wireless Routers.yml
│ │ │ ├── billion/
│ │ │ │ ├── BiGuard.yml
│ │ │ │ └── BiPAC 7404VGO.yml
│ │ │ ├── bintec/
│ │ │ │ ├── Bianka Routers.yml
│ │ │ │ └── Router.yml
│ │ │ ├── biodata/
│ │ │ │ ├── BIGfire.yml
│ │ │ │ └── Babylon.yml
│ │ │ ├── biostar/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── biscom/
│ │ │ │ └── Biscom Delivery Server (BDS).yml
│ │ │ ├── bizdesign/
│ │ │ │ ├── ImageFoliio.yml
│ │ │ │ └── ImageFolio Pro.yml
│ │ │ ├── black duck software inc/
│ │ │ │ ├── Administration Console.yml
│ │ │ │ └── Hub.yml
│ │ │ ├── black widow web design ltd/
│ │ │ │ └── Saxon.yml
│ │ │ ├── blitzz technologies/
│ │ │ │ └── BWA711.yml
│ │ │ ├── bmc software/
│ │ │ │ └── Performance Assurance for Microsoft Servers.yml
│ │ │ ├── bomgar/
│ │ │ │ └── Enterprise.yml
│ │ │ ├── borland/
│ │ │ │ └── Interbase.yml
│ │ │ ├── breezecom/
│ │ │ │ ├── Breezecom Adapters.yml
│ │ │ │ └── SA10.yml
│ │ │ ├── brocade/
│ │ │ │ ├── Fabric OS.yml
│ │ │ │ └── Silkworm.yml
│ │ │ ├── brother/
│ │ │ │ └── ql580N.yml
│ │ │ ├── brother industries ltd/
│ │ │ │ ├── OCE Imagistics.yml
│ │ │ │ └── Oce.yml
│ │ │ ├── bt/
│ │ │ │ ├── Home Hub.yml
│ │ │ │ ├── Voyager 2000.yml
│ │ │ │ └── Voyager.yml
│ │ │ ├── buffalo/
│ │ │ │ └── melco/
│ │ │ │ └── AirStation.yml
│ │ │ ├── busybox/
│ │ │ │ └── Busybox.yml
│ │ │ ├── cabletron/
│ │ │ │ ├── Netgear modem-router and SSR.yml
│ │ │ │ └── routers - switches.yml
│ │ │ ├── capricorn infotech india/
│ │ │ │ └── eToken Pro.yml
│ │ │ ├── carestream health/
│ │ │ │ └── Spectrum.yml
│ │ │ ├── carsten schmitz/
│ │ │ │ └── LimeSurvey.yml
│ │ │ ├── cayman/
│ │ │ │ └── DSL Router.yml
│ │ │ ├── ceragon networks/
│ │ │ │ └── FibeAir.yml
│ │ │ ├── cgi world/
│ │ │ │ └── Poll It.yml
│ │ │ ├── chase research/
│ │ │ │ └── Iolan.yml
│ │ │ ├── check point/
│ │ │ │ ├── Interspect 210 - console.yml
│ │ │ │ ├── Interspect 210 - serial.yml
│ │ │ │ ├── Interspect 210.yml
│ │ │ │ ├── Interspect 210N - console.yml
│ │ │ │ ├── Interspect 210N - serial.yml
│ │ │ │ ├── Interspect 210N.yml
│ │ │ │ ├── Interspect 410 - console.yml
│ │ │ │ ├── Interspect 410 - serial.yml
│ │ │ │ ├── Interspect 410.yml
│ │ │ │ ├── Interspect 610 - console.yml
│ │ │ │ ├── Interspect 610 - serial.yml
│ │ │ │ ├── Interspect 610.yml
│ │ │ │ ├── Interspect 610S - console.yml
│ │ │ │ ├── Interspect 610S - serial.yml
│ │ │ │ ├── Interspect 610S.yml
│ │ │ │ └── SG R70.yml
│ │ │ ├── chuming chen/
│ │ │ │ └── NessusWeb.yml
│ │ │ ├── ciphertrust/
│ │ │ │ └── Ironmail.yml
│ │ │ ├── cisco/
│ │ │ │ ├── 1100.yml
│ │ │ │ ├── 1200.yml
│ │ │ │ ├── 1300.yml
│ │ │ │ ├── 1400.yml
│ │ │ │ ├── 2600.yml
│ │ │ │ ├── 3600.yml
│ │ │ │ ├── AIR-AP1231G-A-K9.yml
│ │ │ │ ├── AIRONET 1200.yml
│ │ │ │ ├── AIRONET.yml
│ │ │ │ ├── ATA 186.yml
│ │ │ │ ├── ATA-186 (VONAGE).yml
│ │ │ │ ├── CACHE ENGINE.yml
│ │ │ │ ├── CISCO AP1200.yml
│ │ │ │ ├── CISO AIRONET 1100 SERIES.yml
│ │ │ │ ├── CONTENT ENGINE.yml
│ │ │ │ ├── CS-MARS.yml
│ │ │ │ ├── CVA 122.yml
│ │ │ │ ├── Catalyst Express 520.yml
│ │ │ │ ├── Cisco Broadband Troubleshooter (CBT).yml
│ │ │ │ ├── Cisco Guard.yml
│ │ │ │ ├── Cisco IDS.yml
│ │ │ │ ├── Cisco Unity.yml
│ │ │ │ ├── CiscoWorks 2000.yml
│ │ │ │ ├── Codec.yml
│ │ │ │ ├── ConfigMaker.yml
│ │ │ │ ├── HSE.yml
│ │ │ │ ├── IDS.yml
│ │ │ │ ├── IOS - snmp.yml
│ │ │ │ ├── IOS.yml
│ │ │ │ ├── IP Conference Station.yml
│ │ │ │ ├── Modeling Labs.yml
│ │ │ │ ├── NETRANGER-SECURE IDS.yml
│ │ │ │ ├── Network Registrar (CNR).yml
│ │ │ │ ├── PIX FIREWALL.yml
│ │ │ │ ├── PIX.yml
│ │ │ │ ├── Traffic Anomaly Detector.yml
│ │ │ │ ├── Trailhead.yml
│ │ │ │ ├── Unity.yml
│ │ │ │ ├── VPN 3000.yml
│ │ │ │ ├── VPN 5000.yml
│ │ │ │ ├── VPN CONCENTRATOR 3000 SERIES.yml
│ │ │ │ ├── VPN3000.yml
│ │ │ │ ├── Video Surveillance Manager (VSM).yml
│ │ │ │ └── WLSE.yml
│ │ │ ├── cisco-arrowpoint/
│ │ │ │ └── Arrowpoint.yml
│ │ │ ├── citrix systems inc/
│ │ │ │ ├── Access Gateway - unknown.yml
│ │ │ │ └── Access Gateway.yml
│ │ │ ├── claris/
│ │ │ │ └── At-Ease.yml
│ │ │ ├── clearone communications/
│ │ │ │ ├── Converge Pro.yml
│ │ │ │ └── Converge.yml
│ │ │ ├── cobalt/
│ │ │ │ ├── RaQ Qube.yml
│ │ │ │ └── Unknown.yml
│ │ │ ├── colubris networks/
│ │ │ │ ├── CN3200.yml
│ │ │ │ └── MSC 5100.yml
│ │ │ ├── comcast smc/
│ │ │ │ └── 8014.yml
│ │ │ ├── comersus/
│ │ │ │ └── Shopping Cart.yml
│ │ │ ├── comodo group inc/
│ │ │ │ └── MyDLP.yml
│ │ │ ├── compaq/
│ │ │ │ ├── Familiar Linux - console.yml
│ │ │ │ ├── Familiar Linux - ssh.yml
│ │ │ │ ├── Familiar Linux.yml
│ │ │ │ ├── Insight Manager.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ └── WBEM.yml
│ │ │ ├── compualynx/
│ │ │ │ ├── Cmail Server.yml
│ │ │ │ ├── Cproxy Server.yml
│ │ │ │ └── SCM.yml
│ │ │ ├── conceptronic/
│ │ │ │ ├── C100BRS4H.yml
│ │ │ │ ├── CADSLR4 - ftp.yml
│ │ │ │ ├── CADSLR4 - telnet.yml
│ │ │ │ └── CADSLR4.yml
│ │ │ ├── concord/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── conexant/
│ │ │ │ └── Router.yml
│ │ │ ├── control4/
│ │ │ │ └── Home Theater Controller AVMHTC1B.yml
│ │ │ ├── coronamatrix/
│ │ │ │ └── phpAddressBook.yml
│ │ │ ├── covertix/
│ │ │ │ └── SmartCipher.yml
│ │ │ ├── crystalview/
│ │ │ │ └── OutsideView 32.yml
│ │ │ ├── ctx international/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── cyberguard/
│ │ │ │ └── Firewall.yml
│ │ │ ├── cybermax/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── cyberoam/
│ │ │ │ ├── Multiple.yml
│ │ │ │ ├── iView - ssh.yml
│ │ │ │ └── iView.yml
│ │ │ ├── cyclades/
│ │ │ │ ├── Cyclades-TS800 - ssh.yml
│ │ │ │ ├── Cyclades-TS800 - web.yml
│ │ │ │ ├── Cyclades-TS800.yml
│ │ │ │ └── PR-1000.yml
│ │ │ ├── d-link/
│ │ │ │ ├── 604.yml
│ │ │ │ ├── DCS-2121.yml
│ │ │ │ ├── DI-624.yml
│ │ │ │ ├── DI-824VUP Airplus G Wireless VPN Router.yml
│ │ │ │ ├── DSL Router.yml
│ │ │ │ ├── DSL-504.yml
│ │ │ │ ├── DSL-G664T.yml
│ │ │ │ ├── Routers.yml
│ │ │ │ └── hubs-switches.yml
│ │ │ ├── daewoo/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── dallas semiconductors/
│ │ │ │ └── TINI embedded JAVA Module.yml
│ │ │ ├── dassault systemes/
│ │ │ │ └── Enovia V6.yml
│ │ │ ├── data general/
│ │ │ │ └── AOS-VS.yml
│ │ │ ├── datacom/
│ │ │ │ ├── BSASX-101.yml
│ │ │ │ └── NSBrowse.yml
│ │ │ ├── datawizard technologies inc/
│ │ │ │ └── FtpQX.yml
│ │ │ ├── davolink/
│ │ │ │ └── DV2020.yml
│ │ │ ├── daytek/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── debian/
│ │ │ │ └── Linux LILO Default.yml
│ │ │ ├── deerfield/
│ │ │ │ └── WorldClient and MDaemon.yml
│ │ │ ├── dell/
│ │ │ │ ├── DRAC.yml
│ │ │ │ ├── ERA.yml
│ │ │ │ ├── Kace K2000.yml
│ │ │ │ ├── Lattitude CMOS.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ ├── PowerEdge NF100.yml
│ │ │ │ ├── PowerVault.yml
│ │ │ │ ├── Poweredge.yml
│ │ │ │ ├── RAC.yml
│ │ │ │ ├── Switch PowerConnect.yml
│ │ │ │ ├── TrueMobile.yml
│ │ │ │ ├── Winterm - bios.yml
│ │ │ │ ├── Winterm - vnc.yml
│ │ │ │ ├── Winterm.yml
│ │ │ │ └── Wyse Rapport.yml
│ │ │ ├── develcon/
│ │ │ │ └── Orbitor Default Console.yml
│ │ │ ├── dictaphone/
│ │ │ │ └── ProLog.yml
│ │ │ ├── digicorp/
│ │ │ │ └── Viper.yml
│ │ │ ├── digicraft software/
│ │ │ │ └── Yak-.yml
│ │ │ ├── digital equipment/
│ │ │ │ ├── 10-Dec.yml
│ │ │ │ ├── DEC-10.yml
│ │ │ │ ├── DecServer.yml
│ │ │ │ ├── IRIS.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ ├── RSX.yml
│ │ │ │ ├── Terminal Server.yml
│ │ │ │ └── VMS.yml
│ │ │ ├── digium inc/
│ │ │ │ └── AsteriskNOW.yml
│ │ │ ├── divar/
│ │ │ │ └── XF.yml
│ │ │ ├── dlink/
│ │ │ │ ├── DI-614.yml
│ │ │ │ ├── DI-624+.yml
│ │ │ │ ├── DI-624.yml
│ │ │ │ ├── DSL-604+.yml
│ │ │ │ ├── DSL-G604T.yml
│ │ │ │ ├── DWL-1000+.yml
│ │ │ │ ├── DWL-2000AP+.yml
│ │ │ │ ├── DWL-7000AP.yml
│ │ │ │ ├── DWL-700AP.yml
│ │ │ │ ├── DWL-810+.yml
│ │ │ │ ├── DWL-900+.yml
│ │ │ │ └── DWL-900.yml
│ │ │ ├── dotnetnuke corporation/
│ │ │ │ └── DotNetNuke.yml
│ │ │ ├── draytek/
│ │ │ │ └── Vigor3300v.yml
│ │ │ ├── draytek corp/
│ │ │ │ ├── Vigor2200USB.yml
│ │ │ │ └── Vigor2600 Plus Series Annex A.yml
│ │ │ ├── ducati motor holding/
│ │ │ │ └── Diavel.yml
│ │ │ ├── dupont/
│ │ │ │ └── Digital Water Proofer.yml
│ │ │ ├── dvb/
│ │ │ │ ├── DVstation - ssh.yml
│ │ │ │ ├── DVstation - vnc.yml
│ │ │ │ └── DVstation.yml
│ │ │ ├── dynalink/
│ │ │ │ └── RTA230.yml
│ │ │ ├── dynix library systems/
│ │ │ │ └── Dynix.yml
│ │ │ ├── eaton/
│ │ │ │ ├── Network Shutdown Module.yml
│ │ │ │ └── ePDU.yml
│ │ │ ├── echelon corporation/
│ │ │ │ └── i.LON Multiple.yml
│ │ │ ├── edimax/
│ │ │ │ ├── 7205APL.yml
│ │ │ │ ├── AR-6004.yml
│ │ │ │ ├── AR-7024Wg.yml
│ │ │ │ ├── BR-6204WG.yml
│ │ │ │ ├── BR-7209WG.yml
│ │ │ │ └── DI-524.yml
│ │ │ ├── efficient/
│ │ │ │ ├── Speedstream - telnet.yml
│ │ │ │ ├── Speedstream DSL.yml
│ │ │ │ └── Speedstream.yml
│ │ │ ├── ektron inc/
│ │ │ │ ├── CMS400.NET - sql.yml
│ │ │ │ └── CMS400.NET.yml
│ │ │ ├── elron/
│ │ │ │ └── Firewall.yml
│ │ │ ├── elsa/
│ │ │ │ └── LANCom Office ISDN Router.yml
│ │ │ ├── emc/
│ │ │ │ ├── Avamar Deduplication Backup Server - postgresql.yml
│ │ │ │ ├── Avamar Deduplication Backup Server - ssh.yml
│ │ │ │ └── Avamar Deduplication Backup Server.yml
│ │ │ ├── eminent/
│ │ │ │ └── EM4114.yml
│ │ │ ├── enhydra/
│ │ │ │ └── Multiserver.yml
│ │ │ ├── enox/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── enterasys/
│ │ │ │ └── SecureStack A2.yml
│ │ │ ├── entrust/
│ │ │ │ └── Get Access Service Control Agent.yml
│ │ │ ├── episerver ab/
│ │ │ │ └── EPiServer Commerce.yml
│ │ │ ├── epox/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── eq-3/
│ │ │ │ └── HomeMatic.yml
│ │ │ ├── ericsson/
│ │ │ │ └── Ericsson Acc.yml
│ │ │ ├── esesix computer gmbh/
│ │ │ │ └── Thintune.yml
│ │ │ ├── exabyte/
│ │ │ │ └── Mag20.yml
│ │ │ ├── exacq technologies/
│ │ │ │ └── NVR Server.yml
│ │ │ ├── exinda networks/
│ │ │ │ └── 1700.yml
│ │ │ ├── extended systems/
│ │ │ │ ├── Firewall.yml
│ │ │ │ └── Print Server.yml
│ │ │ ├── extreme networks/
│ │ │ │ ├── Alpine.yml
│ │ │ │ ├── BlackDiamond.yml
│ │ │ │ └── Summit.yml
│ │ │ ├── ez systems/
│ │ │ │ └── eZ Publish.yml
│ │ │ ├── ezphotosales/
│ │ │ │ └── EZPhotoSales.yml
│ │ │ ├── f5/
│ │ │ │ ├── BIG-IP - http.yml
│ │ │ │ └── BIG-IP.yml
│ │ │ ├── fastream technologies/
│ │ │ │ └── Fastream IQ Web-FTP Server.yml
│ │ │ ├── fastwire/
│ │ │ │ └── Fastwire Bank Transfer.yml
│ │ │ ├── fatwire/
│ │ │ │ └── Analytics.yml
│ │ │ ├── firebird project/
│ │ │ │ └── Firebird.yml
│ │ │ ├── flowpoint/
│ │ │ │ ├── DSL.yml
│ │ │ │ └── Flowpoint-2000 ADSL.yml
│ │ │ ├── fortinet/
│ │ │ │ └── FortiGate.yml
│ │ │ ├── foscam/
│ │ │ │ └── FI8918-FI8918W.yml
│ │ │ ├── foundry networks/
│ │ │ │ └── ServerIron.yml
│ │ │ ├── freetech/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── frontrange solutions/
│ │ │ │ └── GoldMine Software.yml
│ │ │ ├── funk software/
│ │ │ │ └── Steel Belted Radius.yml
│ │ │ ├── galacticomm/
│ │ │ │ └── Major BBS.yml
│ │ │ ├── gandalf/
│ │ │ │ └── XMUX.yml
│ │ │ ├── gateway/
│ │ │ │ ├── WGR-200.yml
│ │ │ │ └── WGR-250.yml
│ │ │ ├── ge security inc/
│ │ │ │ └── Integrated Configuration Tool.yml
│ │ │ ├── geeklog/
│ │ │ │ └── Geeklog.yml
│ │ │ ├── general instruments/
│ │ │ │ └── Cable Modem.yml
│ │ │ ├── glftpd/
│ │ │ │ └── glFtpD.yml
│ │ │ ├── globespan virata/
│ │ │ │ └── GS8100.yml
│ │ │ ├── google/
│ │ │ │ └── Urchin.yml
│ │ │ ├── gossamer threads inc/
│ │ │ │ └── DBMan.yml
│ │ │ ├── grandstream/
│ │ │ │ ├── HandyTone 286-386-GXP-2000 VoIP Analog Telephone Adaptor.yml
│ │ │ │ ├── HandyTone 486-488-496 VoIP Analog Telephone Adaptor.yml
│ │ │ │ └── HandyTone Budgetone-100 IP Phone.yml
│ │ │ ├── grandstream networks inc/
│ │ │ │ └── HandyTone-486.yml
│ │ │ ├── groupee inc/
│ │ │ │ └── Ultimate Bulletin Board.yml
│ │ │ ├── guardone/
│ │ │ │ ├── BizGuard.yml
│ │ │ │ └── Restrictor.yml
│ │ │ ├── h2o project/
│ │ │ │ └── Medialibrary.yml
│ │ │ ├── hayes/
│ │ │ │ └── Century.yml
│ │ │ ├── hemoco software/
│ │ │ │ └── Lansweeper.yml
│ │ │ ├── hewlett-packard/
│ │ │ │ ├── HP 2000-3000 MPE-xx.yml
│ │ │ │ ├── HP-UX Web Server Suite.yml
│ │ │ │ ├── Motive Chrous.yml
│ │ │ │ ├── ProcCurve MSC-5100.yml
│ │ │ │ ├── Remote Insight Board.yml
│ │ │ │ ├── StoreOnce.yml
│ │ │ │ ├── Vectra.yml
│ │ │ │ ├── Webmin.yml
│ │ │ │ └── iLo.yml
│ │ │ ├── highpoint/
│ │ │ │ └── RAID Management Utilities.yml
│ │ │ ├── hitachi systems/
│ │ │ │ ├── Compute Kit (Vantara).yml
│ │ │ │ ├── HiTrack.yml
│ │ │ │ ├── Multiple (Device Manager, Tuning Manager, Storage Manager).yml
│ │ │ │ └── Storage Manager.yml
│ │ │ ├── honeynet project/
│ │ │ │ └── Honeywall.yml
│ │ │ ├── horizon datasys/
│ │ │ │ └── FoolProof.yml
│ │ │ ├── hosting controller/
│ │ │ │ └── Hosting Controller.yml
│ │ │ ├── hp/
│ │ │ │ └── MSA2000 G3.yml
│ │ │ ├── huawei technologies co/
│ │ │ │ ├── MT880r.yml
│ │ │ │ └── Multiple.yml
│ │ │ ├── hyperic inc/
│ │ │ │ └── Hyperic HQ Portal.yml
│ │ │ ├── ibm/
│ │ │ │ ├── AIX.yml
│ │ │ │ ├── Ascend OEM Routers.yml
│ │ │ │ ├── Bladecenter Advanced Management Module.yml
│ │ │ │ ├── CICS.yml
│ │ │ │ ├── DB2.yml
│ │ │ │ ├── Domino Go.yml
│ │ │ │ ├── Fibre Switch.yml
│ │ │ │ ├── HMC.yml
│ │ │ │ ├── Integrated Management Module (IMM).yml
│ │ │ │ ├── OS-400.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ ├── POS CMOS.yml
│ │ │ │ ├── RACF.yml
│ │ │ │ ├── SONAS.yml
│ │ │ │ ├── Sterling Managed File Transfer.yml
│ │ │ │ ├── Tivoli.yml
│ │ │ │ ├── TotalStorage.yml
│ │ │ │ ├── VM-CMS - multi.yml
│ │ │ │ └── VM-CMS.yml
│ │ │ ├── inedo/
│ │ │ │ └── Proget.yml
│ │ │ ├── informix/
│ │ │ │ └── Database.yml
│ │ │ ├── infrant/
│ │ │ │ └── ReadyNAS.yml
│ │ │ ├── innovaphone/
│ │ │ │ ├── IP 20.yml
│ │ │ │ ├── IP 21.yml
│ │ │ │ ├── IP 3000.yml
│ │ │ │ ├── IP 305.yml
│ │ │ │ └── IP 400.yml
│ │ │ ├── inova/
│ │ │ │ └── ONT4BKP.yml
│ │ │ ├── integrated networks/
│ │ │ │ └── IP Phone.yml
│ │ │ ├── intel/
│ │ │ │ ├── LanRover VPN Gateway.yml
│ │ │ │ ├── Shiva Lanrovers.yml
│ │ │ │ └── Shiva.yml
│ │ │ ├── intellitouch/
│ │ │ │ ├── VoIP Broadband Telephone Deskset - phone.yml
│ │ │ │ └── VoIP Broadband Telephone Deskset.yml
│ │ │ ├── interbase/
│ │ │ │ └── Interbase Database Server.yml
│ │ │ ├── interfaceware inc/
│ │ │ │ └── Iguana.yml
│ │ │ ├── intermec/
│ │ │ │ └── EasyLAN.yml
│ │ │ ├── internet archive/
│ │ │ │ └── Heritrix.yml
│ │ │ ├── intersystems/
│ │ │ │ └── Cache Post-RDMS.yml
│ │ │ ├── inventel wanadoo/
│ │ │ │ └── LiveBox D34A.yml
│ │ │ ├── ipswitch/
│ │ │ │ ├── WS_FTP Server.yml
│ │ │ │ └── WhatsUp Gold.yml
│ │ │ ├── iqinvision/
│ │ │ │ └── IQeye.yml
│ │ │ ├── irc/
│ │ │ │ └── IRC Daemon.yml
│ │ │ ├── ironport/
│ │ │ │ └── C30.yml
│ │ │ ├── iwill/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── jamf software/
│ │ │ │ └── Casper Suite.yml
│ │ │ ├── janitza/
│ │ │ │ ├── UMG 508 - unknown.yml
│ │ │ │ └── UMG 508.yml
│ │ │ ├── jaspersoft corporation/
│ │ │ │ └── Jasper Reports Server.yml
│ │ │ ├── jd edwards/
│ │ │ │ ├── WorldVision-OneWorld - tcp 1964.yml
│ │ │ │ └── WorldVision-OneWorld.yml
│ │ │ ├── jean-philippe lang/
│ │ │ │ └── Redmine.yml
│ │ │ ├── jeebles technology/
│ │ │ │ └── Jeebles Directory.yml
│ │ │ ├── jetform/
│ │ │ │ └── Jetform Design.yml
│ │ │ ├── jetway/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── johnson controls/
│ │ │ │ └── HVAC System.yml
│ │ │ ├── joss technology/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── juniper/
│ │ │ │ ├── DX.yml
│ │ │ │ ├── Junos Space - http.yml
│ │ │ │ ├── Junos Space.yml
│ │ │ │ ├── Netscreen.yml
│ │ │ │ ├── Peribit WX.yml
│ │ │ │ └── Peribit.yml
│ │ │ ├── justin hagstrom/
│ │ │ │ └── AutoIndex.yml
│ │ │ ├── kentico software/
│ │ │ │ └── Kentico CMS for ASP.NET.yml
│ │ │ ├── kethinov/
│ │ │ │ └── Kboard Forum.yml
│ │ │ ├── kodak/
│ │ │ │ ├── MIM - http.yml
│ │ │ │ ├── MIM - serial.yml
│ │ │ │ ├── MIM - windows.yml
│ │ │ │ ├── MIM.yml
│ │ │ │ └── PACS.yml
│ │ │ ├── konica minolta/
│ │ │ │ ├── Bizhub C10, magicolor 2490MF.yml
│ │ │ │ └── PageScope Web Connection.yml
│ │ │ ├── kronos/
│ │ │ │ └── Workforce Central.yml
│ │ │ ├── kyocera/
│ │ │ │ └── FS-1020D.yml
│ │ │ ├── lacie/
│ │ │ │ └── 500GB ETHERNET DISK MINI.yml
│ │ │ ├── lansa/
│ │ │ │ ├── LANSA.yml
│ │ │ │ └── aXes.yml
│ │ │ ├── lantronics/
│ │ │ │ └── Lantronics Terminal Server.yml
│ │ │ ├── lantronix/
│ │ │ │ ├── SecureLinux Console Manager (SLC) - ssh.yml
│ │ │ │ ├── SecureLinux Console Manager (SLC).yml
│ │ │ │ └── ThinWeb Manager (MSS-VIA).yml
│ │ │ ├── leading edge/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── lenel/
│ │ │ │ └── OnGuard.yml
│ │ │ ├── level1/
│ │ │ │ └── WAP_002.yml
│ │ │ ├── lgic/
│ │ │ │ └── Goldstream.yml
│ │ │ ├── liebert/
│ │ │ │ └── Rack PDU Card (RPC).yml
│ │ │ ├── lindsay electronics/
│ │ │ │ └── Sentinel-AMT.yml
│ │ │ ├── linksys/
│ │ │ │ ├── ADSL Router.yml
│ │ │ │ ├── BEFW11S4.yml
│ │ │ │ ├── DSL.yml
│ │ │ │ ├── EA2700.yml
│ │ │ │ ├── PSUS4.yml
│ │ │ │ ├── SRW224.yml
│ │ │ │ ├── WAG54G.yml
│ │ │ │ ├── WAP Router.yml
│ │ │ │ ├── WAP11.yml
│ │ │ │ ├── WAP54G.yml
│ │ │ │ ├── WCG200.yml
│ │ │ │ ├── WET11.yml
│ │ │ │ ├── WET54G.yml
│ │ │ │ ├── WRT54GL.yml
│ │ │ │ └── Wireless Router.yml
│ │ │ ├── linux/
│ │ │ │ ├── Slackware.yml
│ │ │ │ └── UCLinux for UCSIMM.yml
│ │ │ ├── liquidware labs inc/
│ │ │ │ └── Stratusphere UX.yml
│ │ │ ├── livingston/
│ │ │ │ ├── IRX Router.yml
│ │ │ │ ├── Livingston Portmaster 3.yml
│ │ │ │ └── Officerouter.yml
│ │ │ ├── loglogic/
│ │ │ │ └── Loglogic Appliance.yml
│ │ │ ├── longshine/
│ │ │ │ └── isscfg.yml
│ │ │ ├── lucent/
│ │ │ │ ├── B-STDX9000.yml
│ │ │ │ └── System 75.yml
│ │ │ ├── luxon communications/
│ │ │ │ └── IP Phone.yml
│ │ │ ├── m technology/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── machspeed/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── macsense/
│ │ │ │ └── AeroPad Mini.yml
│ │ │ ├── magento/
│ │ │ │ └── Go.yml
│ │ │ ├── magic-pro/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── mambo/
│ │ │ │ └── Site Server.yml
│ │ │ ├── manageengine/
│ │ │ │ ├── ADSelfService Plus.yml
│ │ │ │ └── Desktop Central.yml
│ │ │ ├── mandarin library automation/
│ │ │ │ └── Mandarin M3.yml
│ │ │ ├── mantis/
│ │ │ │ └── Mantis.yml
│ │ │ ├── megastar/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── mentec/
│ │ │ │ └── Micro-RSX.yml
│ │ │ ├── mercury interactive/
│ │ │ │ └── Topaz Prism.yml
│ │ │ ├── michiel/
│ │ │ │ └── PHPlist.yml
│ │ │ ├── microcom/
│ │ │ │ ├── ADSL Routers.yml
│ │ │ │ └── Unknown.yml
│ │ │ ├── micron/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── micronet/
│ │ │ │ └── Wireless Broadband Router.yml
│ │ │ ├── micronics/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── microplex/
│ │ │ │ └── Print Server.yml
│ │ │ ├── microsoft/
│ │ │ │ ├── Base Station MN500.yml
│ │ │ │ ├── SQL Server 2000.yml
│ │ │ │ ├── SiteServer.yml
│ │ │ │ ├── Windows NT.yml
│ │ │ │ └── Wireless Access Point-Router.yml
│ │ │ ├── mike peters/
│ │ │ │ └── BasiliX.yml
│ │ │ ├── mikrotik/
│ │ │ │ └── Routers.yml
│ │ │ ├── mintel/
│ │ │ │ └── Mintel PBX.yml
│ │ │ ├── mitel networks/
│ │ │ │ ├── SX2000 - serial.yml
│ │ │ │ └── SX2000.yml
│ │ │ ├── mklencke/
│ │ │ │ └── Forumtalk.yml
│ │ │ ├── mole/
│ │ │ │ └── Mole2.yml
│ │ │ ├── motive/
│ │ │ │ └── Chorus.yml
│ │ │ ├── motorola/
│ │ │ │ ├── Bluetooth Headsets.yml
│ │ │ │ ├── Cablerouter.yml
│ │ │ │ ├── SURFboard.yml
│ │ │ │ ├── Various.yml
│ │ │ │ └── WR850G.yml
│ │ │ ├── mp3mystic/
│ │ │ │ └── MP3Mystic.yml
│ │ │ ├── muze/
│ │ │ │ └── Ariadne.yml
│ │ │ ├── myiosoft/
│ │ │ │ └── EasyNews.yml
│ │ │ ├── mysql/
│ │ │ │ ├── Eventum.yml
│ │ │ │ ├── MaxDB.yml
│ │ │ │ └── MySQL.yml
│ │ │ ├── nanoteq/
│ │ │ │ └── NetSeq.yml
│ │ │ ├── ncr/
│ │ │ │ └── NCR UNIX.yml
│ │ │ ├── nec/
│ │ │ │ └── Elite IPK.yml
│ │ │ ├── netapp/
│ │ │ │ ├── NetCache.yml
│ │ │ │ └── SANscreen.yml
│ │ │ ├── netasq/
│ │ │ │ ├── Mfilter M100, M300, M1000 and M3000 - http.yml
│ │ │ │ └── Mfilter M100, M300, M1000 and M3000.yml
│ │ │ ├── netbotz/
│ │ │ │ └── Appliances.yml
│ │ │ ├── netcomm/
│ │ │ │ ├── NB1300.yml
│ │ │ │ └── NB5580-NB5580W.yml
│ │ │ ├── netcordia/
│ │ │ │ └── NetMRI.yml
│ │ │ ├── netgear/
│ │ │ │ ├── 802.11b Wireless Cable-DSL router.yml
│ │ │ │ ├── Cable-DSL Router - web.yml
│ │ │ │ ├── Cable-DSL Router.yml
│ │ │ │ ├── DG824G.yml
│ │ │ │ ├── DG824M.yml
│ │ │ │ ├── DG834G - unknown.yml
│ │ │ │ ├── DG834G.yml
│ │ │ │ ├── DG834PN RangeMax ADSL Wireless Router.yml
│ │ │ │ ├── DM602.yml
│ │ │ │ ├── FSV338.yml
│ │ │ │ ├── N600.yml
│ │ │ │ ├── ReadyNAS.yml
│ │ │ │ ├── Router.yml
│ │ │ │ ├── WAP54G.yml
│ │ │ │ ├── WG602.yml
│ │ │ │ ├── WGE101.yml
│ │ │ │ ├── WGR614.yml
│ │ │ │ ├── WGT624.yml
│ │ │ │ └── WRG614.yml
│ │ │ ├── netgenesis/
│ │ │ │ └── NetAnalysis Web Reporting.yml
│ │ │ ├── netopia/
│ │ │ │ ├── Netopia 7100.yml
│ │ │ │ ├── Netopia 9500.yml
│ │ │ │ └── routers.yml
│ │ │ ├── netscape/
│ │ │ │ └── Netscape Enterprise Server.yml
│ │ │ ├── netscreen/
│ │ │ │ ├── IDP.yml
│ │ │ │ └── Netscreen.yml
│ │ │ ├── netstar/
│ │ │ │ └── Netpilot.yml
│ │ │ ├── netwin/
│ │ │ │ └── WebNews.yml
│ │ │ ├── networkice/
│ │ │ │ └── ICECap Manager.yml
│ │ │ ├── newmedia-net gmbh/
│ │ │ │ └── DD-WRT.yml
│ │ │ ├── nexsan/
│ │ │ │ └── ATABoy2F.yml
│ │ │ ├── next/
│ │ │ │ └── NeXTStep.yml
│ │ │ ├── nice systems ltd/
│ │ │ │ └── NICELog.yml
│ │ │ ├── niksun/
│ │ │ │ └── NetDetector.yml
│ │ │ ├── nimble/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── nokia/
│ │ │ │ ├── 770.yml
│ │ │ │ └── M10.yml
│ │ │ ├── nortel/
│ │ │ │ ├── Accelar (Passport) 1000 series routing switches.yml
│ │ │ │ ├── BCM.yml
│ │ │ │ ├── BayStack.yml
│ │ │ │ ├── Contivity Switch.yml
│ │ │ │ ├── Extranet Switches.yml
│ │ │ │ ├── MIPCD - ftp.yml
│ │ │ │ ├── MIPCD - http.yml
│ │ │ │ ├── MIPCD.yml
│ │ │ │ ├── MIRAN - unknown.yml
│ │ │ │ ├── MIRAN.yml
│ │ │ │ ├── Meridian Integrated Conference Bridge - ftp.yml
│ │ │ │ ├── Meridian Integrated Conference Bridge - http.yml
│ │ │ │ ├── Meridian Integrated Conference Bridge.yml
│ │ │ │ ├── Meridian Link-CCR-Max - modem.yml
│ │ │ │ ├── Meridian Link-CCR-Max - telnet.yml
│ │ │ │ ├── Meridian Link-CCR-Max.yml
│ │ │ │ ├── Meridian Mail.yml
│ │ │ │ ├── Meridian PBX.yml
│ │ │ │ ├── Passport 8000 Series Switch.yml
│ │ │ │ ├── Remote Office 9150.yml
│ │ │ │ ├── Symposium.yml
│ │ │ │ └── Tasman.yml
│ │ │ ├── novell/
│ │ │ │ ├── Groupwise 5.5 Enhancement Pack.yml
│ │ │ │ ├── Groupwise 6.0.yml
│ │ │ │ ├── NDS iMonitor.yml
│ │ │ │ ├── Netware.yml
│ │ │ │ ├── Vibe.yml
│ │ │ │ └── iManager.yml
│ │ │ ├── nsi/
│ │ │ │ └── vmXfw.yml
│ │ │ ├── nurit/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── ods/
│ │ │ │ └── 1094.yml
│ │ │ ├── oleg khabarov/
│ │ │ │ └── Comfy CMS.yml
│ │ │ ├── open source point of sale/
│ │ │ │ └── Open Source Point of Sale.yml
│ │ │ ├── open-xchange inc/
│ │ │ │ └── Open-Xchange Server.yml
│ │ │ ├── openlink/
│ │ │ │ └── Administration Assistant.yml
│ │ │ ├── openmarket/
│ │ │ │ └── Content Server.yml
│ │ │ ├── optivision/
│ │ │ │ └── Nac 3000.yml
│ │ │ ├── oracle/
│ │ │ │ ├── APEX.yml
│ │ │ │ ├── ATG Web Commerce.yml
│ │ │ │ ├── Database.yml
│ │ │ │ ├── Dynamo Administration UI.yml
│ │ │ │ ├── Exadata.yml
│ │ │ │ ├── Internet Directory Service.yml
│ │ │ │ ├── Oracle BPEL Process Manager.yml
│ │ │ │ ├── Oracle.yml
│ │ │ │ ├── Personal Oracle.yml
│ │ │ │ ├── Sun Java System Access Manager.yml
│ │ │ │ ├── WebLogic - http.yml
│ │ │ │ ├── WebLogic Process Integrator.yml
│ │ │ │ └── WebLogic.yml
│ │ │ ├── osicom/
│ │ │ │ ├── JETXPrint.yml
│ │ │ │ ├── NETCommuter Remote Access Server.yml
│ │ │ │ ├── NETPrint.yml
│ │ │ │ └── Osicom Plus T1-PLUS 56k.yml
│ │ │ ├── otrs inc/
│ │ │ │ └── OTRS.yml
│ │ │ ├── overland storage/
│ │ │ │ └── SAN Storage.yml
│ │ │ ├── ovislink canada inc/
│ │ │ │ └── SHDSL Modem.yml
│ │ │ ├── packard bell/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── packeteer/
│ │ │ │ └── Packetshaper.yml
│ │ │ ├── panasonic/
│ │ │ │ └── Network Camera.yml
│ │ │ ├── pandatel/
│ │ │ │ └── EMUX.yml
│ │ │ ├── parallels/
│ │ │ │ └── Plesk.yml
│ │ │ ├── parrot/
│ │ │ │ └── MKi9100.yml
│ │ │ ├── patton/
│ │ │ │ └── RAS.yml
│ │ │ ├── pbx/
│ │ │ │ └── PBX (Generic).yml
│ │ │ ├── phpliteadmin/
│ │ │ │ └── phpLiteAdmin.yml
│ │ │ ├── phpmyadmin/
│ │ │ │ └── phpMyAdmin.yml
│ │ │ ├── phpreactor/
│ │ │ │ └── PHPReactor.yml
│ │ │ ├── phptest/
│ │ │ │ └── phpTest.yml
│ │ │ ├── pikatel/
│ │ │ │ └── All.yml
│ │ │ ├── pirelli/
│ │ │ │ └── Age UB.yml
│ │ │ ├── pivotal software inc/
│ │ │ │ └── RabbitMQ Management Plugin.yml
│ │ │ ├── plaintree/
│ │ │ │ └── Waveswitch.yml
│ │ │ ├── planet technology corp/
│ │ │ │ └── FGSW-2402RS.yml
│ │ │ ├── pokertracker software/
│ │ │ │ └── PokerTracker 3.yml
│ │ │ ├── pollsafe/
│ │ │ │ └── Pollsafe.yml
│ │ │ ├── polycom/
│ │ │ │ ├── Soundstation IP.yml
│ │ │ │ ├── Soundstation-SoundPoint IP.yml
│ │ │ │ ├── ViewStation 4000.yml
│ │ │ │ └── WebOffice.yml
│ │ │ ├── postgresql/
│ │ │ │ └── PostgreSQL.yml
│ │ │ ├── powerchute/
│ │ │ │ └── UPS.yml
│ │ │ ├── powerlogic/
│ │ │ │ └── EGX.yml
│ │ │ ├── prestige/
│ │ │ │ └── 650.yml
│ │ │ ├── prime/
│ │ │ │ └── PrimeOS.yml
│ │ │ ├── primebase/
│ │ │ │ └── SQL Database Server.yml
│ │ │ ├── promise technology inc/
│ │ │ │ └── WebPAM.yml
│ │ │ ├── proxicast/
│ │ │ │ └── LAN-Cell Gateway GPRS-401.yml
│ │ │ ├── proxim/
│ │ │ │ └── AP-2000.yml
│ │ │ ├── prtg/
│ │ │ │ └── PRTG Network Monitor.yml
│ │ │ ├── q-tec/
│ │ │ │ └── 790RH.yml
│ │ │ ├── qdi/
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ └── SpeedEasy BIOS.yml
│ │ │ ├── qnap/
│ │ │ │ ├── NAS (Multiple) - ssh.yml
│ │ │ │ └── NAS (Multiple).yml
│ │ │ ├── qualiteam/
│ │ │ │ └── X-Cart.yml
│ │ │ ├── quantex/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── quest software/
│ │ │ │ └── TOAD.yml
│ │ │ ├── questra corporation/
│ │ │ │ └── IDM Application Suite.yml
│ │ │ ├── radvision/
│ │ │ │ ├── ECS Administrator.yml
│ │ │ │ └── MCU-323.yml
│ │ │ ├── raidzone/
│ │ │ │ └── raid arrays.yml
│ │ │ ├── rainbow/
│ │ │ │ └── IKEY.yml
│ │ │ ├── rainer wichmann/
│ │ │ │ └── Beltane.yml
│ │ │ ├── ramp networks/
│ │ │ │ └── WebRamp.yml
│ │ │ ├── rapidstream/
│ │ │ │ └── RapidStream Appliances.yml
│ │ │ ├── raritan/
│ │ │ │ └── KVM Switches.yml
│ │ │ ├── raritan inc/
│ │ │ │ └── Power IQ.yml
│ │ │ ├── raytalk/
│ │ │ │ └── RB-300.yml
│ │ │ ├── rca/
│ │ │ │ └── DCW615R.yml
│ │ │ ├── red hat inc/
│ │ │ │ ├── JBOSS.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ └── Redhat 6.2.yml
│ │ │ ├── redcreek communications/
│ │ │ │ ├── Ravlin VPN - snmp.yml
│ │ │ │ └── Ravlin VPN.yml
│ │ │ ├── remedy/
│ │ │ │ └── Remedy.yml
│ │ │ ├── remote-exploit/
│ │ │ │ └── BackTrack.yml
│ │ │ ├── research/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── research machines/
│ │ │ │ └── Classroom Assistant.yml
│ │ │ ├── resumix/
│ │ │ │ └── Resumix.yml
│ │ │ ├── ricoh/
│ │ │ │ ├── Aficio 2045e.yml
│ │ │ │ ├── Aficio MP printers.yml
│ │ │ │ ├── Aficio.yml
│ │ │ │ ├── Afico 3025.yml
│ │ │ │ ├── MP 2550 printer.yml
│ │ │ │ └── NRG DSm645.yml
│ │ │ ├── rizen/
│ │ │ │ └── WebGUI.yml
│ │ │ ├── rm/
│ │ │ │ ├── RM Connect.yml
│ │ │ │ └── Server BIOS.yml
│ │ │ ├── rnn/
│ │ │ │ └── RNN's Guestbook.yml
│ │ │ ├── rodopi/
│ │ │ │ └── Unknown.yml
│ │ │ ├── rpath/
│ │ │ │ └── rPath.yml
│ │ │ ├── rsa/
│ │ │ │ ├── Access Manager.yml
│ │ │ │ ├── Cleartrust.yml
│ │ │ │ ├── Network Intelligence.yml
│ │ │ │ └── SecurID Appliance.yml
│ │ │ ├── saba/
│ │ │ │ └── Centra.yml
│ │ │ ├── safecom/
│ │ │ │ └── Router.yml
│ │ │ ├── samba/
│ │ │ │ └── SWAT.yml
│ │ │ ├── sambar technologies/
│ │ │ │ └── Sambar Server.yml
│ │ │ ├── samsung/
│ │ │ │ └── Printers.yml
│ │ │ ├── samuel abels/
│ │ │ │ └── Ammerum.yml
│ │ │ ├── sap/
│ │ │ │ ├── Axis2.yml
│ │ │ │ ├── Business Connector.yml
│ │ │ │ ├── ITS.yml
│ │ │ │ ├── R-3.yml
│ │ │ │ ├── SAP Local Database.yml
│ │ │ │ ├── SAP.yml
│ │ │ │ ├── Visual Composer.yml
│ │ │ │ └── xMII.yml
│ │ │ ├── schneider electric/
│ │ │ │ ├── ETZ 410-510 Module - pap.yml
│ │ │ │ ├── ETZ 410-510 Module.yml
│ │ │ │ ├── FactoryCast Quantum - Premium PLC Management - http.yml
│ │ │ │ ├── FactoryCast Quantum - Premium PLC Management.yml
│ │ │ │ ├── PowerLogic Ethernet Communications Card.yml
│ │ │ │ ├── Quantum NOE 771 xx Ethernet Module - http.yml
│ │ │ │ └── Quantum NOE 771 xx Ethernet Module.yml
│ │ │ ├── seagull scientific/
│ │ │ │ └── Track'Em.yml
│ │ │ ├── seclore/
│ │ │ │ └── FileSecure.yml
│ │ │ ├── securicor3net/
│ │ │ │ └── Cezanne.yml
│ │ │ ├── semaphore/
│ │ │ │ └── PICK O-S.yml
│ │ │ ├── seyeon technology co ltd/
│ │ │ │ └── FlexWATCH.yml
│ │ │ ├── shiva/
│ │ │ │ ├── AccessPort.yml
│ │ │ │ └── LanRover.yml
│ │ │ ├── shuttle/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── siemens/
│ │ │ │ ├── Gigaset SX762.yml
│ │ │ │ ├── OpenStage SIP Webinterface.yml
│ │ │ │ └── S7.yml
│ │ │ ├── siemens corp/
│ │ │ │ ├── Hicom 100E PBX.yml
│ │ │ │ ├── Hicom 150E PBX.yml
│ │ │ │ ├── Hipath-Hicom.yml
│ │ │ │ ├── PBX.yml
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ ├── PhoneMail.yml
│ │ │ │ ├── ROLM PBX.yml
│ │ │ │ ├── SE515.yml
│ │ │ │ └── Simatic WinCC SCADA.yml
│ │ │ ├── sierra wireless/
│ │ │ │ └── ACEmanager.yml
│ │ │ ├── silex technology/
│ │ │ │ ├── USB Device Server - http.yml
│ │ │ │ └── USB Device Server.yml
│ │ │ ├── silicon graphics/
│ │ │ │ ├── IRIX - multi.yml
│ │ │ │ └── IRIX.yml
│ │ │ ├── site interactive/
│ │ │ │ └── Auction Weaver Lite.yml
│ │ │ ├── sitecom/
│ │ │ │ ├── DC-207.yml
│ │ │ │ ├── WL-108.yml
│ │ │ │ ├── WL-109.yml
│ │ │ │ ├── WL-114v2.yml
│ │ │ │ ├── WL-122.yml
│ │ │ │ └── WR-1133.yml
│ │ │ ├── sitecore corporation/
│ │ │ │ └── Sitecore CMS.yml
│ │ │ ├── skybox security/
│ │ │ │ ├── Virtual Appliance - console.yml
│ │ │ │ └── Virtual Appliance.yml
│ │ │ ├── sma america/
│ │ │ │ └── Sunny Webbox.yml
│ │ │ ├── smc/
│ │ │ │ ├── Barricade Router (wireless).yml
│ │ │ │ ├── Barricade Router.yml
│ │ │ │ ├── SMC2652W.yml
│ │ │ │ ├── SMC2804WBR.yml
│ │ │ │ └── SMC7904WBRA.yml
│ │ │ ├── snap appliance/
│ │ │ │ └── Snap Appliance.yml
│ │ │ ├── snom/
│ │ │ │ └── 320-360 VoIP Business Phone.yml
│ │ │ ├── software ag/
│ │ │ │ └── webMethods.yml
│ │ │ ├── solarwinds/
│ │ │ │ ├── Serv-U.yml
│ │ │ │ └── Web Help Desk.yml
│ │ │ ├── sonicwall/
│ │ │ │ └── SOHO, TELE, TZ and PRO.yml
│ │ │ ├── sony/
│ │ │ │ └── SNC-RZ30 Network Camera.yml
│ │ │ ├── sony ericsson/
│ │ │ │ └── T290i, T68i.yml
│ │ │ ├── sourcefire/
│ │ │ │ ├── RNA Sensor - console.yml
│ │ │ │ ├── RNA Sensor - ssh.yml
│ │ │ │ └── RNA Sensor.yml
│ │ │ ├── sovereign hill/
│ │ │ │ └── InQuery.yml
│ │ │ ├── spider systems/
│ │ │ │ └── M250.yml
│ │ │ ├── splunk/
│ │ │ │ └── Splunk.yml
│ │ │ ├── ssangyoung/
│ │ │ │ └── SR2501.yml
│ │ │ ├── stan ozier/
│ │ │ │ └── TaskFreak.yml
│ │ │ ├── sun/
│ │ │ │ ├── JavaServer.yml
│ │ │ │ ├── SPARC Enterprise X5220 Server.yml
│ │ │ │ ├── Sun E10000 System Service Processor.yml
│ │ │ │ ├── SunOS.yml
│ │ │ │ ├── SunScreen.yml
│ │ │ │ └── X4200 iloms.yml
│ │ │ ├── super micro computer inc/
│ │ │ │ └── IPMI.yml
│ │ │ ├── supermicro/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── surecom/
│ │ │ │ ├── Unknown.yml
│ │ │ │ └── Wireless Broadband Router 11Mbps.yml
│ │ │ ├── sweex/
│ │ │ │ ├── CC300010.yml
│ │ │ │ ├── CC300011.yml
│ │ │ │ ├── CC400010.yml
│ │ │ │ ├── CC400020.yml
│ │ │ │ ├── CD300010.yml
│ │ │ │ ├── CD300011.yml
│ │ │ │ ├── CD400011.yml
│ │ │ │ ├── LB000020.yml
│ │ │ │ ├── LB000021.yml
│ │ │ │ ├── LB200010.yml
│ │ │ │ ├── LB300010.yml
│ │ │ │ ├── LC000070.yml
│ │ │ │ ├── LW050.yml
│ │ │ │ ├── LW055.yml
│ │ │ │ ├── LW140.yml
│ │ │ │ ├── LW300.yml
│ │ │ │ ├── MO200.yml
│ │ │ │ ├── MO201.yml
│ │ │ │ ├── MO250.yml
│ │ │ │ ├── MO251.yml
│ │ │ │ ├── PR001.yml
│ │ │ │ ├── PR010.yml
│ │ │ │ ├── PR101.yml
│ │ │ │ ├── PR110.yml
│ │ │ │ └── RO002.yml
│ │ │ ├── sybase/
│ │ │ │ ├── ASA.yml
│ │ │ │ └── Adaptive Server Enterprise.yml
│ │ │ ├── symantec/
│ │ │ │ ├── Brightmail Anti-Spam.yml
│ │ │ │ ├── Norton Antivurs.yml
│ │ │ │ ├── VPN-Firewall Appliance - gui.yml
│ │ │ │ └── VPN-Firewall Appliance.yml
│ │ │ ├── symbol technologies inc/
│ │ │ │ └── WS5100.yml
│ │ │ ├── synology inc/
│ │ │ │ └── DSM Server.yml
│ │ │ ├── syskonnect/
│ │ │ │ └── 6616.yml
│ │ │ ├── tandberg/
│ │ │ │ ├── Border Controller - http.yml
│ │ │ │ ├── Border Controller - ssh.yml
│ │ │ │ ├── Border Controller.yml
│ │ │ │ ├── Codec - ssh.yml
│ │ │ │ ├── Codec - telnet.yml
│ │ │ │ ├── Codec.yml
│ │ │ │ ├── Gatekeeper.yml
│ │ │ │ ├── Video Communication Server.yml
│ │ │ │ └── Vision.yml
│ │ │ ├── tasman/
│ │ │ │ └── T1.yml
│ │ │ ├── tegile/
│ │ │ │ └── Zebi Array.yml
│ │ │ ├── telappliant/
│ │ │ │ └── IP2006 SIP Phone.yml
│ │ │ ├── telebit/
│ │ │ │ └── Netblazer.yml
│ │ │ ├── telelec/
│ │ │ │ └── Eagle.yml
│ │ │ ├── teletronics/
│ │ │ │ └── WL-CPE Router.yml
│ │ │ ├── telewell/
│ │ │ │ ├── TW-EA200.yml
│ │ │ │ └── TW-EA510.yml
│ │ │ ├── telus/
│ │ │ │ └── Telephony Services.yml
│ │ │ ├── terayon/
│ │ │ │ └── TeraLink.yml
│ │ │ ├── test/
│ │ │ │ └── test.yml
│ │ │ ├── texbox/
│ │ │ │ └── TexBox.yml
│ │ │ ├── textportal/
│ │ │ │ └── TextPortal.yml
│ │ │ ├── thecus tech/
│ │ │ │ └── N5200.yml
│ │ │ ├── tibco/
│ │ │ │ ├── MFT Internet Server.yml
│ │ │ │ └── Slingshot.yml
│ │ │ ├── tim schaab/
│ │ │ │ └── Mad.Thought.yml
│ │ │ ├── timetools/
│ │ │ │ ├── SR Series NTP Server - ftp.yml
│ │ │ │ ├── SR Series NTP Server - telnet.yml
│ │ │ │ └── SR Series NTP Server.yml
│ │ │ ├── tiny/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── tinys/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── tmc/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── toplayer/
│ │ │ │ └── AppSwitch.yml
│ │ │ ├── toshiba/
│ │ │ │ ├── PC BIOS.yml
│ │ │ │ ├── WBG.yml
│ │ │ │ └── e-Studio.yml
│ │ │ ├── totolink/
│ │ │ │ └── Soho Routers.yml
│ │ │ ├── trend micro/
│ │ │ │ ├── InterScan VirusWall.yml
│ │ │ │ ├── Interscan Messaging Security Appliance.yml
│ │ │ │ ├── Trend Micro.yml
│ │ │ │ ├── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000 - serial console.yml
│ │ │ │ ├── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000 - ssh.yml
│ │ │ │ └── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000.yml
│ │ │ ├── tridium/
│ │ │ │ ├── AX.yml
│ │ │ │ └── Niagara.yml
│ │ │ ├── trintech/
│ │ │ │ └── eAcquirer.yml
│ │ │ ├── triumph-adler/
│ │ │ │ └── DC 2116.yml
│ │ │ ├── tumbleweed/
│ │ │ │ └── IME.yml
│ │ │ ├── typo3/
│ │ │ │ ├── TYPO3 - http.yml
│ │ │ │ └── TYPO3.yml
│ │ │ ├── typo3 association/
│ │ │ │ └── Typo3.yml
│ │ │ ├── unex/
│ │ │ │ └── NexIP Routers.yml
│ │ │ ├── unidesk/
│ │ │ │ └── Management Appliance (MA).yml
│ │ │ ├── unify/
│ │ │ │ └── OpenStage SIP Webinterface.yml
│ │ │ ├── united technologies corporation/
│ │ │ │ └── Interlogix truVision IP Camera.yml
│ │ │ ├── unix/
│ │ │ │ ├── Generic.yml
│ │ │ │ └── Unix.yml
│ │ │ ├── unknown/
│ │ │ │ ├── POCSAG Radio Paging.yml
│ │ │ │ └── System 88.yml
│ │ │ ├── us robotics/
│ │ │ │ ├── TOTALswitch.yml
│ │ │ │ ├── USR5450.yml
│ │ │ │ └── USR8054.yml
│ │ │ ├── usrobotics/
│ │ │ │ └── Wireless ADSL Router.yml
│ │ │ ├── ut lexar/
│ │ │ │ └── PBX Switch.yml
│ │ │ ├── utstarcom/
│ │ │ │ └── B-NAS, B-RAS.yml
│ │ │ ├── vbrick systems/
│ │ │ │ └── Multiple.yml
│ │ │ ├── verifone/
│ │ │ │ └── Verifone Junior.yml
│ │ │ ├── veritas/
│ │ │ │ └── Cluster Server.yml
│ │ │ ├── verity/
│ │ │ │ └── Ultraseek.yml
│ │ │ ├── verizon/
│ │ │ │ ├── 9100EM.yml
│ │ │ │ ├── 9100VM.yml
│ │ │ │ └── MI424WR.yml
│ │ │ ├── vertex/
│ │ │ │ └── VERTEX 1501.yml
│ │ │ ├── vextrec technology/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── vienuke/
│ │ │ │ └── VieBoard.yml
│ │ │ ├── vina technologies/
│ │ │ │ └── ConnectReach.yml
│ │ │ ├── virtual programming/
│ │ │ │ └── VP-ASP Shopping Cart.yml
│ │ │ ├── visa vap/
│ │ │ │ ├── VAP - modem.yml
│ │ │ │ └── VAP.yml
│ │ │ ├── vobis/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── voicegenie technologies/
│ │ │ │ └── VoiceGenie.yml
│ │ │ ├── voiceobjects germany/
│ │ │ │ └── VoiceObjects.yml
│ │ │ ├── vonage/
│ │ │ │ └── VTA.yml
│ │ │ ├── vpasp/
│ │ │ │ └── VP-ASP Shopping Cart.yml
│ │ │ ├── wanco inc/
│ │ │ │ └── NTCIP Message Sign Software.yml
│ │ │ ├── watchguard/
│ │ │ │ ├── FireBox.yml
│ │ │ │ ├── Firebox X Edge.yml
│ │ │ │ └── XTM.yml
│ │ │ ├── web wiz/
│ │ │ │ └── Forums.yml
│ │ │ ├── webmin/
│ │ │ │ └── Webmin.yml
│ │ │ ├── webramp/
│ │ │ │ └── Unknown.yml
│ │ │ ├── westell/
│ │ │ │ ├── Router.yml
│ │ │ │ └── Wirespeed.yml
│ │ │ ├── wim bervoets/
│ │ │ │ └── WIMBIOSnbsp BIOS.yml
│ │ │ ├── wireless inc/
│ │ │ │ └── WaveNet.yml
│ │ │ ├── wwwboard/
│ │ │ │ └── WWWADMIN.PL.yml
│ │ │ ├── x-micro/
│ │ │ │ └── WLAN 11b Broadband Router.yml
│ │ │ ├── xavi/
│ │ │ │ └── X7722r.yml
│ │ │ ├── xerox/
│ │ │ │ ├── DocuColor - integrated keyboard.yml
│ │ │ │ ├── DocuColor.yml
│ │ │ │ ├── Document Centre 432.yml
│ │ │ │ ├── Document Centre.yml
│ │ │ │ ├── WorkCentre Pro.yml
│ │ │ │ ├── WorkCentre-DocumentCentre.yml
│ │ │ │ └── WorkCentre.yml
│ │ │ ├── xinit systems ltd/
│ │ │ │ └── Openfiler.yml
│ │ │ ├── xylan/
│ │ │ │ └── Omniswitch.yml
│ │ │ ├── xyplex/
│ │ │ │ ├── MX-1600.yml
│ │ │ │ ├── Routers.yml
│ │ │ │ └── Terminal Server.yml
│ │ │ ├── yakumo/
│ │ │ │ └── Routers.yml
│ │ │ ├── yuxin/
│ │ │ │ └── IP Phone.yml
│ │ │ ├── zcomax/
│ │ │ │ └── XG1021.yml
│ │ │ ├── zebra technologies/
│ │ │ │ └── 10-100 Print Server.yml
│ │ │ ├── zenith/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── zeos/
│ │ │ │ └── PC BIOS.yml
│ │ │ ├── zeus/
│ │ │ │ └── Zeus Admin Server.yml
│ │ │ ├── zoom/
│ │ │ │ └── ADSL Modem.yml
│ │ │ └── zyxel/
│ │ │ ├── Generic Routers.yml
│ │ │ ├── Prestige - ftp.yml
│ │ │ ├── Prestige - telnet.yml
│ │ │ ├── Prestige 652HW-31.yml
│ │ │ └── Prestige.yml
│ │ ├── redis/
│ │ │ └── redis.yml
│ │ ├── snmp/
│ │ │ └── snmp.yml
│ │ ├── ssh/
│ │ │ └── ssh.yml
│ │ ├── telnet/
│ │ │ └── telnet.yml
│ │ └── tiny.csv
│ ├── scanner.py
│ ├── settings.py
│ └── target.py
└── totalpass.py
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
================================================
FILE: CONTRIBUTING.md
================================================
# CONTRIBUTING
TotalPass was created by HJK [@0xHJK](https://github.com/0xHJK).
项目主要参考或使用了以下项目,向其开发者表示感谢。
- https://github.com/ztgrace/changeme
- https://github.com/psf/requests
- https://github.com/pallets/click
- https://github.com/paramiko/paramiko
- 其他引用的第三方库
## Authors
- [@0xHJK](https://github.com/0xHJK)
## Development
项目支持插件化开发,只需要在`addons`目录中添加插件,在`passwds`目录中添加密码信息即可使用
### 添加yml密码(推荐)
例如新增一个思科的snmp默认密码文件,可以在`passwds/snmp`目录下创建`cisco.yml`文件
参考格式:
```yml
name: Cisco - NETRANGER/SECURE IDS # 名称中可以包含服务商、型号、版本等信息,是唯一识别符
vendor: CISCO
auth:
credentials:
- username: cisco
password: cisco
- username: 用户名和密码可以创建多对
password: 用户名和密码可以创建多对
category: snmp # 类别必须和插件名称一致
port: 161
comment: 这是备注,可以备注来源链接
```
### 添加csv密码
如果需要添加多个密码,可以使用csv文件
csv格式:username, password [, name, category, port, comment]
用户名和密码必须,配置名称、扫描类型、端口、备注可选
### 开发扫描器插件
如果扫描类型不在已支持的插件中,可以选择自行开发插件。
开发插件需要在`addons`目录中创建py文件,文件名为扫描类型,如`mongo.py`。
同时需要在`payloads`目录中添加对应的密码信息。
格式参考:
```python
# 引入必要的包
import pymongo
from ..settings import opts
from ..scanner import Scanner
# 继承Scanner类,类名和扫描类别保持一致
class MongoScanner(Scanner):
def __init__(self, passwd, target, username, password):
super(RedisScanner, self).__init__(passwd, target, username, password)
# 指定默认端口
self.port = self.port or 27017
# 核心扫描方法,成功通常返回服务信息,失败返回False
def _check(self):
evidence = "mongodb version xxx"
return evidence
# 被调用的生成扫描器的方法,注意类名一致
def mkscanner(passwd, target, username, password):
return MongoScanner(passwd, target, username, password)
```
================================================
FILE: HISTORY.md
================================================
# HISTORY
- 2020-04
- 完成项目基本结构
- 完成 SSH 扫描器
- 完成 Telnet 扫描器
- 完成 Redis 扫描器
- 完成 SNMP 扫描器
- 2020-03
- 项目开始,计划完成一个默认密码扫描工具
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2020 HJK
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: MANIFEST.in
================================================
include \
LICENSE \
MAINFEST.in \
*.md \
setup.* \
totalpass.jpg
recursive-include totalpass *.yml *.csv
exclude \
.env* \
.git*
prune build
prune dist
================================================
FILE: Makefile
================================================
.PHONY: test
dev:
pip install setuptools pytest black twine flake8
ci:
py.test --junitxml=report.xml
test:
python3 setup.py test
pytest
coverage:
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=totalpass --junitxml=report.xml tests
flake8:
black .
flake8 --ignore=E501,F401,W503 totalpass
clean:
rm -fr build dist .egg totalpass.egg-info
rm -fr *.mp3 .pytest_cache coverage.xml report.xml htmlcov
find . | grep __pycache__ | xargs rm -fr
find . | grep .pyc | xargs rm -f
uninstall:
pip uninstall -y totalpass
install:
python3 setup.py install
build:
python3 setup.py sdist bdist_wheel
publish:
python3 setup.py sdist bdist_wheel
twine upload dist/*
================================================
FILE: README.md
================================================
# TotalPass
<p align="center">
<a href="https://github.com/0xHJK/TotalPass">
<img src="https://github.com/0xHJK/TotalPass/raw/master/totalpass.jpg" alt="totalpass">
</a>
<span>TotalPass 是一款默认口令/弱口令扫描工具</span><br>
<p>
<p align="center">
<a><img src="https://img.shields.io/pypi/pyversions/TotalPass.svg"></a>
<a href="https://github.com/0xHJK/TotalPass/releases">
<img src="https://img.shields.io/github/v/release/0xHJK/TotalPass?include_prereleases">
</a>
<a><img src="https://img.shields.io/github/license/0xHJK/TotalPass"></a>
</p>
<p align="center">
<a href="https://github.com/0xHJK/TotalPass">https://github.com/0xHJK/TotalPass</a>
</p>
<hr>
> ⚠️ **警告:本工具仅用于授权测试,不得用于非法用途,否则后果自负!**
>
> ⚠️ **WARNING:FOR LEGAL PURPOSES ONLY!**
## 🤘 Features
1. 扫描目标设备是否存在默认密码
2. 搜索常见设备默认密码
3. 支持手动和自动更新密码库
目前支持的默认密码扫描类型有
- SSH
- Telnet
- SNMP
- Redis
## 🚀 QuickStart
```bash
$ pip3 install totalpass
$ totalpass scan 192.168.1.1
```
手动安装
```bash
$ git clone https://github.com/0xHJK/TotalPass
$ cd TotalPass
$ python3 setup.py install
```
## 💫 Usage
查看帮助
```bash
$ totalpass --help
Usage: totalpass.py [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
list 列出所有支持的设备信息和服务类型
scan 指定目标进行密码扫描
search 从密码库中搜索密码
update 从 cirt.net 更新密码库
```
查看扫描命令帮助
```bash
$ totalpass scan --help
Usage: totalpass.py scan [OPTIONS] TARGET...
指定目标进行密码扫描
Options:
-x, --name TEXT 指定设备型号或品牌
-c, --category TEXT 指定扫描类型
-p, --port INTEGER 指定扫描端口
-d, --dirname TEXT 指定字典目录或文件
--common 使用常见弱口令字典
-t, --threads INTEGER 指定线程数量
-v, --verbose 详细输出模式
--help Show this message and exit.
```
## 🤖 Scanner
对单一IP进行所有扫描
```bash
$ totalpass scan 192.168.1.1
```
使用详细模式
```bash
$ totalpass scan -v 192.168.1.1
```
指定扫描类型进行扫描
```bash
$ totalpass scan -c ssh 192.168.1.1
```
指定端口进行扫描
```bash
$ totalpass scan -p 22 192.168.1.1
```
自定义字典进行扫描
```bash
$ totalpass scan -d your-wordlist 192.168.1.1
```
对多个IP进行扫描(速度较慢)
```bash
$ totalpass scan 192.168.1.1 192.168.1.2
$ totalpass scan 192.168.1.1/24
```
## 🔑 Passwords
查看支持的扫描类型
```bash
$ totalpass list
```
在密码库中搜索密码
```bash
$ totalpass search weblogic
```
在密码库中搜索密码(以表格形式显示)
```bash
$ totalpass search -v tomcat
```
在密码库中搜索密码(以完整形式显示)
```bash
$ totalpass search -vv tomcat
```
多个条件搜索
```bash
$ totalpass search oracle unix
```
更新密码库
```bash
$ totalpass update
```
## 🧩 Options
### 扫描目标
扫描目标支持单个IP、多个IP、子网、指定类型和端口等形式
```bash
$ totalpass scan 192.168.1.1
$ totalpass scan 192.168.1.1 192.168.1.2
$ totalpass scan 192.168.1.1/24
$ totalpass scan redis://192.168.1.1:6379
```
### 设备类型或名称
参数:`-x`或`--name=`
对应payloads目录中的yml文件的name属性
### 扫描类型
参数:`-c`或`--category=`
对应payloads目录中的yml文件的category属性,也和`addons`目录中的插件名称对应,如果不指定则默认使用所有插件。
支持多种类型,如`-c ssh -c telnet`
### 扫描端口
参数:`-p`或`--port=`
不指定则使用默认端口
### 线程数量
参数:`-t`或`--threads=`
默认10线程
### 常见弱口令
参数:`--common`
在匹配的yml文件之外,使用csv文件中常见弱口令进行爆破
### 自定义字典
参数:`-d`或`--dirname=`
可以指定字典目录或字典文件
### 详细模式
参数:`-v` `-vv` `-vvv`
`v`越多,输出越详细
## 📜 History
<https://github.com/0xHJK/TotalPass/blob/master/HISTORY.md>
## 🤝 Contributing
<https://github.com/0xHJK/TotalPass/blob/master/CONTRIBUTING.md>
## 📄 License
[MIT License](https://github.com/0xHJK/TotalPass/blob/master/LICENSE)
## ❤️ Donate
BTC:bc1qn hvev dghq uzc3 fh9c qdja 63ut qqgn va3l h6n2s
Wechat:

================================================
FILE: requirements.txt
================================================
redis
pysnmp
netaddr
click
pyyaml
paramiko
requests
================================================
FILE: setup.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
import os
import setuptools
from os import path
proj_dir = path.dirname(path.realpath(__file__))
about_file = path.join(proj_dir, "totalpass", "__version__.py")
about = {}
exec(open(about_file, "r", encoding="utf-8").read(), about)
long_description = open("README.md", "r", encoding="utf-8").read()
requirements = open("requirements.txt", "r", encoding="utf-8").read().splitlines()
setuptools.setup(
name=about["__title__"],
version=about["__version__"],
description=about["__description__"],
author=about["__author__"],
author_email=about["__author_email__"],
url=about["__url__"],
license=about["__license__"],
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
include_package_data=True,
test_suite="tests",
entry_points={"console_scripts": ["totalpass = totalpass.__main__:main"]},
install_requires=requirements,
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Security",
"Topic :: Security :: Cryptography",
"Topic :: Internet",
"Topic :: System",
"Topic :: Database",
"Topic :: Utilities",
],
)
================================================
FILE: tests/__init__.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
================================================
FILE: tests/test_main.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
import totalpwd
def test_main():
assert totalpwd.main() == "TotalPwd"
================================================
FILE: totalpass/__init__.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
from .__version__ import __version__
from .__main__ import main
================================================
FILE: totalpass/__main__.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
import os
import sys
import logging
import click
from prettytable import PrettyTable
from .core import TPCore
from .passwd import Passwd
from .target import Target
from .settings import opts
from .__version__ import __version__
def banner():
return (
"\nTotalPass %s created by HJK.\nhttps://github.com/0xHJK/TotalPass\n"
% __version__
)
@click.group()
@click.version_option(message=banner())
def main():
print(banner())
@main.command()
def list():
""" 列出所有支持的设备信息和服务类型 """
TPCore.anylist()
@main.command()
def update():
""" 从 cirt.net 更新密码库"""
TPCore.anyupdate()
@main.command()
@click.argument("keywords", nargs=-1, required=True)
@click.option("-v", "--verbose", count=True, help="详细输出模式")
def search(keywords, verbose):
""" 从密码库中搜索密码 """
TPCore.anysearch(keywords, verbose)
@main.command()
@click.argument("target", nargs=-1, required=True)
@click.option("-x", "--name", help="指定设备型号或品牌")
@click.option("-c", "--category", multiple=True, help="指定扫描类型")
@click.option("-p", "--port", type=int, help="指定扫描端口")
@click.option("-d", "--dirname", help="指定字典目录或文件")
@click.option("--common", is_flag=True, default=False, help="使用常见弱口令字典")
@click.option("-t", "--threads", default=10, type=int, help="指定线程数量")
@click.option("-v", "--verbose", count=True, help="详细输出模式")
def scan(target, name, common, category, port, dirname, threads, verbose):
""" 指定目标进行密码扫描 """
if verbose < 1:
level = logging.WARNING
elif verbose < 2:
level = logging.INFO
else:
level = logging.DEBUG
logging.basicConfig(
level=level,
format="[%(asctime)s] %(levelname)-8s | %(msg)s ",
datefmt="%H:%M:%S",
)
opts.threads = threads
if name:
opts.name = name
if common:
opts.common = "common"
if category:
opts.categories = category
else:
from . import addons
opts.categories = addons.__all__
opts.port = port
if dirname and os.path.exists(dirname):
opts.passwds_path = dirname
# passwds会影响categories,所以必须先load passwds
opts.passwds = Passwd.load()
opts.targets = Target.parse(target)
opts.running = True
try:
TPCore.anyscan()
except KeyboardInterrupt as e:
opts.running = False
click.echo("Exit.")
sys.exit()
finally:
click.echo("\n--- Result -------------")
if not opts.result:
click.secho("[x] Not Found", fg="red")
else:
for msg in opts.result:
click.secho(msg, fg="green")
click.echo("------------------------\n")
if __name__ == "__main__":
main()
================================================
FILE: totalpass/__version__.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
__title__ = "TotalPass"
__description__ = "Defualt password scanner and searcher"
__url__ = "https://github.com/0xHJK/TotalPass"
__version__ = "0.0.2"
__author__ = "HJK"
__author_email__ = "HJKdev@gmail.com"
__license__ = "MIT License"
__copyright__ = "Copyright 2020 HJK"
================================================
FILE: totalpass/addons/__init__.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
from os.path import dirname, basename, isfile, join
import glob
modules = glob.glob(join(dirname(__file__), "*.py"))
__all__ = [
basename(f)[:-3] for f in modules if isfile(f) and not f.endswith("__init__.py")
]
from . import *
================================================
FILE: totalpass/addons/redis.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
Redis 密码扫描器
"""
import redis
from ..settings import opts
from ..scanner import Scanner
class RedisScanner(Scanner):
"""
Redis 密码扫描器
"""
def __init__(self, passwd, target, username, password):
super(RedisScanner, self).__init__(passwd, target, username, password)
self.port = self.port or 6379
def _check(self):
r = redis.StrictRedis(host=self.host, port=self.port)
info = r.info()
evidence = "redis_version: %s, os: %s" % (info["redis_version"], info["os"])
return evidence
def mkscanner(passwd, target, username, password):
return RedisScanner(passwd, target, username, password)
================================================
FILE: totalpass/addons/snmp.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
SNMP 扫描器
"""
from pysnmp.hlapi import *
from ..scanner import Scanner
from ..settings import opts
class SNMPScanner(Scanner):
"""
SNMP 扫描器
"""
def __init__(self, passwd, target, username, password):
super(SNMPScanner, self).__init__(passwd, target, username, password)
self.port = self.port or 161
def _check(self):
iterator = getCmd(
SnmpEngine(),
CommunityData(self.password),
UdpTransportTarget((str(self.host), self.port)),
ContextData(),
ObjectType(ObjectIdentity("SNMPv2-MIB", "sysDescr", 0)),
)
errorIndication, errorStatus, errorIndex, varBinds = next(iterator)
evidence = ""
if errorIndication:
self.logger.debug(errorIndication)
elif errorStatus:
self.logger.debug(
"%s at %s"
% (
errorStatus.prettyPrint(),
errorIndex and varBinds[int(errorIndex) - 1][0] or "?",
)
)
else:
for varBind in varBinds:
evidence += " = ".join([x.prettyPrint() for x in varBind])
return evidence
def mkscanner(passwd, target, username, password):
return SNMPScanner(passwd, target, username, password)
================================================
FILE: totalpass/addons/ssh.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
SSH 扫描器
"""
import logging
import paramiko
from ..scanner import Scanner
from ..settings import opts
class SSHScanner(Scanner):
"""
SSH 扫描器
"""
def __init__(self, passwd, target, username, password):
super(SSHScanner, self).__init__(passwd, target, username, password)
self.port = self.port or 22
def _check(self):
c = paramiko.SSHClient()
c.set_missing_host_key_policy(
paramiko.MissingHostKeyPolicy()
) # ignore unknown hosts
c.connect(
hostname=self.host,
port=self.port,
username=self.username,
password=self.password,
timeout=opts.timeout,
banner_timeout=300,
auth_timeout=20,
)
stdin, stdout, stderr = c.exec_command("uname -a")
evidence = stdout.readlines()[0]
c.close()
return evidence
def mkscanner(passwd, target, username, password):
return SSHScanner(passwd, target, username, password)
================================================
FILE: totalpass/addons/telnet.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
Telnet 扫描器
"""
import socket
import time
import logging
from telnetlib import Telnet
from ..scanner import Scanner
from ..settings import opts
class TelnetScanner(Scanner):
"""
Telnet 扫描器
"""
def __init__(self, passwd, target, username, password):
super(TelnetScanner, self).__init__(passwd, target, username, password)
self.port = self.port or 23
def _check(self):
tn = Telnet(host=self.host, port=self.port, timeout=opts.timeout)
self._command(tn, "login: ", self.username)
self._command(tn, "Password: ", self.password or "")
evidence = self._command(tn, "$", "").strip()
# TODO: 有些系统不一定是$符号
if not evidence.endswith("$"):
# if not evidence or evidence.endswith("login:"):
evidence = False
tn.close()
return evidence
def _command(self, tn, flag, cmd):
data = tn.read_until(flag.encode(), timeout=opts.timeout / 2)
tn.write(cmd.encode() + b"\n")
return data.decode(errors="ignore")
def mkscanner(passwd, target, username, password):
return TelnetScanner(passwd, target, username, password)
================================================
FILE: totalpass/cirt.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
https://cirt.net/passwords 爬虫
更新默认密码信息
"""
import os
import re
import copy
import logging
import requests
import click
import yaml
from os import path
from threading import Thread
from queue import Queue
from .settings import opts
from .passwd import Passwd
from pyquery import PyQuery as pq
class CirtPass(object):
"""
cirt.net 密码爬虫
"""
logger = logging.getLogger("TotalPass")
key_map = {"User ID": "username", "Password": "password", "Method": "category"}
qt = Queue()
def __init__(self):
pass
@classmethod
def mkdir(cls, dirname):
if path.exists(dirname):
if not path.isdir(dirname):
# 如果存在但不是文件夹则删除再创建
os.remove(dirname)
os.makedirs(dirname)
else:
os.makedirs(dirname)
@classmethod
def update(cls):
"""
更新密码
"""
cirt_path = path.join(opts.passwds_path, "cirt")
cls.mkdir(cirt_path)
# 获取不同厂商的密码链接
ven_urls = cls.geturls("https://cirt.net/passwords")
for vendor, url in ven_urls:
if vendor:
cls.qt.put((vendor, url))
for i in range(opts.threads):
t = Thread(target=cls.fetchpasswds, args=(cirt_path,))
t.start()
cls.qt.join()
@classmethod
def geturls(cls, url) -> list:
ven_urls = [] # (name, url)
try:
d = pq(cls.fetch(url))
for td_a in d("td a"):
ad = pq(td_a)
vendor, link = ad.text(), ad.attr("href")
if vendor:
link = url + link
ven_urls.append((vendor, link))
except Exception as e:
click.secho("[x] fetch url %s failed." % url, fg="red")
cls.logger.error("%s Exception: %s" % (type(e).__name__, str(e)))
return ven_urls
@classmethod
def fetchpasswds(cls, cirt_path):
"""
从URL获得数据并分析得到passwd保存到文件
"""
while not cls.qt.empty():
vendor, url = cls.qt.get()
# 创建文件夹
ven_dir = path.join(cirt_path, vendor.lower())
ven_dir = re.sub("[\.\,]", "", ven_dir)
ven_dir = re.sub("[\|\*\&\^@]", "-", ven_dir)
cls.mkdir(ven_dir)
passwds_map = {}
try:
# 从URL获得数据
d = pq(cls.fetch(url))
for tb in d("table"):
d_tb = pq(tb)
model = pq(d_tb("h3 i")).text()
title = model
count = len(d_tb("td"))
table = {"title": title, "comment": ""} # 把cirt的表格格式化成一个字典
for i in range(1, count, 2): # 从第二个td开始,第一个td是title
key = pq(d_tb("td")[i]).text()
val = pq(d_tb("td")[i + 1]).text()
if not val:
continue
if key in cls.key_map:
table[cls.key_map[key]] = (
val.strip() if val != "(none)" else ""
)
else:
table["comment"] += "%s: %s; " % (key, val)
# 拆分类别字段
categories = table.get("category", "").lower()
if not categories:
categories = ["unknown"]
elif "," in categories:
categories = categories.split(",")
elif "/" in categories:
categories = categories.split("/")
else:
categories = [categories]
for cat in categories:
cat = cat.strip()
new_table = copy.deepcopy(table)
new_table["category"] = cat
passwd = passwds_map.get(new_table["title"], None)
cred = dict(
username=new_table.get("username", ""),
password=new_table.get("password", ""),
)
if passwd:
if passwd.category == cat:
# 如果passwd已存在并且分类相同则只添加密码
passwd.credentials.append(cred)
continue
else:
# 如果分类不同也需要创建新的
title = model + " - " + cat
# 如果passwd不存在则创建一个
passwd = Passwd(
vendor=vendor,
name=vendor + " - " + title,
category=cat,
credentials=[cred],
port=0,
comment=new_table.get("comment", ""),
)
passwd.title = title
passwds_map[title] = passwd
# 保存获取到的数据
for title, passwd in passwds_map.items():
fname = re.sub("[~`!@#\$%\^&\*\/\?\:\|]", "-", title)
fullname = path.join(ven_dir, fname + ".yml")
with open(fullname, "w") as f:
f.write(passwd.yaml())
click.echo("Saved to %s." % fullname)
cls.qt.task_done()
except Exception as e:
click.secho("[x] fetch passwds %s failed." % url, fg="red")
cls.logger.error("%s Exception: %s" % (type(e).__name__, str(e)))
@classmethod
def fetch(cls, url):
cls.logger.info("Fetching %s..." % url)
s = requests.Session()
r = s.get(url)
return r.text
================================================
FILE: totalpass/core.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
核心控制器
1. 解析命令
2. 调用对应插件
3. 返回结果
"""
import sys
import queue
import logging
import click
from threading import Thread
from prettytable import PrettyTable
from . import addons
from .settings import opts
from .passwd import Passwd
class TPCore(object):
"""
核心控制器
"""
logger = logging.getLogger("TotalPass")
_q_scanners = queue.Queue()
def __init__(self):
pass
# self.logger = logging.getLogger("TotalPass")
# self._q_scanners = queue.Queue()
@classmethod
def anyscan(cls):
click.echo("Checking if the target ports are open...")
scanners = []
for t in opts.targets:
if t.alive():
scanners += t.load_scanners()
click.echo("\nLoaded %i credential profiles." % len(opts.passwds))
click.echo("Loaded %i unique scanners.\n" % len(scanners))
for s in scanners:
cls._q_scanners.put(s)
tasks = []
for i in range(opts.threads):
t = Thread(target=cls._scan_worker)
t.start()
tasks.append(t)
cls._q_scanners.join()
opts.running = False
for i in range(opts.threads):
cls._q_scanners.put(None)
for t in tasks:
t.join()
@classmethod
def _scan_worker(cls):
while opts.running and not cls._q_scanners.empty():
s = cls._q_scanners.get()
if s is None:
break
s.scan()
cls._q_scanners.task_done()
@classmethod
def anysearch(cls, keywords, verbose):
""" 从密码库中搜索密码 """
click.echo("Searching passwords from profiles...")
passwds = Passwd.load()
matched = []
click.echo("[+] Loaded %s passwd profiles." % len(passwds))
if verbose < 1:
for passwd in passwds:
if passwd.match(keywords):
matched += passwd.creds()
matched = set(matched)
print("\n")
for x in matched:
print(x)
print("\n")
elif verbose < 2:
for passwd in passwds:
if passwd.match(keywords):
matched += passwd.cred_rows()
pt = PrettyTable(["Username", "Password", "Name"])
pt.align["Name"] = "l"
for row in matched:
pt.add_row(row)
print(pt.get_string())
else:
for passwd in passwds:
if passwd.match(keywords):
print("\n-----------------------------")
print(passwd.yaml())
matched.append(passwd.yaml())
if matched:
click.secho("[+] Found %s passwd." % len(matched), fg="green")
else:
click.secho("[x] No matching passwd profile found.", fg="red")
@classmethod
def anyupdate(cls):
""" 从 cirt.net 更新密码库"""
click.echo("Updating passwords from cirt.net...")
from .cirt import CirtPass
try:
CirtPass.update()
click.secho("[+] Passwords update completed.", fg="green")
except Exception as e:
click.secho("[x] Passwords update failed.", fg="red")
print("%s Exception: %s" % (type(e).__name__, str(e)))
@classmethod
def anylist(cls):
""" 列出所有支持的设备信息和服务类型 """
click.echo("Loading passwords from profiles...")
pt = PrettyTable(["Name", "Category", "Port", "Passwd Count"])
pt.align["Name"] = "l"
table = Passwd.table()
for row in table:
pt.add_row(row)
print(pt.get_string())
click.secho("[+] Loaded %s passwd profiles." % len(table), fg="green")
================================================
FILE: totalpass/exceptions.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
class InvalidCredential(RuntimeError):
""" 帐号或密码错误 """
def __init__(self, *args, **kwargs):
pass
================================================
FILE: totalpass/passwd.py
================================================
#!/usr/bin/env python3
# -*- coding=utf-8 -*-
"""
导入、解析和创建passwd
"""
import os
import logging
import click
import yaml
from .settings import opts
class Passwd(object):
logger = logging.getLogger("TotalPass")
def __init__(
self,
name="",
vendor="",
category="",
credentials=[],
port=0,
comment="",
raw=None,
):
# 唯一标识符(设备型号等信息)
self.name = name
self.vendor = vendor or name
self.category = category.lower()
self.credentials = credentials
self.port = int(port)
self.comment = comment
# 用来合并去重
self.key = "%s-%s-%s" % (self.name, self.category, self.port)
# 用来以后拓展
self.raw = raw
def __eq__(self, other):
return self.__dict__ == other.__dict__
def __hash__(self):
return hash(self.__repr__())
def __repr__(self):
return "Name: %s, Category: %s, Port: %s\nCredentials: %s" % tuple(self.row())
def __str__(self):
return self.__repr__()
def row(self) -> list:
"""
返回passwd信息数组(表格中的一行)
"""
creds = [
(item.get("username", ""), item.get("password", ""))
for item in self.credentials
]
return [self.name, self.category, self.port, str(creds)]
def creds(self) -> list:
"""
返回帐号和密码
"""
return [
"%s,%s" % (item.get("username", ""), item.get("password", ""))
for item in self.credentials
]
def cred_rows(self) -> list:
"""
返回帐号、密码、名称
"""
return [
[item.get("username", ""), item.get("password", ""), self.name]
for item in self.credentials
]
def yaml(self):
"""
把passwd信息格式化成yaml
"""
schema = {
"name": self.name,
"vendor": self.vendor,
"category": self.category,
"auth": {"credentials": self.credentials},
"port": int(self.port),
"comment": self.comment,
}
return yaml.dump(schema)
def match(self, keywords) -> bool:
""" 关键字匹配 passwd """
s = str(self.yaml()).lower()
for kw in keywords:
if not kw in s:
return False
return True
@classmethod
def table(cls, passwds_path="") -> list:
"""
返回passwd摘要信息
name, category, credentials count
"""
# 不可以直接在函数参数中设置,否则在调用之前就已经使用了旧的passwds_path
passwds_path = passwds_path or opts.passwds_path
passwds = cls.load(passwds_path)
return [
[passwd.name, passwd.category, passwd.port, len(passwd.credentials)]
for passwd in passwds
]
@classmethod
def load(cls, passwds_path="") -> list:
"""
导入passwd的对外接口
"""
passwds = []
passwds_path = passwds_path or opts.passwds_path
cls.logger.info("passwds_path: %s" % passwds_path)
if os.path.isfile(passwds_path):
passwds = cls._load_file(passwds_path)
elif os.path.isdir(passwds_path):
passwds = cls._load_dir(passwds_path)
else:
cls.logger.critical("Invalid path.")
return passwds
passwds = cls.merge(passwds)
return passwds
@classmethod
def merge(cls, passwds) -> list:
"""
如果命令行中指定了name参数,则需要去除不符合要求的密码对
TODO:合并passwds中的用户名和密码对
"""
names = []
if opts.name:
names.append(opts.name)
if opts.common:
names.append("COMMON")
if not names:
# 如果没有指定name则直接返回
return passwds
# 否则需要去除不符合要求的passwds
ret_passwds = []
catgories = set()
for passwd in passwds:
for vn in names:
if vn.upper() in passwd.name.upper():
ret_passwds.append(passwd)
catgories.add(passwd.category)
continue
# 对于分类也取并集
opts.categories = [cat for cat in opts.categories if cat in catgories]
return ret_passwds
@classmethod
def _load_dir(cls, dirname) -> list:
"""
遍历目录导入passwd
"""
passwds = []
cls.logger.info("Loading dir %s" % dirname)
for root, dirs, files in os.walk(dirname):
for fname in files:
file = os.path.join(root, fname)
passwds += cls._load_file(file)
return passwds
@classmethod
def _load_file(cls, file) -> list:
"""
从文件导入passwd
"""
if file.endswith(".yml"):
return cls._load_yaml(file)
elif file.endswith(".csv"):
return cls._load_csv(file)
else:
cls.logger.debug("%s is not supported." % file)
return []
@classmethod
def _load_yaml(cls, file) -> list:
"""
导入yml文件中的passwd
"""
cls.logger.info("Loading yaml file %s" % file)
passwds = []
try:
raw = open(file, "r").read()
parsed = yaml.safe_load(raw)
passwd = Passwd(
name=parsed["name"],
vendor=parsed["vendor"],
category=parsed["category"],
credentials=parsed["auth"]["credentials"],
port=parsed["port"],
comment=parsed.get("comment", ""),
raw=parsed,
)
passwds.append(passwd)
except Exception as e:
cls.logger.error("Parse yaml file %s failed." % file)
cls.logger.error(e)
return passwds
@classmethod
def _load_csv(cls, file) -> list:
"""
导入csv文件中的passwd
csv文件格式 username, password [, name, category, port, comment]
"""
cls.logger.info("Loading csv file %s" % file)
passwds_map = {}
try:
with open(file, "r") as f:
for row in f.readlines():
cells = [x.strip() for x in row.split(",")]
padding = [None for i in range(6 - len(cells))] # 补全长度
full_cells = cells + padding
name = full_cells[2] or "COMMON"
category = full_cells[3] or full_cells[2] or "common"
port = full_cells[4] or 0
username, password = full_cells[0:2]
key = "%s-%s-%s" % (name, category, port)
cred = dict(username=username, password=password)
if key in passwds_map:
# 合并
passwds_map.get(key).credentials.append(cred)
else:
passwd = Passwd(
name=name,
vendor=name,
category=category,
credentials=[cred],
port=full_cells[4] or 0,
comment=full_cells[5],
raw=cells,
)
passwds_map[passwd.key] = passwd
except Exception as e:
cls.logger.error("Parse csv file %s failed." % file)
cls.logger.info(e)
passwds = passwds_map.values()
return passwds
================================================
FILE: totalpass/payloads/cirt/2wire inc/Wireless Routers.yml
================================================
auth:
credentials:
- password: ''
username: http
category: unknown
comment: 'Level: Administrator; '
name: 2Wire, Inc. - Wireless Routers
port: 0
vendor: 2WIRE, INC.
================================================
FILE: totalpass/payloads/cirt/360 systems/Image Server 2000.yml
================================================
auth:
credentials:
- password: factory
username: factory
category: unknown
comment: ''
name: 360 Systems - Image Server 2000
port: 0
vendor: 360 SYSTEMS
================================================
FILE: totalpass/payloads/cirt/3com/3CRWE52196.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: unknown
comment: 'Level: Administrator; '
name: 3COM - 3CRWE52196
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/AirConnect AP.yml
================================================
auth:
credentials:
- password: comcomcom
username: ''
category: snmp
comment: ''
name: 3COM - AirConnect AP
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/CellPlex.yml
================================================
auth:
credentials:
- password: tech
username: tech
category: telnet
comment: 'Version: 7000; '
name: 3COM - CellPlex
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/CoreBuilder.yml
================================================
auth:
credentials:
- password: synnet
username: debug
- password: tech
username: tech
category: telnet
comment: 'Version: 7000/6000/3500/2500; '
name: 3COM - CoreBuilder
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/HiPerARC.yml
================================================
auth:
credentials:
- password: ''
username: adm
category: telnet
comment: 'Version: v4.1.x; '
name: 3COM - HiPerARC
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/LANplex.yml
================================================
auth:
credentials:
- password: synnet
username: debug
- password: tech
username: tech
category: telnet
comment: 'Version: 2500; '
name: 3COM - LANplex
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/LinkSwitch.yml
================================================
auth:
credentials:
- password: tech
username: tech
category: telnet
comment: 'Version: 2000/2700; '
name: 3COM - LinkSwitch
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/N-A.yml
================================================
auth:
credentials:
- password: ''
username: adm
- password: synnet
username: admin
- password: manager
username: manager
- password: monitor
username: monitor
- password: synnet
username: read
- password: security
username: security
- password: synnet
username: write
category: telnet
comment: ''
name: 3COM - N/A
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/NetBuilder.yml
================================================
auth:
credentials:
- password: ANYCOM
username: ''
category: snmp
comment: 'Notes: SNMP disabled by default; '
name: 3COM - NetBuilder
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/Office Connect ISDN Routers.yml
================================================
auth:
credentials:
- password: PASSWORD
username: ''
category: telnet
comment: 'Version: 5x0; Level: Administrator; '
name: 3COM - Office Connect ISDN Routers
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/OfficeConnect Remote Router.yml
================================================
auth:
credentials:
- password: '!root'
username: root
category: telnet
comment: 'Version: 812 ADSL, 840 SDSL; Level: Administrator; Doc: http://support.3com.com/infodeli/tools/remote/ocradsl/20/812_cli20.pdfhttp://support.3com.com/infodeli/tools/remote/ocremote/brouters/840/2sysadmin.htm; '
name: 3COM - OfficeConnect Remote Router
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/OfficeConnect Wireless AP.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: unknown
comment: 'Level: Administrator; '
name: 3COM - OfficeConnect Wireless AP
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/Router.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: boot prompt
comment: 'Version: 3000/5000 Series; Level: Administrator; Notes: 3COM Solution ID
3KB6942; '
name: 3COM - Router
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/SuperStack II Switch.yml
================================================
auth:
credentials:
- password: monitor
username: monitor
- password: manager
username: manager
- password: ''
username: admin
- password: security
username: security
- password: synnet
username: debug
- password: tech
username: tech
category: telnet
comment: 'Version: 1100/3300; Level: Monitor; '
name: 3COM - SuperStack II Switch
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/Superstack 3 switch.yml
================================================
auth:
credentials:
- password: recover
username: recover
category: console
comment: 'Version: 4900; Level: Administrator; Doc: http://support.3com.com/infodeli/tools/switches/ss3/4900/dha1770-0aaa04/htm/support/problemsolving/cliproblems.htm; '
name: 3COM - Superstack 3 switch
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/US Robotics ADSL Router.yml
================================================
auth:
credentials:
- password: '12345'
username: ''
category: http
comment: 'Version: 8550; Level: Administrator; '
name: 3COM - US Robotics ADSL Router
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/Wireless AP.yml
================================================
auth:
credentials:
- password: comcomcom
username: ''
category: unknown
comment: ''
name: 3COM - Wireless AP
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3com/e960.yml
================================================
auth:
credentials:
- password: Admin
username: Admin
category: http
comment: 'Level: Administrator; '
name: 3COM - e960
port: 0
vendor: 3COM
================================================
FILE: totalpass/payloads/cirt/3m/Volition.yml
================================================
auth:
credentials:
- password: ''
username: volition
category: unknown
comment: 'Version: VOL-0215; Level: Administrator; Doc: http://multimedia.3m.com/mws/mediawebserver?6666660Zjcf6lVs6EVs666xa9COrrrrQ-; '
name: 3M - Volition
port: 0
vendor: 3M
================================================
FILE: totalpass/payloads/cirt/3m/Voliton.yml
================================================
auth:
credentials:
- password: ''
username: VOL-0215
category: http
comment: 'Version: VOL-0215; Level: Administrator; Doc: http://multimedia.3m.com/mws/mediawebserver?6666660Zjcf6lVs6EVs666xa9COrrrrQ-; '
name: 3M - Voliton
port: 0
vendor: 3M
================================================
FILE: totalpass/payloads/cirt/accelerated networks/DSL CPE and DSLAM.yml
================================================
auth:
credentials:
- password: anicust
username: sysadm
category: telnet
comment: ''
name: Accelerated Networks - DSL CPE and DSLAM
port: 0
vendor: ACCELERATED NETWORKS
================================================
FILE: totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch - telnet.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: telnet
comment: 'Version: 3714; '
name: ACCTON - CheetahChassis Workgroup Switch - telnet
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch - web.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: web
comment: 'Version: 3714; '
name: ACCTON - CheetahChassis Workgroup Switch - web
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch.yml
================================================
auth:
credentials:
- password: monitor
username: monitor
- password: manager
username: manager
- password: ''
username: admin
category: snmp
comment: 'Version: 3714; '
name: ACCTON - CheetahChassis Workgroup Switch
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/accton/Gigabit Switches - ssh.yml
================================================
auth:
credentials:
- password: (caclulated)
username: __super
category: ssh
comment: 'Level: Administrator; Doc: http://www.vettebak.nl/hak/; Notes: The password
is based on the MAC address--see link for info. Devices sold by 3Com, Dell, SMC,
Foundry and EdgeCore.; '
name: ACCTON - Gigabit Switches - ssh
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/accton/Gigabit Switches.yml
================================================
auth:
credentials:
- password: (caclulated)
username: __super
category: telnet
comment: 'Level: Administrator; Doc: http://www.vettebak.nl/hak/; Notes: The password
is based on the MAC address--see link for info. Devices sold by 3Com, Dell, SMC,
Foundry and EdgeCore.; '
name: ACCTON - Gigabit Switches
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/accton/Wirelessrouter.yml
================================================
auth:
credentials:
- password: '0000'
username: ''
category: unknown
comment: 'Level: Administrator; '
name: ACCTON - Wirelessrouter
port: 0
vendor: ACCTON
================================================
FILE: totalpass/payloads/cirt/acer/BIOS.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Acer - BIOS
port: 0
vendor: ACER
================================================
FILE: totalpass/payloads/cirt/actiontec/GE344000-01.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Actiontec - GE344000-01
port: 0
vendor: ACTIONTEC
================================================
FILE: totalpass/payloads/cirt/actiontec/M1424WR.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Level: Administrator; Doc: http://onlinehelp.verizon.net/consumer/bin/pdf/NetworkSteps/ConfiguringActiontecM1424WRSecurity2.pdf;
Notes: http://192.168.1.1/; '
name: Actiontec - M1424WR
port: 0
vendor: ACTIONTEC
================================================
FILE: totalpass/payloads/cirt/adaptec/RAID Controller.yml
================================================
auth:
credentials:
- password: adaptec
username: Administrator
category: unknown
comment: 'Level: Administrator; '
name: Adaptec - RAID Controller
port: 0
vendor: ADAPTEC
================================================
FILE: totalpass/payloads/cirt/adc kentrox/Pacesetter Router.yml
================================================
auth:
credentials:
- password: secret
username: ''
category: telnet
comment: ''
name: ADC Kentrox - Pacesetter Router
port: 0
vendor: ADC KENTROX
================================================
FILE: totalpass/payloads/cirt/adcompletecom/Ban Man Pro.yml
================================================
auth:
credentials:
- password: Admin1
username: Admin1
category: unknown
comment: 'Level: Administrator; '
name: AdComplete.com - Ban Man Pro
port: 0
vendor: ADCOMPLETE.COM
================================================
FILE: totalpass/payloads/cirt/adcompletecom/Banman Pro.yml
================================================
auth:
credentials:
- password: Admin1
username: Admin1
category: http
comment: 'Version: 12; Level: Administrator; Doc: http://www.banmanpro.com/installnet40.asp; '
name: AdComplete.com - Banman Pro
port: 0
vendor: ADCOMPLETE.COM
================================================
FILE: totalpass/payloads/cirt/addpac technology/AP2120.yml
================================================
auth:
credentials:
- password: router
username: root
category: http
comment: 'Level: Administrator; '
name: AddPac Technology - AP2120
port: 0
vendor: ADDPAC TECHNOLOGY
================================================
FILE: totalpass/payloads/cirt/adobe/CQ.yml
================================================
auth:
credentials:
- password: admin
username: admin
- password: author
username: author
category: unknown
comment: 'Level: Administrator; Doc: https://docs.adobe.com/docs/v5_2/html-resources/cq5_guide_power_user/ch07s02.html#sect_default_users_and_groups;
Notes: This account is used for the connection between CQ WCM and CRX.; '
name: Adobe - CQ
port: 0
vendor: ADOBE
================================================
FILE: totalpass/payloads/cirt/adobe/Experience Manager-CQ.yml
================================================
auth:
credentials:
- password: anonymous
username: anonymous
- password: replication-receiver
username: replication-receiver
- password: jdoe
username: jdoe@geometrixx.info
- password: aparker
username: aparker@geometrixx.info
category: unknown
comment: 'Doc: http://resources.infosecinstitute.com/adobe-cq-pentesting-guide-part-1/; '
name: Adobe - Experience Manager/CQ
port: 0
vendor: ADOBE
================================================
FILE: totalpass/payloads/cirt/adobe/Experience Manager.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: https://helpx.adobe.com/experience-manager/using/datasourcepool.html; '
name: Adobe - Experience Manager
port: 0
vendor: ADOBE
================================================
FILE: totalpass/payloads/cirt/adobe/Vignette Connector.yml
================================================
auth:
credentials:
- password: vgnadmin
username: vgnadmin
category: http
comment: 'Level: Administrator; Doc: http://dev.day.com/content/docs/en/crx/connectors/vignette/current.html; '
name: Adobe - Vignette Connector
port: 0
vendor: ADOBE
================================================
FILE: totalpass/payloads/cirt/adt/Safewatch Pro3000.yml
================================================
auth:
credentials:
- password: '2580'
username: ''
category: unknown
comment: 'Level: Duress; Doc: http://krebsonsecurity.com/2013/01/does-your-alarm-have-a-default-duress-code/;
Notes: This is a "duress" code and likely on multiple ADT models as set by technicians.; '
name: ADT - Safewatch Pro3000
port: 0
vendor: ADT
================================================
FILE: totalpass/payloads/cirt/adtech/AX4000.yml
================================================
auth:
credentials:
- password: ax400
username: root
category: unknown
comment: 'Level: Administrator; '
name: Adtech - AX4000
port: 0
vendor: ADTECH
================================================
FILE: totalpass/payloads/cirt/adtran/MX2800.yml
================================================
auth:
credentials:
- password: adtran
username: ''
category: telnet
comment: ''
name: Adtran - MX2800
port: 0
vendor: ADTRAN
================================================
FILE: totalpass/payloads/cirt/adtran/NetVanta.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Version: 3430; Level: Administrator; Doc: http://www.adtran.com/pub/Library/Quick_Start_Guides/Public_View/NetVanta%203430%20Quick%20Start%20Guide.pdf; '
name: Adtran - NetVanta
port: 0
vendor: ADTRAN
================================================
FILE: totalpass/payloads/cirt/advanced integration/PC BIOS.yml
================================================
auth:
credentials:
- password: Advance
username: ''
category: console
comment: 'Level: Administrator; '
name: Advanced Integration - PC BIOS
port: 0
vendor: ADVANCED INTEGRATION
================================================
FILE: totalpass/payloads/cirt/airaya corp/AIRAYA WirelessGRID.yml
================================================
auth:
credentials:
- password: Airaya
username: Airaya
category: unknown
comment: 'Level: Administrator; Doc: http://www.airaya.com/support/guides/WirelessGRID-Manual_O.pdf;
Notes: The default IP address is 192.168.1.70.; '
name: AIRAYA Corp - AIRAYA WirelessGRID
port: 0
vendor: AIRAYA CORP
================================================
FILE: totalpass/payloads/cirt/airlink/AnyGate.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: http
comment: 'Version: GW-200; Level: Administrator; '
name: Airlink - AnyGate
port: 0
vendor: AIRLINK
================================================
FILE: totalpass/payloads/cirt/airlink plus/RTW026.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: http
comment: 'Version: V0.80.0010 (firmware); Level: Administrator; '
name: AirLink Plus - RTW026
port: 0
vendor: AIRLINK PLUS
================================================
FILE: totalpass/payloads/cirt/aironet/(All).yml
================================================
auth:
credentials:
- password: ''
username: (blank)
category: unknown
comment: 'Level: Administrator; '
name: Aironet - (All)
port: 0
vendor: AIRONET
================================================
FILE: totalpass/payloads/cirt/airway/Transport.yml
================================================
auth:
credentials:
- password: '0000'
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Airway - Transport
port: 0
vendor: AIRWAY
================================================
FILE: totalpass/payloads/cirt/aladdin/eSafe Appliance - ssh.yml
================================================
auth:
credentials:
- password: kn1TG7psLu
username: root
category: ssh
comment: 'Level: root; '
name: Aladdin - eSafe Appliance - ssh
port: 0
vendor: ALADDIN
================================================
FILE: totalpass/payloads/cirt/aladdin/eSafe Appliance.yml
================================================
auth:
credentials:
- password: kn1TG7psLu
username: root
category: console
comment: 'Level: root; '
name: Aladdin - eSafe Appliance
port: 0
vendor: ALADDIN
================================================
FILE: totalpass/payloads/cirt/alcatel/PBX.yml
================================================
auth:
credentials:
- password: tlah
username: halt
- password: llatsni
username: install
- password: dhs3pms
username: dhs3pms
- password: adfexc
username: adfexc
- password: client
username: client
- password: kermit
username: kermit
- password: dhs3mt
username: dhs3mt
- password: at4400
username: at4400
- password: mtch
username: mtch
- password: mtcl
username: mtcl
- password: letacla
username: root
category: telnet
comment: 'Version: 4400; Notes: This will immediately shutdown the 4400 upon login!
Account is UID 0.; '
name: Alcatel - PBX
port: 0
vendor: ALCATEL
================================================
FILE: totalpass/payloads/cirt/alcatel/Speedtouch - telnet.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: telnet
comment: 'Version: 510; Doc: http://www.speedtouch.com/support.htm; Notes: Default
IP 192.168.1.254/24; '
name: Alcatel - Speedtouch - telnet
port: 0
vendor: ALCATEL
================================================
FILE: totalpass/payloads/cirt/alcatel/Speedtouch.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: http
comment: 'Version: 510; Doc: http://www.speedtouch.com/support.htm; Notes: Default
IP 192.168.1.254/24; '
name: Alcatel - Speedtouch
port: 0
vendor: ALCATEL
================================================
FILE: totalpass/payloads/cirt/alien technology/ALR-9900 - ssh.yml
================================================
auth:
credentials:
- password: alien
username: alien
category: ssh
comment: 'Level: Administrator; Doc: http://seclists.org/fulldisclosure/2010/May/63;
Notes: Undocumented telnet ports: 23,2323.; '
name: Alien Technology - ALR-9900 - ssh
port: 0
vendor: ALIEN TECHNOLOGY
================================================
FILE: totalpass/payloads/cirt/alien technology/ALR-9900.yml
================================================
auth:
credentials:
- password: alien
username: root
- password: alien
username: alien
category: telnet
comment: 'Level: Administrator; Doc: http://seclists.org/fulldisclosure/2010/May/63;
Notes: Undocumented telnet ports: 23,2323.; '
name: Alien Technology - ALR-9900
port: 0
vendor: ALIEN TECHNOLOGY
================================================
FILE: totalpass/payloads/cirt/allied telesyn/Rapier G6 Switch.yml
================================================
auth:
credentials:
- password: manager
username: ''
category: unknown
comment: 'Level: friend; '
name: Allied Telesyn - Rapier G6 Switch
port: 0
vendor: ALLIED TELESYN
================================================
FILE: totalpass/payloads/cirt/allied telesyn/Various Switches.yml
================================================
auth:
credentials:
- password: manager
username: manager
category: unknown
comment: 'Level: Administrator; '
name: Allied Telesyn - Various Switches
port: 0
vendor: ALLIED TELESYN
================================================
FILE: totalpass/payloads/cirt/allnet/ALL129DSL.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.allnet.de/; '
name: Allnet - ALL129DSL
port: 0
vendor: ALLNET
================================================
FILE: totalpass/payloads/cirt/allot/Netenforcer.yml
================================================
auth:
credentials:
- password: bagabu
username: root
- password: allot
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Allot - Netenforcer
port: 0
vendor: ALLOT
================================================
FILE: totalpass/payloads/cirt/alteon/ACEswitch - telnet.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: telnet
comment: 'Version: 180e; '
name: Alteon - ACEswitch - telnet
port: 0
vendor: ALTEON
================================================
FILE: totalpass/payloads/cirt/alteon/ACEswitch.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 180e; Level: Administrator; '
name: Alteon - ACEswitch
port: 0
vendor: ALTEON
================================================
FILE: totalpass/payloads/cirt/ambit/Cable Modems.yml
================================================
auth:
credentials:
- password: user
username: user
- password: root
username: root
category: unknown
comment: ''
name: Ambit - Cable Modems
port: 0
vendor: AMBIT
================================================
FILE: totalpass/payloads/cirt/ami/PC BIOS.yml
================================================
auth:
credentials:
- password: AM
username: ''
- password: AMI
username: ''
- password: A.M.I
username: ''
- password: AMI_SW
username: ''
- password: AMI?SW
username: ''
- password: aammii
username: ''
- password: AMI!SW
username: ''
- password: AMI.KEY
username: ''
- password: AMI.KEZ
username: ''
- password: AMI~
username: ''
- password: AMIPSWD
username: ''
- password: AMISETUP
username: ''
- password: BIOSPASS
username: ''
- password: CMOSPWD
username: ''
- password: HEWITT RAND
username: ''
category: console
comment: 'Level: Administrator; '
name: AMI - PC BIOS
port: 0
vendor: AMI
================================================
FILE: totalpass/payloads/cirt/amino/AmiNET Set Top Box.yml
================================================
auth:
credentials:
- password: leaves
username: ''
- password: snake
username: ''
category: http
comment: 'Level: Administrator; Doc: http://www.vsicam.com/files/documents/AmiNet/AmiNet_and_AVN_Configuration_Manual.pdf;
Notes: Management Password; '
name: Amino - AmiNET Set Top Box
port: 0
vendor: AMINO
================================================
FILE: totalpass/payloads/cirt/ampjuke/AmpJuke.yml
================================================
auth:
credentials:
- password: pass
username: admin
category: http
comment: 'Level: Administrator; '
name: AmpJuke - AmpJuke
port: 0
vendor: AMPJUKE
================================================
FILE: totalpass/payloads/cirt/amptron/PC BIOS.yml
================================================
auth:
credentials:
- password: Polrty
username: ''
category: console
comment: 'Level: Administrator; '
name: Amptron - PC BIOS
port: 0
vendor: AMPTRON
================================================
FILE: totalpass/payloads/cirt/amx/CSG.yml
================================================
auth:
credentials:
- password: '1988'
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - CSG
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/Endeleo UDM-0102.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - Endeleo UDM-0102
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/Endeleo UDM-0404.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - Endeleo UDM-0404
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/Endeleo UDM-0808-SIG.yml
================================================
auth:
credentials:
- password: password
username: administrator
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - Endeleo UDM-0808-SIG
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/Environmental Controls ENV-VST-C.yml
================================================
auth:
credentials:
- password: '1988'
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - Environmental Controls ENV-VST-C
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/IS-SPX-1000.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - IS-SPX-1000
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/MAX Server.yml
================================================
auth:
credentials:
- password: mozart
username: root
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - MAX Server
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/MAX-CSD10.yml
================================================
auth:
credentials:
- password: password
username: administrator
category: http
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - MAX-CSD10
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/MAX-CSE.yml
================================================
auth:
credentials:
- password: password
username: administrator
category: http
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - MAX-CSE
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/MET-ECOM--D.yml
================================================
auth:
credentials:
- password: '1988'
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - MET-ECOM/-D
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NI Series.yml
================================================
auth:
credentials:
- password: password
username: administrator
- password: password
username: NetLinx
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NI Series
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXA-ENET24.yml
================================================
auth:
credentials:
- password: '1988'
username: Admin
- password: guest
username: guest
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXA-ENET24
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXA-ENET8POE.yml
================================================
auth:
credentials:
- password: '1988'
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXA-ENET8POE
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXA-WAP1000.yml
================================================
auth:
credentials:
- password: '1988'
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXA-WAP1000
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXA-WAP250G.yml
================================================
auth:
credentials:
- password: '1988'
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXA-WAP250G
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXA-WAPZD1000 (Zone Director).yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXA-WAPZD1000 (Zone Director)
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXR-ZGW--ZRP.yml
================================================
auth:
credentials:
- password: '1988'
username: Admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXR-ZGW/-ZRP
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/NXR-ZGW-PRO--ZRP-PRO.yml
================================================
auth:
credentials:
- password: '1988'
username: Admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - NXR-ZGW-PRO/-ZRP-PRO
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/TVM-1600.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - TVM-1600
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/amx/V2 Server.yml
================================================
auth:
credentials:
- password: vision2
username: Administrator
category: unknown
comment: 'Level: Administrator; Doc: http://www.amx.com/techsupport/PDFs/981.pdf; '
name: AMX - V2 Server
port: 0
vendor: AMX
================================================
FILE: totalpass/payloads/cirt/apache/Tomcat - unknown.yml
================================================
auth:
credentials:
- password: j5Brn9
username: admin
category: unknown
comment: 'Level: Administrator; Notes: As installed in Sun Solaris.; '
name: Apache - Tomcat - unknown
port: 0
vendor: APACHE
================================================
FILE: totalpass/payloads/cirt/apache/Tomcat.yml
================================================
auth:
credentials:
- password: tomcat
username: admin
- password: admin
username: admin
- password: tomcat
username: tomcat
- password: tomcat
username: admin
- password: root
username: root
- password: role1
username: role1
- password: changethis
username: role
- password: changethis
username: root
- password: changethis
username: tomcat
- password: tomcat
username: both
- password: tomcat
username: role1
category: http
comment: ''
name: Apache - Tomcat
port: 0
vendor: APACHE
================================================
FILE: totalpass/payloads/cirt/apache project/N-A.yml
================================================
auth:
credentials:
- password: ''
username: jj
category: unknown
comment: 'Version: Apache; Level: script; '
name: Apache Project - N/A
port: 0
vendor: APACHE PROJECT
================================================
FILE: totalpass/payloads/cirt/apc/AP9606 SmartSlot Web-SNMP Management Card.yml
================================================
auth:
credentials:
- password: TENmanUFactOryPOWER
username: (any)
category: telnet
comment: 'Version: AOS 3.2.1 and AOS 3.0.3; '
name: APC - AP9606 SmartSlot Web/SNMP Management Card
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/Call-UPS.yml
================================================
auth:
credentials:
- password: serial number of the Call-UPS
username: ''
category: console
comment: 'Version: AP9608; Level: Administrator; Notes: (Access menu Control+P); '
name: APC - Call-UPS
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/MasterSwitch.yml
================================================
auth:
credentials:
- password: apc
username: apc
category: unknown
comment: 'Version: AP9210; Level: Administrator; '
name: APC - MasterSwitch
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/Powerchute Plus.yml
================================================
auth:
credentials:
- password: APC
username: POWERCHUTE
category: console
comment: 'Version: 4.x for Netware 3.x/4.x; Level: Administrator; '
name: APC - Powerchute Plus
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/SNMP Adapter.yml
================================================
auth:
credentials:
- password: apc
username: apc
category: unknown
comment: 'Version: 2.x; '
name: APC - SNMP Adapter
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/Share-UPS.yml
================================================
auth:
credentials:
- password: serial number of the Share-UPS
username: ''
category: console
comment: 'Version: AP9207; Level: Administrator; '
name: APC - Share-UPS
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/UPS Network Management Card 2 - ssh.yml
================================================
auth:
credentials:
- password: apc
username: device
category: ssh
comment: 'Level: Restricted User; Doc: https://www.jlab.org/Hall-D/Documents/manuals/APC%20stuff/AP9630%209631%20UPS%20Network%20Management%20Card%202%20User''s%20Guide%20firmware%20V5.1.1.pdf; '
name: APC - UPS Network Management Card 2 - ssh
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/UPS Network Management Card 2 - telnet.yml
================================================
auth:
credentials:
- password: apc
username: device
category: telnet
comment: 'Level: Restricted User; Doc: https://www.jlab.org/Hall-D/Documents/manuals/APC%20stuff/AP9630%209631%20UPS%20Network%20Management%20Card%202%20User''s%20Guide%20firmware%20V5.1.1.pdf; '
name: APC - UPS Network Management Card 2 - telnet
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/UPS Network Management Card 2.yml
================================================
auth:
credentials:
- password: apc
username: readonly
category: http
comment: 'Level: Read Only; Doc: https://www.jlab.org/Hall-D/Documents/manuals/APC%20stuff/AP9630%209631%20UPS%20Network%20Management%20Card%202%20User''s%20Guide%20firmware%20V5.1.1.pdf; '
name: APC - UPS Network Management Card 2
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apc/Web-SNMP Management Card.yml
================================================
auth:
credentials:
- password: apc
username: apc
category: multi
comment: 'Version: AP9606; Level: Administrator; '
name: APC - Web/SNMP Management Card
port: 0
vendor: APC
================================================
FILE: totalpass/payloads/cirt/apple/iPhone.yml
================================================
auth:
credentials:
- password: alpine
username: root
- password: dottie
username: mobile
category: unknown
comment: 'Level: Administrator; '
name: Apple - iPhone
port: 0
vendor: APPLE
================================================
FILE: totalpass/payloads/cirt/apple computer/Airport.yml
================================================
auth:
credentials:
- password: public
username: (blank)
category: unknown
comment: 'Level: User; '
name: Apple Computer - Airport
port: 0
vendor: APPLE COMPUTER
================================================
FILE: totalpass/payloads/cirt/apple computer/Network Assistant.yml
================================================
auth:
credentials:
- password: xyzzy
username: (blank)
category: unknown
comment: 'Level: Administrator; '
name: Apple Computer - Network Assistant
port: 0
vendor: APPLE COMPUTER
================================================
FILE: totalpass/payloads/cirt/apple computer/Remote Desktop.yml
================================================
auth:
credentials:
- password: xyzzy
username: (blank)
category: unknown
comment: 'Level: Administrator; '
name: Apple Computer - Remote Desktop
port: 0
vendor: APPLE COMPUTER
================================================
FILE: totalpass/payloads/cirt/arris/Touchstone Gateway.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Level: Administrator; '
name: Arris - Touchstone Gateway
port: 0
vendor: ARRIS
================================================
FILE: totalpass/payloads/cirt/arrowpoint/Unknown.yml
================================================
auth:
credentials:
- password: ''
username: (blank)
- password: system
username: admin
category: unknown
comment: ''
name: Arrowpoint - Unknown
port: 0
vendor: ARROWPOINT
================================================
FILE: totalpass/payloads/cirt/aruba/Mobility Controller.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; Notes: then ''enable'' and default password ''admin''; '
name: Aruba - Mobility Controller
port: 0
vendor: ARUBA
================================================
FILE: totalpass/payloads/cirt/asante/FM2008.yml
================================================
auth:
credentials:
- password: asante
username: superuser
category: telnet
comment: 'Version: 01.06; Level: Administrator; '
name: Asante - FM2008
port: 0
vendor: ASANTE
================================================
FILE: totalpass/payloads/cirt/ascend/Router.yml
================================================
auth:
credentials:
- password: ascend
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Ascend - Router
port: 0
vendor: ASCEND
================================================
FILE: totalpass/payloads/cirt/ascom/Ascotel.yml
================================================
auth:
credentials:
- password: 3ascotel
username: ''
category: unknown
comment: 'Level: Administrator; Doc: https://pbxweb.aastra.com/extra/support/attachments/KnowledgeBase/00887/Ascotel_2050_with_AIP6400_.pdf; '
name: Ascom - Ascotel
port: 0
vendor: ASCOM
================================================
FILE: totalpass/payloads/cirt/ast/PC BIOS.yml
================================================
auth:
credentials:
- password: SnuFG5
username: ''
category: console
comment: 'Level: Administrator; '
name: AST - PC BIOS
port: 0
vendor: AST
================================================
FILE: totalpass/payloads/cirt/asus/520g.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Asus - 520g
port: 0
vendor: ASUS
================================================
FILE: totalpass/payloads/cirt/asus/RT-N16.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; '
name: Asus - RT-N16
port: 0
vendor: ASUS
================================================
FILE: totalpass/payloads/cirt/asus/WL-500G.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Asus - WL-500G
port: 0
vendor: ASUS
================================================
FILE: totalpass/payloads/cirt/asus/WL-HDD2.5.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default IP: 192.168.1.220; '
name: Asus - WL-HDD2.5
port: 0
vendor: ASUS
================================================
FILE: totalpass/payloads/cirt/atlassian/Crowd.yml
================================================
auth:
credentials:
- password: password
username: "crowd\xAD-openid-\xADserver"
- password: password
username: Crowd
- password: password
username: Demo
- password: password
username: Username
category: unknown
comment: 'Version: 2.6.2; Doc: http://www.commandfive.com/papers/C5_TA_2013_3925_AtlassianCrowd.pdf; '
name: Atlassian - Crowd
port: 0
vendor: ATLASSIAN
================================================
FILE: totalpass/payloads/cirt/attachmate/Attachmate Gateway.yml
================================================
auth:
credentials:
- password: PASSWORD
username: ''
category: console
comment: 'Level: Administrator; '
name: Attachmate - Attachmate Gateway
port: 0
vendor: ATTACHMATE
================================================
FILE: totalpass/payloads/cirt/audioactive/MPEG Realtime Encoders.yml
================================================
auth:
credentials:
- password: telos
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Audioactive - MPEG Realtime Encoders
port: 0
vendor: AUDIOACTIVE
================================================
FILE: totalpass/payloads/cirt/autodesk/Autocad.yml
================================================
auth:
credentials:
- password: autocad
username: autocad
category: multi
comment: 'Level: User; '
name: Autodesk - Autocad
port: 0
vendor: AUTODESK
================================================
FILE: totalpass/payloads/cirt/avaya/4602 SIP Telephone.yml
================================================
auth:
credentials:
- password: barney
username: admin
category: http
comment: 'Version: 1.1; '
name: Avaya - 4602 SIP Telephone
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Definity.yml
================================================
auth:
credentials:
- password: dadmin
username: dadmin
category: unknown
comment: 'Level: Administrator; '
name: Avaya - Definity
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Integrated Management Database (IMD).yml
================================================
auth:
credentials:
- password: admin123
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Avaya - Integrated Management Database (IMD)
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Intuity Audix.yml
================================================
auth:
credentials:
- password: crftpw
username: Craft
category: unknown
comment: ''
name: Avaya - Intuity Audix
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/P330 Stackable Switch.yml
================================================
auth:
credentials:
- password: root
username: root
category: telnet
comment: 'Level: Administrator; '
name: Avaya - P330 Stackable Switch
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Scopia Gateway.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Level: Administrator; Doc: https://downloads.avaya.com/css/P8/documents/100181785; '
name: Avaya - Scopia Gateway
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Scopia.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: https://downloads.avaya.com/css/P8/documents/100173462; '
name: Avaya - Scopia
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/Winspm.yml
================================================
auth:
credentials:
- password: Craftr4
username: ''
category: unknown
comment: ''
name: Avaya - Winspm
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avaya/routers.yml
================================================
auth:
credentials:
- password: root
username: root
category: telnet
comment: 'Level: Administrator; '
name: Avaya - routers
port: 0
vendor: AVAYA
================================================
FILE: totalpass/payloads/cirt/avenger news system (ans)/ANS.yml
================================================
auth:
credentials:
- password: Administrative
username: ''
category: http
comment: 'Notes: default string: admin:aaLR8vE.jjhss:root@127.0.0.1pass file is located
at ans_data/ans.passwd (relative to ans.pl location); '
name: Avenger News System (ANS) - ANS
port: 0
vendor: AVENGER NEWS SYSTEM (ANS)
================================================
FILE: totalpass/payloads/cirt/award/PC BIOS.yml
================================================
auth:
credentials:
- password: Award
username: ''
- password: AWARD_SW
username: ''
- password: SW_AWARD
username: ''
- password: AWARD?SW
username: ''
- password: lkwpeter
username: ''
- password: j262
username: ''
- password: j256
username: ''
- password: ?award
username: ''
- password: '1322222'
username: ''
- password: '256256'
username: ''
- password: '589589'
username: ''
- password: '589721'
username: ''
- password: admin
username: ''
- password: alfarome
username: ''
- password: aLLy
username: ''
- password: aPAf
username: ''
- password: AWARD SW
username: ''
- password: award.sw
username: ''
- password: award_?
username: ''
- password: award_ps
username: ''
- password: AWARD_PW
username: ''
- password: awkward
username: ''
- password: BIOS
username: ''
- password: biosstar
username: ''
- password: biostar
username: ''
- password: CONCAT
username: ''
- password: condo
username: ''
- password: ''
username: ''
- password: djonet
username: ''
- password: efmukl
username: ''
- password: g6PJ
username: ''
- password: h6BB
username: ''
- password: HELGA-S
username: ''
- password: HEWITT RAND
username: ''
- password: HLT
username: ''
- password: j09F
username: ''
- password: j322
username: ''
- password: j64
username: ''
- password: lkw peter
username: ''
- password: PASSWORD
username: ''
- password: SER
username: ''
- password: setup
username: ''
- password: SKY_FOX
username: ''
- password: SWITCHES_SW
username: ''
- password: Sxyz
username: ''
- password: SZYX
username: ''
- password: t0ch20x
username: ''
- password: t0ch88
username: ''
- password: TTPTHA
username: ''
- password: TzqF
username: ''
- password: wodj
username: ''
- password: ZAAADA
username: ''
- password: zbaaaca
username: ''
- password: zjaaadc
username: ''
category: console
comment: 'Level: Administrator; '
name: AWARD - PC BIOS
port: 0
vendor: AWARD
================================================
FILE: totalpass/payloads/cirt/axis/Camera Server.yml
================================================
auth:
credentials:
- password: pass
username: root
category: unknown
comment: 'Version: 2100/2120/2420; Level: Administrator; '
name: Axis - Camera Server
port: 0
vendor: AXIS
================================================
FILE: totalpass/payloads/cirt/axis/StorPoint CD E100.yml
================================================
auth:
credentials:
- password: pass
username: root
category: unknown
comment: 'Level: Administrator; '
name: Axis - StorPoint CD E100
port: 0
vendor: AXIS
================================================
FILE: totalpass/payloads/cirt/axis/StorPoint NAS 100.yml
================================================
auth:
credentials:
- password: pass
username: root
category: unknown
comment: 'Level: Administrator; '
name: Axis - StorPoint NAS 100
port: 0
vendor: AXIS
================================================
FILE: totalpass/payloads/cirt/axis communications/Axis Network Camera - http.yml
================================================
auth:
credentials:
- password: pass
username: root
category: http
comment: 'Version: 2120, 2110, 2100, 200+, 200; Level: Administrator; '
name: Axis Communications - Axis Network Camera - http
port: 0
vendor: AXIS COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/axis communications/Axis Network Camera - telnet.yml
================================================
auth:
credentials:
- password: pass
username: root
category: telnet
comment: 'Version: 2120, 2110, 2100, 200+, 200; Level: Administrator; '
name: Axis Communications - Axis Network Camera - telnet
port: 0
vendor: AXIS COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/axis communications/Axis Network Camera.yml
================================================
auth:
credentials:
- password: pass
username: root
category: ftp
comment: 'Version: 2120, 2110, 2100, 200+, 200; Level: Administrator; '
name: Axis Communications - Axis Network Camera
port: 0
vendor: AXIS COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/axis communications/Printserver.yml
================================================
auth:
credentials:
- password: pass
username: root
category: multi
comment: 'Version: 540/540+; Level: Administrator; '
name: Axis Communications - Printserver
port: 0
vendor: AXIS COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/axway/SecureTransport.yml
================================================
auth:
credentials:
- password: setup
username: setup
category: http
comment: 'Doc: https://cdn.axway.com/u/documentation/secure_transport/5.3.0/SecureTransport_GettingStartedGuide_allOS_en.pdf; '
name: Axway - SecureTransport
port: 0
vendor: AXWAY
================================================
FILE: totalpass/payloads/cirt/barco inc/ClickShare - ssid.yml
================================================
auth:
credentials:
- password: clickshare
username: ''
category: ssid
comment: 'Doc: https://www.barco.com/tde/(2331390682231610)/R5900004/08/Barco_InstallationManual_R5900004_08__ClickShare-CSC-1-Installation-Guide.pdf;
Notes: SSID: clickshare-serialnumber; '
name: Barco, Inc. - ClickShare - ssid
port: 0
vendor: BARCO, INC.
================================================
FILE: totalpass/payloads/cirt/barco inc/ClickShare.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: https://www.barco.com/tde/(2331390682231610)/R5900004/08/Barco_InstallationManual_R5900004_08__ClickShare-CSC-1-Installation-Guide.pdf; '
name: Barco, Inc. - ClickShare
port: 0
vendor: BARCO, INC.
================================================
FILE: totalpass/payloads/cirt/barracuda/SSL VPN - http.yml
================================================
auth:
credentials:
- password: ssladmin
username: ssladmin
category: http
comment: 'Level: Administrator; Doc: http://www.barracudanetworks.com/ns/downloads/Quick_Start_Guides/QSG_Barracuda_SSLVPN_US.pdf;
Notes: Via WAN interface.; '
name: Barracuda - SSL VPN - http
port: 0
vendor: BARRACUDA
================================================
FILE: totalpass/payloads/cirt/barracuda/SSL VPN.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; Doc: http://www.barracudanetworks.com/ns/downloads/Quick_Start_Guides/QSG_Barracuda_SSLVPN_US.pdf; '
name: Barracuda - SSL VPN
port: 0
vendor: BARRACUDA
================================================
FILE: totalpass/payloads/cirt/bay networks/Router.yml
================================================
auth:
credentials:
- password: ''
username: Manager
- password: ''
username: User
category: telnet
comment: 'Level: Administrator; '
name: Bay Networks - Router
port: 0
vendor: BAY NETWORKS
================================================
FILE: totalpass/payloads/cirt/bay networks/SuperStack II.yml
================================================
auth:
credentials:
- password: security
username: security
category: telnet
comment: 'Level: Administrator; '
name: Bay Networks - SuperStack II
port: 0
vendor: BAY NETWORKS
================================================
FILE: totalpass/payloads/cirt/bay networks/Switch.yml
================================================
auth:
credentials:
- password: NetICs
username: ''
category: telnet
comment: 'Version: 350T; Level: Administrator; '
name: Bay Networks - Switch
port: 0
vendor: BAY NETWORKS
================================================
FILE: totalpass/payloads/cirt/best practical solutions/Request Tracker.yml
================================================
auth:
credentials:
- password: password
username: root
category: unknown
comment: 'Level: Administrator; Doc: http://requesttracker.wikia.com/wiki/RecoverRootPassword;
Notes: RT; '
name: Best Practical Solutions - Request Tracker
port: 0
vendor: BEST PRACTICAL SOLUTIONS
================================================
FILE: totalpass/payloads/cirt/bestpractical/RT.yml
================================================
auth:
credentials:
- password: password
username: root
category: http
comment: 'Level: Administrator; '
name: BestPractical - RT
port: 0
vendor: BESTPRACTICAL
================================================
FILE: totalpass/payloads/cirt/bewan/Wireless Routers.yml
================================================
auth:
credentials:
- password: bewan
username: bewan
category: unknown
comment: 'Level: Administrator; '
name: Bewan - Wireless Routers
port: 0
vendor: BEWAN
================================================
FILE: totalpass/payloads/cirt/billion/BiGuard.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: administrator; '
name: Billion - BiGuard
port: 0
vendor: BILLION
================================================
FILE: totalpass/payloads/cirt/billion/BiPAC 7404VGO.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Billion - BiPAC 7404VGO
port: 0
vendor: BILLION
================================================
FILE: totalpass/payloads/cirt/bintec/Bianka Routers.yml
================================================
auth:
credentials:
- password: bintec
username: admin
category: multi
comment: 'Level: Administrator; '
name: Bintec - Bianka Routers
port: 0
vendor: BINTEC
================================================
FILE: totalpass/payloads/cirt/bintec/Router.yml
================================================
auth:
credentials:
- password: funkwerk
username: admin
category: unknown
comment: 'Version: R230a, R230aw, R232b, R232aw, R232bw, R1200, R1200w, R1200wu, R3000,
R3000w, R3400, R3800, R4100, R4300; Level: Administrator; '
name: Bintec - Router
port: 0
vendor: BINTEC
================================================
FILE: totalpass/payloads/cirt/biodata/BIGfire.yml
================================================
auth:
credentials:
- password: Babylon
username: ''
category: unknown
comment: ''
name: Biodata - BIGfire
port: 0
vendor: BIODATA
================================================
FILE: totalpass/payloads/cirt/biodata/Babylon.yml
================================================
auth:
credentials:
- password: Babylon
username: ''
category: unknown
comment: ''
name: Biodata - Babylon
port: 0
vendor: BIODATA
================================================
FILE: totalpass/payloads/cirt/biostar/PC BIOS.yml
================================================
auth:
credentials:
- password: Biostar
username: ''
- password: Q54arwms
username: ''
category: console
comment: 'Level: Administrator; '
name: Biostar - PC BIOS
port: 0
vendor: BIOSTAR
================================================
FILE: totalpass/payloads/cirt/biscom/Biscom Delivery Server (BDS).yml
================================================
auth:
credentials:
- password: admin
username: admin
category: multiple
comment: 'Level: Administrator; Doc: http://ticsoftware.helpserve.com/Knowledgebase/Article/GetAttachment/48/40; '
name: Biscom - Biscom Delivery Server (BDS)
port: 0
vendor: BISCOM
================================================
FILE: totalpass/payloads/cirt/bizdesign/ImageFoliio.yml
================================================
auth:
credentials:
- password: ImageFolio
username: Admin
category: http
comment: 'Version: 2.2; Level: Administrator; '
name: BizDesign - ImageFoliio
port: 0
vendor: BIZDESIGN
================================================
FILE: totalpass/payloads/cirt/bizdesign/ImageFolio Pro.yml
================================================
auth:
credentials:
- password: ImageFolio
username: Admin
category: http
comment: 'Version: 2.2; Level: Administrator; Notes: default admin page is:/cgi-bin/admin/admin.cgi; '
name: BizDesign - ImageFolio Pro
port: 0
vendor: BIZDESIGN
================================================
FILE: totalpass/payloads/cirt/black duck software inc/Administration Console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Notes: port 7081; '
name: Black Duck Software, Inc. - Administration Console
port: 0
vendor: BLACK DUCK SOFTWARE, INC.
================================================
FILE: totalpass/payloads/cirt/black duck software inc/Hub.yml
================================================
auth:
credentials:
- password: blackduck
username: sysadmin
category: http
comment: 'Level: Administrator; Notes: port 8080; '
name: Black Duck Software, Inc. - Hub
port: 0
vendor: BLACK DUCK SOFTWARE, INC.
================================================
FILE: totalpass/payloads/cirt/black widow web design ltd/Saxon.yml
================================================
auth:
credentials:
- password: nimda
username: admin
category: http
comment: 'Version: 5.4; Level: Administrator; '
name: Black Widow Web Design Ltd - Saxon
port: 0
vendor: BLACK WIDOW WEB DESIGN LTD
================================================
FILE: totalpass/payloads/cirt/blitzz technologies/BWA711.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; '
name: Blitzz Technologies - BWA711
port: 0
vendor: BLITZZ TECHNOLOGIES
================================================
FILE: totalpass/payloads/cirt/bmc software/Performance Assurance for Microsoft Servers.yml
================================================
auth:
credentials:
- password: BackupU$r
username: Best1_User
category: unknown
comment: 'Level: Administrator; Doc: http://krebsonsecurity.com/2014/01/new-clues-in-the-target-breach/;
Notes: ftp://ftp.bmc.com/pub/perform/resolutions/15063490.pdf; '
name: BMC Software - Performance Assurance for Microsoft Servers
port: 0
vendor: BMC SOFTWARE
================================================
FILE: totalpass/payloads/cirt/bomgar/Enterprise.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Version: 10.4; Level: Administrator; '
name: Bomgar - Enterprise
port: 0
vendor: BOMGAR
================================================
FILE: totalpass/payloads/cirt/borland/Interbase.yml
================================================
auth:
credentials:
- password: ''
username: (blank)
- password: correct
username: politically
category: unknown
comment: ''
name: Borland - Interbase
port: 0
vendor: BORLAND
================================================
FILE: totalpass/payloads/cirt/breezecom/Breezecom Adapters.yml
================================================
auth:
credentials:
- password: laflaf
username: ''
- password: Master
username: ''
- password: Helpdesk
username: ''
- password: Super
username: ''
category: unknown
comment: 'Version: 2.x; Level: Administrator; '
name: Breezecom - Breezecom Adapters
port: 0
vendor: BREEZECOM
================================================
FILE: totalpass/payloads/cirt/breezecom/SA10.yml
================================================
auth:
credentials:
- password: ''
username: (blank)
category: unknown
comment: ''
name: Breezecom - SA10
port: 0
vendor: BREEZECOM
================================================
FILE: totalpass/payloads/cirt/brocade/Fabric OS.yml
================================================
auth:
credentials:
- password: fibranne
username: root
- password: password
username: admin
category: unknown
comment: 'Version: 3.x; Level: Administrator; '
name: Brocade - Fabric OS
port: 0
vendor: BROCADE
================================================
FILE: totalpass/payloads/cirt/brocade/Silkworm.yml
================================================
auth:
credentials:
- password: brocade1
username: admin
category: unknown
comment: 'Version: 300e; Level: Administrator; '
name: Brocade - Silkworm
port: 0
vendor: BROCADE
================================================
FILE: totalpass/payloads/cirt/brother/ql580N.yml
================================================
auth:
credentials:
- password: access
username: admin
category: unknown
comment: 'Level: Administrator; Doc: http://welcome.solutions.brother.com/BSC/public/us/us_ot/en/faq/faqp/000000/001300/000093/faqp001393_000.html?reg=us&c=us_ot&lang=en&prod=lpql580eus&Cat=41; '
name: Brother - ql580N
port: 0
vendor: BROTHER
================================================
FILE: totalpass/payloads/cirt/brother industries ltd/OCE Imagistics.yml
================================================
auth:
credentials:
- password: '12345678'
username: ''
- password: '00000000'
username: ''
category: physical access
comment: 'Version: cm2520, cm4520, im6020, im7520; Level: Administrator; '
name: Brother Industries Ltd. - OCE Imagistics
port: 0
vendor: BROTHER INDUSTRIES LTD.
================================================
FILE: totalpass/payloads/cirt/brother industries ltd/Oce.yml
================================================
auth:
credentials:
- password: access
username: admin
category: unknown
comment: 'Version: fx3000; Level: Administrator; '
name: Brother Industries Ltd. - Oce
port: 0
vendor: BROTHER INDUSTRIES LTD.
================================================
FILE: totalpass/payloads/cirt/bt/Home Hub.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: BT - Home Hub
port: 0
vendor: BT
================================================
FILE: totalpass/payloads/cirt/bt/Voyager 2000.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: BT - Voyager 2000
port: 0
vendor: BT
================================================
FILE: totalpass/payloads/cirt/bt/Voyager.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Version: 240; Level: Administrator; '
name: BT - Voyager
port: 0
vendor: BT
================================================
FILE: totalpass/payloads/cirt/buffalo/melco/AirStation.yml
================================================
auth:
credentials:
- password: ''
username: root
category: unknown
comment: 'Level: Administrator; '
name: Buffalo/MELCO - AirStation
port: 0
vendor: BUFFALO/MELCO
================================================
FILE: totalpass/payloads/cirt/busybox/Busybox.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Busybox - Busybox
port: 0
vendor: BUSYBOX
================================================
FILE: totalpass/payloads/cirt/cabletron/Netgear modem-router and SSR.yml
================================================
auth:
credentials:
- password: ''
username: netman
category: unknown
comment: 'Level: Administrator; '
name: Cabletron - Netgear modem/router and SSR
port: 0
vendor: CABLETRON
================================================
FILE: totalpass/payloads/cirt/cabletron/routers - switches.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: unknown
comment: ''
name: Cabletron - routers & switches
port: 0
vendor: CABLETRON
================================================
FILE: totalpass/payloads/cirt/capricorn infotech india/eToken Pro.yml
================================================
auth:
credentials:
- password: '1234567890'
username: ''
category: unknown
comment: 'Level: Administrator; Doc: http://www.isecurity.info/downloads/eToken_Basic_Operation_Guide_1.0.pdf; '
name: Capricorn Infotech India - eToken Pro
port: 0
vendor: CAPRICORN INFOTECH INDIA
================================================
FILE: totalpass/payloads/cirt/carestream health/Spectrum.yml
================================================
auth:
credentials:
- password: DV5800
username: KeyOperator
- password: DV5800
username: LocalService
category: http
comment: 'Level: Level 2; Doc: http://www.spectrumxray.com/sites/default/files/pdfs/Carestream-DryView-5800-5850.pdf; '
name: CareStream Health - Spectrum
port: 0
vendor: CARESTREAM HEALTH
================================================
FILE: totalpass/payloads/cirt/carsten schmitz/LimeSurvey.yml
================================================
auth:
credentials:
- password: password
username: admin
category: unknown
comment: 'Version: 1.91; Level: Administrator; Doc: http://docs.limesurvey.org/Installation&structure=English+Instructions+for+LimeSurvey#Connect_to_the_administration_script_for_the_first_time; '
name: Carsten Schmitz - LimeSurvey
port: 0
vendor: CARSTEN SCHMITZ
================================================
FILE: totalpass/payloads/cirt/cayman/DSL Router.yml
================================================
auth:
credentials:
- password: ''
username: admin
- password: (serial number)
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cayman - DSL Router
port: 0
vendor: CAYMAN
================================================
FILE: totalpass/payloads/cirt/ceragon networks/FibeAir.yml
================================================
auth:
credentials:
- password: tooridu
username: root
category: multiple
comment: 'Version: IP-10C; Doc: http://www.kb.cert.org/vuls/id/936356; Notes: https://twitter.com/hdmoore/status/557653328533135360; '
name: Ceragon Networks - FibeAir
port: 0
vendor: CERAGON NETWORKS
================================================
FILE: totalpass/payloads/cirt/cgi world/Poll It.yml
================================================
auth:
credentials:
- password: protection
username: ''
category: http
comment: 'Version: v2.0; Level: User/Admin over package; Notes: http://example.com/ScriptName.cgi?load=login; '
name: CGI World - Poll It
port: 0
vendor: CGI WORLD
================================================
FILE: totalpass/payloads/cirt/chase research/Iolan.yml
================================================
auth:
credentials:
- password: iolan
username: (blank)
category: unknown
comment: ''
name: Chase Research - Iolan
port: 0
vendor: CHASE RESEARCH
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210 - console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; '
name: Check Point - Interspect 210 - console
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210 - serial.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: serial
comment: 'Level: Administrator; '
name: Check Point - Interspect 210 - serial
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: ssh
comment: 'Level: Administrator; '
name: Check Point - Interspect 210
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210N - console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; '
name: Check Point - Interspect 210N - console
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210N - serial.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: serial
comment: 'Level: Administrator; '
name: Check Point - Interspect 210N - serial
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 210N.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: ssh
comment: 'Level: Administrator; '
name: Check Point - Interspect 210N
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 410 - console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; '
name: Check Point - Interspect 410 - console
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 410 - serial.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: serial
comment: 'Level: Administrator; '
name: Check Point - Interspect 410 - serial
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 410.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: ssh
comment: 'Level: Administrator; '
name: Check Point - Interspect 410
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610 - console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; '
name: Check Point - Interspect 610 - console
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610 - serial.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: serial
comment: 'Level: Administrator; '
name: Check Point - Interspect 610 - serial
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: ssh
comment: 'Level: Administrator; '
name: Check Point - Interspect 610
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610S - console.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: console
comment: 'Level: Administrator; '
name: Check Point - Interspect 610S - console
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610S - serial.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: serial
comment: 'Level: Administrator; '
name: Check Point - Interspect 610S - serial
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/Interspect 610S.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: ssh
comment: 'Level: Administrator; '
name: Check Point - Interspect 610S
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/check point/SG R70.yml
================================================
auth:
credentials:
- password: adminadmin
username: admin
category: http
comment: 'Level: Administrator; Notes: https://192.168.1.1/; '
name: Check Point - SG R70
port: 0
vendor: CHECK POINT
================================================
FILE: totalpass/payloads/cirt/chuming chen/NessusWeb.yml
================================================
auth:
credentials:
- password: adminpass
username: administrator
category: http
comment: 'Level: Administrator; Notes: Located at /NessusWeb; '
name: Chuming Chen - NessusWeb
port: 0
vendor: CHUMING CHEN
================================================
FILE: totalpass/payloads/cirt/ciphertrust/Ironmail.yml
================================================
auth:
credentials:
- password: password
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Ciphertrust - Ironmail
port: 0
vendor: CIPHERTRUST
================================================
FILE: totalpass/payloads/cirt/cisco/1100.yml
================================================
auth:
credentials:
- password: Cisco
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Cisco - 1100
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/1200.yml
================================================
auth:
credentials:
- password: Cisco
username: Cisco
category: unknown
comment: 'Level: Administrator; '
name: Cisco - 1200
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/1300.yml
================================================
auth:
credentials:
- password: Cisco
username: Cisco
category: unknown
comment: 'Level: Administrator; '
name: Cisco - 1300
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/1400.yml
================================================
auth:
credentials:
- password: Cisco
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Cisco - 1400
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/2600.yml
================================================
auth:
credentials:
- password: admin
username: Administrator
category: telnet
comment: 'Level: Administrator; '
name: Cisco - 2600
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/3600.yml
================================================
auth:
credentials:
- password: admin
username: Administrator
category: telnet
comment: 'Level: Administrator; '
name: Cisco - 3600
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/AIR-AP1231G-A-K9.yml
================================================
auth:
credentials:
- password: Cisco
username: Cisco
category: unknown
comment: 'Level: Administrator; Notes: Default SSID is tsunami. User/pass are case
sensitive.; '
name: Cisco - AIR-AP1231G-A-K9
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/AIRONET 1200.yml
================================================
auth:
credentials:
- password: Cisco
username: root
category: http
comment: 'Level: Administrator; '
name: Cisco - AIRONET 1200
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/AIRONET.yml
================================================
auth:
credentials:
- password: _Cisco
username: ''
- password: Cisco
username: Cisco
category: multi
comment: 'Level: Administrator; '
name: Cisco - AIRONET
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/ATA 186.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cisco - ATA 186
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/ATA-186 (VONAGE).yml
================================================
auth:
credentials:
- password: ''
username: ''
category: http
comment: 'Level: Administrator; '
name: Cisco - ATA-186 (VONAGE)
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CACHE ENGINE.yml
================================================
auth:
credentials:
- password: diamond
username: admin
category: console
comment: 'Level: Administrator; '
name: Cisco - CACHE ENGINE
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CISCO AP1200.yml
================================================
auth:
credentials:
- password: Cisco
username: Cisco
category: multi
comment: 'Level: Administrator; '
name: Cisco - CISCO AP1200
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CISO AIRONET 1100 SERIES.yml
================================================
auth:
credentials:
- password: Cisco
username: ''
category: http
comment: 'Level: Administrator; '
name: Cisco - CISO AIRONET 1100 SERIES
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CONTENT ENGINE.yml
================================================
auth:
credentials:
- password: default
username: admin
category: telnet
comment: 'Level: Administrator; '
name: Cisco - CONTENT ENGINE
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CS-MARS.yml
================================================
auth:
credentials:
- password: pnadmin
username: pnadmin
category: http
comment: 'Level: Administrator; '
name: Cisco - CS-MARS
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CVA 122.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: telnet
comment: 'Level: Administrator; '
name: Cisco - CVA 122
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Catalyst Express 520.yml
================================================
auth:
credentials:
- password: cisco
username: cisco
category: http
comment: 'Level: Administrator; Doc: https://www.cisco.com/en/US/docs/switches/lan/catalystexpress520/quick/start/gsgen.html; '
name: Cisco - Catalyst Express 520
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Cisco Broadband Troubleshooter (CBT).yml
================================================
auth:
credentials:
- password: changeme
username: admin
category: unknown
comment: ''
name: Cisco - Cisco Broadband Troubleshooter (CBT)
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Cisco Guard.yml
================================================
auth:
credentials:
- password: riverhead
username: ''
category: snmp
comment: 'Doc: http://www.cisco.com/en/US/products/ps5888/prod_release_note09186a0080237333.html; '
name: Cisco - Cisco Guard
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Cisco IDS.yml
================================================
auth:
credentials:
- password: attack
username: root
category: unknown
comment: 'Level: Administrator; '
name: Cisco - Cisco IDS
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Cisco Unity.yml
================================================
auth:
credentials:
- password: ''
username: EAdmin
- password: ''
username: UNITY_
- password: ''
username: UAMIS_
- password: ''
username: UOMNI_
- password: ''
username: UVPIM_
- password: ''
username: ESubscriber
category: unknown
comment: ''
name: Cisco - Cisco Unity
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/CiscoWorks 2000.yml
================================================
auth:
credentials:
- password: ''
username: guest
- password: cisco
username: admin
category: unknown
comment: 'Level: User; '
name: Cisco - CiscoWorks 2000
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Codec.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: http
comment: 'Version: C40/C60; Level: Administrator; Doc: http://www.cisco.com/en/US/docs/telepresence/endpoint/profile-series/tc4/administration_guide/profile-c60-c40_and_codec-c60-c40_administrator_guide_tc41.pdf; '
name: Cisco - Codec
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/ConfigMaker.yml
================================================
auth:
credentials:
- password: cmaker
username: cmaker
category: unknown
comment: 'Level: Administrator; '
name: Cisco - ConfigMaker
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/HSE.yml
================================================
auth:
credentials:
- password: hsadb
username: hsa
- password: blender
username: root
category: multi
comment: 'Level: Administrator; '
name: Cisco - HSE
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/IDS.yml
================================================
auth:
credentials:
- password: attack
username: root
- password: cisco
username: cisco
category: multi
comment: 'Level: Administrator; '
name: Cisco - IDS
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/IOS - snmp.yml
================================================
auth:
credentials:
- password: secret
username: private ReadWrite access
category: snmp
comment: 'Level: Read-Write; '
name: Cisco - IOS - snmp
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/IOS.yml
================================================
auth:
credentials:
- password: c
username: ''
- password: ''
username: ripeop
- password: cisco
username: cisco
- password: cisco
username: enable
- password: cc
username: ''
- password: cisco
username: ''
- password: Cisco router
username: ''
category: multi
comment: 'Version: 2600 series; Notes: but these are common misconfigurations; '
name: Cisco - IOS
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/IP Conference Station.yml
================================================
auth:
credentials:
- password: '7936'
username: End User
category: http
comment: 'Version: 7936; '
name: Cisco - IP Conference Station
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Modeling Labs.yml
================================================
auth:
credentials:
- password: password
username: uwmadmin
category: http
comment: 'Level: Administrator; Doc: http://www.cisco.com/c/en/us/td/docs/cloud_services/cisco_modeling_labs/v100/installation/guide/administrator/b_cml_install_sys_admin/b_cml_install_sys_admin_chapter_0111.html;
Notes: User Workspace Management; '
name: Cisco - Modeling Labs
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/NETRANGER-SECURE IDS.yml
================================================
auth:
credentials:
- password: attack
username: netrangr
- password: attack
username: root
category: multi
comment: 'Level: Administrator; '
name: Cisco - NETRANGER/SECURE IDS
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Network Registrar (CNR).yml
================================================
auth:
credentials:
- password: changeme
username: admin
category: unknown
comment: ''
name: Cisco - Network Registrar (CNR)
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/PIX FIREWALL.yml
================================================
auth:
credentials:
- password: cisco
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Cisco - PIX FIREWALL
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/PIX.yml
================================================
auth:
credentials:
- password: cisco
username: ''
category: telnet
comment: 'Level: UID = pix; '
name: Cisco - PIX
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Traffic Anomaly Detector.yml
================================================
auth:
credentials:
- password: riverhead
username: ''
category: snmp
comment: 'Doc: http://www.cisco.com/en/US/products/ps5888/prod_release_note09186a0080237333.html; '
name: Cisco - Traffic Anomaly Detector
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Trailhead.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 4.0; Level: Administrator; '
name: Cisco - Trailhead
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Unity.yml
================================================
auth:
credentials:
- password: (unknown)
username: bubba
category: local
comment: 'Version: 1.3.2; Notes: Part numbers imprinted on the installation disks
with a local user account bubba, default RAID Manager address, and DHCP server address:80-7111-01
for the UNITY-SVRX255-1A80-7112-01 for the UNITY-SVRX255-2A; '
name: Cisco - Unity
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/VPN 3000.yml
================================================
auth:
credentials:
- password: admin
username: admin
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cisco - VPN 3000
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/VPN 5000.yml
================================================
auth:
credentials:
- password: letmein
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Cisco - VPN 5000
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/VPN CONCENTRATOR 3000 SERIES.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: multi
comment: 'Level: Administrator; '
name: Cisco - VPN CONCENTRATOR 3000 SERIES
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/VPN3000.yml
================================================
auth:
credentials:
- password: changeit
username: ''
category: unknown
comment: 'Level: JVM Key Store; Doc: http://160.78.48.20/vpn/software/How_to_use_Webvpn_with_Citrix_Metaframe.pdf;
Notes: The JVM certificate store is a file called "cacerts" and is located in ...libsecuritycacerts.; '
name: Cisco - VPN3000
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/Video Surveillance Manager (VSM).yml
================================================
auth:
credentials:
- password: secur4u
username: root
category: multiple
comment: 'Level: Administrator; Doc: http://www.cisco.com/c/en/us/td/docs/security/physical_security/video_surveillance/network/vsm/6_3/user_guide/cvsm_6_3/overview.html#wp1035089; '
name: Cisco - Video Surveillance Manager (VSM)
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco/WLSE.yml
================================================
auth:
credentials:
- password: blender
username: root
- password: wlsedb
username: wlse
category: multi
comment: 'Level: Administrator; '
name: Cisco - WLSE
port: 0
vendor: CISCO
================================================
FILE: totalpass/payloads/cirt/cisco-arrowpoint/Arrowpoint.yml
================================================
auth:
credentials:
- password: system
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cisco-Arrowpoint - Arrowpoint
port: 0
vendor: CISCO-ARROWPOINT
================================================
FILE: totalpass/payloads/cirt/citrix systems inc/Access Gateway - unknown.yml
================================================
auth:
credentials:
- password: nsroot
username: nsroot
category: unknown
comment: 'Level: Administrator; Doc: http://support.citrix.com/proddocs/topic/access-gateway-hig-appliances/ag-using-setup-wizard-tsk.html; '
name: Citrix Systems, Inc. - Access Gateway - unknown
port: 0
vendor: CITRIX SYSTEMS, INC.
================================================
FILE: totalpass/payloads/cirt/citrix systems inc/Access Gateway.yml
================================================
auth:
credentials:
- password: rootadmin
username: root
category: http
comment: 'Version: 4.6; Level: Administrator; '
name: Citrix Systems, Inc. - Access Gateway
port: 0
vendor: CITRIX SYSTEMS, INC.
================================================
FILE: totalpass/payloads/cirt/claris/At-Ease.yml
================================================
auth:
credentials:
- password: familymacintosh
username: ''
category: unknown
comment: ''
name: Claris - At-Ease
port: 0
vendor: CLARIS
================================================
FILE: totalpass/payloads/cirt/clearone communications/Converge Pro.yml
================================================
auth:
credentials:
- password: converge
username: clearone
category: http
comment: 'Version: 880/840T/TH20/8i; Level: Administrator; Doc: http://pdf.textfiles.com/manuals/STARINMANUALS/ClearOne/Manuals/Archive/ConvergePro%208i,%20840T,%20880,%20TH20%20v0.91.pdf; '
name: ClearOne Communications - Converge Pro
port: 0
vendor: CLEARONE COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/clearone communications/Converge.yml
================================================
auth:
credentials:
- password: RAV
username: ClearOne
category: http
comment: 'Version: 560/590; Level: Administrator; Doc: http://www.clearone.com/uploads/resource/800_153_560_Rev1_0_Converge560_590Man-0.pdf; '
name: ClearOne Communications - Converge
port: 0
vendor: CLEARONE COMMUNICATIONS
================================================
FILE: totalpass/payloads/cirt/cobalt/RaQ Qube.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cobalt - RaQ Qube
port: 0
vendor: COBALT
================================================
FILE: totalpass/payloads/cirt/cobalt/Unknown.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Cobalt - Unknown
port: 0
vendor: COBALT
================================================
FILE: totalpass/payloads/cirt/colubris networks/CN3200.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Colubris Networks - CN3200
port: 0
vendor: COLUBRIS NETWORKS
================================================
FILE: totalpass/payloads/cirt/colubris networks/MSC 5100.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 5100; Level: Administrator; '
name: Colubris Networks - MSC 5100
port: 0
vendor: COLUBRIS NETWORKS
================================================
FILE: totalpass/payloads/cirt/comcast smc/8014.yml
================================================
auth:
credentials:
- password: highspeed
username: cusadmin
category: unknown
comment: 'Level: Administrator; '
name: Comcast SMC - 8014
port: 0
vendor: COMCAST SMC
================================================
FILE: totalpass/payloads/cirt/comersus/Shopping Cart.yml
================================================
auth:
credentials:
- password: dmr99
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Comersus - Shopping Cart
port: 0
vendor: COMERSUS
================================================
FILE: totalpass/payloads/cirt/comodo group inc/MyDLP.yml
================================================
auth:
credentials:
- password: mydlp
username: mydlp
category: http
comment: 'Version: 2.0; Level: Administrator; Doc: https://www.mydlp.com/wp-content/uploads/Comodo_MyDLP_Admin_guide.pdf; '
name: Comodo Group, Inc - MyDLP
port: 0
vendor: COMODO GROUP, INC
================================================
FILE: totalpass/payloads/cirt/compaq/Familiar Linux - console.yml
================================================
auth:
credentials:
- password: rootme
username: root
category: console
comment: 'Level: Administrator; '
name: Compaq - Familiar Linux - console
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compaq/Familiar Linux - ssh.yml
================================================
auth:
credentials:
- password: rootme
username: root
category: ssh
comment: 'Level: Administrator; '
name: Compaq - Familiar Linux - ssh
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compaq/Familiar Linux.yml
================================================
auth:
credentials:
- password: rootme
username: root
category: telnet
comment: 'Level: Administrator; '
name: Compaq - Familiar Linux
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compaq/Insight Manager.yml
================================================
auth:
credentials:
- password: ''
username: anonymous
- password: public
username: user
- password: operator
username: operator
- password: administrator
username: administrator
category: unknown
comment: 'Level: User; '
name: Compaq - Insight Manager
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compaq/PC BIOS.yml
================================================
auth:
credentials:
- password: Compaq
username: ''
category: console
comment: 'Level: Administrator; '
name: Compaq - PC BIOS
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compaq/WBEM.yml
================================================
auth:
credentials:
- password: administrator
username: administrator
category: http
comment: 'Level: Administrator; Notes: Port 2301 for HTTP, 2381 for HTTPS.; '
name: Compaq - WBEM
port: 0
vendor: COMPAQ
================================================
FILE: totalpass/payloads/cirt/compualynx/Cmail Server.yml
================================================
auth:
credentials:
- password: asecret
username: administrator
category: multi
comment: 'Version: All Versions; Level: Administrator; '
name: Compualynx - Cmail Server
port: 0
vendor: COMPUALYNX
================================================
FILE: totalpass/payloads/cirt/compualynx/Cproxy Server.yml
================================================
auth:
credentials:
- password: asecret
username: administrator
category: multi
comment: 'Version: All Versions; Level: Administrator; '
name: Compualynx - Cproxy Server
port: 0
vendor: COMPUALYNX
================================================
FILE: totalpass/payloads/cirt/compualynx/SCM.yml
================================================
auth:
credentials:
- password: asecret
username: administrator
category: multi
comment: 'Version: All Versions; Level: Administrator; '
name: Compualynx - SCM
port: 0
vendor: COMPUALYNX
================================================
FILE: totalpass/payloads/cirt/conceptronic/C100BRS4H.yml
================================================
auth:
credentials:
- password: '1234'
username: admin
category: http
comment: 'Level: Administrator; '
name: Conceptronic - C100BRS4H
port: 0
vendor: CONCEPTRONIC
================================================
FILE: totalpass/payloads/cirt/conceptronic/CADSLR4 - ftp.yml
================================================
auth:
credentials:
- password: password
username: anonymous
category: ftp
comment: 'Level: Anonymous; Notes: Default IP 192.168.1.254; '
name: Conceptronic - CADSLR4 - ftp
port: 0
vendor: CONCEPTRONIC
================================================
FILE: totalpass/payloads/cirt/conceptronic/CADSLR4 - telnet.yml
================================================
auth:
credentials:
- password: password
username: admin
category: telnet
comment: 'Level: Administrator; Notes: Default IP 192.168.1.254; '
name: Conceptronic - CADSLR4 - telnet
port: 0
vendor: CONCEPTRONIC
================================================
FILE: totalpass/payloads/cirt/conceptronic/CADSLR4.yml
================================================
auth:
credentials:
- password: password
username: admin
category: http
comment: 'Level: Administrator; Notes: Default IP 192.168.1.254; '
name: Conceptronic - CADSLR4
port: 0
vendor: CONCEPTRONIC
================================================
FILE: totalpass/payloads/cirt/concord/PC BIOS.yml
================================================
auth:
credentials:
- password: last
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Concord - PC BIOS
port: 0
vendor: CONCORD
================================================
FILE: totalpass/payloads/cirt/conexant/Router.yml
================================================
auth:
credentials:
- password: epicrouter
username: admin
- password: amigosw1
username: admin
- password: password
username: admin
- password: conexant
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Conexant - Router
port: 0
vendor: CONEXANT
================================================
FILE: totalpass/payloads/cirt/control4/Home Theater Controller AVMHTC1B.yml
================================================
auth:
credentials:
- password: ducati900ss
username: ''
- password: t0talc0ntr0l4!
username: root
category: telnet
comment: 'Level: Administrator; Doc: http://www.digitalmunition.com/_/Blog/Entries/2010/10/13_Control4_gear_is_umm..._backdoored,_I_guess.html;
Notes: Port 5800. Password may also be ducati996.; '
name: Control4 - Home Theater Controller AVMHTC1B
port: 0
vendor: CONTROL4
================================================
FILE: totalpass/payloads/cirt/coronamatrix/phpAddressBook.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 2.1; Level: Administrator; '
name: CoronaMatrix - phpAddressBook
port: 0
vendor: CORONAMATRIX
================================================
FILE: totalpass/payloads/cirt/covertix/SmartCipher.yml
================================================
auth:
credentials:
- password: Admin
username: Admin
category: unknown
comment: 'Level: Administrator; Doc: http://www.kagoon.com/smartcipher-installation-guide-docx/main; '
name: Covertix - SmartCipher
port: 0
vendor: COVERTIX
================================================
FILE: totalpass/payloads/cirt/crystalview/OutsideView 32.yml
================================================
auth:
credentials:
- password: Crystal
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Crystalview - OutsideView 32
port: 0
vendor: CRYSTALVIEW
================================================
FILE: totalpass/payloads/cirt/ctx international/PC BIOS.yml
================================================
auth:
credentials:
- password: CTX_123
username: ''
category: console
comment: 'Level: Administrator; '
name: CTX International - PC BIOS
port: 0
vendor: CTX INTERNATIONAL
================================================
FILE: totalpass/payloads/cirt/cyberguard/Firewall.yml
================================================
auth:
credentials:
- password: cgadmin
username: cgadmin
category: console
comment: 'Level: Administrator; '
name: Cyberguard - Firewall
port: 0
vendor: CYBERGUARD
================================================
FILE: totalpass/payloads/cirt/cybermax/PC BIOS.yml
================================================
auth:
credentials:
- password: Congress
username: ''
category: console
comment: 'Level: Administrator; '
name: CyberMax - PC BIOS
port: 0
vendor: CYBERMAX
================================================
FILE: totalpass/payloads/cirt/cyberoam/Multiple.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: https://docs.cyberoam.com/; Notes: UTM, NGFW,
Virtual Appliance, Central Console; '
name: Cyberoam - Multiple
port: 0
vendor: CYBEROAM
================================================
FILE: totalpass/payloads/cirt/cyberoam/iView - ssh.yml
================================================
auth:
credentials:
- password: admin
username: root
category: ssh
comment: 'Level: Administrator; Doc: https://docs.cyberoam.com/default.asp?id=344&Lang=1&SID=; '
name: Cyberoam - iView - ssh
port: 0
vendor: CYBEROAM
================================================
FILE: totalpass/payloads/cirt/cyberoam/iView.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: https://docs.cyberoam.com/default.asp?id=344&Lang=1&SID=; '
name: Cyberoam - iView
port: 0
vendor: CYBEROAM
================================================
FILE: totalpass/payloads/cirt/cyclades/Cyclades-TS800 - ssh.yml
================================================
auth:
credentials:
- password: ''
username: root
category: ssh
comment: 'Version: TS800; Level: Administrator; '
name: Cyclades - Cyclades-TS800 - ssh
port: 0
vendor: CYCLADES
================================================
FILE: totalpass/payloads/cirt/cyclades/Cyclades-TS800 - web.yml
================================================
auth:
credentials:
- password: tslinux
username: root
category: web
comment: 'Version: TS800; Level: Administrator; '
name: Cyclades - Cyclades-TS800 - web
port: 0
vendor: CYCLADES
================================================
FILE: totalpass/payloads/cirt/cyclades/Cyclades-TS800.yml
================================================
auth:
credentials:
- password: ''
username: root
category: telnet
comment: 'Version: TS800; Level: Administrator; '
name: Cyclades - Cyclades-TS800
port: 0
vendor: CYCLADES
================================================
FILE: totalpass/payloads/cirt/cyclades/PR-1000.yml
================================================
auth:
credentials:
- password: surt
username: super
category: unknown
comment: 'Level: Administrator; '
name: Cyclades - PR-1000
port: 0
vendor: CYCLADES
================================================
FILE: totalpass/payloads/cirt/d-link/604.yml
================================================
auth:
credentials:
- password: ''
username: Admin
category: telnet
comment: 'Level: Administrator; '
name: D-Link - 604
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DCS-2121.yml
================================================
auth:
credentials:
- password: admin
username: root
category: unknown
comment: 'Version: 1.04; Level: Administrator; Doc: http://newsoft-tech.blogspot.com/2010/09/d-link-dcs-2121-and-state-of-embedded.html; '
name: D-Link - DCS-2121
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DI-624.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: ''
name: D-Link - DI-624
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DI-824VUP Airplus G Wireless VPN Router.yml
================================================
auth:
credentials:
- password: ''
username: Admin
category: unknown
comment: 'Level: Administrator; '
name: D-Link - DI-824VUP Airplus G Wireless VPN Router
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DSL Router.yml
================================================
auth:
credentials:
- password: admin
username: root
category: unknown
comment: 'Level: Administrator; '
name: D-Link - DSL Router
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DSL-504.yml
================================================
auth:
credentials:
- password: private
username: ''
category: unknown
comment: 'Level: Administrator; '
name: D-Link - DSL-504
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/DSL-G664T.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: D-Link - DSL-G664T
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/Routers.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: http
comment: 'Version: DI-764; Level: Administrator; '
name: D-Link - Routers
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/d-link/hubs-switches.yml
================================================
auth:
credentials:
- password: D-Link
username: D-Link
category: telnet
comment: ''
name: D-Link - hubs/switches
port: 0
vendor: D-LINK
================================================
FILE: totalpass/payloads/cirt/daewoo/PC BIOS.yml
================================================
auth:
credentials:
- password: Daewuu
username: ''
category: console
comment: 'Level: Administrator; '
name: Daewoo - PC BIOS
port: 0
vendor: DAEWOO
================================================
FILE: totalpass/payloads/cirt/dallas semiconductors/TINI embedded JAVA Module.yml
================================================
auth:
credentials:
- password: tini
username: root
category: telnet
comment: 'Version: <= 1.0; Level: Administrator; '
name: Dallas Semiconductors - TINI embedded JAVA Module
port: 0
vendor: DALLAS SEMICONDUCTORS
================================================
FILE: totalpass/payloads/cirt/dassault systemes/Enovia V6.yml
================================================
auth:
credentials:
- password: ''
username: Test Everything
category: unknown
comment: 'Doc: http://public.dhe.ibm.com/partnerworld/pub/whitepaper/193d6.pdf; '
name: Dassault Systemes - Enovia V6
port: 0
vendor: DASSAULT SYSTEMES
================================================
FILE: totalpass/payloads/cirt/data general/AOS-VS.yml
================================================
auth:
credentials:
- password: operator
username: operator
- password: op
username: op
- password: operator
username: op
category: multi
comment: 'Level: Administrator; '
name: Data General - AOS/VS
port: 0
vendor: DATA GENERAL
================================================
FILE: totalpass/payloads/cirt/datacom/BSASX-101.yml
================================================
auth:
credentials:
- password: letmein
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Datacom - BSASX/101
port: 0
vendor: DATACOM
================================================
FILE: totalpass/payloads/cirt/datacom/NSBrowse.yml
================================================
auth:
credentials:
- password: sysadm
username: sysadm
category: multi
comment: 'Level: Administrator; '
name: Datacom - NSBrowse
port: 0
vendor: DATACOM
================================================
FILE: totalpass/payloads/cirt/datawizard technologies inc/FtpQX.yml
================================================
auth:
credentials:
- password: test
username: test
- password: ''
username: anonymous
category: ftp
comment: 'Notes: The ''test'' user has READ and WRITE permissions on the C: drive
by default.; '
name: DataWizard Technologies Inc. - FtpQX
port: 0
vendor: DATAWIZARD TECHNOLOGIES INC.
================================================
FILE: totalpass/payloads/cirt/davolink/DV2020.yml
================================================
auth:
credentials:
- password: user
username: user
category: unknown
comment: 'Level: Administrator; Doc: http://www.zultrax.com/forward-port/davolink-dv-2020.htm;
Notes: Default LAN IP: 192.168.1.1; '
name: Davolink - DV2020
port: 0
vendor: DAVOLINK
================================================
FILE: totalpass/payloads/cirt/daytek/PC BIOS.yml
================================================
auth:
credentials:
- password: Daytec
username: ''
category: console
comment: 'Level: Administrator; '
name: Daytek - PC BIOS
port: 0
vendor: DAYTEK
================================================
FILE: totalpass/payloads/cirt/debian/Linux LILO Default.yml
================================================
auth:
credentials:
- password: tatercounter2000
username: ''
category: console
comment: 'Version: 2.2; Level: Administrator; '
name: Debian - Linux LILO Default
port: 0
vendor: DEBIAN
================================================
FILE: totalpass/payloads/cirt/deerfield/WorldClient and MDaemon.yml
================================================
auth:
credentials:
- password: MServer
username: MDaemon
category: unknown
comment: 'Version: 5.0.5.0; Notes: Can be used to send/receive email remotely.; '
name: Deerfield - WorldClient and MDaemon
port: 0
vendor: DEERFIELD
================================================
FILE: totalpass/payloads/cirt/dell/DRAC.yml
================================================
auth:
credentials:
- password: calvin
username: root
category: multiple
comment: 'Level: Administrator; Notes: Can be accessed through HTTP(S), telnet and
ssh.; '
name: Dell - DRAC
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/ERA.yml
================================================
auth:
credentials:
- password: calvin
username: root
category: unknown
comment: 'Level: Administrator; Notes: Embedded Remote Access; '
name: Dell - ERA
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Kace K2000.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; Doc: http://www.kace.com/support/kb/index.php?action=artikel&cat=60&id=864&artlang=en; '
name: Dell - Kace K2000
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Lattitude CMOS.yml
================================================
auth:
credentials:
- password: nz0u4bbe
username: ''
category: unknown
comment: 'Version: CPi; Notes: enter password, then press control + enter.; '
name: Dell - Lattitude CMOS
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/PC BIOS.yml
================================================
auth:
credentials:
- password: Dell
username: ''
category: console
comment: 'Level: Administrator; '
name: Dell - PC BIOS
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/PowerEdge NF100.yml
================================================
auth:
credentials:
- password: storageserver
username: Administrator
category: unknown
comment: 'Level: Administrator; '
name: Dell - PowerEdge NF100
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/PowerVault.yml
================================================
auth:
credentials:
- password: password
username: admin
category: unknown
comment: 'Version: 136T; Level: Administrator; '
name: Dell - PowerVault
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Poweredge.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Version: 1655MC; Level: Administrator; '
name: Dell - Poweredge
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/RAC.yml
================================================
auth:
credentials:
- password: calvin
username: root
category: unknown
comment: 'Level: Administrator; Notes: Remote Access Card; '
name: Dell - RAC
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Switch PowerConnect.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dell - Switch PowerConnect
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/TrueMobile.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Version: 2300; Level: Administrator; '
name: Dell - TrueMobile
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Winterm - bios.yml
================================================
auth:
credentials:
- password: Fireport
username: ''
category: bios
comment: 'Level: Administrator; Doc: http://www.vennercorp.com/blog/2014/09/08/what-are-the-default-wyse-admin-passwords/; '
name: Dell - Winterm - bios
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Winterm - vnc.yml
================================================
auth:
credentials:
- password: winterm
username: VNC
category: vnc
comment: 'Level: Administrator; Doc: http://www.vennercorp.com/blog/2014/09/08/what-are-the-default-wyse-admin-passwords/; '
name: Dell - Winterm - vnc
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Winterm.yml
================================================
auth:
credentials:
- password: wyse
username: root
category: console
comment: 'Level: Administrator; Doc: http://www.vennercorp.com/blog/2014/09/08/what-are-the-default-wyse-admin-passwords/; '
name: Dell - Winterm
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/dell/Wyse Rapport.yml
================================================
auth:
credentials:
- password: r@p8p0r+
username: rapport
category: ftp
comment: 'Level: Administrator; Doc: http://www.vennercorp.com/blog/2014/09/08/what-are-the-default-wyse-admin-passwords/; '
name: Dell - Wyse Rapport
port: 0
vendor: DELL
================================================
FILE: totalpass/payloads/cirt/develcon/Orbitor Default Console.yml
================================================
auth:
credentials:
- password: BRIDGE
username: ''
- password: password
username: ''
category: unknown
comment: 'Level: Administrator; '
name: Develcon - Orbitor Default Console
port: 0
vendor: DEVELCON
================================================
FILE: totalpass/payloads/cirt/dictaphone/ProLog.yml
================================================
auth:
credentials:
- password: ''
username: NETOP
- password: NETWORK
username: NETWORK
- password: PBX
username: PBX
category: unknown
comment: ''
name: Dictaphone - ProLog
port: 0
vendor: DICTAPHONE
================================================
FILE: totalpass/payloads/cirt/digicorp/Viper.yml
================================================
auth:
credentials:
- password: BRIDGE
username: ''
- password: password
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Digicorp - Viper
port: 0
vendor: DIGICORP
================================================
FILE: totalpass/payloads/cirt/digicraft software/Yak-.yml
================================================
auth:
credentials:
- password: asd123
username: Yak
category: ftp
comment: 'Version: 2.0.1; Notes: Default port is 3535.; '
name: Digicraft Software - Yak!
port: 0
vendor: DIGICRAFT SOFTWARE
================================================
FILE: totalpass/payloads/cirt/digital equipment/10-Dec.yml
================================================
auth:
credentials:
- password: syslib
username: '1'
- password: operator
username: '1'
- password: manager
username: '1'
- password: maintain
username: '2'
- password: syslib
username: '2'
- password: manager
username: '2'
- password: operator
username: '2'
- password: games
username: '30'
- password: games
username: '5'
- password: maintain
username: '7'
category: multi
comment: 'Level: Administrator; '
name: Digital Equipment - 10-Dec
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/DEC-10.yml
================================================
auth:
credentials:
- password: syslib
username: '1'
- password: operator
username: '1'
- password: manager
username: '1'
- password: maintain
username: '2'
- password: syslib
username: '2'
- password: manager
username: '2'
- password: operator
username: '2'
- password: games
username: '30'
- password: games
username: '5'
- password: maintain
username: '7'
category: multi
comment: 'Level: Administrator; '
name: Digital Equipment - DEC-10
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/DecServer.yml
================================================
auth:
credentials:
- password: ACCESS
username: ''
- password: SYSTEM
username: ''
category: multi
comment: 'Level: Administrator; '
name: Digital Equipment - DecServer
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/IRIS.yml
================================================
auth:
credentials:
- password: accounting
username: accounting
- password: boss
username: boss
- password: demo
username: demo
- password: manager
username: manager
- password: PDP11
username: PDP11
- password: PDP8
username: PDP8
- password: software
username: software
category: multi
comment: 'Level: Administrator; '
name: Digital Equipment - IRIS
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/PC BIOS.yml
================================================
auth:
credentials:
- password: komprie
username: ''
category: console
comment: 'Level: Administrator; '
name: Digital Equipment - PC BIOS
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/RSX.yml
================================================
auth:
credentials:
- password: '1'
username: ''
- password: BATCH
username: BATCH
- password: MANAGER
username: SYSTEM
- password: SYSTEM
username: SYSTEM
- password: USER
username: USER
category: multi
comment: 'Level: 1; '
name: Digital Equipment - RSX
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/Terminal Server.yml
================================================
auth:
credentials:
- password: access
username: ''
- password: system
username: ''
category: port 7000
comment: 'Level: User; '
name: Digital Equipment - Terminal Server
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digital equipment/VMS.yml
================================================
auth:
credentials:
- password: ALLIN1
username: ALLIN1
- password: ALLIN1MAIL
username: ALLIN1MAIL
- password: ALLINONE
username: ALLINONE
- password: BACKUP
username: BACKUP
- password: DCL
username: DCL
- password: DECMAIL
username: DECMAIL
- password: DECNET
username: DECNET
- password: NONPRIV
username: DECNET
- password: USER
username: DEFAULT
- password: DEFAULT
username: DEFAULT
- password: DEMO
username: DEMO
- password: FIELD
username: FIELD
- password: SERVICE
username: FIELD
- password: TEST
username: FIELD
- password: DIGITAL
username: FIELD
- password: GUEST
username: GUEST
- password: HELP
username: HELP
- password: HELPDESK
username: HELPDESK
- password: HOST
username: HOST
- password: INFO
username: INFO
- password: INGRES
username: INGRES
- password: LINK
username: LINK
- password: MAILER
username: MAILER
- password: MBMANAGER
username: MBMANAGER
- password: MBWATCH
username: MBWATCH
- password: NETCON
username: NETCON
- password: NETMGR
username: NETMGR
- password: NETNONPRIV
username: NETNONPRIV
- password: NETPRIV
username: NETPRIV
- password: NETSERVER
username: NETSERVER
- password: NETWORK
username: NETWORK
- password: NEWINGRES
username: NEWINGRES
- password: NEWS
username: NEWS
- password: OPERVAX
username: OPERVAX
- password: POSTMASTER
username: POSTMASTER
- password: PRIV
username: PRIV
- password: REPORT
username: REPORT
- password: RJE
username: RJE
- password: STUDENT
username: STUDENT
- password: SYS
username: SYS
- password: SYSMAINT
username: SYSMAINT
- password: SERVICE
username: SYSMAINT
- password: DIGITAL
username: SYSMAINT
- password: SYSTEM
username: SYSTEM
- password: MANAGER
username: SYSTEM
- password: OPERATOR
username: SYSTEM
- password: SYSLIB
username: SYSTEM
- password: UETP
username: SYSTEST
- password: SYSTEST_CLIG
username: SYSTEST_CLIG
- password: SYSTEST
username: SYSTEST_CLIG
- password: TELEDEMO
username: TELEDEMO
- password: TEST
username: TEST
- password: UETP
username: UETP
- password: PASSWORD
username: USER
- password: USERP
username: USERP
- password: VAX
username: VAX
- password: VMS
username: VMS
category: multi
comment: ''
name: Digital Equipment - VMS
port: 0
vendor: DIGITAL EQUIPMENT
================================================
FILE: totalpass/payloads/cirt/digium inc/AsteriskNOW.yml
================================================
auth:
credentials:
- password: password
username: admin
category: unknown
comment: 'Level: Administrator; Doc: ftp://ftp.gtlib.gatech.edu/pub/asterisknow/quickstart_asterisknow.pdf;
Notes: Only for Live CD or disk image.; '
name: Digium, Inc. - AsteriskNOW
port: 0
vendor: DIGIUM, INC.
================================================
FILE: totalpass/payloads/cirt/divar/XF.yml
================================================
auth:
credentials:
- password: ''
username: admin
- password: ''
username: viewer
category: http
comment: 'Level: Administrator; Doc: http://www.google.com/url?sa=t&source=web&cd=3&ved=0CBsQFjAC&url=http%3A%2F%2Fresource.boschsecurity.com%2Fdocuments%2FEX85MegapixelIP_TechnicalServiceNote_enUS_T6355740427.doc&ei=h55lTLeXCcT_lgfgkqyTDg&usg=AFQjCNGPOLSf4n0L9PAyJ8Jv7FFN0IDIVw; '
name: Divar - XF
port: 0
vendor: DIVAR
================================================
FILE: totalpass/payloads/cirt/dlink/DI-614.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DI-614
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DI-624+.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DI-624+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DI-624.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DI-624
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DSL-604+.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DSL-604+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DSL-G604T.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DSL-G604T
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-1000+.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-1000+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-2000AP+.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-2000AP+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-7000AP.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-7000AP
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-700AP.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-700AP
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-810+.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-810+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-900+.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-900+
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dlink/DWL-900.yml
================================================
auth:
credentials:
- password: public
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Dlink - DWL-900
port: 0
vendor: DLINK
================================================
FILE: totalpass/payloads/cirt/dotnetnuke corporation/DotNetNuke.yml
================================================
auth:
credentials:
- password: dnnhost
username: host
- password: dnnadmin
username: admin
category: http
comment: 'Level: Administrator; '
name: DotNetNuke Corporation - DotNetNuke
port: 0
vendor: DOTNETNUKE CORPORATION
================================================
FILE: totalpass/payloads/cirt/draytek/Vigor3300v.yml
================================================
auth:
credentials:
- password: '1234'
username: Draytek
category: http
comment: 'Level: Administrator; '
name: Draytek - Vigor3300v
port: 0
vendor: DRAYTEK
================================================
FILE: totalpass/payloads/cirt/draytek corp/Vigor2200USB.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Draytek Corp - Vigor2200USB
port: 0
vendor: DRAYTEK CORP
================================================
FILE: totalpass/payloads/cirt/draytek corp/Vigor2600 Plus Series Annex A.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Draytek Corp - Vigor2600 Plus Series Annex A
port: 0
vendor: DRAYTEK CORP
================================================
FILE: totalpass/payloads/cirt/ducati motor holding/Diavel.yml
================================================
auth:
credentials:
- password: Last 4 digits of VIN
username: ''
category: console
comment: 'Version: 2011; Level: Rider; Doc: http://www.laresblog.com/2011/04/why-cant-i-just-buy-motorcycle-without.html; '
name: Ducati Motor Holding - Diavel
port: 0
vendor: DUCATI MOTOR HOLDING
================================================
FILE: totalpass/payloads/cirt/dupont/Digital Water Proofer.yml
================================================
auth:
credentials:
- password: par0t
username: root
category: unknown
comment: 'Level: Administrator; '
name: DuPont - Digital Water Proofer
port: 0
vendor: DUPONT
================================================
FILE: totalpass/payloads/cirt/dvb/DVstation - ssh.yml
================================================
auth:
credentials:
- password: pixmet2003
username: root
category: ssh
comment: 'Level: Administrator; '
name: DVB - DVstation - ssh
port: 0
vendor: DVB
================================================
FILE: totalpass/payloads/cirt/dvb/DVstation - vnc.yml
================================================
auth:
credentials:
- password: dvst10n
username: dvstation
category: vnc
comment: 'Level: Administrator; '
name: DVB - DVstation - vnc
port: 0
vendor: DVB
================================================
FILE: totalpass/payloads/cirt/dvb/DVstation.yml
================================================
auth:
credentials:
- password: dvst10n
username: dvstation
category: http
comment: 'Level: Administrator; '
name: DVB - DVstation
port: 0
vendor: DVB
================================================
FILE: totalpass/payloads/cirt/dynalink/RTA230.yml
================================================
auth:
credentials:
- password: userNotU
username: userNotUsed
category: unknown
comment: 'Level: Administrator; '
name: Dynalink - RTA230
port: 0
vendor: DYNALINK
================================================
FILE: totalpass/payloads/cirt/dynix library systems/Dynix.yml
================================================
auth:
credentials:
- password: ''
username: circ
- password: ''
username: LIBRARY
- password: ''
username: SETUP
category: multi
comment: 'Level: User; '
name: Dynix Library Systems - Dynix
port: 0
vendor: DYNIX LIBRARY SYSTEMS
================================================
FILE: totalpass/payloads/cirt/eaton/Network Shutdown Module.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Eaton - Network Shutdown Module
port: 0
vendor: EATON
================================================
FILE: totalpass/payloads/cirt/eaton/ePDU.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; '
name: Eaton - ePDU
port: 0
vendor: EATON
================================================
FILE: totalpass/payloads/cirt/echelon corporation/i.LON Multiple.yml
================================================
auth:
credentials:
- password: ilon
username: ilon
category: unknown
comment: 'Level: Administrator; '
name: Echelon Corporation - i.LON Multiple
port: 0
vendor: ECHELON CORPORATION
================================================
FILE: totalpass/payloads/cirt/edimax/7205APL.yml
================================================
auth:
credentials:
- password: '1234'
username: guest
category: unknown
comment: 'Notes: Allows backup of config.bin which contains all system passwords.; '
name: Edimax - 7205APL
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/edimax/AR-6004.yml
================================================
auth:
credentials:
- password: '1234'
username: admin
category: unknown
comment: ''
name: Edimax - AR-6004
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/edimax/AR-7024Wg.yml
================================================
auth:
credentials:
- password: epicrouter
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default IP: 10.0.0.2; '
name: Edimax - AR-7024Wg
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/edimax/BR-6204WG.yml
================================================
auth:
credentials:
- password: '1234'
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default IP: 192.168.2.1; '
name: Edimax - BR-6204WG
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/edimax/BR-7209WG.yml
================================================
auth:
credentials:
- password: '1234'
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default IP: 192.168.2.1; '
name: Edimax - BR-7209WG
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/edimax/DI-524.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default IP: 192.168.0.1; '
name: Edimax - DI-524
port: 0
vendor: EDIMAX
================================================
FILE: totalpass/payloads/cirt/efficient/Speedstream - telnet.yml
================================================
auth:
credentials:
- password: admin
username: superuser
category: telnet
comment: 'Level: Administrator; '
name: Efficient - Speedstream - telnet
port: 0
vendor: EFFICIENT
================================================
FILE: totalpass/payloads/cirt/efficient/Speedstream DSL.yml
================================================
auth:
credentials:
- password: admin
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Efficient - Speedstream DSL
port: 0
vendor: EFFICIENT
================================================
FILE: totalpass/payloads/cirt/efficient/Speedstream.yml
================================================
auth:
credentials:
- password: ''
username: ''
- password: ''
username: ''
- password: admin
username: login
- password: admin
username: superuser
category: http
comment: 'Version: 5200; Notes: Default IP 10.0.0.1/8; '
name: Efficient - Speedstream
port: 0
vendor: EFFICIENT
================================================
FILE: totalpass/payloads/cirt/ektron inc/CMS400.NET - sql.yml
================================================
auth:
credentials:
- password: Ektron
username: sa
category: sql
comment: 'Level: Administrator; Doc: http://downloads2.ektron.com/software/released/CMS400/v48/SetupManual.pdf; '
name: Ektron, Inc. - CMS400.NET - sql
port: 0
vendor: EKTRON, INC.
================================================
FILE: totalpass/payloads/cirt/ektron inc/CMS400.NET.yml
================================================
auth:
credentials:
- password: builtin
username: builtin
category: http
comment: 'Level: Administrator; Doc: http://dev.ektron.com/kb_article.aspx?id=1818; '
name: Ektron, Inc. - CMS400.NET
port: 0
vendor: EKTRON, INC.
================================================
FILE: totalpass/payloads/cirt/elron/Firewall.yml
================================================
auth:
credentials:
- password: sysadmin
username: (hostname/ipaddress)
category: unknown
comment: 'Level: Administrator; '
name: Elron - Firewall
port: 0
vendor: ELRON
================================================
FILE: totalpass/payloads/cirt/elsa/LANCom Office ISDN Router.yml
================================================
auth:
credentials:
- password: cisco
username: ''
- password: ''
username: ''
category: telnet
comment: 'Version: 800/1000/1100; Level: Administrator; '
name: Elsa - LANCom Office ISDN Router
port: 0
vendor: ELSA
================================================
FILE: totalpass/payloads/cirt/emc/Avamar Deduplication Backup Server - postgresql.yml
================================================
auth:
credentials:
- password: viewuser1
username: viewuser
category: postgresql
comment: 'Level: View; Doc: https://community.emc.com/message/525389; '
name: EMC - Avamar Deduplication Backup Server - postgresql
port: 0
vendor: EMC
================================================
FILE: totalpass/payloads/cirt/emc/Avamar Deduplication Backup Server - ssh.yml
================================================
auth:
credentials:
- password: changeme
username: dpn
category: ssh
comment: 'Level: Administrator; Doc: https://community.emc.com/message/525389; '
name: EMC - Avamar Deduplication Backup Server - ssh
port: 0
vendor: EMC
================================================
FILE: totalpass/payloads/cirt/emc/Avamar Deduplication Backup Server.yml
================================================
auth:
credentials:
- password: MCUser1
username: MCUser
- password: backuponly1
username: backuponly
- password: restoreonly1
username: restoreonly
- password: backuprestore1
username: backuprestore
- password: 8RttoTriz
username: root
category: http
comment: 'Level: Administrator; Doc: https://community.emc.com/message/525389; '
name: EMC - Avamar Deduplication Backup Server
port: 0
vendor: EMC
================================================
FILE: totalpass/payloads/cirt/eminent/EM4114.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Eminent - EM4114
port: 0
vendor: EMINENT
================================================
FILE: totalpass/payloads/cirt/enhydra/Multiserver.yml
================================================
auth:
credentials:
- password: enhydra
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Enhydra - Multiserver
port: 0
vendor: ENHYDRA
================================================
FILE: totalpass/payloads/cirt/enox/PC BIOS.yml
================================================
auth:
credentials:
- password: xo11nE
username: ''
category: console
comment: 'Level: Administrator; '
name: Enox - PC BIOS
port: 0
vendor: ENOX
================================================
FILE: totalpass/payloads/cirt/enterasys/SecureStack A2.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: console
comment: 'Level: Administrator; Doc: http://secure.enterasys.com/support/manuals/hardware/A2_QuickStart.pdf; '
name: Enterasys - SecureStack A2
port: 0
vendor: ENTERASYS
================================================
FILE: totalpass/payloads/cirt/entrust/Get Access Service Control Agent.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 4.x; Level: Administrator; '
name: Entrust - Get Access Service Control Agent
port: 0
vendor: ENTRUST
================================================
FILE: totalpass/payloads/cirt/episerver ab/EPiServer Commerce.yml
================================================
auth:
credentials:
- password: store
username: admin
category: http
comment: 'Version: 1.0; Level: Administrator; Doc: http://world.episerver.com/Documentation/Items/Installation-Instructions/EPiServer-Commerce/Installation-Instructions---EPiServer-Commerce/#First%20Time%20Login; '
name: EPiServer AB - EPiServer Commerce
port: 0
vendor: EPISERVER AB
================================================
FILE: totalpass/payloads/cirt/epox/PC BIOS.yml
================================================
auth:
credentials:
- password: central
username: ''
category: console
comment: 'Level: Administrator; '
name: Epox - PC BIOS
port: 0
vendor: EPOX
================================================
FILE: totalpass/payloads/cirt/eq-3/HomeMatic.yml
================================================
auth:
credentials:
- password: MuZhlo9n%8!G
username: root
category: unknown
comment: 'Level: Administrator; Notes: CCU2; '
name: eQ-3 - HomeMatic
port: 0
vendor: EQ-3
================================================
FILE: totalpass/payloads/cirt/ericsson/Ericsson Acc.yml
================================================
auth:
credentials:
- password: netman
username: netman
category: unknown
comment: ''
name: Ericsson - Ericsson Acc
port: 0
vendor: ERICSSON
================================================
FILE: totalpass/payloads/cirt/esesix computer gmbh/Thintune.yml
================================================
auth:
credentials:
- password: jstwo
username: root
category: unknown
comment: 'Version: 2.4.38-32-D; Level: Administrator; Notes: Connecting on port 25072.; '
name: eSeSIX Computer GmbH - Thintune
port: 0
vendor: ESESIX COMPUTER GMBH
================================================
FILE: totalpass/payloads/cirt/exabyte/Mag20.yml
================================================
auth:
credentials:
- password: Exabyte
username: anonymous
category: ftp
comment: 'Doc: http://www.exabyte.com/support/products/tad-getmanual.cfm?id=723; '
name: Exabyte - Mag20
port: 0
vendor: EXABYTE
================================================
FILE: totalpass/payloads/cirt/exacq technologies/NVR Server.yml
================================================
auth:
credentials:
- password: admin256
username: admin
- password: user5710
username: user
category: http
comment: 'Level: Administrator; Doc: http://d1ni7hpbick8ut.cloudfront.net/ev-desktop-IP-quickstart-0309.pdf; '
name: Exacq Technologies - NVR Server
port: 0
vendor: EXACQ TECHNOLOGIES
================================================
FILE: totalpass/payloads/cirt/exinda networks/1700.yml
================================================
auth:
credentials:
- password: exinda
username: admin
category: unknown
comment: 'Level: Administrator; Notes: Default Login: http://172.14.1.57/; '
name: Exinda Networks - 1700
port: 0
vendor: EXINDA NETWORKS
================================================
FILE: totalpass/payloads/cirt/extended systems/Firewall.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Extended Systems - Firewall
port: 0
vendor: EXTENDED SYSTEMS
================================================
FILE: totalpass/payloads/cirt/extended systems/Print Server.yml
================================================
auth:
credentials:
- password: extendnet
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Extended Systems - Print Server
port: 0
vendor: EXTENDED SYSTEMS
================================================
FILE: totalpass/payloads/cirt/extreme networks/Alpine.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Extreme Networks - Alpine
port: 0
vendor: EXTREME NETWORKS
================================================
FILE: totalpass/payloads/cirt/extreme networks/BlackDiamond.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Extreme Networks - BlackDiamond
port: 0
vendor: EXTREME NETWORKS
================================================
FILE: totalpass/payloads/cirt/extreme networks/Summit.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Extreme Networks - Summit
port: 0
vendor: EXTREME NETWORKS
================================================
FILE: totalpass/payloads/cirt/ez systems/eZ Publish.yml
================================================
auth:
credentials:
- password: publish
username: admin
category: http
comment: 'Level: Administrator; Doc: https://doc.ez.no/eZ-Publish/User-manual/4.x/The-administration-interface/The-login-page; '
name: eZ Systems - eZ Publish
port: 0
vendor: EZ SYSTEMS
================================================
FILE: totalpass/payloads/cirt/ezphotosales/EZPhotoSales.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Level: Administrator; '
name: EZPhotoSales - EZPhotoSales
port: 0
vendor: EZPHOTOSALES
================================================
FILE: totalpass/payloads/cirt/f5/BIG-IP - http.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: http
comment: 'Version: 9.12; Level: Administrator; '
name: F5 - BIG-IP - http
port: 0
vendor: F5
================================================
FILE: totalpass/payloads/cirt/f5/BIG-IP.yml
================================================
auth:
credentials:
- password: default
username: root
- password: ''
username: support
category: unknown
comment: 'Version: 450; Level: Administrator; '
name: F5 - BIG-IP
port: 0
vendor: F5
================================================
FILE: totalpass/payloads/cirt/fastream technologies/Fastream IQ Web-FTP Server.yml
================================================
auth:
credentials:
- password: ''
username: root
category: unknown
comment: 'Level: Administrator; Notes: Admin interface runs on port 30000 by default.; '
name: Fastream Technologies - Fastream IQ Web/FTP Server
port: 0
vendor: FASTREAM TECHNOLOGIES
================================================
FILE: totalpass/payloads/cirt/fastwire/Fastwire Bank Transfer.yml
================================================
auth:
credentials:
- password: fw
username: fastwire
category: unknown
comment: ''
name: Fastwire - Fastwire Bank Transfer
port: 0
vendor: FASTWIRE
================================================
FILE: totalpass/payloads/cirt/fatwire/Analytics.yml
================================================
auth:
credentials:
- password: xceladmin
username: fwadmin
- password: firstsite
username: firstsite
category: http
comment: 'Level: Administrator; Doc: http://www.vvgr.demon.co.uk/FatWire_Analytics.pdf; '
name: FatWire - Analytics
port: 0
vendor: FATWIRE
================================================
FILE: totalpass/payloads/cirt/firebird project/Firebird.yml
================================================
auth:
credentials:
- password: masterkey
username: SYSDBA
category: unknown
comment: 'Level: Administrator; '
name: Firebird Project - Firebird
port: 0
vendor: FIREBIRD PROJECT
================================================
FILE: totalpass/payloads/cirt/flowpoint/DSL.yml
================================================
auth:
credentials:
- password: admin
username: admin
- password: password
username: ''
category: telnet
comment: 'Version: 2000; Level: Administrator; '
name: Flowpoint - DSL
port: 0
vendor: FLOWPOINT
================================================
FILE: totalpass/payloads/cirt/flowpoint/Flowpoint-2000 ADSL.yml
================================================
auth:
credentials:
- password: ''
username: ''
category: telnet
comment: 'Level: Administrator; '
name: Flowpoint - Flowpoint/2000 ADSL
port: 0
vendor: FLOWPOINT
================================================
FILE: totalpass/payloads/cirt/fortinet/FortiGate.yml
================================================
auth:
credentials:
- password: pbcpbn(add-serial-number)
username: maintainer
- password: bcpb(serial number of the firewall)
username: ''
category: serial console
comment: 'Level: Administrator; Notes: You must have physical access to the system.; '
name: Fortinet - FortiGate
port: 0
vendor: FORTINET
================================================
FILE: totalpass/payloads/cirt/foscam/FI8918-FI8918W.yml
================================================
auth:
credentials:
- password: ''
username: admin
category: http
comment: 'Level: Administrator; Doc: http://foscam.com/Private/ProductFiles/FI8918W%20user%20manual-v36.00.pdf; '
name: Foscam - FI8918/FI8918W
port: 0
vendor: FOSCAM
================================================
FILE: totalpass/payloads/cirt/foundry networks/ServerIron.yml
================================================
auth:
credentials:
- password: ''
username: (blank)
category: unknown
comment: 'Level: Administrator; '
name: Foundry Networks - ServerIron
port: 0
vendor: FOUNDRY NETWORKS
================================================
FILE: totalpass/payloads/cirt/freetech/PC BIOS.yml
================================================
auth:
credentials:
- password: Posterie
username: ''
category: console
comment: 'Level: Administrator; '
name: Freetech - PC BIOS
port: 0
vendor: FREETECH
================================================
FILE: totalpass/payloads/cirt/frontrange solutions/GoldMine Software.yml
================================================
auth:
credentials:
- password: access
username: master
category: unknown
comment: ''
name: FrontRange Solutions - GoldMine Software
port: 0
vendor: FRONTRANGE SOLUTIONS
================================================
FILE: totalpass/payloads/cirt/funk software/Steel Belted Radius.yml
================================================
auth:
credentials:
- password: radius
username: admin
category: unknown
comment: 'Version: 450; Level: Administrator; '
name: Funk Software - Steel Belted Radius
port: 0
vendor: FUNK SOFTWARE
================================================
FILE: totalpass/payloads/cirt/galacticomm/Major BBS.yml
================================================
auth:
credentials:
- password: Sysop
username: Sysop
category: multi
comment: 'Level: Administrator; '
name: Galacticomm - Major BBS
port: 0
vendor: GALACTICOMM
================================================
FILE: totalpass/payloads/cirt/gandalf/XMUX.yml
================================================
auth:
credentials:
- password: gandalf
username: ''
- password: console
username: ''
- password: system
username: ''
- password: xmux
username: ''
category: unknown
comment: 'Notes: Also found on XMUX''s are the Logger and Machine LCN''s. Use ports
2 and 3 respectively to reach these. Note: only seen these on Datapac, and other
X.2X networks.; '
name: Gandalf - XMUX
port: 0
vendor: GANDALF
================================================
FILE: totalpass/payloads/cirt/gateway/WGR-200.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Gateway - WGR-200
port: 0
vendor: GATEWAY
================================================
FILE: totalpass/payloads/cirt/gateway/WGR-250.yml
================================================
auth:
credentials:
- password: admin
username: admin
category: unknown
comment: 'Level: Administrator; '
name: Gateway - WGR-250
port: 0
vendor: GATEWAY
================================================
FILE: totalpass/payloads/cirt/ge security inc/Integrated Configuration Tool.yml
================================================
auth:
credentials:
- password: install
username: install
category: http
comment: 'Level: Administrator; Doc: http://www.qdigital.us/soporte/CasiRusco/Casirusco-documentation/controllers/460972001B.pdf; '
name: GE Security, Inc. - Integrated Configuration Tool
port: 0
vendor: GE SECURITY, INC.
================================================
FILE: totalpass/payloads/cirt/geeklog/Geeklog.yml
================================================
auth:
credentials:
- password: password
username: username
category: mysql
comment: 'Version: 1.3.x; '
name: Geeklog - Geeklog
port: 0
vendor: GEEKLOG
================================================
FILE: totalpass/payloads/cirt/general instruments/Cable Modem.yml
================================================
auth:
credentials:
- password: test
username: test
category: unknown
comment: ''
name: General Instruments - Cable Modem
port: 0
vendor: GENERAL INSTRUMENTS
================================================
FILE: totalpass/payloads/cirt/glftpd/glFtpD.yml
================================================
auth:
credentials:
- password: glftpd
username: glftpd
category: console
comment: 'Version: all; Level: Administrator; '
name: glFtpD - glFtpD
port: 0
vendor: GLFTPD
====
gitextract_crkubauj/ ├── .gitignore ├── CONTRIBUTING.md ├── HISTORY.md ├── LICENSE ├── MANIFEST.in ├── Makefile ├── README.md ├── requirements.txt ├── setup.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── totalpass/ │ ├── __init__.py │ ├── __main__.py │ ├── __version__.py │ ├── addons/ │ │ ├── __init__.py │ │ ├── redis.py │ │ ├── snmp.py │ │ ├── ssh.py │ │ └── telnet.py │ ├── cirt.py │ ├── core.py │ ├── exceptions.py │ ├── passwd.py │ ├── payloads/ │ │ ├── cirt/ │ │ │ ├── 2wire inc/ │ │ │ │ └── Wireless Routers.yml │ │ │ ├── 360 systems/ │ │ │ │ └── Image Server 2000.yml │ │ │ ├── 3com/ │ │ │ │ ├── 3CRWE52196.yml │ │ │ │ ├── AirConnect AP.yml │ │ │ │ ├── CellPlex.yml │ │ │ │ ├── CoreBuilder.yml │ │ │ │ ├── HiPerARC.yml │ │ │ │ ├── LANplex.yml │ │ │ │ ├── LinkSwitch.yml │ │ │ │ ├── N-A.yml │ │ │ │ ├── NetBuilder.yml │ │ │ │ ├── Office Connect ISDN Routers.yml │ │ │ │ ├── OfficeConnect Remote Router.yml │ │ │ │ ├── OfficeConnect Wireless AP.yml │ │ │ │ ├── Router.yml │ │ │ │ ├── SuperStack II Switch.yml │ │ │ │ ├── Superstack 3 switch.yml │ │ │ │ ├── US Robotics ADSL Router.yml │ │ │ │ ├── Wireless AP.yml │ │ │ │ └── e960.yml │ │ │ ├── 3m/ │ │ │ │ ├── Volition.yml │ │ │ │ └── Voliton.yml │ │ │ ├── accelerated networks/ │ │ │ │ └── DSL CPE and DSLAM.yml │ │ │ ├── accton/ │ │ │ │ ├── CheetahChassis Workgroup Switch - telnet.yml │ │ │ │ ├── CheetahChassis Workgroup Switch - web.yml │ │ │ │ ├── CheetahChassis Workgroup Switch.yml │ │ │ │ ├── Gigabit Switches - ssh.yml │ │ │ │ ├── Gigabit Switches.yml │ │ │ │ └── Wirelessrouter.yml │ │ │ ├── acer/ │ │ │ │ └── BIOS.yml │ │ │ ├── actiontec/ │ │ │ │ ├── GE344000-01.yml │ │ │ │ └── M1424WR.yml │ │ │ ├── adaptec/ │ │ │ │ └── RAID Controller.yml │ │ │ ├── adc kentrox/ │ │ │ │ └── Pacesetter Router.yml │ │ │ ├── adcompletecom/ │ │ │ │ ├── Ban Man Pro.yml │ │ │ │ └── Banman Pro.yml │ │ │ ├── addpac technology/ │ │ │ │ └── AP2120.yml │ │ │ ├── adobe/ │ │ │ │ ├── CQ.yml │ │ │ │ ├── Experience Manager-CQ.yml │ │ │ │ ├── Experience Manager.yml │ │ │ │ └── Vignette Connector.yml │ │ │ ├── adt/ │ │ │ │ └── Safewatch Pro3000.yml │ │ │ ├── adtech/ │ │ │ │ └── AX4000.yml │ │ │ ├── adtran/ │ │ │ │ ├── MX2800.yml │ │ │ │ └── NetVanta.yml │ │ │ ├── advanced integration/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── airaya corp/ │ │ │ │ └── AIRAYA WirelessGRID.yml │ │ │ ├── airlink/ │ │ │ │ └── AnyGate.yml │ │ │ ├── airlink plus/ │ │ │ │ └── RTW026.yml │ │ │ ├── aironet/ │ │ │ │ └── (All).yml │ │ │ ├── airway/ │ │ │ │ └── Transport.yml │ │ │ ├── aladdin/ │ │ │ │ ├── eSafe Appliance - ssh.yml │ │ │ │ └── eSafe Appliance.yml │ │ │ ├── alcatel/ │ │ │ │ ├── PBX.yml │ │ │ │ ├── Speedtouch - telnet.yml │ │ │ │ └── Speedtouch.yml │ │ │ ├── alien technology/ │ │ │ │ ├── ALR-9900 - ssh.yml │ │ │ │ └── ALR-9900.yml │ │ │ ├── allied telesyn/ │ │ │ │ ├── Rapier G6 Switch.yml │ │ │ │ └── Various Switches.yml │ │ │ ├── allnet/ │ │ │ │ └── ALL129DSL.yml │ │ │ ├── allot/ │ │ │ │ └── Netenforcer.yml │ │ │ ├── alteon/ │ │ │ │ ├── ACEswitch - telnet.yml │ │ │ │ └── ACEswitch.yml │ │ │ ├── ambit/ │ │ │ │ └── Cable Modems.yml │ │ │ ├── ami/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── amino/ │ │ │ │ └── AmiNET Set Top Box.yml │ │ │ ├── ampjuke/ │ │ │ │ └── AmpJuke.yml │ │ │ ├── amptron/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── amx/ │ │ │ │ ├── CSG.yml │ │ │ │ ├── Endeleo UDM-0102.yml │ │ │ │ ├── Endeleo UDM-0404.yml │ │ │ │ ├── Endeleo UDM-0808-SIG.yml │ │ │ │ ├── Environmental Controls ENV-VST-C.yml │ │ │ │ ├── IS-SPX-1000.yml │ │ │ │ ├── MAX Server.yml │ │ │ │ ├── MAX-CSD10.yml │ │ │ │ ├── MAX-CSE.yml │ │ │ │ ├── MET-ECOM--D.yml │ │ │ │ ├── NI Series.yml │ │ │ │ ├── NXA-ENET24.yml │ │ │ │ ├── NXA-ENET8POE.yml │ │ │ │ ├── NXA-WAP1000.yml │ │ │ │ ├── NXA-WAP250G.yml │ │ │ │ ├── NXA-WAPZD1000 (Zone Director).yml │ │ │ │ ├── NXR-ZGW--ZRP.yml │ │ │ │ ├── NXR-ZGW-PRO--ZRP-PRO.yml │ │ │ │ ├── TVM-1600.yml │ │ │ │ └── V2 Server.yml │ │ │ ├── apache/ │ │ │ │ ├── Tomcat - unknown.yml │ │ │ │ └── Tomcat.yml │ │ │ ├── apache project/ │ │ │ │ └── N-A.yml │ │ │ ├── apc/ │ │ │ │ ├── AP9606 SmartSlot Web-SNMP Management Card.yml │ │ │ │ ├── Call-UPS.yml │ │ │ │ ├── MasterSwitch.yml │ │ │ │ ├── Powerchute Plus.yml │ │ │ │ ├── SNMP Adapter.yml │ │ │ │ ├── Share-UPS.yml │ │ │ │ ├── UPS Network Management Card 2 - ssh.yml │ │ │ │ ├── UPS Network Management Card 2 - telnet.yml │ │ │ │ ├── UPS Network Management Card 2.yml │ │ │ │ └── Web-SNMP Management Card.yml │ │ │ ├── apple/ │ │ │ │ └── iPhone.yml │ │ │ ├── apple computer/ │ │ │ │ ├── Airport.yml │ │ │ │ ├── Network Assistant.yml │ │ │ │ └── Remote Desktop.yml │ │ │ ├── arris/ │ │ │ │ └── Touchstone Gateway.yml │ │ │ ├── arrowpoint/ │ │ │ │ └── Unknown.yml │ │ │ ├── aruba/ │ │ │ │ └── Mobility Controller.yml │ │ │ ├── asante/ │ │ │ │ └── FM2008.yml │ │ │ ├── ascend/ │ │ │ │ └── Router.yml │ │ │ ├── ascom/ │ │ │ │ └── Ascotel.yml │ │ │ ├── ast/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── asus/ │ │ │ │ ├── 520g.yml │ │ │ │ ├── RT-N16.yml │ │ │ │ ├── WL-500G.yml │ │ │ │ └── WL-HDD2.5.yml │ │ │ ├── atlassian/ │ │ │ │ └── Crowd.yml │ │ │ ├── attachmate/ │ │ │ │ └── Attachmate Gateway.yml │ │ │ ├── audioactive/ │ │ │ │ └── MPEG Realtime Encoders.yml │ │ │ ├── autodesk/ │ │ │ │ └── Autocad.yml │ │ │ ├── avaya/ │ │ │ │ ├── 4602 SIP Telephone.yml │ │ │ │ ├── Definity.yml │ │ │ │ ├── Integrated Management Database (IMD).yml │ │ │ │ ├── Intuity Audix.yml │ │ │ │ ├── P330 Stackable Switch.yml │ │ │ │ ├── Scopia Gateway.yml │ │ │ │ ├── Scopia.yml │ │ │ │ ├── Winspm.yml │ │ │ │ └── routers.yml │ │ │ ├── avenger news system (ans)/ │ │ │ │ └── ANS.yml │ │ │ ├── award/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── axis/ │ │ │ │ ├── Camera Server.yml │ │ │ │ ├── StorPoint CD E100.yml │ │ │ │ └── StorPoint NAS 100.yml │ │ │ ├── axis communications/ │ │ │ │ ├── Axis Network Camera - http.yml │ │ │ │ ├── Axis Network Camera - telnet.yml │ │ │ │ ├── Axis Network Camera.yml │ │ │ │ └── Printserver.yml │ │ │ ├── axway/ │ │ │ │ └── SecureTransport.yml │ │ │ ├── barco inc/ │ │ │ │ ├── ClickShare - ssid.yml │ │ │ │ └── ClickShare.yml │ │ │ ├── barracuda/ │ │ │ │ ├── SSL VPN - http.yml │ │ │ │ └── SSL VPN.yml │ │ │ ├── bay networks/ │ │ │ │ ├── Router.yml │ │ │ │ ├── SuperStack II.yml │ │ │ │ └── Switch.yml │ │ │ ├── best practical solutions/ │ │ │ │ └── Request Tracker.yml │ │ │ ├── bestpractical/ │ │ │ │ └── RT.yml │ │ │ ├── bewan/ │ │ │ │ └── Wireless Routers.yml │ │ │ ├── billion/ │ │ │ │ ├── BiGuard.yml │ │ │ │ └── BiPAC 7404VGO.yml │ │ │ ├── bintec/ │ │ │ │ ├── Bianka Routers.yml │ │ │ │ └── Router.yml │ │ │ ├── biodata/ │ │ │ │ ├── BIGfire.yml │ │ │ │ └── Babylon.yml │ │ │ ├── biostar/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── biscom/ │ │ │ │ └── Biscom Delivery Server (BDS).yml │ │ │ ├── bizdesign/ │ │ │ │ ├── ImageFoliio.yml │ │ │ │ └── ImageFolio Pro.yml │ │ │ ├── black duck software inc/ │ │ │ │ ├── Administration Console.yml │ │ │ │ └── Hub.yml │ │ │ ├── black widow web design ltd/ │ │ │ │ └── Saxon.yml │ │ │ ├── blitzz technologies/ │ │ │ │ └── BWA711.yml │ │ │ ├── bmc software/ │ │ │ │ └── Performance Assurance for Microsoft Servers.yml │ │ │ ├── bomgar/ │ │ │ │ └── Enterprise.yml │ │ │ ├── borland/ │ │ │ │ └── Interbase.yml │ │ │ ├── breezecom/ │ │ │ │ ├── Breezecom Adapters.yml │ │ │ │ └── SA10.yml │ │ │ ├── brocade/ │ │ │ │ ├── Fabric OS.yml │ │ │ │ └── Silkworm.yml │ │ │ ├── brother/ │ │ │ │ └── ql580N.yml │ │ │ ├── brother industries ltd/ │ │ │ │ ├── OCE Imagistics.yml │ │ │ │ └── Oce.yml │ │ │ ├── bt/ │ │ │ │ ├── Home Hub.yml │ │ │ │ ├── Voyager 2000.yml │ │ │ │ └── Voyager.yml │ │ │ ├── buffalo/ │ │ │ │ └── melco/ │ │ │ │ └── AirStation.yml │ │ │ ├── busybox/ │ │ │ │ └── Busybox.yml │ │ │ ├── cabletron/ │ │ │ │ ├── Netgear modem-router and SSR.yml │ │ │ │ └── routers - switches.yml │ │ │ ├── capricorn infotech india/ │ │ │ │ └── eToken Pro.yml │ │ │ ├── carestream health/ │ │ │ │ └── Spectrum.yml │ │ │ ├── carsten schmitz/ │ │ │ │ └── LimeSurvey.yml │ │ │ ├── cayman/ │ │ │ │ └── DSL Router.yml │ │ │ ├── ceragon networks/ │ │ │ │ └── FibeAir.yml │ │ │ ├── cgi world/ │ │ │ │ └── Poll It.yml │ │ │ ├── chase research/ │ │ │ │ └── Iolan.yml │ │ │ ├── check point/ │ │ │ │ ├── Interspect 210 - console.yml │ │ │ │ ├── Interspect 210 - serial.yml │ │ │ │ ├── Interspect 210.yml │ │ │ │ ├── Interspect 210N - console.yml │ │ │ │ ├── Interspect 210N - serial.yml │ │ │ │ ├── Interspect 210N.yml │ │ │ │ ├── Interspect 410 - console.yml │ │ │ │ ├── Interspect 410 - serial.yml │ │ │ │ ├── Interspect 410.yml │ │ │ │ ├── Interspect 610 - console.yml │ │ │ │ ├── Interspect 610 - serial.yml │ │ │ │ ├── Interspect 610.yml │ │ │ │ ├── Interspect 610S - console.yml │ │ │ │ ├── Interspect 610S - serial.yml │ │ │ │ ├── Interspect 610S.yml │ │ │ │ └── SG R70.yml │ │ │ ├── chuming chen/ │ │ │ │ └── NessusWeb.yml │ │ │ ├── ciphertrust/ │ │ │ │ └── Ironmail.yml │ │ │ ├── cisco/ │ │ │ │ ├── 1100.yml │ │ │ │ ├── 1200.yml │ │ │ │ ├── 1300.yml │ │ │ │ ├── 1400.yml │ │ │ │ ├── 2600.yml │ │ │ │ ├── 3600.yml │ │ │ │ ├── AIR-AP1231G-A-K9.yml │ │ │ │ ├── AIRONET 1200.yml │ │ │ │ ├── AIRONET.yml │ │ │ │ ├── ATA 186.yml │ │ │ │ ├── ATA-186 (VONAGE).yml │ │ │ │ ├── CACHE ENGINE.yml │ │ │ │ ├── CISCO AP1200.yml │ │ │ │ ├── CISO AIRONET 1100 SERIES.yml │ │ │ │ ├── CONTENT ENGINE.yml │ │ │ │ ├── CS-MARS.yml │ │ │ │ ├── CVA 122.yml │ │ │ │ ├── Catalyst Express 520.yml │ │ │ │ ├── Cisco Broadband Troubleshooter (CBT).yml │ │ │ │ ├── Cisco Guard.yml │ │ │ │ ├── Cisco IDS.yml │ │ │ │ ├── Cisco Unity.yml │ │ │ │ ├── CiscoWorks 2000.yml │ │ │ │ ├── Codec.yml │ │ │ │ ├── ConfigMaker.yml │ │ │ │ ├── HSE.yml │ │ │ │ ├── IDS.yml │ │ │ │ ├── IOS - snmp.yml │ │ │ │ ├── IOS.yml │ │ │ │ ├── IP Conference Station.yml │ │ │ │ ├── Modeling Labs.yml │ │ │ │ ├── NETRANGER-SECURE IDS.yml │ │ │ │ ├── Network Registrar (CNR).yml │ │ │ │ ├── PIX FIREWALL.yml │ │ │ │ ├── PIX.yml │ │ │ │ ├── Traffic Anomaly Detector.yml │ │ │ │ ├── Trailhead.yml │ │ │ │ ├── Unity.yml │ │ │ │ ├── VPN 3000.yml │ │ │ │ ├── VPN 5000.yml │ │ │ │ ├── VPN CONCENTRATOR 3000 SERIES.yml │ │ │ │ ├── VPN3000.yml │ │ │ │ ├── Video Surveillance Manager (VSM).yml │ │ │ │ └── WLSE.yml │ │ │ ├── cisco-arrowpoint/ │ │ │ │ └── Arrowpoint.yml │ │ │ ├── citrix systems inc/ │ │ │ │ ├── Access Gateway - unknown.yml │ │ │ │ └── Access Gateway.yml │ │ │ ├── claris/ │ │ │ │ └── At-Ease.yml │ │ │ ├── clearone communications/ │ │ │ │ ├── Converge Pro.yml │ │ │ │ └── Converge.yml │ │ │ ├── cobalt/ │ │ │ │ ├── RaQ Qube.yml │ │ │ │ └── Unknown.yml │ │ │ ├── colubris networks/ │ │ │ │ ├── CN3200.yml │ │ │ │ └── MSC 5100.yml │ │ │ ├── comcast smc/ │ │ │ │ └── 8014.yml │ │ │ ├── comersus/ │ │ │ │ └── Shopping Cart.yml │ │ │ ├── comodo group inc/ │ │ │ │ └── MyDLP.yml │ │ │ ├── compaq/ │ │ │ │ ├── Familiar Linux - console.yml │ │ │ │ ├── Familiar Linux - ssh.yml │ │ │ │ ├── Familiar Linux.yml │ │ │ │ ├── Insight Manager.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ └── WBEM.yml │ │ │ ├── compualynx/ │ │ │ │ ├── Cmail Server.yml │ │ │ │ ├── Cproxy Server.yml │ │ │ │ └── SCM.yml │ │ │ ├── conceptronic/ │ │ │ │ ├── C100BRS4H.yml │ │ │ │ ├── CADSLR4 - ftp.yml │ │ │ │ ├── CADSLR4 - telnet.yml │ │ │ │ └── CADSLR4.yml │ │ │ ├── concord/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── conexant/ │ │ │ │ └── Router.yml │ │ │ ├── control4/ │ │ │ │ └── Home Theater Controller AVMHTC1B.yml │ │ │ ├── coronamatrix/ │ │ │ │ └── phpAddressBook.yml │ │ │ ├── covertix/ │ │ │ │ └── SmartCipher.yml │ │ │ ├── crystalview/ │ │ │ │ └── OutsideView 32.yml │ │ │ ├── ctx international/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── cyberguard/ │ │ │ │ └── Firewall.yml │ │ │ ├── cybermax/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── cyberoam/ │ │ │ │ ├── Multiple.yml │ │ │ │ ├── iView - ssh.yml │ │ │ │ └── iView.yml │ │ │ ├── cyclades/ │ │ │ │ ├── Cyclades-TS800 - ssh.yml │ │ │ │ ├── Cyclades-TS800 - web.yml │ │ │ │ ├── Cyclades-TS800.yml │ │ │ │ └── PR-1000.yml │ │ │ ├── d-link/ │ │ │ │ ├── 604.yml │ │ │ │ ├── DCS-2121.yml │ │ │ │ ├── DI-624.yml │ │ │ │ ├── DI-824VUP Airplus G Wireless VPN Router.yml │ │ │ │ ├── DSL Router.yml │ │ │ │ ├── DSL-504.yml │ │ │ │ ├── DSL-G664T.yml │ │ │ │ ├── Routers.yml │ │ │ │ └── hubs-switches.yml │ │ │ ├── daewoo/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── dallas semiconductors/ │ │ │ │ └── TINI embedded JAVA Module.yml │ │ │ ├── dassault systemes/ │ │ │ │ └── Enovia V6.yml │ │ │ ├── data general/ │ │ │ │ └── AOS-VS.yml │ │ │ ├── datacom/ │ │ │ │ ├── BSASX-101.yml │ │ │ │ └── NSBrowse.yml │ │ │ ├── datawizard technologies inc/ │ │ │ │ └── FtpQX.yml │ │ │ ├── davolink/ │ │ │ │ └── DV2020.yml │ │ │ ├── daytek/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── debian/ │ │ │ │ └── Linux LILO Default.yml │ │ │ ├── deerfield/ │ │ │ │ └── WorldClient and MDaemon.yml │ │ │ ├── dell/ │ │ │ │ ├── DRAC.yml │ │ │ │ ├── ERA.yml │ │ │ │ ├── Kace K2000.yml │ │ │ │ ├── Lattitude CMOS.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ ├── PowerEdge NF100.yml │ │ │ │ ├── PowerVault.yml │ │ │ │ ├── Poweredge.yml │ │ │ │ ├── RAC.yml │ │ │ │ ├── Switch PowerConnect.yml │ │ │ │ ├── TrueMobile.yml │ │ │ │ ├── Winterm - bios.yml │ │ │ │ ├── Winterm - vnc.yml │ │ │ │ ├── Winterm.yml │ │ │ │ └── Wyse Rapport.yml │ │ │ ├── develcon/ │ │ │ │ └── Orbitor Default Console.yml │ │ │ ├── dictaphone/ │ │ │ │ └── ProLog.yml │ │ │ ├── digicorp/ │ │ │ │ └── Viper.yml │ │ │ ├── digicraft software/ │ │ │ │ └── Yak-.yml │ │ │ ├── digital equipment/ │ │ │ │ ├── 10-Dec.yml │ │ │ │ ├── DEC-10.yml │ │ │ │ ├── DecServer.yml │ │ │ │ ├── IRIS.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ ├── RSX.yml │ │ │ │ ├── Terminal Server.yml │ │ │ │ └── VMS.yml │ │ │ ├── digium inc/ │ │ │ │ └── AsteriskNOW.yml │ │ │ ├── divar/ │ │ │ │ └── XF.yml │ │ │ ├── dlink/ │ │ │ │ ├── DI-614.yml │ │ │ │ ├── DI-624+.yml │ │ │ │ ├── DI-624.yml │ │ │ │ ├── DSL-604+.yml │ │ │ │ ├── DSL-G604T.yml │ │ │ │ ├── DWL-1000+.yml │ │ │ │ ├── DWL-2000AP+.yml │ │ │ │ ├── DWL-7000AP.yml │ │ │ │ ├── DWL-700AP.yml │ │ │ │ ├── DWL-810+.yml │ │ │ │ ├── DWL-900+.yml │ │ │ │ └── DWL-900.yml │ │ │ ├── dotnetnuke corporation/ │ │ │ │ └── DotNetNuke.yml │ │ │ ├── draytek/ │ │ │ │ └── Vigor3300v.yml │ │ │ ├── draytek corp/ │ │ │ │ ├── Vigor2200USB.yml │ │ │ │ └── Vigor2600 Plus Series Annex A.yml │ │ │ ├── ducati motor holding/ │ │ │ │ └── Diavel.yml │ │ │ ├── dupont/ │ │ │ │ └── Digital Water Proofer.yml │ │ │ ├── dvb/ │ │ │ │ ├── DVstation - ssh.yml │ │ │ │ ├── DVstation - vnc.yml │ │ │ │ └── DVstation.yml │ │ │ ├── dynalink/ │ │ │ │ └── RTA230.yml │ │ │ ├── dynix library systems/ │ │ │ │ └── Dynix.yml │ │ │ ├── eaton/ │ │ │ │ ├── Network Shutdown Module.yml │ │ │ │ └── ePDU.yml │ │ │ ├── echelon corporation/ │ │ │ │ └── i.LON Multiple.yml │ │ │ ├── edimax/ │ │ │ │ ├── 7205APL.yml │ │ │ │ ├── AR-6004.yml │ │ │ │ ├── AR-7024Wg.yml │ │ │ │ ├── BR-6204WG.yml │ │ │ │ ├── BR-7209WG.yml │ │ │ │ └── DI-524.yml │ │ │ ├── efficient/ │ │ │ │ ├── Speedstream - telnet.yml │ │ │ │ ├── Speedstream DSL.yml │ │ │ │ └── Speedstream.yml │ │ │ ├── ektron inc/ │ │ │ │ ├── CMS400.NET - sql.yml │ │ │ │ └── CMS400.NET.yml │ │ │ ├── elron/ │ │ │ │ └── Firewall.yml │ │ │ ├── elsa/ │ │ │ │ └── LANCom Office ISDN Router.yml │ │ │ ├── emc/ │ │ │ │ ├── Avamar Deduplication Backup Server - postgresql.yml │ │ │ │ ├── Avamar Deduplication Backup Server - ssh.yml │ │ │ │ └── Avamar Deduplication Backup Server.yml │ │ │ ├── eminent/ │ │ │ │ └── EM4114.yml │ │ │ ├── enhydra/ │ │ │ │ └── Multiserver.yml │ │ │ ├── enox/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── enterasys/ │ │ │ │ └── SecureStack A2.yml │ │ │ ├── entrust/ │ │ │ │ └── Get Access Service Control Agent.yml │ │ │ ├── episerver ab/ │ │ │ │ └── EPiServer Commerce.yml │ │ │ ├── epox/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── eq-3/ │ │ │ │ └── HomeMatic.yml │ │ │ ├── ericsson/ │ │ │ │ └── Ericsson Acc.yml │ │ │ ├── esesix computer gmbh/ │ │ │ │ └── Thintune.yml │ │ │ ├── exabyte/ │ │ │ │ └── Mag20.yml │ │ │ ├── exacq technologies/ │ │ │ │ └── NVR Server.yml │ │ │ ├── exinda networks/ │ │ │ │ └── 1700.yml │ │ │ ├── extended systems/ │ │ │ │ ├── Firewall.yml │ │ │ │ └── Print Server.yml │ │ │ ├── extreme networks/ │ │ │ │ ├── Alpine.yml │ │ │ │ ├── BlackDiamond.yml │ │ │ │ └── Summit.yml │ │ │ ├── ez systems/ │ │ │ │ └── eZ Publish.yml │ │ │ ├── ezphotosales/ │ │ │ │ └── EZPhotoSales.yml │ │ │ ├── f5/ │ │ │ │ ├── BIG-IP - http.yml │ │ │ │ └── BIG-IP.yml │ │ │ ├── fastream technologies/ │ │ │ │ └── Fastream IQ Web-FTP Server.yml │ │ │ ├── fastwire/ │ │ │ │ └── Fastwire Bank Transfer.yml │ │ │ ├── fatwire/ │ │ │ │ └── Analytics.yml │ │ │ ├── firebird project/ │ │ │ │ └── Firebird.yml │ │ │ ├── flowpoint/ │ │ │ │ ├── DSL.yml │ │ │ │ └── Flowpoint-2000 ADSL.yml │ │ │ ├── fortinet/ │ │ │ │ └── FortiGate.yml │ │ │ ├── foscam/ │ │ │ │ └── FI8918-FI8918W.yml │ │ │ ├── foundry networks/ │ │ │ │ └── ServerIron.yml │ │ │ ├── freetech/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── frontrange solutions/ │ │ │ │ └── GoldMine Software.yml │ │ │ ├── funk software/ │ │ │ │ └── Steel Belted Radius.yml │ │ │ ├── galacticomm/ │ │ │ │ └── Major BBS.yml │ │ │ ├── gandalf/ │ │ │ │ └── XMUX.yml │ │ │ ├── gateway/ │ │ │ │ ├── WGR-200.yml │ │ │ │ └── WGR-250.yml │ │ │ ├── ge security inc/ │ │ │ │ └── Integrated Configuration Tool.yml │ │ │ ├── geeklog/ │ │ │ │ └── Geeklog.yml │ │ │ ├── general instruments/ │ │ │ │ └── Cable Modem.yml │ │ │ ├── glftpd/ │ │ │ │ └── glFtpD.yml │ │ │ ├── globespan virata/ │ │ │ │ └── GS8100.yml │ │ │ ├── google/ │ │ │ │ └── Urchin.yml │ │ │ ├── gossamer threads inc/ │ │ │ │ └── DBMan.yml │ │ │ ├── grandstream/ │ │ │ │ ├── HandyTone 286-386-GXP-2000 VoIP Analog Telephone Adaptor.yml │ │ │ │ ├── HandyTone 486-488-496 VoIP Analog Telephone Adaptor.yml │ │ │ │ └── HandyTone Budgetone-100 IP Phone.yml │ │ │ ├── grandstream networks inc/ │ │ │ │ └── HandyTone-486.yml │ │ │ ├── groupee inc/ │ │ │ │ └── Ultimate Bulletin Board.yml │ │ │ ├── guardone/ │ │ │ │ ├── BizGuard.yml │ │ │ │ └── Restrictor.yml │ │ │ ├── h2o project/ │ │ │ │ └── Medialibrary.yml │ │ │ ├── hayes/ │ │ │ │ └── Century.yml │ │ │ ├── hemoco software/ │ │ │ │ └── Lansweeper.yml │ │ │ ├── hewlett-packard/ │ │ │ │ ├── HP 2000-3000 MPE-xx.yml │ │ │ │ ├── HP-UX Web Server Suite.yml │ │ │ │ ├── Motive Chrous.yml │ │ │ │ ├── ProcCurve MSC-5100.yml │ │ │ │ ├── Remote Insight Board.yml │ │ │ │ ├── StoreOnce.yml │ │ │ │ ├── Vectra.yml │ │ │ │ ├── Webmin.yml │ │ │ │ └── iLo.yml │ │ │ ├── highpoint/ │ │ │ │ └── RAID Management Utilities.yml │ │ │ ├── hitachi systems/ │ │ │ │ ├── Compute Kit (Vantara).yml │ │ │ │ ├── HiTrack.yml │ │ │ │ ├── Multiple (Device Manager, Tuning Manager, Storage Manager).yml │ │ │ │ └── Storage Manager.yml │ │ │ ├── honeynet project/ │ │ │ │ └── Honeywall.yml │ │ │ ├── horizon datasys/ │ │ │ │ └── FoolProof.yml │ │ │ ├── hosting controller/ │ │ │ │ └── Hosting Controller.yml │ │ │ ├── hp/ │ │ │ │ └── MSA2000 G3.yml │ │ │ ├── huawei technologies co/ │ │ │ │ ├── MT880r.yml │ │ │ │ └── Multiple.yml │ │ │ ├── hyperic inc/ │ │ │ │ └── Hyperic HQ Portal.yml │ │ │ ├── ibm/ │ │ │ │ ├── AIX.yml │ │ │ │ ├── Ascend OEM Routers.yml │ │ │ │ ├── Bladecenter Advanced Management Module.yml │ │ │ │ ├── CICS.yml │ │ │ │ ├── DB2.yml │ │ │ │ ├── Domino Go.yml │ │ │ │ ├── Fibre Switch.yml │ │ │ │ ├── HMC.yml │ │ │ │ ├── Integrated Management Module (IMM).yml │ │ │ │ ├── OS-400.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ ├── POS CMOS.yml │ │ │ │ ├── RACF.yml │ │ │ │ ├── SONAS.yml │ │ │ │ ├── Sterling Managed File Transfer.yml │ │ │ │ ├── Tivoli.yml │ │ │ │ ├── TotalStorage.yml │ │ │ │ ├── VM-CMS - multi.yml │ │ │ │ └── VM-CMS.yml │ │ │ ├── inedo/ │ │ │ │ └── Proget.yml │ │ │ ├── informix/ │ │ │ │ └── Database.yml │ │ │ ├── infrant/ │ │ │ │ └── ReadyNAS.yml │ │ │ ├── innovaphone/ │ │ │ │ ├── IP 20.yml │ │ │ │ ├── IP 21.yml │ │ │ │ ├── IP 3000.yml │ │ │ │ ├── IP 305.yml │ │ │ │ └── IP 400.yml │ │ │ ├── inova/ │ │ │ │ └── ONT4BKP.yml │ │ │ ├── integrated networks/ │ │ │ │ └── IP Phone.yml │ │ │ ├── intel/ │ │ │ │ ├── LanRover VPN Gateway.yml │ │ │ │ ├── Shiva Lanrovers.yml │ │ │ │ └── Shiva.yml │ │ │ ├── intellitouch/ │ │ │ │ ├── VoIP Broadband Telephone Deskset - phone.yml │ │ │ │ └── VoIP Broadband Telephone Deskset.yml │ │ │ ├── interbase/ │ │ │ │ └── Interbase Database Server.yml │ │ │ ├── interfaceware inc/ │ │ │ │ └── Iguana.yml │ │ │ ├── intermec/ │ │ │ │ └── EasyLAN.yml │ │ │ ├── internet archive/ │ │ │ │ └── Heritrix.yml │ │ │ ├── intersystems/ │ │ │ │ └── Cache Post-RDMS.yml │ │ │ ├── inventel wanadoo/ │ │ │ │ └── LiveBox D34A.yml │ │ │ ├── ipswitch/ │ │ │ │ ├── WS_FTP Server.yml │ │ │ │ └── WhatsUp Gold.yml │ │ │ ├── iqinvision/ │ │ │ │ └── IQeye.yml │ │ │ ├── irc/ │ │ │ │ └── IRC Daemon.yml │ │ │ ├── ironport/ │ │ │ │ └── C30.yml │ │ │ ├── iwill/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── jamf software/ │ │ │ │ └── Casper Suite.yml │ │ │ ├── janitza/ │ │ │ │ ├── UMG 508 - unknown.yml │ │ │ │ └── UMG 508.yml │ │ │ ├── jaspersoft corporation/ │ │ │ │ └── Jasper Reports Server.yml │ │ │ ├── jd edwards/ │ │ │ │ ├── WorldVision-OneWorld - tcp 1964.yml │ │ │ │ └── WorldVision-OneWorld.yml │ │ │ ├── jean-philippe lang/ │ │ │ │ └── Redmine.yml │ │ │ ├── jeebles technology/ │ │ │ │ └── Jeebles Directory.yml │ │ │ ├── jetform/ │ │ │ │ └── Jetform Design.yml │ │ │ ├── jetway/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── johnson controls/ │ │ │ │ └── HVAC System.yml │ │ │ ├── joss technology/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── juniper/ │ │ │ │ ├── DX.yml │ │ │ │ ├── Junos Space - http.yml │ │ │ │ ├── Junos Space.yml │ │ │ │ ├── Netscreen.yml │ │ │ │ ├── Peribit WX.yml │ │ │ │ └── Peribit.yml │ │ │ ├── justin hagstrom/ │ │ │ │ └── AutoIndex.yml │ │ │ ├── kentico software/ │ │ │ │ └── Kentico CMS for ASP.NET.yml │ │ │ ├── kethinov/ │ │ │ │ └── Kboard Forum.yml │ │ │ ├── kodak/ │ │ │ │ ├── MIM - http.yml │ │ │ │ ├── MIM - serial.yml │ │ │ │ ├── MIM - windows.yml │ │ │ │ ├── MIM.yml │ │ │ │ └── PACS.yml │ │ │ ├── konica minolta/ │ │ │ │ ├── Bizhub C10, magicolor 2490MF.yml │ │ │ │ └── PageScope Web Connection.yml │ │ │ ├── kronos/ │ │ │ │ └── Workforce Central.yml │ │ │ ├── kyocera/ │ │ │ │ └── FS-1020D.yml │ │ │ ├── lacie/ │ │ │ │ └── 500GB ETHERNET DISK MINI.yml │ │ │ ├── lansa/ │ │ │ │ ├── LANSA.yml │ │ │ │ └── aXes.yml │ │ │ ├── lantronics/ │ │ │ │ └── Lantronics Terminal Server.yml │ │ │ ├── lantronix/ │ │ │ │ ├── SecureLinux Console Manager (SLC) - ssh.yml │ │ │ │ ├── SecureLinux Console Manager (SLC).yml │ │ │ │ └── ThinWeb Manager (MSS-VIA).yml │ │ │ ├── leading edge/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── lenel/ │ │ │ │ └── OnGuard.yml │ │ │ ├── level1/ │ │ │ │ └── WAP_002.yml │ │ │ ├── lgic/ │ │ │ │ └── Goldstream.yml │ │ │ ├── liebert/ │ │ │ │ └── Rack PDU Card (RPC).yml │ │ │ ├── lindsay electronics/ │ │ │ │ └── Sentinel-AMT.yml │ │ │ ├── linksys/ │ │ │ │ ├── ADSL Router.yml │ │ │ │ ├── BEFW11S4.yml │ │ │ │ ├── DSL.yml │ │ │ │ ├── EA2700.yml │ │ │ │ ├── PSUS4.yml │ │ │ │ ├── SRW224.yml │ │ │ │ ├── WAG54G.yml │ │ │ │ ├── WAP Router.yml │ │ │ │ ├── WAP11.yml │ │ │ │ ├── WAP54G.yml │ │ │ │ ├── WCG200.yml │ │ │ │ ├── WET11.yml │ │ │ │ ├── WET54G.yml │ │ │ │ ├── WRT54GL.yml │ │ │ │ └── Wireless Router.yml │ │ │ ├── linux/ │ │ │ │ ├── Slackware.yml │ │ │ │ └── UCLinux for UCSIMM.yml │ │ │ ├── liquidware labs inc/ │ │ │ │ └── Stratusphere UX.yml │ │ │ ├── livingston/ │ │ │ │ ├── IRX Router.yml │ │ │ │ ├── Livingston Portmaster 3.yml │ │ │ │ └── Officerouter.yml │ │ │ ├── loglogic/ │ │ │ │ └── Loglogic Appliance.yml │ │ │ ├── longshine/ │ │ │ │ └── isscfg.yml │ │ │ ├── lucent/ │ │ │ │ ├── B-STDX9000.yml │ │ │ │ └── System 75.yml │ │ │ ├── luxon communications/ │ │ │ │ └── IP Phone.yml │ │ │ ├── m technology/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── machspeed/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── macsense/ │ │ │ │ └── AeroPad Mini.yml │ │ │ ├── magento/ │ │ │ │ └── Go.yml │ │ │ ├── magic-pro/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── mambo/ │ │ │ │ └── Site Server.yml │ │ │ ├── manageengine/ │ │ │ │ ├── ADSelfService Plus.yml │ │ │ │ └── Desktop Central.yml │ │ │ ├── mandarin library automation/ │ │ │ │ └── Mandarin M3.yml │ │ │ ├── mantis/ │ │ │ │ └── Mantis.yml │ │ │ ├── megastar/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── mentec/ │ │ │ │ └── Micro-RSX.yml │ │ │ ├── mercury interactive/ │ │ │ │ └── Topaz Prism.yml │ │ │ ├── michiel/ │ │ │ │ └── PHPlist.yml │ │ │ ├── microcom/ │ │ │ │ ├── ADSL Routers.yml │ │ │ │ └── Unknown.yml │ │ │ ├── micron/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── micronet/ │ │ │ │ └── Wireless Broadband Router.yml │ │ │ ├── micronics/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── microplex/ │ │ │ │ └── Print Server.yml │ │ │ ├── microsoft/ │ │ │ │ ├── Base Station MN500.yml │ │ │ │ ├── SQL Server 2000.yml │ │ │ │ ├── SiteServer.yml │ │ │ │ ├── Windows NT.yml │ │ │ │ └── Wireless Access Point-Router.yml │ │ │ ├── mike peters/ │ │ │ │ └── BasiliX.yml │ │ │ ├── mikrotik/ │ │ │ │ └── Routers.yml │ │ │ ├── mintel/ │ │ │ │ └── Mintel PBX.yml │ │ │ ├── mitel networks/ │ │ │ │ ├── SX2000 - serial.yml │ │ │ │ └── SX2000.yml │ │ │ ├── mklencke/ │ │ │ │ └── Forumtalk.yml │ │ │ ├── mole/ │ │ │ │ └── Mole2.yml │ │ │ ├── motive/ │ │ │ │ └── Chorus.yml │ │ │ ├── motorola/ │ │ │ │ ├── Bluetooth Headsets.yml │ │ │ │ ├── Cablerouter.yml │ │ │ │ ├── SURFboard.yml │ │ │ │ ├── Various.yml │ │ │ │ └── WR850G.yml │ │ │ ├── mp3mystic/ │ │ │ │ └── MP3Mystic.yml │ │ │ ├── muze/ │ │ │ │ └── Ariadne.yml │ │ │ ├── myiosoft/ │ │ │ │ └── EasyNews.yml │ │ │ ├── mysql/ │ │ │ │ ├── Eventum.yml │ │ │ │ ├── MaxDB.yml │ │ │ │ └── MySQL.yml │ │ │ ├── nanoteq/ │ │ │ │ └── NetSeq.yml │ │ │ ├── ncr/ │ │ │ │ └── NCR UNIX.yml │ │ │ ├── nec/ │ │ │ │ └── Elite IPK.yml │ │ │ ├── netapp/ │ │ │ │ ├── NetCache.yml │ │ │ │ └── SANscreen.yml │ │ │ ├── netasq/ │ │ │ │ ├── Mfilter M100, M300, M1000 and M3000 - http.yml │ │ │ │ └── Mfilter M100, M300, M1000 and M3000.yml │ │ │ ├── netbotz/ │ │ │ │ └── Appliances.yml │ │ │ ├── netcomm/ │ │ │ │ ├── NB1300.yml │ │ │ │ └── NB5580-NB5580W.yml │ │ │ ├── netcordia/ │ │ │ │ └── NetMRI.yml │ │ │ ├── netgear/ │ │ │ │ ├── 802.11b Wireless Cable-DSL router.yml │ │ │ │ ├── Cable-DSL Router - web.yml │ │ │ │ ├── Cable-DSL Router.yml │ │ │ │ ├── DG824G.yml │ │ │ │ ├── DG824M.yml │ │ │ │ ├── DG834G - unknown.yml │ │ │ │ ├── DG834G.yml │ │ │ │ ├── DG834PN RangeMax ADSL Wireless Router.yml │ │ │ │ ├── DM602.yml │ │ │ │ ├── FSV338.yml │ │ │ │ ├── N600.yml │ │ │ │ ├── ReadyNAS.yml │ │ │ │ ├── Router.yml │ │ │ │ ├── WAP54G.yml │ │ │ │ ├── WG602.yml │ │ │ │ ├── WGE101.yml │ │ │ │ ├── WGR614.yml │ │ │ │ ├── WGT624.yml │ │ │ │ └── WRG614.yml │ │ │ ├── netgenesis/ │ │ │ │ └── NetAnalysis Web Reporting.yml │ │ │ ├── netopia/ │ │ │ │ ├── Netopia 7100.yml │ │ │ │ ├── Netopia 9500.yml │ │ │ │ └── routers.yml │ │ │ ├── netscape/ │ │ │ │ └── Netscape Enterprise Server.yml │ │ │ ├── netscreen/ │ │ │ │ ├── IDP.yml │ │ │ │ └── Netscreen.yml │ │ │ ├── netstar/ │ │ │ │ └── Netpilot.yml │ │ │ ├── netwin/ │ │ │ │ └── WebNews.yml │ │ │ ├── networkice/ │ │ │ │ └── ICECap Manager.yml │ │ │ ├── newmedia-net gmbh/ │ │ │ │ └── DD-WRT.yml │ │ │ ├── nexsan/ │ │ │ │ └── ATABoy2F.yml │ │ │ ├── next/ │ │ │ │ └── NeXTStep.yml │ │ │ ├── nice systems ltd/ │ │ │ │ └── NICELog.yml │ │ │ ├── niksun/ │ │ │ │ └── NetDetector.yml │ │ │ ├── nimble/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── nokia/ │ │ │ │ ├── 770.yml │ │ │ │ └── M10.yml │ │ │ ├── nortel/ │ │ │ │ ├── Accelar (Passport) 1000 series routing switches.yml │ │ │ │ ├── BCM.yml │ │ │ │ ├── BayStack.yml │ │ │ │ ├── Contivity Switch.yml │ │ │ │ ├── Extranet Switches.yml │ │ │ │ ├── MIPCD - ftp.yml │ │ │ │ ├── MIPCD - http.yml │ │ │ │ ├── MIPCD.yml │ │ │ │ ├── MIRAN - unknown.yml │ │ │ │ ├── MIRAN.yml │ │ │ │ ├── Meridian Integrated Conference Bridge - ftp.yml │ │ │ │ ├── Meridian Integrated Conference Bridge - http.yml │ │ │ │ ├── Meridian Integrated Conference Bridge.yml │ │ │ │ ├── Meridian Link-CCR-Max - modem.yml │ │ │ │ ├── Meridian Link-CCR-Max - telnet.yml │ │ │ │ ├── Meridian Link-CCR-Max.yml │ │ │ │ ├── Meridian Mail.yml │ │ │ │ ├── Meridian PBX.yml │ │ │ │ ├── Passport 8000 Series Switch.yml │ │ │ │ ├── Remote Office 9150.yml │ │ │ │ ├── Symposium.yml │ │ │ │ └── Tasman.yml │ │ │ ├── novell/ │ │ │ │ ├── Groupwise 5.5 Enhancement Pack.yml │ │ │ │ ├── Groupwise 6.0.yml │ │ │ │ ├── NDS iMonitor.yml │ │ │ │ ├── Netware.yml │ │ │ │ ├── Vibe.yml │ │ │ │ └── iManager.yml │ │ │ ├── nsi/ │ │ │ │ └── vmXfw.yml │ │ │ ├── nurit/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── ods/ │ │ │ │ └── 1094.yml │ │ │ ├── oleg khabarov/ │ │ │ │ └── Comfy CMS.yml │ │ │ ├── open source point of sale/ │ │ │ │ └── Open Source Point of Sale.yml │ │ │ ├── open-xchange inc/ │ │ │ │ └── Open-Xchange Server.yml │ │ │ ├── openlink/ │ │ │ │ └── Administration Assistant.yml │ │ │ ├── openmarket/ │ │ │ │ └── Content Server.yml │ │ │ ├── optivision/ │ │ │ │ └── Nac 3000.yml │ │ │ ├── oracle/ │ │ │ │ ├── APEX.yml │ │ │ │ ├── ATG Web Commerce.yml │ │ │ │ ├── Database.yml │ │ │ │ ├── Dynamo Administration UI.yml │ │ │ │ ├── Exadata.yml │ │ │ │ ├── Internet Directory Service.yml │ │ │ │ ├── Oracle BPEL Process Manager.yml │ │ │ │ ├── Oracle.yml │ │ │ │ ├── Personal Oracle.yml │ │ │ │ ├── Sun Java System Access Manager.yml │ │ │ │ ├── WebLogic - http.yml │ │ │ │ ├── WebLogic Process Integrator.yml │ │ │ │ └── WebLogic.yml │ │ │ ├── osicom/ │ │ │ │ ├── JETXPrint.yml │ │ │ │ ├── NETCommuter Remote Access Server.yml │ │ │ │ ├── NETPrint.yml │ │ │ │ └── Osicom Plus T1-PLUS 56k.yml │ │ │ ├── otrs inc/ │ │ │ │ └── OTRS.yml │ │ │ ├── overland storage/ │ │ │ │ └── SAN Storage.yml │ │ │ ├── ovislink canada inc/ │ │ │ │ └── SHDSL Modem.yml │ │ │ ├── packard bell/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── packeteer/ │ │ │ │ └── Packetshaper.yml │ │ │ ├── panasonic/ │ │ │ │ └── Network Camera.yml │ │ │ ├── pandatel/ │ │ │ │ └── EMUX.yml │ │ │ ├── parallels/ │ │ │ │ └── Plesk.yml │ │ │ ├── parrot/ │ │ │ │ └── MKi9100.yml │ │ │ ├── patton/ │ │ │ │ └── RAS.yml │ │ │ ├── pbx/ │ │ │ │ └── PBX (Generic).yml │ │ │ ├── phpliteadmin/ │ │ │ │ └── phpLiteAdmin.yml │ │ │ ├── phpmyadmin/ │ │ │ │ └── phpMyAdmin.yml │ │ │ ├── phpreactor/ │ │ │ │ └── PHPReactor.yml │ │ │ ├── phptest/ │ │ │ │ └── phpTest.yml │ │ │ ├── pikatel/ │ │ │ │ └── All.yml │ │ │ ├── pirelli/ │ │ │ │ └── Age UB.yml │ │ │ ├── pivotal software inc/ │ │ │ │ └── RabbitMQ Management Plugin.yml │ │ │ ├── plaintree/ │ │ │ │ └── Waveswitch.yml │ │ │ ├── planet technology corp/ │ │ │ │ └── FGSW-2402RS.yml │ │ │ ├── pokertracker software/ │ │ │ │ └── PokerTracker 3.yml │ │ │ ├── pollsafe/ │ │ │ │ └── Pollsafe.yml │ │ │ ├── polycom/ │ │ │ │ ├── Soundstation IP.yml │ │ │ │ ├── Soundstation-SoundPoint IP.yml │ │ │ │ ├── ViewStation 4000.yml │ │ │ │ └── WebOffice.yml │ │ │ ├── postgresql/ │ │ │ │ └── PostgreSQL.yml │ │ │ ├── powerchute/ │ │ │ │ └── UPS.yml │ │ │ ├── powerlogic/ │ │ │ │ └── EGX.yml │ │ │ ├── prestige/ │ │ │ │ └── 650.yml │ │ │ ├── prime/ │ │ │ │ └── PrimeOS.yml │ │ │ ├── primebase/ │ │ │ │ └── SQL Database Server.yml │ │ │ ├── promise technology inc/ │ │ │ │ └── WebPAM.yml │ │ │ ├── proxicast/ │ │ │ │ └── LAN-Cell Gateway GPRS-401.yml │ │ │ ├── proxim/ │ │ │ │ └── AP-2000.yml │ │ │ ├── prtg/ │ │ │ │ └── PRTG Network Monitor.yml │ │ │ ├── q-tec/ │ │ │ │ └── 790RH.yml │ │ │ ├── qdi/ │ │ │ │ ├── PC BIOS.yml │ │ │ │ └── SpeedEasy BIOS.yml │ │ │ ├── qnap/ │ │ │ │ ├── NAS (Multiple) - ssh.yml │ │ │ │ └── NAS (Multiple).yml │ │ │ ├── qualiteam/ │ │ │ │ └── X-Cart.yml │ │ │ ├── quantex/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── quest software/ │ │ │ │ └── TOAD.yml │ │ │ ├── questra corporation/ │ │ │ │ └── IDM Application Suite.yml │ │ │ ├── radvision/ │ │ │ │ ├── ECS Administrator.yml │ │ │ │ └── MCU-323.yml │ │ │ ├── raidzone/ │ │ │ │ └── raid arrays.yml │ │ │ ├── rainbow/ │ │ │ │ └── IKEY.yml │ │ │ ├── rainer wichmann/ │ │ │ │ └── Beltane.yml │ │ │ ├── ramp networks/ │ │ │ │ └── WebRamp.yml │ │ │ ├── rapidstream/ │ │ │ │ └── RapidStream Appliances.yml │ │ │ ├── raritan/ │ │ │ │ └── KVM Switches.yml │ │ │ ├── raritan inc/ │ │ │ │ └── Power IQ.yml │ │ │ ├── raytalk/ │ │ │ │ └── RB-300.yml │ │ │ ├── rca/ │ │ │ │ └── DCW615R.yml │ │ │ ├── red hat inc/ │ │ │ │ ├── JBOSS.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ └── Redhat 6.2.yml │ │ │ ├── redcreek communications/ │ │ │ │ ├── Ravlin VPN - snmp.yml │ │ │ │ └── Ravlin VPN.yml │ │ │ ├── remedy/ │ │ │ │ └── Remedy.yml │ │ │ ├── remote-exploit/ │ │ │ │ └── BackTrack.yml │ │ │ ├── research/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── research machines/ │ │ │ │ └── Classroom Assistant.yml │ │ │ ├── resumix/ │ │ │ │ └── Resumix.yml │ │ │ ├── ricoh/ │ │ │ │ ├── Aficio 2045e.yml │ │ │ │ ├── Aficio MP printers.yml │ │ │ │ ├── Aficio.yml │ │ │ │ ├── Afico 3025.yml │ │ │ │ ├── MP 2550 printer.yml │ │ │ │ └── NRG DSm645.yml │ │ │ ├── rizen/ │ │ │ │ └── WebGUI.yml │ │ │ ├── rm/ │ │ │ │ ├── RM Connect.yml │ │ │ │ └── Server BIOS.yml │ │ │ ├── rnn/ │ │ │ │ └── RNN's Guestbook.yml │ │ │ ├── rodopi/ │ │ │ │ └── Unknown.yml │ │ │ ├── rpath/ │ │ │ │ └── rPath.yml │ │ │ ├── rsa/ │ │ │ │ ├── Access Manager.yml │ │ │ │ ├── Cleartrust.yml │ │ │ │ ├── Network Intelligence.yml │ │ │ │ └── SecurID Appliance.yml │ │ │ ├── saba/ │ │ │ │ └── Centra.yml │ │ │ ├── safecom/ │ │ │ │ └── Router.yml │ │ │ ├── samba/ │ │ │ │ └── SWAT.yml │ │ │ ├── sambar technologies/ │ │ │ │ └── Sambar Server.yml │ │ │ ├── samsung/ │ │ │ │ └── Printers.yml │ │ │ ├── samuel abels/ │ │ │ │ └── Ammerum.yml │ │ │ ├── sap/ │ │ │ │ ├── Axis2.yml │ │ │ │ ├── Business Connector.yml │ │ │ │ ├── ITS.yml │ │ │ │ ├── R-3.yml │ │ │ │ ├── SAP Local Database.yml │ │ │ │ ├── SAP.yml │ │ │ │ ├── Visual Composer.yml │ │ │ │ └── xMII.yml │ │ │ ├── schneider electric/ │ │ │ │ ├── ETZ 410-510 Module - pap.yml │ │ │ │ ├── ETZ 410-510 Module.yml │ │ │ │ ├── FactoryCast Quantum - Premium PLC Management - http.yml │ │ │ │ ├── FactoryCast Quantum - Premium PLC Management.yml │ │ │ │ ├── PowerLogic Ethernet Communications Card.yml │ │ │ │ ├── Quantum NOE 771 xx Ethernet Module - http.yml │ │ │ │ └── Quantum NOE 771 xx Ethernet Module.yml │ │ │ ├── seagull scientific/ │ │ │ │ └── Track'Em.yml │ │ │ ├── seclore/ │ │ │ │ └── FileSecure.yml │ │ │ ├── securicor3net/ │ │ │ │ └── Cezanne.yml │ │ │ ├── semaphore/ │ │ │ │ └── PICK O-S.yml │ │ │ ├── seyeon technology co ltd/ │ │ │ │ └── FlexWATCH.yml │ │ │ ├── shiva/ │ │ │ │ ├── AccessPort.yml │ │ │ │ └── LanRover.yml │ │ │ ├── shuttle/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── siemens/ │ │ │ │ ├── Gigaset SX762.yml │ │ │ │ ├── OpenStage SIP Webinterface.yml │ │ │ │ └── S7.yml │ │ │ ├── siemens corp/ │ │ │ │ ├── Hicom 100E PBX.yml │ │ │ │ ├── Hicom 150E PBX.yml │ │ │ │ ├── Hipath-Hicom.yml │ │ │ │ ├── PBX.yml │ │ │ │ ├── PC BIOS.yml │ │ │ │ ├── PhoneMail.yml │ │ │ │ ├── ROLM PBX.yml │ │ │ │ ├── SE515.yml │ │ │ │ └── Simatic WinCC SCADA.yml │ │ │ ├── sierra wireless/ │ │ │ │ └── ACEmanager.yml │ │ │ ├── silex technology/ │ │ │ │ ├── USB Device Server - http.yml │ │ │ │ └── USB Device Server.yml │ │ │ ├── silicon graphics/ │ │ │ │ ├── IRIX - multi.yml │ │ │ │ └── IRIX.yml │ │ │ ├── site interactive/ │ │ │ │ └── Auction Weaver Lite.yml │ │ │ ├── sitecom/ │ │ │ │ ├── DC-207.yml │ │ │ │ ├── WL-108.yml │ │ │ │ ├── WL-109.yml │ │ │ │ ├── WL-114v2.yml │ │ │ │ ├── WL-122.yml │ │ │ │ └── WR-1133.yml │ │ │ ├── sitecore corporation/ │ │ │ │ └── Sitecore CMS.yml │ │ │ ├── skybox security/ │ │ │ │ ├── Virtual Appliance - console.yml │ │ │ │ └── Virtual Appliance.yml │ │ │ ├── sma america/ │ │ │ │ └── Sunny Webbox.yml │ │ │ ├── smc/ │ │ │ │ ├── Barricade Router (wireless).yml │ │ │ │ ├── Barricade Router.yml │ │ │ │ ├── SMC2652W.yml │ │ │ │ ├── SMC2804WBR.yml │ │ │ │ └── SMC7904WBRA.yml │ │ │ ├── snap appliance/ │ │ │ │ └── Snap Appliance.yml │ │ │ ├── snom/ │ │ │ │ └── 320-360 VoIP Business Phone.yml │ │ │ ├── software ag/ │ │ │ │ └── webMethods.yml │ │ │ ├── solarwinds/ │ │ │ │ ├── Serv-U.yml │ │ │ │ └── Web Help Desk.yml │ │ │ ├── sonicwall/ │ │ │ │ └── SOHO, TELE, TZ and PRO.yml │ │ │ ├── sony/ │ │ │ │ └── SNC-RZ30 Network Camera.yml │ │ │ ├── sony ericsson/ │ │ │ │ └── T290i, T68i.yml │ │ │ ├── sourcefire/ │ │ │ │ ├── RNA Sensor - console.yml │ │ │ │ ├── RNA Sensor - ssh.yml │ │ │ │ └── RNA Sensor.yml │ │ │ ├── sovereign hill/ │ │ │ │ └── InQuery.yml │ │ │ ├── spider systems/ │ │ │ │ └── M250.yml │ │ │ ├── splunk/ │ │ │ │ └── Splunk.yml │ │ │ ├── ssangyoung/ │ │ │ │ └── SR2501.yml │ │ │ ├── stan ozier/ │ │ │ │ └── TaskFreak.yml │ │ │ ├── sun/ │ │ │ │ ├── JavaServer.yml │ │ │ │ ├── SPARC Enterprise X5220 Server.yml │ │ │ │ ├── Sun E10000 System Service Processor.yml │ │ │ │ ├── SunOS.yml │ │ │ │ ├── SunScreen.yml │ │ │ │ └── X4200 iloms.yml │ │ │ ├── super micro computer inc/ │ │ │ │ └── IPMI.yml │ │ │ ├── supermicro/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── surecom/ │ │ │ │ ├── Unknown.yml │ │ │ │ └── Wireless Broadband Router 11Mbps.yml │ │ │ ├── sweex/ │ │ │ │ ├── CC300010.yml │ │ │ │ ├── CC300011.yml │ │ │ │ ├── CC400010.yml │ │ │ │ ├── CC400020.yml │ │ │ │ ├── CD300010.yml │ │ │ │ ├── CD300011.yml │ │ │ │ ├── CD400011.yml │ │ │ │ ├── LB000020.yml │ │ │ │ ├── LB000021.yml │ │ │ │ ├── LB200010.yml │ │ │ │ ├── LB300010.yml │ │ │ │ ├── LC000070.yml │ │ │ │ ├── LW050.yml │ │ │ │ ├── LW055.yml │ │ │ │ ├── LW140.yml │ │ │ │ ├── LW300.yml │ │ │ │ ├── MO200.yml │ │ │ │ ├── MO201.yml │ │ │ │ ├── MO250.yml │ │ │ │ ├── MO251.yml │ │ │ │ ├── PR001.yml │ │ │ │ ├── PR010.yml │ │ │ │ ├── PR101.yml │ │ │ │ ├── PR110.yml │ │ │ │ └── RO002.yml │ │ │ ├── sybase/ │ │ │ │ ├── ASA.yml │ │ │ │ └── Adaptive Server Enterprise.yml │ │ │ ├── symantec/ │ │ │ │ ├── Brightmail Anti-Spam.yml │ │ │ │ ├── Norton Antivurs.yml │ │ │ │ ├── VPN-Firewall Appliance - gui.yml │ │ │ │ └── VPN-Firewall Appliance.yml │ │ │ ├── symbol technologies inc/ │ │ │ │ └── WS5100.yml │ │ │ ├── synology inc/ │ │ │ │ └── DSM Server.yml │ │ │ ├── syskonnect/ │ │ │ │ └── 6616.yml │ │ │ ├── tandberg/ │ │ │ │ ├── Border Controller - http.yml │ │ │ │ ├── Border Controller - ssh.yml │ │ │ │ ├── Border Controller.yml │ │ │ │ ├── Codec - ssh.yml │ │ │ │ ├── Codec - telnet.yml │ │ │ │ ├── Codec.yml │ │ │ │ ├── Gatekeeper.yml │ │ │ │ ├── Video Communication Server.yml │ │ │ │ └── Vision.yml │ │ │ ├── tasman/ │ │ │ │ └── T1.yml │ │ │ ├── tegile/ │ │ │ │ └── Zebi Array.yml │ │ │ ├── telappliant/ │ │ │ │ └── IP2006 SIP Phone.yml │ │ │ ├── telebit/ │ │ │ │ └── Netblazer.yml │ │ │ ├── telelec/ │ │ │ │ └── Eagle.yml │ │ │ ├── teletronics/ │ │ │ │ └── WL-CPE Router.yml │ │ │ ├── telewell/ │ │ │ │ ├── TW-EA200.yml │ │ │ │ └── TW-EA510.yml │ │ │ ├── telus/ │ │ │ │ └── Telephony Services.yml │ │ │ ├── terayon/ │ │ │ │ └── TeraLink.yml │ │ │ ├── test/ │ │ │ │ └── test.yml │ │ │ ├── texbox/ │ │ │ │ └── TexBox.yml │ │ │ ├── textportal/ │ │ │ │ └── TextPortal.yml │ │ │ ├── thecus tech/ │ │ │ │ └── N5200.yml │ │ │ ├── tibco/ │ │ │ │ ├── MFT Internet Server.yml │ │ │ │ └── Slingshot.yml │ │ │ ├── tim schaab/ │ │ │ │ └── Mad.Thought.yml │ │ │ ├── timetools/ │ │ │ │ ├── SR Series NTP Server - ftp.yml │ │ │ │ ├── SR Series NTP Server - telnet.yml │ │ │ │ └── SR Series NTP Server.yml │ │ │ ├── tiny/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── tinys/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── tmc/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── toplayer/ │ │ │ │ └── AppSwitch.yml │ │ │ ├── toshiba/ │ │ │ │ ├── PC BIOS.yml │ │ │ │ ├── WBG.yml │ │ │ │ └── e-Studio.yml │ │ │ ├── totolink/ │ │ │ │ └── Soho Routers.yml │ │ │ ├── trend micro/ │ │ │ │ ├── InterScan VirusWall.yml │ │ │ │ ├── Interscan Messaging Security Appliance.yml │ │ │ │ ├── Trend Micro.yml │ │ │ │ ├── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000 - serial console.yml │ │ │ │ ├── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000 - ssh.yml │ │ │ │ └── Trenmicro InterScan Messaging Security Appliance (IMSA) 5000.yml │ │ │ ├── tridium/ │ │ │ │ ├── AX.yml │ │ │ │ └── Niagara.yml │ │ │ ├── trintech/ │ │ │ │ └── eAcquirer.yml │ │ │ ├── triumph-adler/ │ │ │ │ └── DC 2116.yml │ │ │ ├── tumbleweed/ │ │ │ │ └── IME.yml │ │ │ ├── typo3/ │ │ │ │ ├── TYPO3 - http.yml │ │ │ │ └── TYPO3.yml │ │ │ ├── typo3 association/ │ │ │ │ └── Typo3.yml │ │ │ ├── unex/ │ │ │ │ └── NexIP Routers.yml │ │ │ ├── unidesk/ │ │ │ │ └── Management Appliance (MA).yml │ │ │ ├── unify/ │ │ │ │ └── OpenStage SIP Webinterface.yml │ │ │ ├── united technologies corporation/ │ │ │ │ └── Interlogix truVision IP Camera.yml │ │ │ ├── unix/ │ │ │ │ ├── Generic.yml │ │ │ │ └── Unix.yml │ │ │ ├── unknown/ │ │ │ │ ├── POCSAG Radio Paging.yml │ │ │ │ └── System 88.yml │ │ │ ├── us robotics/ │ │ │ │ ├── TOTALswitch.yml │ │ │ │ ├── USR5450.yml │ │ │ │ └── USR8054.yml │ │ │ ├── usrobotics/ │ │ │ │ └── Wireless ADSL Router.yml │ │ │ ├── ut lexar/ │ │ │ │ └── PBX Switch.yml │ │ │ ├── utstarcom/ │ │ │ │ └── B-NAS, B-RAS.yml │ │ │ ├── vbrick systems/ │ │ │ │ └── Multiple.yml │ │ │ ├── verifone/ │ │ │ │ └── Verifone Junior.yml │ │ │ ├── veritas/ │ │ │ │ └── Cluster Server.yml │ │ │ ├── verity/ │ │ │ │ └── Ultraseek.yml │ │ │ ├── verizon/ │ │ │ │ ├── 9100EM.yml │ │ │ │ ├── 9100VM.yml │ │ │ │ └── MI424WR.yml │ │ │ ├── vertex/ │ │ │ │ └── VERTEX 1501.yml │ │ │ ├── vextrec technology/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── vienuke/ │ │ │ │ └── VieBoard.yml │ │ │ ├── vina technologies/ │ │ │ │ └── ConnectReach.yml │ │ │ ├── virtual programming/ │ │ │ │ └── VP-ASP Shopping Cart.yml │ │ │ ├── visa vap/ │ │ │ │ ├── VAP - modem.yml │ │ │ │ └── VAP.yml │ │ │ ├── vobis/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── voicegenie technologies/ │ │ │ │ └── VoiceGenie.yml │ │ │ ├── voiceobjects germany/ │ │ │ │ └── VoiceObjects.yml │ │ │ ├── vonage/ │ │ │ │ └── VTA.yml │ │ │ ├── vpasp/ │ │ │ │ └── VP-ASP Shopping Cart.yml │ │ │ ├── wanco inc/ │ │ │ │ └── NTCIP Message Sign Software.yml │ │ │ ├── watchguard/ │ │ │ │ ├── FireBox.yml │ │ │ │ ├── Firebox X Edge.yml │ │ │ │ └── XTM.yml │ │ │ ├── web wiz/ │ │ │ │ └── Forums.yml │ │ │ ├── webmin/ │ │ │ │ └── Webmin.yml │ │ │ ├── webramp/ │ │ │ │ └── Unknown.yml │ │ │ ├── westell/ │ │ │ │ ├── Router.yml │ │ │ │ └── Wirespeed.yml │ │ │ ├── wim bervoets/ │ │ │ │ └── WIMBIOSnbsp BIOS.yml │ │ │ ├── wireless inc/ │ │ │ │ └── WaveNet.yml │ │ │ ├── wwwboard/ │ │ │ │ └── WWWADMIN.PL.yml │ │ │ ├── x-micro/ │ │ │ │ └── WLAN 11b Broadband Router.yml │ │ │ ├── xavi/ │ │ │ │ └── X7722r.yml │ │ │ ├── xerox/ │ │ │ │ ├── DocuColor - integrated keyboard.yml │ │ │ │ ├── DocuColor.yml │ │ │ │ ├── Document Centre 432.yml │ │ │ │ ├── Document Centre.yml │ │ │ │ ├── WorkCentre Pro.yml │ │ │ │ ├── WorkCentre-DocumentCentre.yml │ │ │ │ └── WorkCentre.yml │ │ │ ├── xinit systems ltd/ │ │ │ │ └── Openfiler.yml │ │ │ ├── xylan/ │ │ │ │ └── Omniswitch.yml │ │ │ ├── xyplex/ │ │ │ │ ├── MX-1600.yml │ │ │ │ ├── Routers.yml │ │ │ │ └── Terminal Server.yml │ │ │ ├── yakumo/ │ │ │ │ └── Routers.yml │ │ │ ├── yuxin/ │ │ │ │ └── IP Phone.yml │ │ │ ├── zcomax/ │ │ │ │ └── XG1021.yml │ │ │ ├── zebra technologies/ │ │ │ │ └── 10-100 Print Server.yml │ │ │ ├── zenith/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── zeos/ │ │ │ │ └── PC BIOS.yml │ │ │ ├── zeus/ │ │ │ │ └── Zeus Admin Server.yml │ │ │ ├── zoom/ │ │ │ │ └── ADSL Modem.yml │ │ │ └── zyxel/ │ │ │ ├── Generic Routers.yml │ │ │ ├── Prestige - ftp.yml │ │ │ ├── Prestige - telnet.yml │ │ │ ├── Prestige 652HW-31.yml │ │ │ └── Prestige.yml │ │ ├── redis/ │ │ │ └── redis.yml │ │ ├── snmp/ │ │ │ └── snmp.yml │ │ ├── ssh/ │ │ │ └── ssh.yml │ │ ├── telnet/ │ │ │ └── telnet.yml │ │ └── tiny.csv │ ├── scanner.py │ ├── settings.py │ └── target.py └── totalpass.py
SYMBOL INDEX (81 symbols across 13 files)
FILE: tests/test_main.py
function test_main (line 7) | def test_main():
FILE: totalpass/__main__.py
function banner (line 16) | def banner():
function main (line 25) | def main():
function list (line 30) | def list():
function update (line 36) | def update():
function search (line 44) | def search(keywords, verbose):
function scan (line 58) | def scan(target, name, common, category, port, dirname, threads, verbose):
FILE: totalpass/addons/redis.py
class RedisScanner (line 13) | class RedisScanner(Scanner):
method __init__ (line 18) | def __init__(self, passwd, target, username, password):
method _check (line 22) | def _check(self):
function mkscanner (line 29) | def mkscanner(passwd, target, username, password):
FILE: totalpass/addons/snmp.py
class SNMPScanner (line 13) | class SNMPScanner(Scanner):
method __init__ (line 18) | def __init__(self, passwd, target, username, password):
method _check (line 22) | def _check(self):
function mkscanner (line 51) | def mkscanner(passwd, target, username, password):
FILE: totalpass/addons/ssh.py
class SSHScanner (line 14) | class SSHScanner(Scanner):
method __init__ (line 19) | def __init__(self, passwd, target, username, password):
method _check (line 23) | def _check(self):
function mkscanner (line 43) | def mkscanner(passwd, target, username, password):
FILE: totalpass/addons/telnet.py
class TelnetScanner (line 16) | class TelnetScanner(Scanner):
method __init__ (line 21) | def __init__(self, passwd, target, username, password):
method _check (line 25) | def _check(self):
method _command (line 37) | def _command(self, tn, flag, cmd):
function mkscanner (line 43) | def mkscanner(passwd, target, username, password):
FILE: totalpass/cirt.py
class CirtPass (line 24) | class CirtPass(object):
method __init__ (line 34) | def __init__(self):
method mkdir (line 38) | def mkdir(cls, dirname):
method update (line 48) | def update(cls):
method geturls (line 68) | def geturls(cls, url) -> list:
method fetchpasswds (line 84) | def fetchpasswds(cls, cirt_path):
method fetch (line 174) | def fetch(cls, url):
FILE: totalpass/core.py
class TPCore (line 22) | class TPCore(object):
method __init__ (line 30) | def __init__(self):
method anyscan (line 36) | def anyscan(cls):
method _scan_worker (line 65) | def _scan_worker(cls):
method anysearch (line 74) | def anysearch(cls, keywords, verbose):
method anyupdate (line 113) | def anyupdate(cls):
method anylist (line 126) | def anylist(cls):
FILE: totalpass/exceptions.py
class InvalidCredential (line 5) | class InvalidCredential(RuntimeError):
method __init__ (line 8) | def __init__(self, *args, **kwargs):
FILE: totalpass/passwd.py
class Passwd (line 15) | class Passwd(object):
method __init__ (line 18) | def __init__(
method __eq__ (line 40) | def __eq__(self, other):
method __hash__ (line 43) | def __hash__(self):
method __repr__ (line 46) | def __repr__(self):
method __str__ (line 49) | def __str__(self):
method row (line 52) | def row(self) -> list:
method creds (line 62) | def creds(self) -> list:
method cred_rows (line 71) | def cred_rows(self) -> list:
method yaml (line 80) | def yaml(self):
method match (line 94) | def match(self, keywords) -> bool:
method table (line 103) | def table(cls, passwds_path="") -> list:
method load (line 117) | def load(cls, passwds_path="") -> list:
method merge (line 135) | def merge(cls, passwds) -> list:
method _load_dir (line 162) | def _load_dir(cls, dirname) -> list:
method _load_file (line 175) | def _load_file(cls, file) -> list:
method _load_yaml (line 188) | def _load_yaml(cls, file) -> list:
method _load_csv (line 213) | def _load_csv(cls, file) -> list:
FILE: totalpass/scanner.py
class Scanner (line 16) | class Scanner(object):
method __init__ (line 23) | def __init__(self, passwd, target, username, password):
method __eq__ (line 34) | def __eq__(self, other):
method __hash__ (line 37) | def __hash__(self):
method __repr__ (line 43) | def __repr__(self):
method __str__ (line 46) | def __str__(self):
method scan (line 49) | def scan(self) -> bool:
method isopen (line 81) | def isopen(self) -> bool:
method _check (line 95) | def _check(self) -> str:
FILE: totalpass/settings.py
class Singleton (line 10) | class Singleton(type):
method __call__ (line 13) | def __call__(cls, *args, **kwargs):
class Options (line 19) | class Options(metaclass=Singleton):
method __init__ (line 24) | def __init__(self):
method __repr__ (line 52) | def __repr__(self):
method info (line 55) | def info(self):
FILE: totalpass/target.py
class Target (line 21) | class Target(object):
method __init__ (line 28) | def __init__(self, host=None, port=None, category=None, protocol=None,...
method __eq__ (line 38) | def __eq__(self, other):
method __repr__ (line 41) | def __repr__(self):
method alive (line 48) | def alive(self) -> bool:
method load_scanners (line 77) | def load_scanners(self) -> list:
method parse (line 104) | def parse(cls, target) -> list:
method _parse_str (line 135) | def _parse_str(cls, target) -> list:
Condensed preview — 1079 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (396K chars).
[
{
"path": ".gitignore",
"chars": 1799,
"preview": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packagi"
},
{
"path": "CONTRIBUTING.md",
"chars": 1589,
"preview": "# CONTRIBUTING\n\nTotalPass was created by HJK [@0xHJK](https://github.com/0xHJK).\n\n项目主要参考或使用了以下项目,向其开发者表示感谢。\n- https://gi"
},
{
"path": "HISTORY.md",
"chars": 133,
"preview": "# HISTORY\n\n- 2020-04\n - 完成项目基本结构\n - 完成 SSH 扫描器\n - 完成 Telnet 扫描器\n - 完成 Redis 扫描器\n - 完成 SNMP 扫描器\n- 2020-03\n - 项目开始,计"
},
{
"path": "LICENSE",
"chars": 1060,
"preview": "MIT License\n\nCopyright (c) 2020 HJK\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof thi"
},
{
"path": "MANIFEST.in",
"chars": 183,
"preview": "include \\\n LICENSE \\\n MAINFEST.in \\\n *.md \\\n setup.* \\\n totalpass.jpg\n\nrecursive-include totalpass *.yml "
},
{
"path": "Makefile",
"chars": 711,
"preview": ".PHONY: test\n\ndev:\n\tpip install setuptools pytest black twine flake8\n\nci:\n\tpy.test --junitxml=report.xml\n\ntest:\n\tpython3"
},
{
"path": "README.md",
"chars": 3522,
"preview": "# TotalPass\n\n<p align=\"center\">\n <a href=\"https://github.com/0xHJK/TotalPass\">\n <img src=\"https://github.com/0xHJK/T"
},
{
"path": "requirements.txt",
"chars": 52,
"preview": "redis\npysnmp\nnetaddr\nclick\npyyaml\nparamiko\nrequests\n"
},
{
"path": "setup.py",
"chars": 1719,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\nimport os\nimport setuptools\nfrom os import path\n\n\nproj_dir = path.dirnam"
},
{
"path": "tests/__init__.py",
"chars": 46,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n"
},
{
"path": "tests/test_main.py",
"chars": 123,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\nimport totalpwd\n\n\ndef test_main():\n assert totalpwd.main() == \"TotalPw"
},
{
"path": "totalpass/__init__.py",
"chars": 112,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\nfrom .__version__ import __version__\nfrom .__main__ import main\n"
},
{
"path": "totalpass/__main__.py",
"chars": 2727,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\nimport os\nimport sys\nimport logging\nimport click\nfrom prettytable import "
},
{
"path": "totalpass/__version__.py",
"chars": 321,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\n__title__ = \"TotalPass\"\n__description__ = \"Defualt password scanner and "
},
{
"path": "totalpass/addons/__init__.py",
"chars": 282,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\nfrom os.path import dirname, basename, isfile, join\nimport glob\n\nmodules"
},
{
"path": "totalpass/addons/redis.py",
"chars": 719,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n Redis 密码扫描器\n\"\"\"\n\nimport redis\nfrom ..settings import opts\nfrom .."
},
{
"path": "totalpass/addons/snmp.py",
"chars": 1375,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n SNMP 扫描器\n\"\"\"\n\nfrom pysnmp.hlapi import *\nfrom ..scanner import Sc"
},
{
"path": "totalpass/addons/ssh.py",
"chars": 1074,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n SSH 扫描器\n\"\"\"\n\nimport logging\nimport paramiko\nfrom ..scanner import"
},
{
"path": "totalpass/addons/telnet.py",
"chars": 1215,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n Telnet 扫描器\n\"\"\"\n\nimport socket\nimport time\nimport logging\nfrom tel"
},
{
"path": "totalpass/cirt.py",
"chars": 5938,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n https://cirt.net/passwords 爬虫\n 更新默认密码信息\n\"\"\"\n\nimport os\nimport "
},
{
"path": "totalpass/core.py",
"chars": 3797,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n 核心控制器\n 1. 解析命令\n 2. 调用对应插件\n 3. 返回结果\n\"\"\"\n\nimport sys\nimpor"
},
{
"path": "totalpass/exceptions.py",
"chars": 162,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\nclass InvalidCredential(RuntimeError):\n \"\"\" 帐号或密码错误 \"\"\"\n\n def __in"
},
{
"path": "totalpass/passwd.py",
"chars": 7464,
"preview": "#!/usr/bin/env python3\n# -*- coding=utf-8 -*-\n\n\"\"\"\n 导入、解析和创建passwd\n\"\"\"\n\nimport os\nimport logging\nimport click\nimport "
},
{
"path": "totalpass/payloads/cirt/2wire inc/Wireless Routers.yml",
"chars": 174,
"preview": "auth:\n credentials:\n - password: ''\n username: http\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: 2Wire"
},
{
"path": "totalpass/payloads/cirt/360 systems/Image Server 2000.yml",
"chars": 161,
"preview": "auth:\n credentials:\n - password: factory\n username: factory\ncategory: unknown\ncomment: ''\nname: 360 Systems - Image"
},
{
"path": "totalpass/payloads/cirt/3com/3CRWE52196.yml",
"chars": 155,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: 3COM"
},
{
"path": "totalpass/payloads/cirt/3com/AirConnect AP.yml",
"chars": 137,
"preview": "auth:\n credentials:\n - password: comcomcom\n username: ''\ncategory: snmp\ncomment: ''\nname: 3COM - AirConnect AP\nport"
},
{
"path": "totalpass/payloads/cirt/3com/CellPlex.yml",
"chars": 146,
"preview": "auth:\n credentials:\n - password: tech\n username: tech\ncategory: telnet\ncomment: 'Version: 7000; '\nname: 3COM - Cell"
},
{
"path": "totalpass/payloads/cirt/3com/CoreBuilder.yml",
"chars": 205,
"preview": "auth:\n credentials:\n - password: synnet\n username: debug\n - password: tech\n username: tech\ncategory: telnet\ncom"
},
{
"path": "totalpass/payloads/cirt/3com/HiPerARC.yml",
"chars": 145,
"preview": "auth:\n credentials:\n - password: ''\n username: adm\ncategory: telnet\ncomment: 'Version: v4.1.x; '\nname: 3COM - HiPer"
},
{
"path": "totalpass/payloads/cirt/3com/LANplex.yml",
"chars": 186,
"preview": "auth:\n credentials:\n - password: synnet\n username: debug\n - password: tech\n username: tech\ncategory: telnet\ncom"
},
{
"path": "totalpass/payloads/cirt/3com/LinkSwitch.yml",
"chars": 153,
"preview": "auth:\n credentials:\n - password: tech\n username: tech\ncategory: telnet\ncomment: 'Version: 2000/2700; '\nname: 3COM -"
},
{
"path": "totalpass/payloads/cirt/3com/N-A.yml",
"chars": 379,
"preview": "auth:\n credentials:\n - password: ''\n username: adm\n - password: synnet\n username: admin\n - password: manager\n "
},
{
"path": "totalpass/payloads/cirt/3com/NetBuilder.yml",
"chars": 164,
"preview": "auth:\n credentials:\n - password: ANYCOM\n username: ''\ncategory: snmp\ncomment: 'Notes: SNMP disabled by default; '\nn"
},
{
"path": "totalpass/payloads/cirt/3com/Office Connect ISDN Routers.yml",
"chars": 188,
"preview": "auth:\n credentials:\n - password: PASSWORD\n username: ''\ncategory: telnet\ncomment: 'Version: 5x0; Level: Administrat"
},
{
"path": "totalpass/payloads/cirt/3com/OfficeConnect Remote Router.yml",
"chars": 362,
"preview": "auth:\n credentials:\n - password: '!root'\n username: root\ncategory: telnet\ncomment: 'Version: 812 ADSL, 840 SDSL; Le"
},
{
"path": "totalpass/payloads/cirt/3com/OfficeConnect Wireless AP.yml",
"chars": 170,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: 3COM"
},
{
"path": "totalpass/payloads/cirt/3com/Router.yml",
"chars": 214,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: boot prompt\ncomment: 'Version: 3000/5000 Series; Level:"
},
{
"path": "totalpass/payloads/cirt/3com/SuperStack II Switch.yml",
"chars": 391,
"preview": "auth:\n credentials:\n - password: monitor\n username: monitor\n - password: manager\n username: manager\n - passwor"
},
{
"path": "totalpass/payloads/cirt/3com/Superstack 3 switch.yml",
"chars": 307,
"preview": "auth:\n credentials:\n - password: recover\n username: recover\ncategory: console\ncomment: 'Version: 4900; Level: Admin"
},
{
"path": "totalpass/payloads/cirt/3com/US Robotics ADSL Router.yml",
"chars": 182,
"preview": "auth:\n credentials:\n - password: '12345'\n username: ''\ncategory: http\ncomment: 'Version: 8550; Level: Administrator"
},
{
"path": "totalpass/payloads/cirt/3com/Wireless AP.yml",
"chars": 138,
"preview": "auth:\n credentials:\n - password: comcomcom\n username: ''\ncategory: unknown\ncomment: ''\nname: 3COM - Wireless AP\npor"
},
{
"path": "totalpass/payloads/cirt/3com/e960.yml",
"chars": 149,
"preview": "auth:\n credentials:\n - password: Admin\n username: Admin\ncategory: http\ncomment: 'Level: Administrator; '\nname: 3COM"
},
{
"path": "totalpass/payloads/cirt/3m/Volition.yml",
"chars": 255,
"preview": "auth:\n credentials:\n - password: ''\n username: volition\ncategory: unknown\ncomment: 'Version: VOL-0215; Level: Admin"
},
{
"path": "totalpass/payloads/cirt/3m/Voliton.yml",
"chars": 251,
"preview": "auth:\n credentials:\n - password: ''\n username: VOL-0215\ncategory: http\ncomment: 'Version: VOL-0215; Level: Administ"
},
{
"path": "totalpass/payloads/cirt/accelerated networks/DSL CPE and DSLAM.yml",
"chars": 177,
"preview": "auth:\n credentials:\n - password: anicust\n username: sysadm\ncategory: telnet\ncomment: ''\nname: Accelerated Networks "
},
{
"path": "totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch - telnet.yml",
"chars": 181,
"preview": "auth:\n credentials:\n - password: ''\n username: admin\ncategory: telnet\ncomment: 'Version: 3714; '\nname: ACCTON - Che"
},
{
"path": "totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch - web.yml",
"chars": 175,
"preview": "auth:\n credentials:\n - password: ''\n username: admin\ncategory: web\ncomment: 'Version: 3714; '\nname: ACCTON - Cheeta"
},
{
"path": "totalpass/payloads/cirt/accton/CheetahChassis Workgroup Switch.yml",
"chars": 258,
"preview": "auth:\n credentials:\n - password: monitor\n username: monitor\n - password: manager\n username: manager\n - passwor"
},
{
"path": "totalpass/payloads/cirt/accton/Gigabit Switches - ssh.yml",
"chars": 341,
"preview": "auth:\n credentials:\n - password: (caclulated)\n username: __super\ncategory: ssh\ncomment: 'Level: Administrator; Doc:"
},
{
"path": "totalpass/payloads/cirt/accton/Gigabit Switches.yml",
"chars": 338,
"preview": "auth:\n credentials:\n - password: (caclulated)\n username: __super\ncategory: telnet\ncomment: 'Level: Administrator; D"
},
{
"path": "totalpass/payloads/cirt/accton/Wirelessrouter.yml",
"chars": 164,
"preview": "auth:\n credentials:\n - password: '0000'\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: ACC"
},
{
"path": "totalpass/payloads/cirt/acer/BIOS.yml",
"chars": 146,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Acer - "
},
{
"path": "totalpass/payloads/cirt/actiontec/GE344000-01.yml",
"chars": 163,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Actiont"
},
{
"path": "totalpass/payloads/cirt/actiontec/M1424WR.yml",
"chars": 302,
"preview": "auth:\n credentials:\n - password: password\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/adaptec/RAID Controller.yml",
"chars": 179,
"preview": "auth:\n credentials:\n - password: adaptec\n username: Administrator\ncategory: unknown\ncomment: 'Level: Administrator;"
},
{
"path": "totalpass/payloads/cirt/adc kentrox/Pacesetter Router.yml",
"chars": 154,
"preview": "auth:\n credentials:\n - password: secret\n username: ''\ncategory: telnet\ncomment: ''\nname: ADC Kentrox - Pacesetter R"
},
{
"path": "totalpass/payloads/cirt/adcompletecom/Ban Man Pro.yml",
"chars": 181,
"preview": "auth:\n credentials:\n - password: Admin1\n username: Admin1\ncategory: unknown\ncomment: 'Level: Administrator; '\nname:"
},
{
"path": "totalpass/payloads/cirt/adcompletecom/Banman Pro.yml",
"chars": 238,
"preview": "auth:\n credentials:\n - password: Admin1\n username: Admin1\ncategory: http\ncomment: 'Version: 12; Level: Administrato"
},
{
"path": "totalpass/payloads/cirt/addpac technology/AP2120.yml",
"chars": 177,
"preview": "auth:\n credentials:\n - password: router\n username: root\ncategory: http\ncomment: 'Level: Administrator; '\nname: AddP"
},
{
"path": "totalpass/payloads/cirt/adobe/CQ.yml",
"chars": 386,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\n - password: author\n username: author\ncategory: unknown"
},
{
"path": "totalpass/payloads/cirt/adobe/Experience Manager-CQ.yml",
"chars": 419,
"preview": "auth:\n credentials:\n - password: anonymous\n username: anonymous\n - password: replication-receiver\n username: re"
},
{
"path": "totalpass/payloads/cirt/adobe/Experience Manager.yml",
"chars": 240,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Doc: https:/"
},
{
"path": "totalpass/payloads/cirt/adobe/Vignette Connector.yml",
"chars": 249,
"preview": "auth:\n credentials:\n - password: vgnadmin\n username: vgnadmin\ncategory: http\ncomment: 'Level: Administrator; Doc: h"
},
{
"path": "totalpass/payloads/cirt/adt/Safewatch Pro3000.yml",
"chars": 330,
"preview": "auth:\n credentials:\n - password: '2580'\n username: ''\ncategory: unknown\ncomment: 'Level: Duress; Doc: http://krebso"
},
{
"path": "totalpass/payloads/cirt/adtech/AX4000.yml",
"chars": 157,
"preview": "auth:\n credentials:\n - password: ax400\n username: root\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Ad"
},
{
"path": "totalpass/payloads/cirt/adtran/MX2800.yml",
"chars": 133,
"preview": "auth:\n credentials:\n - password: adtran\n username: ''\ncategory: telnet\ncomment: ''\nname: Adtran - MX2800\nport: 0\nve"
},
{
"path": "totalpass/payloads/cirt/adtran/NetVanta.yml",
"chars": 290,
"preview": "auth:\n credentials:\n - password: password\n username: admin\ncategory: http\ncomment: 'Version: 3430; Level: Administr"
},
{
"path": "totalpass/payloads/cirt/advanced integration/PC BIOS.yml",
"chars": 186,
"preview": "auth:\n credentials:\n - password: Advance\n username: ''\ncategory: console\ncomment: 'Level: Administrator; '\nname: Ad"
},
{
"path": "totalpass/payloads/cirt/airaya corp/AIRAYA WirelessGRID.yml",
"chars": 302,
"preview": "auth:\n credentials:\n - password: Airaya\n username: Airaya\ncategory: unknown\ncomment: 'Level: Administrator; Doc: ht"
},
{
"path": "totalpass/payloads/cirt/airlink/AnyGate.yml",
"chars": 172,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: http\ncomment: 'Version: GW-200; Level: Administrator"
},
{
"path": "totalpass/payloads/cirt/airlink plus/RTW026.yml",
"chars": 196,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: http\ncomment: 'Version: V0.80.0010 (firmware); Level"
},
{
"path": "totalpass/payloads/cirt/aironet/(All).yml",
"chars": 158,
"preview": "auth:\n credentials:\n - password: ''\n username: (blank)\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Ai"
},
{
"path": "totalpass/payloads/cirt/airway/Transport.yml",
"chars": 159,
"preview": "auth:\n credentials:\n - password: '0000'\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Air"
},
{
"path": "totalpass/payloads/cirt/aladdin/eSafe Appliance - ssh.yml",
"chars": 166,
"preview": "auth:\n credentials:\n - password: kn1TG7psLu\n username: root\ncategory: ssh\ncomment: 'Level: root; '\nname: Aladdin - "
},
{
"path": "totalpass/payloads/cirt/aladdin/eSafe Appliance.yml",
"chars": 164,
"preview": "auth:\n credentials:\n - password: kn1TG7psLu\n username: root\ncategory: console\ncomment: 'Level: root; '\nname: Aladdi"
},
{
"path": "totalpass/payloads/cirt/alcatel/PBX.yml",
"chars": 642,
"preview": "auth:\n credentials:\n - password: tlah\n username: halt\n - password: llatsni\n username: install\n - password: dhs"
},
{
"path": "totalpass/payloads/cirt/alcatel/Speedtouch - telnet.yml",
"chars": 240,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: telnet\ncomment: 'Version: 510; Doc: http://www.speedtou"
},
{
"path": "totalpass/payloads/cirt/alcatel/Speedtouch.yml",
"chars": 229,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: http\ncomment: 'Version: 510; Doc: http://www.speedtouch"
},
{
"path": "totalpass/payloads/cirt/alien technology/ALR-9900 - ssh.yml",
"chars": 281,
"preview": "auth:\n credentials:\n - password: alien\n username: alien\ncategory: ssh\ncomment: 'Level: Administrator; Doc: http://s"
},
{
"path": "totalpass/payloads/cirt/alien technology/ALR-9900.yml",
"chars": 317,
"preview": "auth:\n credentials:\n - password: alien\n username: root\n - password: alien\n username: alien\ncategory: telnet\ncom"
},
{
"path": "totalpass/payloads/cirt/allied telesyn/Rapier G6 Switch.yml",
"chars": 176,
"preview": "auth:\n credentials:\n - password: manager\n username: ''\ncategory: unknown\ncomment: 'Level: friend; '\nname: Allied Te"
},
{
"path": "totalpass/payloads/cirt/allied telesyn/Various Switches.yml",
"chars": 188,
"preview": "auth:\n credentials:\n - password: manager\n username: manager\ncategory: unknown\ncomment: 'Level: Administrator; '\nnam"
},
{
"path": "totalpass/payloads/cirt/allnet/ALL129DSL.yml",
"chars": 189,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/allot/Netenforcer.yml",
"chars": 201,
"preview": "auth:\n credentials:\n - password: bagabu\n username: root\n - password: allot\n username: admin\ncategory: unknown\nc"
},
{
"path": "totalpass/payloads/cirt/alteon/ACEswitch - telnet.yml",
"chars": 159,
"preview": "auth:\n credentials:\n - password: ''\n username: admin\ncategory: telnet\ncomment: 'Version: 180e; '\nname: Alteon - ACE"
},
{
"path": "totalpass/payloads/cirt/alteon/ACEswitch.yml",
"chars": 173,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Version: 180e; Level: Administrato"
},
{
"path": "totalpass/payloads/cirt/ambit/Cable Modems.yml",
"chars": 176,
"preview": "auth:\n credentials:\n - password: user\n username: user\n - password: root\n username: root\ncategory: unknown\ncomme"
},
{
"path": "totalpass/payloads/cirt/ami/PC BIOS.yml",
"chars": 686,
"preview": "auth:\n credentials:\n - password: AM\n username: ''\n - password: AMI\n username: ''\n - password: A.M.I\n userna"
},
{
"path": "totalpass/payloads/cirt/amino/AmiNET Set Top Box.yml",
"chars": 321,
"preview": "auth:\n credentials:\n - password: leaves\n username: ''\n - password: snake\n username: ''\ncategory: http\ncomment: "
},
{
"path": "totalpass/payloads/cirt/ampjuke/AmpJuke.yml",
"chars": 157,
"preview": "auth:\n credentials:\n - password: pass\n username: admin\ncategory: http\ncomment: 'Level: Administrator; '\nname: AmpJu"
},
{
"path": "totalpass/payloads/cirt/amptron/PC BIOS.yml",
"chars": 159,
"preview": "auth:\n credentials:\n - password: Polrty\n username: ''\ncategory: console\ncomment: 'Level: Administrator; '\nname: Amp"
},
{
"path": "totalpass/payloads/cirt/amx/CSG.yml",
"chars": 200,
"preview": "auth:\n credentials:\n - password: '1988'\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/Endeleo UDM-0102.yml",
"chars": 209,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http://"
},
{
"path": "totalpass/payloads/cirt/amx/Endeleo UDM-0404.yml",
"chars": 209,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http://"
},
{
"path": "totalpass/payloads/cirt/amx/Endeleo UDM-0808-SIG.yml",
"chars": 227,
"preview": "auth:\n credentials:\n - password: password\n username: administrator\ncategory: unknown\ncomment: 'Level: Administrator"
},
{
"path": "totalpass/payloads/cirt/amx/Environmental Controls ENV-VST-C.yml",
"chars": 226,
"preview": "auth:\n credentials:\n - password: '1988'\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http:/"
},
{
"path": "totalpass/payloads/cirt/amx/IS-SPX-1000.yml",
"chars": 201,
"preview": "auth:\n credentials:\n - password: ''\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http://www"
},
{
"path": "totalpass/payloads/cirt/amx/MAX Server.yml",
"chars": 206,
"preview": "auth:\n credentials:\n - password: mozart\n username: root\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/amx/MAX-CSD10.yml",
"chars": 213,
"preview": "auth:\n credentials:\n - password: password\n username: administrator\ncategory: http\ncomment: 'Level: Administrator; D"
},
{
"path": "totalpass/payloads/cirt/amx/MAX-CSE.yml",
"chars": 211,
"preview": "auth:\n credentials:\n - password: password\n username: administrator\ncategory: http\ncomment: 'Level: Administrator; D"
},
{
"path": "totalpass/payloads/cirt/amx/MET-ECOM--D.yml",
"chars": 208,
"preview": "auth:\n credentials:\n - password: '1988'\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/NI Series.yml",
"chars": 261,
"preview": "auth:\n credentials:\n - password: password\n username: administrator\n - password: password\n username: NetLinx\ncat"
},
{
"path": "totalpass/payloads/cirt/amx/NXA-ENET24.yml",
"chars": 247,
"preview": "auth:\n credentials:\n - password: '1988'\n username: Admin\n - password: guest\n username: guest\ncategory: unknown\n"
},
{
"path": "totalpass/payloads/cirt/amx/NXA-ENET8POE.yml",
"chars": 209,
"preview": "auth:\n credentials:\n - password: '1988'\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/NXA-WAP1000.yml",
"chars": 208,
"preview": "auth:\n credentials:\n - password: '1988'\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/NXA-WAP250G.yml",
"chars": 208,
"preview": "auth:\n credentials:\n - password: '1988'\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/NXA-WAPZD1000 (Zone Director).yml",
"chars": 225,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/amx/NXR-ZGW--ZRP.yml",
"chars": 209,
"preview": "auth:\n credentials:\n - password: '1988'\n username: Admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/NXR-ZGW-PRO--ZRP-PRO.yml",
"chars": 217,
"preview": "auth:\n credentials:\n - password: '1988'\n username: Admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/amx/TVM-1600.yml",
"chars": 201,
"preview": "auth:\n credentials:\n - password: admin\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http://"
},
{
"path": "totalpass/payloads/cirt/amx/V2 Server.yml",
"chars": 215,
"preview": "auth:\n credentials:\n - password: vision2\n username: Administrator\ncategory: unknown\ncomment: 'Level: Administrator;"
},
{
"path": "totalpass/payloads/cirt/apache/Tomcat - unknown.yml",
"chars": 206,
"preview": "auth:\n credentials:\n - password: j5Brn9\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Notes: A"
},
{
"path": "totalpass/payloads/cirt/apache/Tomcat.yml",
"chars": 550,
"preview": "auth:\n credentials:\n - password: tomcat\n username: admin\n - password: admin\n username: admin\n - password: tomc"
},
{
"path": "totalpass/payloads/cirt/apache project/N-A.yml",
"chars": 175,
"preview": "auth:\n credentials:\n - password: ''\n username: jj\ncategory: unknown\ncomment: 'Version: Apache; Level: script; '\nnam"
},
{
"path": "totalpass/payloads/cirt/apc/AP9606 SmartSlot Web-SNMP Management Card.yml",
"chars": 212,
"preview": "auth:\n credentials:\n - password: TENmanUFactOryPOWER\n username: (any)\ncategory: telnet\ncomment: 'Version: AOS 3.2.1"
},
{
"path": "totalpass/payloads/cirt/apc/Call-UPS.yml",
"chars": 224,
"preview": "auth:\n credentials:\n - password: serial number of the Call-UPS\n username: ''\ncategory: console\ncomment: 'Version: A"
},
{
"path": "totalpass/payloads/cirt/apc/MasterSwitch.yml",
"chars": 171,
"preview": "auth:\n credentials:\n - password: apc\n username: apc\ncategory: unknown\ncomment: 'Version: AP9210; Level: Administrat"
},
{
"path": "totalpass/payloads/cirt/apc/Powerchute Plus.yml",
"chars": 198,
"preview": "auth:\n credentials:\n - password: APC\n username: POWERCHUTE\ncategory: console\ncomment: 'Version: 4.x for Netware 3.x"
},
{
"path": "totalpass/payloads/cirt/apc/SNMP Adapter.yml",
"chars": 146,
"preview": "auth:\n credentials:\n - password: apc\n username: apc\ncategory: unknown\ncomment: 'Version: 2.x; '\nname: APC - SNMP Ad"
},
{
"path": "totalpass/payloads/cirt/apc/Share-UPS.yml",
"chars": 194,
"preview": "auth:\n credentials:\n - password: serial number of the Share-UPS\n username: ''\ncategory: console\ncomment: 'Version: "
},
{
"path": "totalpass/payloads/cirt/apc/UPS Network Management Card 2 - ssh.yml",
"chars": 338,
"preview": "auth:\n credentials:\n - password: apc\n username: device\ncategory: ssh\ncomment: 'Level: Restricted User; Doc: https:/"
},
{
"path": "totalpass/payloads/cirt/apc/UPS Network Management Card 2 - telnet.yml",
"chars": 344,
"preview": "auth:\n credentials:\n - password: apc\n username: device\ncategory: telnet\ncomment: 'Level: Restricted User; Doc: http"
},
{
"path": "totalpass/payloads/cirt/apc/UPS Network Management Card 2.yml",
"chars": 329,
"preview": "auth:\n credentials:\n - password: apc\n username: readonly\ncategory: http\ncomment: 'Level: Read Only; Doc: https://ww"
},
{
"path": "totalpass/payloads/cirt/apc/Web-SNMP Management Card.yml",
"chars": 181,
"preview": "auth:\n credentials:\n - password: apc\n username: apc\ncategory: multi\ncomment: 'Version: AP9606; Level: Administrator"
},
{
"path": "totalpass/payloads/cirt/apple/iPhone.yml",
"chars": 198,
"preview": "auth:\n credentials:\n - password: alpine\n username: root\n - password: dottie\n username: mobile\ncategory: unknown"
},
{
"path": "totalpass/payloads/cirt/apple computer/Airport.yml",
"chars": 169,
"preview": "auth:\n credentials:\n - password: public\n username: (blank)\ncategory: unknown\ncomment: 'Level: User; '\nname: Apple C"
},
{
"path": "totalpass/payloads/cirt/apple computer/Network Assistant.yml",
"chars": 187,
"preview": "auth:\n credentials:\n - password: xyzzy\n username: (blank)\ncategory: unknown\ncomment: 'Level: Administrator; '\nname:"
},
{
"path": "totalpass/payloads/cirt/apple computer/Remote Desktop.yml",
"chars": 184,
"preview": "auth:\n credentials:\n - password: xyzzy\n username: (blank)\ncategory: unknown\ncomment: 'Level: Administrator; '\nname:"
},
{
"path": "totalpass/payloads/cirt/arris/Touchstone Gateway.yml",
"chars": 168,
"preview": "auth:\n credentials:\n - password: password\n username: admin\ncategory: http\ncomment: 'Level: Administrator; '\nname: A"
},
{
"path": "totalpass/payloads/cirt/arrowpoint/Unknown.yml",
"chars": 185,
"preview": "auth:\n credentials:\n - password: ''\n username: (blank)\n - password: system\n username: admin\ncategory: unknown\nc"
},
{
"path": "totalpass/payloads/cirt/aruba/Mobility Controller.yml",
"chars": 224,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Notes: th"
},
{
"path": "totalpass/payloads/cirt/asante/FM2008.yml",
"chars": 178,
"preview": "auth:\n credentials:\n - password: asante\n username: superuser\ncategory: telnet\ncomment: 'Version: 01.06; Level: Admi"
},
{
"path": "totalpass/payloads/cirt/ascend/Router.yml",
"chars": 155,
"preview": "auth:\n credentials:\n - password: ascend\n username: ''\ncategory: telnet\ncomment: 'Level: Administrator; '\nname: Asce"
},
{
"path": "totalpass/payloads/cirt/ascom/Ascotel.yml",
"chars": 266,
"preview": "auth:\n credentials:\n - password: 3ascotel\n username: ''\ncategory: unknown\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/ast/PC BIOS.yml",
"chars": 151,
"preview": "auth:\n credentials:\n - password: SnuFG5\n username: ''\ncategory: console\ncomment: 'Level: Administrator; '\nname: AST"
},
{
"path": "totalpass/payloads/cirt/asus/520g.yml",
"chars": 152,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: A"
},
{
"path": "totalpass/payloads/cirt/asus/RT-N16.yml",
"chars": 151,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; '\nname: Asus"
},
{
"path": "totalpass/payloads/cirt/asus/WL-500G.yml",
"chars": 155,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: A"
},
{
"path": "totalpass/payloads/cirt/asus/WL-HDD2.5.yml",
"chars": 191,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Notes: De"
},
{
"path": "totalpass/payloads/cirt/atlassian/Crowd.yml",
"chars": 390,
"preview": "auth:\n credentials:\n - password: password\n username: \"crowd\\xAD-openid-\\xADserver\"\n - password: password\n usern"
},
{
"path": "totalpass/payloads/cirt/attachmate/Attachmate Gateway.yml",
"chars": 178,
"preview": "auth:\n credentials:\n - password: PASSWORD\n username: ''\ncategory: console\ncomment: 'Level: Administrator; '\nname: A"
},
{
"path": "totalpass/payloads/cirt/audioactive/MPEG Realtime Encoders.yml",
"chars": 180,
"preview": "auth:\n credentials:\n - password: telos\n username: ''\ncategory: telnet\ncomment: 'Level: Administrator; '\nname: Audio"
},
{
"path": "totalpass/payloads/cirt/autodesk/Autocad.yml",
"chars": 156,
"preview": "auth:\n credentials:\n - password: autocad\n username: autocad\ncategory: multi\ncomment: 'Level: User; '\nname: Autodesk"
},
{
"path": "totalpass/payloads/cirt/avaya/4602 SIP Telephone.yml",
"chars": 158,
"preview": "auth:\n credentials:\n - password: barney\n username: admin\ncategory: http\ncomment: 'Version: 1.1; '\nname: Avaya - 460"
},
{
"path": "totalpass/payloads/cirt/avaya/Definity.yml",
"chars": 160,
"preview": "auth:\n credentials:\n - password: dadmin\n username: dadmin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname:"
},
{
"path": "totalpass/payloads/cirt/avaya/Integrated Management Database (IMD).yml",
"chars": 189,
"preview": "auth:\n credentials:\n - password: admin123\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname"
},
{
"path": "totalpass/payloads/cirt/avaya/Intuity Audix.yml",
"chars": 142,
"preview": "auth:\n credentials:\n - password: crftpw\n username: Craft\ncategory: unknown\ncomment: ''\nname: Avaya - Intuity Audix\n"
},
{
"path": "totalpass/payloads/cirt/avaya/P330 Stackable Switch.yml",
"chars": 168,
"preview": "auth:\n credentials:\n - password: root\n username: root\ncategory: telnet\ncomment: 'Level: Administrator; '\nname: Avay"
},
{
"path": "totalpass/payloads/cirt/avaya/Scopia Gateway.yml",
"chars": 225,
"preview": "auth:\n credentials:\n - password: password\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/avaya/Scopia.yml",
"chars": 214,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Doc: https:/"
},
{
"path": "totalpass/payloads/cirt/avaya/Winspm.yml",
"chars": 133,
"preview": "auth:\n credentials:\n - password: Craftr4\n username: ''\ncategory: unknown\ncomment: ''\nname: Avaya - Winspm\nport: 0\nv"
},
{
"path": "totalpass/payloads/cirt/avaya/routers.yml",
"chars": 154,
"preview": "auth:\n credentials:\n - password: root\n username: root\ncategory: telnet\ncomment: 'Level: Administrator; '\nname: Avay"
},
{
"path": "totalpass/payloads/cirt/avenger news system (ans)/ANS.yml",
"chars": 308,
"preview": "auth:\n credentials:\n - password: Administrative\n username: ''\ncategory: http\ncomment: 'Notes: default string: admin"
},
{
"path": "totalpass/payloads/cirt/award/PC BIOS.yml",
"chars": 2178,
"preview": "auth:\n credentials:\n - password: Award\n username: ''\n - password: AWARD_SW\n username: ''\n - password: SW_AWARD"
},
{
"path": "totalpass/payloads/cirt/axis/Camera Server.yml",
"chars": 184,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: unknown\ncomment: 'Version: 2100/2120/2420; Level: A"
},
{
"path": "totalpass/payloads/cirt/axis/StorPoint CD E100.yml",
"chars": 163,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Axi"
},
{
"path": "totalpass/payloads/cirt/axis/StorPoint NAS 100.yml",
"chars": 163,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: Axi"
},
{
"path": "totalpass/payloads/cirt/axis communications/Axis Network Camera - http.yml",
"chars": 237,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: http\ncomment: 'Version: 2120, 2110, 2100, 200+, 200"
},
{
"path": "totalpass/payloads/cirt/axis communications/Axis Network Camera - telnet.yml",
"chars": 241,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: telnet\ncomment: 'Version: 2120, 2110, 2100, 200+, 2"
},
{
"path": "totalpass/payloads/cirt/axis communications/Axis Network Camera.yml",
"chars": 229,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: ftp\ncomment: 'Version: 2120, 2110, 2100, 200+, 200;"
},
{
"path": "totalpass/payloads/cirt/axis communications/Printserver.yml",
"chars": 204,
"preview": "auth:\n credentials:\n - password: pass\n username: root\ncategory: multi\ncomment: 'Version: 540/540+; Level: Administr"
},
{
"path": "totalpass/payloads/cirt/axway/SecureTransport.yml",
"chars": 256,
"preview": "auth:\n credentials:\n - password: setup\n username: setup\ncategory: http\ncomment: 'Doc: https://cdn.axway.com/u/docum"
},
{
"path": "totalpass/payloads/cirt/barco inc/ClickShare - ssid.yml",
"chars": 337,
"preview": "auth:\n credentials:\n - password: clickshare\n username: ''\ncategory: ssid\ncomment: 'Doc: https://www.barco.com/tde/("
},
{
"path": "totalpass/payloads/cirt/barco inc/ClickShare.yml",
"chars": 310,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Doc: https:/"
},
{
"path": "totalpass/payloads/cirt/barracuda/SSL VPN - http.yml",
"chars": 303,
"preview": "auth:\n credentials:\n - password: ssladmin\n username: ssladmin\ncategory: http\ncomment: 'Level: Administrator; Doc: h"
},
{
"path": "totalpass/payloads/cirt/barracuda/SSL VPN.yml",
"chars": 264,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: console\ncomment: 'Level: Administrator; Doc: http"
},
{
"path": "totalpass/payloads/cirt/bay networks/Router.yml",
"chars": 204,
"preview": "auth:\n credentials:\n - password: ''\n username: Manager\n - password: ''\n username: User\ncategory: telnet\ncomment"
},
{
"path": "totalpass/payloads/cirt/bay networks/SuperStack II.yml",
"chars": 182,
"preview": "auth:\n credentials:\n - password: security\n username: security\ncategory: telnet\ncomment: 'Level: Administrator; '\nna"
},
{
"path": "totalpass/payloads/cirt/bay networks/Switch.yml",
"chars": 182,
"preview": "auth:\n credentials:\n - password: NetICs\n username: ''\ncategory: telnet\ncomment: 'Version: 350T; Level: Administrato"
},
{
"path": "totalpass/payloads/cirt/best practical solutions/Request Tracker.yml",
"chars": 281,
"preview": "auth:\n credentials:\n - password: password\n username: root\ncategory: unknown\ncomment: 'Level: Administrator; Doc: ht"
},
{
"path": "totalpass/payloads/cirt/bestpractical/RT.yml",
"chars": 167,
"preview": "auth:\n credentials:\n - password: password\n username: root\ncategory: http\ncomment: 'Level: Administrator; '\nname: Be"
},
{
"path": "totalpass/payloads/cirt/bewan/Wireless Routers.yml",
"chars": 166,
"preview": "auth:\n credentials:\n - password: bewan\n username: bewan\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: B"
},
{
"path": "totalpass/payloads/cirt/billion/BiGuard.yml",
"chars": 158,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: administrator; '\nname: Bill"
},
{
"path": "totalpass/payloads/cirt/billion/BiPAC 7404VGO.yml",
"chars": 167,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: B"
},
{
"path": "totalpass/payloads/cirt/bintec/Bianka Routers.yml",
"chars": 165,
"preview": "auth:\n credentials:\n - password: bintec\n username: admin\ncategory: multi\ncomment: 'Level: Administrator; '\nname: Bi"
},
{
"path": "totalpass/payloads/cirt/bintec/Router.yml",
"chars": 277,
"preview": "auth:\n credentials:\n - password: funkwerk\n username: admin\ncategory: unknown\ncomment: 'Version: R230a, R230aw, R232"
},
{
"path": "totalpass/payloads/cirt/biodata/BIGfire.yml",
"chars": 138,
"preview": "auth:\n credentials:\n - password: Babylon\n username: ''\ncategory: unknown\ncomment: ''\nname: Biodata - BIGfire\nport: "
},
{
"path": "totalpass/payloads/cirt/biodata/Babylon.yml",
"chars": 138,
"preview": "auth:\n credentials:\n - password: Babylon\n username: ''\ncategory: unknown\ncomment: ''\nname: Biodata - Babylon\nport: "
},
{
"path": "totalpass/payloads/cirt/biostar/PC BIOS.yml",
"chars": 200,
"preview": "auth:\n credentials:\n - password: Biostar\n username: ''\n - password: Q54arwms\n username: ''\ncategory: console\nco"
},
{
"path": "totalpass/payloads/cirt/biscom/Biscom Delivery Server (BDS).yml",
"chars": 262,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: multiple\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/bizdesign/ImageFoliio.yml",
"chars": 185,
"preview": "auth:\n credentials:\n - password: ImageFolio\n username: Admin\ncategory: http\ncomment: 'Version: 2.2; Level: Administ"
},
{
"path": "totalpass/payloads/cirt/bizdesign/ImageFolio Pro.yml",
"chars": 243,
"preview": "auth:\n credentials:\n - password: ImageFolio\n username: Admin\ncategory: http\ncomment: 'Version: 2.2; Level: Administ"
},
{
"path": "totalpass/payloads/cirt/black duck software inc/Administration Console.yml",
"chars": 227,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; Notes: port "
},
{
"path": "totalpass/payloads/cirt/black duck software inc/Hub.yml",
"chars": 215,
"preview": "auth:\n credentials:\n - password: blackduck\n username: sysadmin\ncategory: http\ncomment: 'Level: Administrator; Notes"
},
{
"path": "totalpass/payloads/cirt/black widow web design ltd/Saxon.yml",
"chars": 208,
"preview": "auth:\n credentials:\n - password: nimda\n username: admin\ncategory: http\ncomment: 'Version: 5.4; Level: Administrator"
},
{
"path": "totalpass/payloads/cirt/blitzz technologies/BWA711.yml",
"chars": 181,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: http\ncomment: 'Level: Administrator; '\nname: Blit"
},
{
"path": "totalpass/payloads/cirt/bmc software/Performance Assurance for Microsoft Servers.yml",
"chars": 354,
"preview": "auth:\n credentials:\n - password: BackupU$r\n username: Best1_User\ncategory: unknown\ncomment: 'Level: Administrator; "
},
{
"path": "totalpass/payloads/cirt/bomgar/Enterprise.yml",
"chars": 177,
"preview": "auth:\n credentials:\n - password: password\n username: admin\ncategory: http\ncomment: 'Version: 10.4; Level: Administr"
},
{
"path": "totalpass/payloads/cirt/borland/Interbase.yml",
"chars": 188,
"preview": "auth:\n credentials:\n - password: ''\n username: (blank)\n - password: correct\n username: politically\ncategory: un"
},
{
"path": "totalpass/payloads/cirt/breezecom/Breezecom Adapters.yml",
"chars": 303,
"preview": "auth:\n credentials:\n - password: laflaf\n username: ''\n - password: Master\n username: ''\n - password: Helpdesk\n"
},
{
"path": "totalpass/payloads/cirt/breezecom/SA10.yml",
"chars": 139,
"preview": "auth:\n credentials:\n - password: ''\n username: (blank)\ncategory: unknown\ncomment: ''\nname: Breezecom - SA10\nport: 0"
},
{
"path": "totalpass/payloads/cirt/brocade/Fabric OS.yml",
"chars": 222,
"preview": "auth:\n credentials:\n - password: fibranne\n username: root\n - password: password\n username: admin\ncategory: unkn"
},
{
"path": "totalpass/payloads/cirt/brocade/Silkworm.yml",
"chars": 180,
"preview": "auth:\n credentials:\n - password: brocade1\n username: admin\ncategory: unknown\ncomment: 'Version: 300e; Level: Admini"
},
{
"path": "totalpass/payloads/cirt/brother/ql580N.yml",
"chars": 323,
"preview": "auth:\n credentials:\n - password: access\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; Doc: htt"
},
{
"path": "totalpass/payloads/cirt/brother industries ltd/OCE Imagistics.yml",
"chars": 293,
"preview": "auth:\n credentials:\n - password: '12345678'\n username: ''\n - password: '00000000'\n username: ''\ncategory: physi"
},
{
"path": "totalpass/payloads/cirt/brother industries ltd/Oce.yml",
"chars": 207,
"preview": "auth:\n credentials:\n - password: access\n username: admin\ncategory: unknown\ncomment: 'Version: fx3000; Level: Admini"
},
{
"path": "totalpass/payloads/cirt/bt/Home Hub.yml",
"chars": 152,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: B"
},
{
"path": "totalpass/payloads/cirt/bt/Voyager 2000.yml",
"chars": 156,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Level: Administrator; '\nname: B"
},
{
"path": "totalpass/payloads/cirt/bt/Voyager.yml",
"chars": 165,
"preview": "auth:\n credentials:\n - password: admin\n username: admin\ncategory: unknown\ncomment: 'Version: 240; Level: Administra"
}
]
// ... and 879 more files (download for full content)
About this extraction
This page contains the full source code of the 0xHJK/TotalPass GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1079 files (286.7 KB), approximately 134.9k tokens, and a symbol index with 81 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.