An open API service indexing awesome lists of open source software.

https://github.com/gbowne1/link-explorer

This C++ program will discover links on any http or https page you give it
https://github.com/gbowne1/link-explorer

cpp cpp11 explorer link parser

Last synced: about 1 year ago
JSON representation

This C++ program will discover links on any http or https page you give it

Awesome Lists containing this project

README

          

# LinkExplorer

Compile/build this with

`g++ -std=c++11 link-explorer.cpp -o LinkExplorer -lcurl`

If you don't have g++, there are indeed other ways.

This is a link discoverer. Give it a http:// or https:// or just a domain and TLD and it will try and find out what links exist on
a certain URI or URL resource

Some sites, apps, pages, etc. have undiscovered resources that may not have been in the navigation, etc.

This would be great if it could crawl the entire domain and tld for pages on that resource, kinda like the