(6) Tools Of Vulnerability Assessments Flashcards
What are the two most important scanning tools to know?
Nessus and OpenVas
What is scout suite?
Scout suite is a multicloud auditing tool that goes into user accounts with cloud service providers
It seeks to get configuration info using those services APIs.
Supports AWS, Microsoft Azure, Google Compute Platform, Alibaba cloud, and Oracle Cloud Infrastructure
Scout Suite looks at service configuration for potential security issues.
Detailed reports are done and can be drilled down to more detailed data
What is Pacu?
Pacu is a cloud focused framework for exploitation.
It works with AWS accounts and is made to help attackers determine what they can do with the access they have to an AWS Account.
What is Prowler?
Prowler is a security configuration tester. It only works with AWS, Microsoft Azure and Google Compute Platform
What is a web application scanner?
A web application scanner is a specialized tool used to examine the security of web apps
They test for specific things, like SQL injections, cross-site scripting, and cross site request forgery issues.
How do web application scanners work?
Web application scanners work by combining traditional network scans of web servers with in depth probing of web apps using things like malicious input sequences and fuzzing in attempts to break the application.
What is nikto?
Nikto is an open source tool that uses a command line interface. It is for web application scanning.
What is Arachni?
It is a web application scanner for Windows, macOS, and Linux
What is an interception proxy?
An interception proxy is a web application tester/exploit tool.
They intercept requests being sent from the browser to the web server before they get to the network.
It allows the tester to manipulate the request to attempt the injection of an attack
What is Zed Attack Proxy?
Zed Attack Proxy (ZAP) is a community development project coordinated by the Open Web Application Security Project (OWASP)
ZAP intercepts requests sent from any web browser and alter them before going to the web server
What is the Burp Proxy?
The Burp Proxy is an interception proxy (part of a web application security toolkit called Port Swigger).