|
||
---|---|---|
src | ||
static | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
postcss.config.cjs | ||
svelte.config.js | ||
vite.config.js |
README.md
wandering-eye
A tool for finding information on how to stop malicious websites.
This tool uses GeoIP data from MaxMind that is licensed under CC BY-SA 4.0. Their database is used on our project to identify where a server is located.
Task list
- Whois lookup of domains and IPs
- GeoIP lookups
- Check if blocklists include a domain
- Find information on domains' A records and CNAME records
- Find domains using an IP
License
Copyright (C) Besties 2023
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
The version of the project released before June, 2023 was released into the public domain.
For the public domain version, see d8337b404e
wandering-eye makes use of some 3rd party assets. Attributions can be read here.