From cbe743bf20785c3852c7e5ee8d9bbf364f91672c Mon Sep 17 00:00:00 2001 From: Vijay Soni Date: Sun, 2 Jun 2024 10:14:13 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 404b09b..97068d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# MultiScanner +# ScanMaster -A Security Tool which scans a target using OpenVAS, Zap, and Nexpose. And consolidates the scan results. +A security tool designed to perform thorough scans on a target using OpenVAS, Zap, and Nexpose. It seamlessly consolidates and integrates the scan results, providing a comprehensive overview of the security vulnerabilities identified. --- @@ -193,4 +193,4 @@ tasks = gmp.get_tasks() # Get names of tasks task_names = tasks.xpath('task/name/text()') pretty_print(task_names) -``` \ No newline at end of file +```