ROOTPLOIT
Server: Apache
System: Linux node6122.myfcloud.com 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User: bashacomputer (1004)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/local/prospamfilter/tests/acceptance.suite.yml
# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.

class_name: WebGuy
modules:
    enabled:
        - WebDriver
        - Helper\Acceptance
        - Asserts
    config:
        WebDriver:
         url: 'http://localhost/'
         browser: firefox
         wait: 0
         restart: true
         clear_cookies: true

env:
    # Environment variable names used for spam plugin configuration
    api_url: 'API_URL'
    api_hostname: 'API_HOSTNAME'
    api_username: 'API_USERNAME'
    api_password: 'API_PASSWORD'
    primary_mx: 'PRIMARY_MX'

    # Environment variables used for cpanel
    username: 'ADDON_USERNAME'
    password: 'ADDON_PASSWORD'
    whm_access_hash: 'CPANEL_WHM_ACCESS_HASH'
    url: 'ADDON_URL'

    chrome:
      modules:
        config:
          WebDriver:
            browser: chrome
    firefox: