Skip to content
/ palto Public

Palto is a Kubernetes public faces services security checker.

License

Notifications You must be signed in to change notification settings

eaydogan/palto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palto

Palto is a Kubernetes public faces services security checker.

Search Kubernetes known services ports and try to get information from that services.

For example:

etcd is a distributed key-value store. Like mongoDB default installation is open public access.

With Palto, you can search your etcd status. This application is a tool to generate the needed files (kubeconfig, token secret) to quickly check etc services.

Installation and Usage

Palto requires go 1.9+ to run.

git clone https://github.com/eaydogan/palto
$ cd palto
$ go build -o bin/palto
$ ./bin/palto --ip 123.456.78.9

License

MIT

About

Palto is a Kubernetes public faces services security checker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages