Learn how machines work in Trickest
subfinder
, httprobe
and ffuf-multi
), the same machine will be used to execute the nodes.
2
.
subfinder
, assetfinder
and amass
nodes. Each of these nodes will be executed in parallel on separate machines. This is why platform will calculate 3
machines for this particular workflow.
sed-add-at-end
script to add a FUZZ
at the end of each line (in this case web servers) and then we are going to use ffuf
tool to fuzz the web servers. But, instead of directly connecting sed-add-at-end
with ffuf
we are going to add splitter
node in between.
sed-add-at-end
, splitter
and ffuf
nodes. The splitter
node will split the input file into multiple chunks and each chunk will be processed by a separate machine. In this case, the platform will use maximum number of machines in your fleet that can be used to execute the nodes.