Working with Optiva Framework Tool on Kali Linux OS

Example 1: Display Available Modules

show modules

In this example, we have displayed the list of available modules offered by the tool.

Example 2: HTTP Header Domain Lookup

header

We have got the HTTP Header information on the target w3wiki.org.

Example 3: SHA256 Encode Text

SHA256

We have encoded the string in SHA256 Algorithm.

Example 4: Xss Cross Site Scripting Scanner

xss

We are testing the target domain for XSS Security flaw.

Example 5: Administrator Panel Finder

admin

We are finding admin panel path on target domain w3wiki.org.


Optiva Framework – Web Application Vulnerabilities Scanner

Optiva Framework is an automated tool used as a Website Penetration tool for Information Gathering and Vulnerability Scanning. Optiva tool has the features of collecting the information like WHOIS records, HTTP Header information, Ports information, etc. This tool also performs encoding of data in various algorithms like SHA256, MD5, etc. There is a Vulnerability Scanning module present in the tool which has the modules of XSS, SQL, dork, admin, etc. This can help to find the vulnerabilities in the target domain. Optiva tool is present in Python Language and is available on the GitHub platform.

Similar Reads

Installation of Optiva Framework Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Optiva Framework Tool on Kali Linux OS

Example 1: Display Available Modules...