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
go get -u github.com/R-s0n/Run_JS
./Run_JS -u [TARGET URL] -j [JAVASCRIPT]
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
go get -u github.com/R-s0n/Run_JS
./Run_JS -u [TARGET URL] -j [JAVASCRIPT]