add available_parameters

This commit is contained in:
Bloodhunter4rc
2024-01-27 08:18:18 +01:00
parent f42fd25800
commit 99b11c088b

View File

@@ -137,6 +137,12 @@ class RemotePairList(IPairList):
"description": "Bearer token",
"help": "Bearer token - used for auth against the upstream service.",
},
"save_to_file": {
"type": "string",
"default": "",
"description": "Filename to save processed pairlist to.",
"help": "Specify a filename to save the processed pairlist in JSON format.",
},
}
def process_json(self, jsonparse) -> List[str]: