stack_detection

TBD

TOOLSTACK_DETECTION

Web Request

Detects the stack of a given website url.

Required attributes

  • Name
    Name
    url
    Type
    string
    Description

    Url to perform the request and return the raw content.

    5 length 1000

Optional attributes

  • Name
    Name
    timeout
    Type
    integer
    Description

    How long to wait for results before timing out. Default is 60 seconds.

    200
    

Function Call

TOOL
STACK_DETECTION
#### STACK_DETECTION

```json
{
  "url": "https://example.com/"
}
```

Response

#### Success

Was this page helpful?