Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 897 Bytes

File metadata and controls

40 lines (30 loc) · 897 Bytes

Spawn Stealth Browsers

This tool will spawn multiple stealth browsers to any given URL.

📋 Prerequisites

1. Proxy Setup

  • Create a text file with one proxy per line in this format:
    address:port:username:password
    
  • Save the file for later use in the prompts.

🚀 Getting Started

1. Install the Dependencies

yarn install

2. Compile the Code

yarn build

3. Run the Application

node dist/main.js

4. Input Parameters

You'll be prompted for the following:

Prompt Description
URL URL you want the browser(s) to load
Number of Browsers Number of browsers to spawn
Proxy File Path Path to your proxy file