All Projects → rougeth → Knocker

rougeth / Knocker

🚪👊 Yet another port knock client

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Knocker

Awesome Devops
A curated list of resources for Devops
Stars: ✭ 697 (+3772.22%)
Mutual labels:  devops
Kube Forwarder
Easy to use Kubernetes port forwarding manager
Stars: ✭ 756 (+4100%)
Mutual labels:  devops
Inlets Operator
Add public LoadBalancers to your local Kubernetes clusters
Stars: ✭ 795 (+4316.67%)
Mutual labels:  devops
Docs
flow.ci user guide
Stars: ✭ 718 (+3888.89%)
Mutual labels:  devops
Spoilerwall
Spoilerwall introduces a brand new concept in the field of network hardening. Avoid being scanned by spoiling movies on all your ports!
Stars: ✭ 754 (+4088.89%)
Mutual labels:  devops
Webhook
webhook is a lightweight incoming webhook server to run shell commands
Stars: ✭ 7,201 (+39905.56%)
Mutual labels:  devops
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+3761.11%)
Mutual labels:  devops
Chef
Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale
Stars: ✭ 6,766 (+37488.89%)
Mutual labels:  devops
Awesome Sre
A curated list of Site Reliability and Production Engineering resources.
Stars: ✭ 7,687 (+42605.56%)
Mutual labels:  devops
Owl
distributed monitoring system
Stars: ✭ 794 (+4311.11%)
Mutual labels:  devops
Kotless
Kotlin Serverless Framework
Stars: ✭ 721 (+3905.56%)
Mutual labels:  devops
Opsmop
DISCONTINUED: permanent copy of fork lives at github.com/mpdehaan/opsmop
Stars: ✭ 725 (+3927.78%)
Mutual labels:  devops
Agola
Agola: CI/CD Redefined
Stars: ✭ 783 (+4250%)
Mutual labels:  devops
Go Carbon
Golang implementation of Graphite/Carbon server with classic architecture: Agent -> Cache -> Persister
Stars: ✭ 713 (+3861.11%)
Mutual labels:  devops
Cfn nag
Linting tool for CloudFormation templates
Stars: ✭ 808 (+4388.89%)
Mutual labels:  devops
Gitea
Git with a cup of tea, painless self-hosted git service
Stars: ✭ 27,320 (+151677.78%)
Mutual labels:  devops
Ecs Refarch Continuous Deployment
ECS Reference Architecture for creating a flexible and scalable deployment pipeline to Amazon ECS using AWS CodePipeline
Stars: ✭ 776 (+4211.11%)
Mutual labels:  devops
Jsql Injection
jSQL Injection is a Java application for automatic SQL database injection.
Stars: ✭ 891 (+4850%)
Mutual labels:  devops
Carvel Ytt
YAML templating tool that works on YAML structure instead of text
Stars: ✭ 816 (+4433.33%)
Mutual labels:  devops
Opscloud
运维管理平台(阿里云),自动同步阿里云配置信息,堡垒机(容器),批量运维,Kubernetes,Zabbix管理等功能
Stars: ✭ 788 (+4277.78%)
Mutual labels:  devops

knock... knock...

Yet another port knock client.

Installing

$ pip install knocker

Running

$ knocker your.server.domain 8001 8002 8003
knock... knock...
Getting help
$ knocker -h           
usage: knocker [-h] [-d DELAY] host ports [ports ...]

Knock host and port using tcp connection

positional arguments:
  host                  Hostname or IP address of the host
  ports                 Ports to knock

optional arguments:
  -h, --help            show this help message and exit
  -d DELAY, --delay DELAY
                        Milliseconds between each knock

Example server

The example_server.py is just a socket server that listen 3 different ports and print a message after receive a ping on it.

$ python example_server.py
Listening ports: 49485 38749 42846
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].