phra / inspector-exploiter

Execute commands via Node.js debug port and inspector protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inspector-exploiter

This tool can run system commands via the Node.js debug port using the Inspector protocol.

For more info check the Node.js documentation.

Install

  1. Clone the repository

git clone https://github.com/phra/inspector-exploiter

  1. Install deps

cd inspector-exploiter && npm i

Usage

node index.js <IP> <PORT> <COMMAND>

About

Execute commands via Node.js debug port and inspector protocol


Languages

Language:JavaScript 100.0%