https://github.com/thesurlydev/url-recon
A proof of concept for a multithreaded Java application which performs reconnaissance given a set of URLs.
https://github.com/thesurlydev/url-recon
Last synced: about 1 year ago
JSON representation
A proof of concept for a multithreaded Java application which performs reconnaissance given a set of URLs.
- Host: GitHub
- URL: https://github.com/thesurlydev/url-recon
- Owner: thesurlydev
- Created: 2023-08-11T14:40:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T21:23:25.000Z (over 2 years ago)
- Last Synced: 2025-02-06T18:52:25.339Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-recon
A proof of concept for a multithreaded Java application which performs reconnaissance given a set of URLs.
The project leverages [Playwright](https://playwright.dev/java/).
## features
* Download `index.html`
* Take a screenshot and save it to a local file.
* Download all JavaScript files.
## build
```shell
./gradlew clean build
```