Skip to content

Backlink returns a list of backlinks on a given website - both external and internal resources.

License

Notifications You must be signed in to change notification settings

TheGejr/backlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backlink

Go Reference GitHub Workflow Status (with event) GitHub GitHub release (with filter)

This simple program makes a list of backlinks from a website. It reports on both external and internal backlinks. It can be used for a quick overview of a website.

Installation and Usage

Install this program:

$ go install github.com/TheGejr/backlink@latest
USAGE: backlink [OPTION...] DOMAIN

$ backlink --help

Example usage

$ backlink https://gejr.dk
https://gejr.dk/
https://gejr.dk/about/
https://gejr.dk/blog/
https://twitter.com/Gejr_sec
https://github.com/TheGejr
https://linkedin.com/in/gejr
$ backlink https://gejr.dk -o output.txt
$ cat output.txt
https://gejr.dk/
https://gejr.dk/about/
https://gejr.dk/blog/
https://twitter.com/Gejr_sec
https://github.com/TheGejr
https://linkedin.com/in/gejr

About

Backlink returns a list of backlinks on a given website - both external and internal resources.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages