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
- Host: GitHub
- URL: https://github.com/gbowne1/link-explorer
- Owner: gbowne1
- Created: 2024-10-17T03:50:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T21:46:51.000Z (about 1 year ago)
- Last Synced: 2025-05-15T22:36:19.405Z (about 1 year ago)
- Topics: cpp, cpp11, explorer, link, parser
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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