https://github.com/jsphbyd/weevilsniffer
Searches a domain's HTML, CSS, and JS files for keywords
https://github.com/jsphbyd/weevilsniffer
Last synced: over 1 year ago
JSON representation
Searches a domain's HTML, CSS, and JS files for keywords
- Host: GitHub
- URL: https://github.com/jsphbyd/weevilsniffer
- Owner: JsphByd
- Created: 2025-02-18T21:11:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-24T16:29:59.000Z (over 1 year ago)
- Last Synced: 2025-02-24T17:41:54.281Z (over 1 year ago)
- Language: Go
- Size: 29.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This script crawls through a domain to find search terms.
Still fairly basic.
Define domains and search terms in the .yaml file (note that subdomains must be defined as their own domains).
Run using ./src
- External links are not parsed
- Subdomains not parsed unless defined as their own domains
- Script only parses CSS, JS, and HTML files linked within the same domain
- Script does not download any files locally
- Script does not respect robots.txt
- Script ignores mailto, fax, sms, geo, and skype hrefs
- Script currently excludes relative links containing ".."
- Script does not space out requests by default, define seconds to wait between requests using -w
- Use output pipe to save output to file (example: ./src > output.txt)