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

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.

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
```