Node Input
in Trickest platform is and how you can configure tools in Trickest Editor
.
Node Input
is a specific value that is provided to a Node in Trickest platform. It can be a string, file, folder or boolean value.
Trickest Editor
.
threads
- Number of threads to use in a tool, e.g. 10
target
- Target URL to scan, e.g. http://testphp.vulnweb.com
output-type
- Type of output to generate, e.g. json
user-agent
- User agent to use in HTTP requests, e.g. `Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0Trickest Tool with 2 string Node Inputs Connected
trickest.com
and 100
being connected to the node
as String
inputs.
Trickest Editor.
recursive
- Enable recursive subdomain enumerationbruteforce
- Enable subdomain bruteforceverbose
- Enable verbose outputjson
- Enable JSON outputTrickest Tool with Boolean Node connected to JSON boolean parameter
true
being connected to the json
parameter as Boolean
input. Finally, the command will be generated as follows:
Trickest Editor.
wordlist
- File containing a list of subdomains to brute forceconfig
- Configuration file for the toolinput-file
- File containing a list of targets to scanTrickest Tool with Boolean Node connected to JSON boolean parameter
list
file input has been appeared on the (Node)[/nodes] and we can delete the string input and connect the file input to the list
parameter.
Trickest Editor.
Trickest Tool with Boolean Node connected to JSON boolean parameter
Trickest Tool with File Node connected to `list parameter`
templates
- Folder containing templates for the toolscreenshots
- Folder to pass screenshotsTrickest Tools with Folder Inputs connected with each other
Trickest Editor.