A tool for easily retrieving information on any domain.
Go to file
hazel a681dca2d4
fix scaling of map on firefox by not using :has selector
2023-07-03 17:10:39 -05:00
src fix scaling of map on firefox by not using :has selector 2023-07-03 17:10:39 -05:00
static add app-icon branding asset 2023-06-25 15:08:21 -05:00
.eslintignore use new lint configs 2023-06-26 01:52:59 -05:00
.eslintrc.cjs use new lint configs 2023-06-26 01:52:59 -05:00
.gitignore Move backend to sveltekit 2023-03-06 20:15:11 -06:00
.npmrc Move backend to sveltekit 2023-03-06 20:15:11 -06:00
.prettierignore use new lint configs 2023-06-26 01:52:59 -05:00
.prettierrc lint 2023-03-06 22:34:33 -06:00
LICENSE Update LICENSE 2023-06-25 14:54:25 -05:00
README.md Add task list to README.md 2023-06-25 17:06:47 -05:00
package-lock.json use new lint configs 2023-06-26 01:52:59 -05:00
package.json use new lint configs 2023-06-26 01:52:59 -05:00
postcss.config.cjs lint 2023-03-06 22:34:33 -06:00
svelte.config.js switch to adapter-node 2023-06-25 16:30:25 -05:00
vite.config.js switch to adapter-node 2023-06-25 16:30:25 -05:00

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.