Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.14 KB

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