Based on the sample code given to use a preset:
1) If the preset already has a queries file or multiple queries files defined will the values specified using the "QueriesFrom" and "QueriesFile" options override the queries file values specified in the preset?
2) Does addTask use the information from the preset about the format and location of the results file or does that need to be specified? I assume it does use the preset values but wasn't sure.
3) To specify a queries file located in the "results" directory would this be correct?
"queriesFile": "results/some_sub_directory/queries.txt",
Thanks!
Code:
{
"password" : "pass",
"action" : "addTask",
"data" : {
"queriesFrom" : "text",
"queries" : [
"google.com",
"yandex.ru"
],
"configPreset" : "default",
"preset" : "Analyze Domains"
}
}
1) If the preset already has a queries file or multiple queries files defined will the values specified using the "QueriesFrom" and "QueriesFile" options override the queries file values specified in the preset?
2) Does addTask use the information from the preset about the format and location of the results file or does that need to be specified? I assume it does use the preset values but wasn't sure.
3) To specify a queries file located in the "results" directory would this be correct?
"queriesFile": "results/some_sub_directory/queries.txt",
Thanks!