Skip to content

charles7668/UrlExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UrlExtractor

Extract URLs from a website

Features

  • Extract URL from a website.
  • Support output to a file.
  • Support reading URLs from a file and extracting them.
  • Support using regex to filter result URLs.
  • Support recursive extraction.

Build

Windows

go build -o UrlExtractor.exe

Usage

Windows

flags is optional support flags can be found by using --help or -h flag

UrlExtractor.exe <flags> <url>

Test

go test -v ./...

About

Extract URLs from a website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages