https://github.com/ahmetak4n/radar
Scanner for misconfigured DevSecOps or Security tools on internet like SonarQube, GoPhish etc.
https://github.com/ahmetak4n/radar
gophish radar shodan sonarqube
Last synced: 6 months ago
JSON representation
Scanner for misconfigured DevSecOps or Security tools on internet like SonarQube, GoPhish etc.
- Host: GitHub
- URL: https://github.com/ahmetak4n/radar
- Owner: ahmetak4n
- License: gpl-3.0
- Created: 2021-04-23T21:15:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T22:07:23.000Z (10 months ago)
- Last Synced: 2024-08-05T17:31:31.018Z (9 months ago)
- Topics: gophish, radar, shodan, sonarqube
- Language: Go
- Homepage:
- Size: 6.97 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-hacking-lists - ahmetak4n/radar - Scanner for misconfigured DevSecOps or Security tools on internet like SonarQube, GoPhish etc. (Go)
README
[](https://github.com/ahmetak4n/radar/actions/workflows/build.yml)
[](https://sonarcloud.io/dashboard?id=ahmetak4n_radar)
[](https://sonarcloud.io/summary/new_code?id=ahmetak4n_radar)
[](https://api.securityscorecards.dev/projects/github.com/ahmetak4n/radar)# radar
A lot of tool using in DevSecOps pipelines. But DevSecOps process does not include secure configuration of these tools. That's why too many misconfigured DevSecOps tools exist on internet. Also so many security tools used for Phishing or Scanning are available on internet with old versions or misconfigured way or default credentials.The Radar find DevSecOps or Security tools via Shodan and check their configuration.
Scanned Tools:
- SonarQube
- Check default credential
- Show public projects and details
- Download source codes from selected project
- GoPhish
- Check default credential# build
```bash
git clone https://github.com/ahmetak4n/radar.git
cd radar
go buid radar.go
```# usage
Help
`./radar -h`Scan misconfigured SonarQube services
`./radar sonarqube -aK $SHODAN_API_KEY`Scan Gophish services that work run with default credentials
`./radar gophish -aK $SHODAN_API_KEY`# screenshots
Find sonarqube services
Download source code from detected sonarqube services
Find gophish services
# disclaimer
Radar is developed for InfoSec persons. It should be used for authorized testing and/or educational purposes only.
**I take no responsibility for the abuse of Radar**