Skip to content

vuld0/vulscan

 
 

Repository files navigation

A Webcrawler written in Golang

Crawls a single domain, printing out a list of assets and links for each new page that it finds.

Crawl and Scan

Clone the repo into $GOPATH/src and do the following:

get deps:

  # inside the repo
  $ go get

build:

  # inside the repo
  $ go build

crawl and scan:

  python3 scan.py <link>

Output

About

A Webcrawler, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 49.1%
  • Python 46.0%
  • HTML 4.9%