-t target target URL including the protocol, e.g. https://www.example.com I want to pass multiple urls within txt or csv file for full scan , is that possible?
fired with this error : Target must start with 'http://' or 'https://' Usage: zap-full-scan.py -t [options] -t target target URL including the protocol, e.g. https://www.example.com
No, the ZAP packages scans only support one URL at a time. As mentioned in the first comment, you can write a script which loops over a file and calls the packaged scan for each URL.
The ZAP Automation ramework is more flexible, but we still recommend calling that once per target.