Skip to content
/ avarus Public

It is a Go crawler that acquires css, js, and images from the target page.

Notifications You must be signed in to change notification settings

Bo0km4n/avarus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Download binary file from https://github.com/Bo0km4n/avarus/releases/tag/v1.0.0 And execute binary.

Options

  • root: is base url to crawl object. Default values is https://apple.com
  • o: is path to save the pages crawled.
  • depth: is number of levels to follow link of page.

How to build and use

We supported Go version 1.11 and Go modules.

  1. git clone https://github.com/Bo0km4n/avarus.git
  2. cd avarus
  3. make
  4. ./avarus

Delete output

make clean

About

It is a Go crawler that acquires css, js, and images from the target page.

Resources

Stars

Watchers

Forks

Packages

No packages published