Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3n3a-archive/webscanner-api
Webscanner API
https://github.com/3n3a-archive/webscanner-api
Last synced: about 2 months ago
JSON representation
Webscanner API
- Host: GitHub
- URL: https://github.com/3n3a-archive/webscanner-api
- Owner: 3n3a-archive
- Archived: true
- Created: 2023-02-06T18:52:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T14:46:25.000Z (over 1 year ago)
- Last Synced: 2024-11-20T05:17:48.362Z (about 2 months ago)
- Language: Go
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scanner API
This API will Scan a given hostname for server names
## Features
- [ ] Switch to labstack/echo/v5 instead of Gin
- [ ] Add scanning for other features than generator meta (Headers, Files, Sitemap Urla, Robots.Txt Url/)
- [x] Look at url being submitted and extract base url + schema (https:// + example.com)## Deployment
The two GeoIP Databases need to be provided by the runtime or your local environment. I set it up as follows:
```text
# Folder in this repo (only local)
geodb:
- GeoLite2-ASN.mmdb
- GeoLite2-City.mmdb
```## Dev
### Coroutines
**ErrorGroup**
As described in [this lovely blog post](https://bostonc.dev/blog/go-errgroup)
.There's also more docs on go's own page.
### Live-Reload
* [Air](https://github.com/cosmtrek/air)
Just use go install to get
```bash
air
```