How generate different reports for each host with a single scan with all hosts

Hi, I am new here and I want to know that is it possible to generate different reports for each hosts with a single scan.

For example if I create a task with scanning two host IP then I can get only one report with both of the host IP. But I want them separately. Is it possible.

Details of the Setup:

GVM versions

**gsad:9.0.1
**gvmd:9.0.1
**openvas-scanner:7.0.1
**gvm-libs:11.0.1

Environment

**Operating system:Kali GNU/Linux, Version:2020.3
**Kernel:Linux KALI-OS-VM 5.5.0-kali2-amd64 #1 SMP Debian 5.5.17-1kali1 (2020-04-21) x86_64 GNU/Linux
**Installation method / source: Via APT

I’m sorry, I’m not an expert for the GSE version, but I think it should be possible using filters. First create a filters that contain the filter term
host=1.1.1.1
where 1.1.1 is the IP of the first host. Then another one tor the second host.Then you call the report with filter A and second time with filter B.
This should get you two reports, one for each host.

1 Like

Thanks a lot for the suggestion. I will try and let you know.

It’s working.
Thanks a lot.