Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/random-robbie/kube-scan
Kubernetes Scanner
https://github.com/random-robbie/kube-scan
bugbounty kubernetes
Last synced: 3 months ago
JSON representation
Kubernetes Scanner
- Host: GitHub
- URL: https://github.com/random-robbie/kube-scan
- Owner: random-robbie
- Created: 2018-05-31T22:01:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T22:04:51.000Z (over 2 years ago)
- Last Synced: 2024-05-31T09:38:11.483Z (5 months ago)
- Topics: bugbounty, kubernetes
- Language: Shell
- Size: 5.86 KB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - random-robbie/kube-scan - Kubernetes Scanner (Shell)
README
# kube-scan
Kubernetes ScannerRequirements:
---```
sudo apt-get install masscan jq curl -y
```How to run:
---
```
./kube.sh 192.168.1.0/24
```About
---This will scan an IP or CIDR you supply for kubernetes port 10250 and try and obtain /pods to dump the json to a json file in the cfg folder.
You will see errors during the testing time but this is to be expected due to bad responses / invalid json.
Use at your own risk.
Use a VPS from DO
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=e22bbff5f6f1&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)