Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 352 Bytes

url-recon

A proof of concept for a multithreaded Java application which performs reconnaissance given a set of URLs.

The project leverages Playwright.

features

  • Download index.html
  • Take a screenshot and save it to a local file.
  • Download all JavaScript files.

build

./gradlew clean build