Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 272 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 272 Bytes

Run-JS

A simple go script to run Javascript commands on a target URL and return the result.

This script is driven by chomedp: https://github.com/chromedp/chromedp

Install

go get -u github.com/R-s0n/Run_JS

Usage

./Run_JS -u [TARGET URL] -j [JAVASCRIPT]