Getting started
Knowledge hub
- Overview
-
-
- 34 M Wordlist Subdomain Brute Force
- Asn Based Network Scan
- Asset Discovery and Vulnerability Scanning
- Custom Subdomain Brute Force Wordlist From Ip Ranges
- Enumerate Cloud Resources
- Full Subdomain Enumeration
- Get Ips and Cnames
- Getdns
- Github Recon and Scanner
- Hostnames S3 Bucket Finder
- Simple Content Discovery
-
-
- amass
- anew
- apkurlgrep
- assetfinder
- cent
- cero
- cewl
- cloudenum
- crosslinked
- dnsdumpster-dns-lookup
- dnsdumpster-host-search
- dnstwist
- dnsvalidator
- dsieve
- dumpsterdiver
- eyeballer
- ffuf
- find-gh-poc
- findomain
- gau
- generate-yaml-report
- get-asn-prefixes
- get-trickest-output
- gf
- github-subdomains
- goaltdns
- gospider
- gotator
- hakcheckurl
- httprobe
- httpx
- infoga
- ipinfo
- jldc-subdomains
- katana
- mapcidr
- mass-linkfinder
- masscan
- massdns
- meg
- mksub
- naabu
- notify
- nrich
- nuclei
- oneforall
- puredns
- pymeta
- s3scanner
- securitytrails-subdomains
- spiderfoot
- sslyze
- subdomainizer
- subfinder
- tlsx
- uncover
- unfurl
- uro
- vita
- webanalyze-1
- webanalyze
- x8
Tutorials
- Creating a Workflow
- Downloading a Result
- Executing a Workflow
- How Do Machines Work
- Keeping Track of a Run
- Navigating in Workflow Editor
- Overview
- Saving a Workflow and History
- Scheduling a Workflow
- Using Workflows From Library
Concepts
Connecting Workflows
Static/Manual Import
Use this method to import the output of a specific execution of a finished node. This is ideal in cases where you want to manually review the output of a node before using it in another workflow.
Steps
- Open the workflow execution that you want to import from.
- Select a completed node.
- You will be switched to the
output
tab automatically, where you can copy the URL of this node’s output using the icon in the upper right corner of the output panel. The URL format istrickest://output/<ID>
.

Copying the URL of httprobe
's output
4. Switch to the workflow that you want to import the output into.
5. Paste copied URL as a file
input value for the desired node.

Using node output URL
Dynamic import
Use this method to dynamically import the output of a node’s latest execution (or all executions). This is ideal in cases where you want to essentially split up a big workflow into smaller sub-workflows that connect together regardless of any specific execution.
Steps
- Open the workflow that you want to import into
- Head to the search in Left sidebar, and find get-trickest-output.
- Drag it and drop it into your canvas and connect the following inputs:
- workflow-id: The ID of the workflow that you want to import from. Open your workflow in Workflow Details page (https://trickest.io/dashboard/workflows/<workflow_ID>), or Builder page (https://trickest.io/editor/<workflow_ID>). Last UUID in URL represents workflow ID.
- node-id: The ID of the node whose output you want to import.
- token: Your Trickest Authentication token.
- all-outputs: Specify whether to collect the outputs of all previous executions or the latest one only (optional)

Dynamic import
Now, whenever get-trickest-output
runs, it will mirror the output of httprobe
’s latest run.
Note: The output file will be inside a folder named after the run ID, so keep in mind that you will have to copy it to the out
folder if you want to use it as an input file to another tool. The easiest way to do this is through a recursively-cat-all
script node.
Get a Video Demo
Fill out and submit this form to receive an in-depth video demo of the Trickest platform.
Talk To Sales
Fill out the form and we'll get back to you about any questions you have on our products, services, pricing, or scheduling a demo.