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 +```