Skip to content

Server Download

Windows System Download

64-bit:CthulhuRs-x86_64-pc-windows-gnu.zip
32-bit:CthulhuRs-i686-pc-windows-msvc.zip

Linux System Download

64-bit:CthulhuRs-x86_64-unknown-linux-gnu.zip


Cthulhu-Scope-Extension Browser Plugin Download

This plugin is used in conjunction with the CthulhuRs Server After the plugin is enabled, it will add a special request header Cthulhu-Extra-Scope to all requests in the browser through configuration, to achieve different levels or combined domain control, the value is the following four Scope properties:

PropertyFunctionDomain Control Level
emailAdd the email of the currently logged in user in the browserUser Level
windowAdd the window Id of the current page in the browserWindow Level
tabAdd the tabId of the current page in the browserPage Level
frameAdd the frameId of the browser request (only supported on browser versions that support the v2 extension protocol)Frame Level
customAdd a custom string, used in scenarios where more special domain control is neededCustom Level

TIP

If you do not use this plugin, the server can only achieve device + browser + domain name level domain control, that is, based on the source IP address and protocol type of the request, and the Host and User-Agent in the request header together form a Scope

NOTE

Scope is used to identify the source 'identity' of the request, requests with the same Scope will be regarded as a whole, and have the same scopeId

v3 extension protocol:Cthulhu-Scope-Extension-v3.zip
v2 extension protocol:Cthulhu-Scope-Extension-v2.zip


Useful Plugin Download

VConsole

Tencent’s official open-source web debugging tool
A lightweight, expandable, front-end developer debugging panel for mobile web pages.
vConsole is framework-independent and can be used in Vue, React or any other framework.
Now vConsole is the official debugging tool for WeChat Mini Programs.
Click to download
After decompression, execute the following command to install:

shell
cthulhu install .\VConsole

Rginx

A simple replica of nginx, supports reverse proxy, load balancing, file mapping
Click to download After decompression, execute the following command to install:
Click to download
After decompression, execute the following command to install:

shell
cthulhu install .\Rginx

Released under the MIT License.