https://github.com/davidjktofan/webscanner-research
WebScanner is a tool built using Cloudflare Workers that allows you to perform website scanning and gather information about a domain.
https://github.com/davidjktofan/webscanner-research
cloudflare-workers scanner web-scanner
Last synced: about 1 year ago
JSON representation
WebScanner is a tool built using Cloudflare Workers that allows you to perform website scanning and gather information about a domain.
- Host: GitHub
- URL: https://github.com/davidjktofan/webscanner-research
- Owner: DavidJKTofan
- License: mit
- Created: 2023-08-07T16:57:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:57:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T11:38:12.314Z (over 1 year ago)
- Topics: cloudflare-workers, scanner, web-scanner
- Language: JavaScript
- Homepage: https://webscanner-research.cf-testing.workers.dev/?domain=example.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebScanner Research
WebScanner is a tool built using Cloudflare Workers that allows you to perform website scanning and gather information about a domain. This tool provides insights into DNS records, HTTP response information, and basic security header analysis for the specified domain.
## Features
- Resolve DNS records including A, MX, and TXT records.
- Fetch HTTP information such as status code, status text, and headers.
- Analyze basic security headers to identify potential security vulnerabilities.
## Usage
Access the WebScanner by making a GET request to the deployed worker's URL with the `domain` query parameter:
```
https://webscanner-research.cf-testing.workers.dev/?domain=example.com
```
## Contributing
Contributions are welcome! If you find a bug or have an idea for an enhancement, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).