WebDB
Links
  • 👋Welcome to WebDB Documentation
  • Installation
    • 1️⃣Standalone
    • 🔢Compose
    • ☸️K8S
    • 🖥️Native
    • 🛡️Security
    • ❌Uninstall
  • Connection
    • DBMS Discovery
    • Credentials Guessing
    • SSH Tunnel
  • Database
  • Interface
    • Schema
    • Database
    • Table
    • Relations
    • Structure
    • Offline
    • Symbols
    • Configuration
  • Explore
    • Explore
    • Search
    • Update
    • Batch Update
  • Query
    • Editor
      • Autocomplete
  • Structure
    • NoSQL inferring limitation
  • Insert
    • Generator
    • Framework embed
    • Foreign Key / Enum
    • Autocomplete
    • Error
  • Monitoring
    • Stats
    • Process List
  • Time machine
  • Compare
  • Blob
  • Encoding / Collation
  • Complexes
  • Backend
    • Configuration
    • Data storage
    • Docker container
  • Compatibility
  • More
    • Offline
    • Business Model
    • Alternatives
Powered by GitBook
On this page

Was this helpful?

  1. Connection

Credentials Guessing

WebDB can try commonly used credentials to establish connection, saving you time when you just use basic password

The guessing make a lot of network connection so be careful when using on a remote server. It can be considered of flooding and try only very basic credentials si it's not suitable for a production environment.

PreviousDBMS DiscoveryNextSSH Tunnel

Last updated 1 year ago

Was this helpful?