A tool for easily retrieving information on any domain.
Go to file
hazel 0f3cf5d055 improve clarity of IP results 2023-12-21 15:40:20 -05:00
src improve clarity of IP results 2023-12-21 15:40:20 -05:00
static port to typescript + reorganise 2023-12-21 02:34:32 -06:00
.eslintignore use new lint configs 2023-06-26 01:52:59 -05:00
.eslintrc.cjs port to typescript + reorganise 2023-12-21 02:34:32 -06: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 port to typescript + reorganise 2023-12-21 02:34:32 -06:00
LICENSE Update LICENSE 2023-06-25 14:54:25 -05:00
package.json port to typescript + reorganise 2023-12-21 02:34:32 -06:00
pnpm-lock.yaml port to typescript + reorganise 2023-12-21 02:34:32 -06:00
postcss.config.cjs lint 2023-03-06 22:34:33 -06:00
README.md Add task list to README.md 2023-06-25 17:06:47 -05:00
svelte.config.js switch to adapter-node 2023-06-25 16:30:25 -05:00
tsconfig.json port to typescript + reorganise 2023-12-21 02:34:32 -06:00
vite.config.ts port to typescript + reorganise 2023-12-21 02:34:32 -06:00

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.