awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesHost Infrastructure Fingerprinting

Gathering metadata from HTTP headers and SSL certificates to identify the software and applications running on a host.

Distinct from Information Extraction: Distinct from general information extraction as it focuses on technical server metadata for security reconnaissance.

Explore 5 awesome GitHub repositories matching security & cryptography · Host Infrastructure Fingerprinting. Refine with filters or upvote what's useful.

Awesome Host Infrastructure Fingerprinting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • appleboy/ssh-actionAvatar von appleboy

    appleboy/ssh-action

    6,113Auf GitHub ansehen↗

    This is a GitHub Action that executes shell commands on remote servers over SSH as part of a CI/CD pipeline. It supports authentication using passwords, private keys, or private keys with passphrases, and can verify the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks. The action can connect to multiple remote hosts in a single workflow step, optionally executing commands synchronously across all of them. It also supports routing SSH connections through an intermediate jump host to reach target servers in restricted networks. Environmen

    Verifies the SHA256 fingerprint of the remote host's public key before connecting to prevent man-in-the-middle attacks.

    Shell
    Auf GitHub ansehen↗6,113
  • spiderlabs/responderAvatar von SpiderLabs

    SpiderLabs/Responder

    4,875Auf GitHub ansehen↗

    Responder is a man-in-the-middle framework and network protocol spoofing tool designed to intercept network name queries and impersonate requested resources. It functions as a poisoner for LLMNR, NBT-NS, and MDNS, redirecting network traffic from clients to a controlled listener. The project serves as a credential capture tool that runs rogue servers for SMB, HTTP, and LDAP to collect NTLM hashes and clear text credentials. It enables the harvesting of encrypted authentication tokens and the interception of usernames and passwords sent without encryption. Its broader capabilities include int

    Profiles active network hosts by analyzing the specific types of queries they issue.

    Python
    Auf GitHub ansehen↗4,875
  • datlechin/tableproAvatar von datlechin

    datlechin/TablePro

    4,471Auf GitHub ansehen↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Protects against man-in-the-middle attacks by verifying SSH server fingerprints and alerting on key changes.

    Swift
    Auf GitHub ansehen↗4,471
  • dnscontrol/dnscontrolAvatar von DNSControl

    DNSControl/dnscontrol

    3,863Auf GitHub ansehen↗

    DNSControl is an infrastructure-as-code tool designed to manage DNS records and zones across multiple providers through a unified, programmable configuration language. By treating DNS as code, it enables teams to maintain consistent infrastructure state, automate record updates, and perform version-controlled management of network settings across diverse cloud, registrar, and network DNS services. The system functions as a multi-provider orchestrator that uses a declarative reconciliation engine to compare local configurations against live remote states. It employs a provider-agnostic abstrac

    Enables the publication of SSH public key fingerprints within DNS records for identity verification.

    Go
    Auf GitHub ansehen↗3,863
  • jaykali/maskphishAvatar von jaykali

    jaykali/maskphish

    3,020Auf GitHub ansehen↗

    Maskphish is a comprehensive security toolkit that integrates capabilities for digital forensics, network vulnerability scanning, open-source intelligence, penetration testing, and social engineering. It functions as a multi-purpose framework for automating reconnaissance and executing security audits across diverse network environments. The project features a specialized phishing and social engineering toolkit used for cloning websites, masking URLs, and deploying deceptive pages to capture user credentials. It also includes a remote access Trojan builder for generating platform-specific exe

    Provides a utility to gather metadata from SSL certificates and HTTP headers to identify target applications.

    Shellhackhackinghacking-tool
    Auf GitHub ansehen↗3,020
  1. Home
  2. Security & Cryptography
  3. Host Infrastructure Fingerprinting

Unter-Tags erkunden

  • SSH Host Fingerprint Verifications1 Sub-TagVerifies the SHA256 fingerprint of a remote host's public key before connecting to prevent man-in-the-middle attacks. **Distinct from Host Infrastructure Fingerprinting:** Distinct from Host Infrastructure Fingerprinting: focuses on verifying SSH host keys for connection security, not gathering metadata from HTTP headers.