Skip to content

Searches a domain's HTML, CSS, and JS files for keywords

Notifications You must be signed in to change notification settings

JsphByd/EvilWeevil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

image

Evil Weevil is a rudamentary script that parses a website looking for explicitly defined search terms or regular expressions.

  • Check if a webpage in your site is exposing secrets to the internet
  • Find pages within a domain that contain comments or emails

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 wait between requests

About

Searches a domain's HTML, CSS, and JS files for keywords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages