git clone https://github.com/secrdev/SECR
- Install Nmap
- Run Backend
cd backend/
go run main.go
- Run Frontend
cd app/
npm install
npm start
- Open
localhost:3000
in your browser
- Vulnerability scanning using nmap-vulners
- Metadata about vulnerabilities, along with their CVE IDs, which can also be found on Vulners
- Generalized security score for scanned applications
- Steps to recreate and patch each vulnerability found
- Implementing SECR in a Chrome extension and/or Github Marketplace app
Check out CONTRIBUTING