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.
Install this program:
$ go install github.com/TheGejr/backlink@latest
USAGE: backlink [OPTION...] DOMAIN
$ backlink --help
$ 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