- Shodan CLI: sudo apt install python3-shodan
- ffuf: go get http://github.com/ffuf/ffuf
- spring-boot.txt wordlist from seclists: wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/spring-boot.txt
- chmod +x shodanSpring.sh
- ./shodanSpring.sh
You can also modify the shodan search sorting results by SSL instead of ORG.
For ORG:
... shodan search org:$line
For SSL: (more flase positives results though!)
... shodan search ssl:$line