Mufasa Scanner is intended to automate the working of Nessus in Linux using Selenium Python.
Step 1. Clone the url (Ofcourse)
Step 2. Change the directory to the project directory (Unless you know what you're doing)
$cd nessus_auto/
Step 3. Create a python Environment (Optional, Consider it as a best practice)
$python3 -m venv env
$source env/bin/activate
Step 4. Install dependencies
$pip install -r requirements.txt
Step 5. Change the username and password in the script
Step 6. Run the script
$python mufasa_scanner.py