https://github.com/random-robbie/kube-scan
Kubernetes Scanner
https://github.com/random-robbie/kube-scan
bugbounty kubernetes
Last synced: 14 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T22:04:51.000Z (about 3 years ago)
- Last Synced: 2025-04-01T11:50:36.386Z (about 1 month ago)
- Topics: bugbounty, kubernetes
- Language: Shell
- Size: 5.86 KB
- Stars: 40
- Watchers: 3
- 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
[](https://www.digitalocean.com/?refcode=e22bbff5f6f1&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)