awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mafintosh/blecat

Open-source alternatives to Blecat

30 open-source projects similar to mafintosh/blecat, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Blecat alternative.

  • bevry/getmacAvatar von bevry

    bevry/getmac

    360Auf GitHub ansehen↗

    Get the mac address of the current machine you are on via Node.js

    TypeScript
    Auf GitHub ansehen↗360
  • elpheria/rpc-websocketsAvatar von elpheria

    elpheria/rpc-websockets

    624Auf GitHub ansehen↗

    JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript

    JavaScript
    Auf GitHub ansehen↗624
  • feross/simple-peerAvatar von feross

    feross/simple-peer

    7,797Auf GitHub ansehen↗

    simple-peer is a JavaScript library that provides a wrapper for WebRTC to simplify the establishment of peer-to-peer networking in the browser. It serves as a tool for creating direct device-to-device connections for the transmission of binary data and real-time media streaming. The library manages the exchange of strings and binary buffers through a data channel implementation and provides tools for sharing real-time audio and video tracks between peers. It covers the full lifecycle of peer connectivity, including signaling coordination, session description negotiation, and the gathering of

    JavaScript
    Auf GitHub ansehen↗7,797
  • feross/simple-websocketAvatar von feross

    feross/simple-websocket

    186Auf GitHub ansehen↗

    travis-image: https://img.shields.io/travis/feross/simple-websocket/master.svg travis-url: https://travis-ci.org/feross/simple-websocket npm-image: https://img.shields.io/npm/v/simple-websocket.svg npm-url: https://npmjs.org/package/simple-websocket downloads-image:…

    JavaScript
    Auf GitHub ansehen↗186
  • http-party/node-portfinderAvatar von http-party

    http-party/node-portfinder

    899Auf GitHub ansehen↗

    A simple tool to find an open port or domain socket on the current machine

    JavaScript
    Auf GitHub ansehen↗899

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • indutny/node-ipAvatar von indutny

    indutny/node-ip

    1,542Auf GitHub ansehen↗

    IP address tools for node.js

    JavaScript
    Auf GitHub ansehen↗1,542
  • infusion/node-dhcpAvatar von infusion

    infusion/node-dhcp

    305Auf GitHub ansehen↗

    A DHCP server and client written in pure JavaScript

    JavaScript
    Auf GitHub ansehen↗305
  • jetmore/swaksAvatar von jetmore

    jetmore/swaks

    1,302Auf GitHub ansehen↗

    Swaks - Swiss Army Knife for SMTP

    Perlperl5smtptesting
    Auf GitHub ansehen↗1,302
  • joewalnes/websocketdAvatar von joewalnes

    joewalnes/websocketd

    17,465Auf GitHub ansehen↗

    websocketd is a CGI web server and process-to-WebSocket wrapper that transforms command line programs into WebSocket servers by bridging standard input and output streams to remote clients. It functions as a TLS-secured gateway that routes traffic to backend processes, allowing any executable using standard IO to be exposed via a web interface. The project uses directory-based endpoint mapping to automate the creation of URL paths from local executable files. It employs a process-per-connection model to isolate execution and forwards HTTP request metadata, such as cookies and query parameters

    Goproxywebsocket-serverwebsockets
    Auf GitHub ansehen↗17,465
  • jpillora/chiselAvatar von jpillora

    jpillora/chisel

    15,615Auf GitHub ansehen↗

    Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within HTTP requests. It functions as a connection multiplexer, consolidating multiple logical network streams into a single persistent connection to improve throughput and reduce overhead. By leveraging standard web protocols, the system enables firewall traversal and provides a mechanism for remote port forwarding and proxying. The project distinguishes itself through its focus on resilient connectivity and granular access control. It maintains persistent network sessions across uns

    Gogolanghttptcp
    Auf GitHub ansehen↗15,615
  • koichik/node-tunnelAvatar von koichik

    koichik/node-tunnel

    536Auf GitHub ansehen↗

    ```javascript var tunnel = require('tunnel');

    JavaScript
    Auf GitHub ansehen↗536
  • localtunnel/localtunnelAvatar von localtunnel

    localtunnel/localtunnel

    22,350Auf GitHub ansehen↗

    Localtunnel is an HTTP tunneling service that exposes local development servers to the public internet. By creating secure tunnels with temporary public URLs, it allows developers to route incoming internet traffic directly to a web server running on a local machine. The service provides predictable or custom subdomains to facilitate remote collaboration and testing of local applications. It functions as a localhost proxy server, enabling users to receive and inspect external webhook payloads directly within a local environment during the development lifecycle. The platform manages traffic t

    JavaScript
    Auf GitHub ansehen↗22,350
  • mafintosh/airpasteAvatar von mafintosh

    mafintosh/airpaste

    829Auf GitHub ansehen↗

    A 1-1 network pipe that auto discovers other peers using mdns

    JavaScript
    Auf GitHub ansehen↗829
  • mafintosh/discovery-swarmAvatar von mafintosh

    mafintosh/discovery-swarm

    372Auf GitHub ansehen↗

    A network swarm that uses discovery-channel to find and connect to peers.

    JavaScript
    Auf GitHub ansehen↗372
  • mafintosh/hash-to-portAvatar von mafintosh

    mafintosh/hash-to-port

    35Auf GitHub ansehen↗

    Hash a value to a valid port

    JavaScript
    Auf GitHub ansehen↗35
  • mafintosh/hyperpipeAvatar von mafintosh

    mafintosh/hyperpipe

    119Auf GitHub ansehen↗

    Distributed input/output pipe.

    JavaScript
    Auf GitHub ansehen↗119
  • mafintosh/network-addressAvatar von mafintosh

    mafintosh/network-address

    67Auf GitHub ansehen↗

    get the local network address of your machine

    JavaScript
    Auf GitHub ansehen↗67
  • mafintosh/signalhubAvatar von mafintosh

    mafintosh/signalhub

    674Auf GitHub ansehen↗

    Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.

    JavaScript
    Auf GitHub ansehen↗674
  • mafintosh/torrent-mountAvatar von mafintosh

    mafintosh/torrent-mount

    1,413Auf GitHub ansehen↗

    Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse.

    JavaScript
    Auf GitHub ansehen↗1,413
  • mafintosh/webcatAvatar von mafintosh

    mafintosh/webcat

    453Auf GitHub ansehen↗

    Mad science p2p pipe across the web using webrtc that uses your Github private/public key for authentication and a signalhub for discovery

    JavaScript
    Auf GitHub ansehen↗453
  • nicocha30/ligolo-ngAvatar von nicocha30

    nicocha30/ligolo-ng

    4,289Auf GitHub ansehen↗

    Ligolo-ng is a network tunneling framework and control server designed for managing remote agents and coordinating network routing. It functions as a reverse tunneling proxy and a site-to-site VPN tool, utilizing a userland TUN interface to pivot network traffic through remote agents. The project distinguishes itself by using a TUN interface routing system to forward TCP, UDP, and ICMP traffic through multiple remote agents. It implements a C2 model where a central server manages remote agents to bypass firewall restrictions and provide direct subnet access to isolated networks. The system c

    Gogolangoffensive-securitypentest-tool
    Auf GitHub ansehen↗4,289
  • node-modules/addressAvatar von node-modules

    node-modules/address

    237Auf GitHub ansehen↗

    npm-image: https://img.shields.io/npm/v/address.svg?style=flat-square npm-url: https://npmjs.org/package/address coveralls-image: https://img.shields.io/coveralls/node-modules/address.svg?style=flat-square coveralls-url: https://coveralls.io/r/node-modules/address?branch=master…

    TypeScript
    Auf GitHub ansehen↗237
  • node-modules/detect-portN

    node-modules/detect-port

    0Auf GitHub ansehen↗

    npm-image: https://img.shields.io/npm/v/detect-port.svg?style=flat-square npm-url: https://npmjs.org/package/detect-port codecov-image: https://codecov.io/gh/node-modules/detect-port/branch/master/graph/badge.svg codecov-url: https://codecov.io/gh/node-modules/detect-port snyk-image:…

    Auf GitHub ansehen↗0
  • pbojinov/request-ipAvatar von pbojinov

    pbojinov/request-ip

    865Auf GitHub ansehen↗

    A tiny Node.js module for retrieving a request's IP address.

    JavaScript
    Auf GitHub ansehen↗865
  • request/tunnel-agentAvatar von request

    request/tunnel-agent

    118Auf GitHub ansehen↗

    tunnel-agent

    JavaScript
    Auf GitHub ansehen↗118
  • roccomuso/netcatAvatar von roccomuso

    roccomuso/netcat

    436Auf GitHub ansehen↗

    :computer: Netcat client and server modules written in pure Javascript for Node.js.

    JavaScript
    Auf GitHub ansehen↗436
  • samchon/mutex-serverAvatar von samchon

    samchon/mutex-server

    32Auf GitHub ansehen↗

    `bash npm install --save mutex-server `

    TypeScript
    Auf GitHub ansehen↗32
  • silverwind/default-gatewayAvatar von silverwind

    silverwind/default-gateway

    90Auf GitHub ansehen↗

    Get the default network gateway, cross-platform.

    JavaScript
    Auf GitHub ansehen↗90
  • sindresorhus/get-portAvatar von sindresorhus

    sindresorhus/get-port

    926Auf GitHub ansehen↗

    Get an available TCP port

    JavaScript
    Auf GitHub ansehen↗926
  • sindresorhus/internal-ipAvatar von sindresorhus

    sindresorhus/internal-ip

    350Auf GitHub ansehen↗

    `sh npm install internal-ip `

    JavaScript
    Auf GitHub ansehen↗350