├── .flake8 ├── .gitignore ├── .gitlab-ci.yml ├── .gitlab └── ci │ ├── .get-secrets.yml │ ├── .pre-gitlab-ci.yml │ ├── .rules-conditions.yml │ ├── build_ci │ └── .build-gitlab-ci.yml │ ├── plugins-integration │ ├── .build-gitlab-ci.yml │ └── .testing-gitlab-ci.yml │ ├── publish │ ├── .publish-dockerhub-gitlab-ci.yml │ └── .pypi-gitlab-ci.yml │ └── testing │ ├── .post-gitlab-ci.yml │ └── .testing-gitlab-ci.yml ├── .pre-commit-config.yaml ├── .pre-push-config.yaml ├── AUTHORS.rst ├── CHANGELOG ├── 0.1 │ ├── 01.first version.md │ ├── 02.minimal structure.md │ ├── date.md │ └── faraday_version.md ├── 1.0 │ ├── 01.env_var.md │ ├── 02.executor.md │ ├── 03.params.md │ ├── date.md │ └── faraday_version.md ├── 1.1 │ ├── 01.run.md │ ├── 02.wizard.md │ ├── 03.01.manage_execution_id.md │ ├── 03.02.change_ws_route.md │ ├── 04.error_management.md │ ├── 05.invalid token.md │ ├── 06.ssl.md │ ├── date.md │ └── faraday_version.md ├── 1.2.1 │ ├── 01.check_command_before_run.md │ ├── 02.connect_checks_timeout.md │ ├── 03.connect_checks_not_responding.md │ ├── 04.connect_checks_ssl_verify_fails.md │ ├── 05.executor_with_comma.md │ ├── 06.ssl_wizard.md │ ├── 07.doc.md │ ├── E00.md │ ├── E01.nmap_multi_target.md │ ├── E02.w3af_use_python2.md │ ├── E03.escape.md │ ├── date.md │ └── faraday_version.md ├── 1.2 │ ├── 01.package_executor.md │ ├── 02.signal.md │ ├── 03.close_connection.md │ ├── 04.sslcert.md │ ├── 05.config_folder.md │ ├── E00.md │ ├── date.md │ └── faraday_version.md ├── 1.3.0 │ ├── 1.multi_workspace.md │ ├── 2.migrate_in_run.md │ ├── 3.fix_close_agent.md │ ├── 4.page-size.md │ ├── E00.md │ ├── E01.fix_arachni.md │ ├── E02.fix_nmap.md │ ├── date.md │ └── faraday_version.md ├── 1.3.1 │ ├── 1.proxy_setup.md │ ├── E01.fix_nessus.md │ ├── date.md │ └── faraday_version.md ├── 1.4.0 │ ├── 1.base_route.md │ ├── 2.duration.md │ ├── E00.md │ ├── E01_flags_nmap.md │ ├── E02_env_python.md │ ├── E03_scheme_http_s_nmap.md │ ├── date.md │ └── faraday_version.md ├── 1.4.1 │ ├── 1.general_changes.md │ ├── E1.wpscan_not_use_docker.md │ ├── E2.fix_nuclei.md │ ├── date.md │ └── faraday_version.md ├── 1.4.2 │ ├── 1.plugins.md │ ├── date.md │ └── faraday_version.md ├── 1.5.0 │ ├── 1.change_wizard.md │ ├── 2.v3.md │ ├── 3.connectivity_endpoint.md │ ├── 4.token.md │ ├── 5.update_host_input.md │ ├── E1.update_openvas.md │ ├── date.md │ └── faraday_version.md ├── 1.5.1 │ ├── 1.fix_burp_executor.md │ ├── date.md │ └── faraday_version.md ├── 2.0.0 │ ├── 1.typing.md │ ├── 2.add_manifests_versioning.md │ ├── 3.FIX_typo_in_wizard.md │ ├── date.md │ └── faraday_version.md ├── 2.1.0 │ ├── 1.add_reminder_for_token.md │ ├── 2.fix_dates.md │ ├── 3.manage_402.md │ ├── E1.add_insightvm_executor.md │ ├── E2.update_burp.md │ ├── date.md │ └── faraday_version.md ├── 2.1.1 │ ├── 1.add_option_ignore_ssl.md │ ├── 2.redo_defaults_ports_after_ssl.md │ ├── date.md │ └── faraday_version.md ├── 2.1.2 │ ├── add_script_to_nmap.md │ └── date.md ├── 2.1.3 │ ├── add_commands_to_wpscan.md │ ├── date.md │ └── move_shodan_to_official.md ├── 2.2.0 │ ├── Add_timeout_parameter_to_arachni.md │ ├── add w3af.md │ ├── add_ignore_info_and_hostname_resolution.md │ ├── date.md │ ├── fix_exectuors.md │ ├── fix_logs.md │ ├── remove_ws.md │ └── send_parameters_at_connection_time.md ├── 2.3.0 │ ├── add_scan_functionality_to_insightvm.md │ ├── add_tags_for_plugins.md │ ├── add_vulners.md │ ├── change_api_key.md │ ├── change_venvs.md │ ├── date.md │ └── update_docs.md ├── 2.4.0 │ ├── Add_qualys.md │ ├── change_pgrep_for_psutil.md │ └── date.md ├── 2.5.0 │ ├── add_sonar_executor.md │ ├── add_tenableio_executor.md │ ├── date.md │ ├── fix_gvm_executor.md │ └── transform_to_str.md ├── 2.5.1 │ ├── allow_ip_target_for_nuclei.md │ ├── date.md │ └── fixes_for_bandit.md ├── 2.6.0 │ ├── 186.md │ └── date.md ├── 2.6.1 │ ├── 187.md │ └── date.md ├── 2.6.2 │ ├── 192.md │ └── date.md ├── 2.6.3 │ ├── 194.md │ └── date.md ├── 3.0.0 │ ├── 195.md │ └── date.md ├── 3.0.1 │ ├── 199.md │ └── date.md ├── 3.2.0 │ ├── 206.md │ └── date.md ├── 3.3.0 │ ├── 197.md │ ├── 203.md │ ├── 208.md │ ├── 209.md │ ├── 210.md │ ├── 212.md │ └── date.md ├── 3.4.0 │ ├── 200.md │ ├── 214.md │ ├── 216.md │ ├── 217.md │ └── date.md ├── 3.4.1 │ ├── 220.md │ └── date.md ├── 3.4.2 │ ├── 223.md │ └── date.md ├── 3.5.0 │ ├── 218.md │ └── date.md ├── 3.5.1 │ ├── 9999.md │ └── date.md ├── 3.5.2 │ ├── 226.md │ └── date.md ├── 3.5.3 │ ├── 231.md │ └── date.md ├── 3.6.0 │ ├── 238.md │ ├── 242.md │ ├── 243.md │ └── date.md ├── 3.7.0 │ ├── 247.md │ └── date.md ├── 3.8.0 │ ├── 248.md │ └── date.md ├── 3.9.0 │ ├── 190.md │ ├── 229.md │ ├── 249.md │ └── date.md ├── current │ └── .keep └── footer.md ├── CONTRIBUTING.rst ├── COPYING ├── HISTORY.rst ├── MANIFEST.in ├── Makefile ├── README.md ├── RELEASE.md ├── docker ├── plugins-docker │ ├── Dockerfile │ ├── docker.sh │ └── requierments_w4af.txt └── publish │ ├── .dockerignore │ ├── Dockerfile │ └── templates │ ├── template_dispatcher.ini │ ├── template_dispatcher.yaml │ ├── template_dispatcher_with_report.ini │ └── template_dispatcher_with_report.yaml ├── docs ├── .gitlab-ci.yml ├── docs │ ├── 418.md │ ├── CNAME │ ├── css │ │ └── faraday_doc.css │ ├── examples │ │ └── new-custom-executor.md │ ├── getting-started.md │ ├── images │ │ ├── agent_example.png │ │ ├── arch.png │ │ ├── arch_dispatcher.png │ │ ├── arch_executors.png │ │ ├── executor_example.png │ │ ├── executors │ │ │ ├── qualys │ │ │ │ ├── check_profile.png │ │ │ │ ├── new_profile.png │ │ │ │ └── profileid.png │ │ │ └── sonarqube │ │ │ │ ├── generate_token.png │ │ │ │ └── profile_icon.png │ │ ├── favicon.png │ │ ├── logo.svg │ │ └── token.png │ ├── index.md │ ├── js │ │ └── details.js │ ├── misc │ │ ├── appscan.md │ │ ├── docker.md │ │ ├── qualys.md │ │ ├── sonarqube.md │ │ ├── template_dispatcher.yaml │ │ ├── template_dispatcher_with_report.yaml │ │ └── tenableio.md │ └── technical │ │ ├── agents.md │ │ └── arch.md └── mkdocs.yml ├── faraday_agent_dispatcher ├── __init__.py ├── cli │ ├── __init__.py │ ├── main.py │ ├── utils │ │ ├── __init__.py │ │ ├── exceptions.py │ │ ├── general_inputs.py │ │ ├── general_prompts.py │ │ └── model_load.py │ └── wizard.py ├── config.py ├── dispatcher.py ├── dispatcher_io.py ├── example_config.ini ├── example_config.yaml ├── executor.py ├── executor_helper.py ├── logger.py ├── static │ └── executors │ │ ├── dev │ │ ├── basic_example.py │ │ ├── brainfuck.sh │ │ ├── heroku_discovery_agent.py │ │ ├── prowlerSample.py │ │ ├── responder.py │ │ └── rumble.py │ │ └── official │ │ ├── appscan.py │ │ ├── arachni.py │ │ ├── burp.py │ │ ├── cisco_cybervision.py │ │ ├── codeql.py │ │ ├── crackmapexec.py │ │ ├── dependabot.py │ │ ├── github_secrets.py │ │ ├── gvm_openvas.py │ │ ├── insightvm.py │ │ ├── microsoft_defender.py │ │ ├── nessus.py │ │ ├── nikto2.py │ │ ├── nmap.py │ │ ├── nuclei.py │ │ ├── openvas_legacy.py │ │ ├── qualys.py │ │ ├── report_processor.py │ │ ├── shodan2.py │ │ ├── sonarqube.py │ │ ├── sublist3r.sh │ │ ├── tenableio.py │ │ ├── tenablesc.py │ │ ├── w3af.py │ │ ├── wpscan.py │ │ ├── wpscan_legacy.py │ │ └── zap.py └── utils │ ├── __init__.py │ ├── agent_configuration.py │ ├── control_values_utils.py │ ├── logging.py │ ├── metadata_utils.py │ ├── severity_utils.py │ ├── text_utils.py │ └── url_utils.py ├── setup.cfg ├── setup.py ├── tests ├── __init__.py ├── data │ ├── __init__.py │ ├── basic_executor.py │ ├── mock.pub │ ├── ok.crt │ ├── ok.key │ ├── old_version_inis │ │ ├── 0.1.ini │ │ ├── 0.1_with_agent_token.ini │ │ ├── 1.0.ini │ │ ├── 1.0_error0.ini │ │ ├── 1.0_error1.ini │ │ ├── 1.0_with_agent_token.ini │ │ ├── 1.2.ini │ │ ├── 1.2_with_agent_token.ini │ │ └── 1.5.ini │ ├── test_config.ini │ └── wrong.crt ├── integration │ ├── __init__.py │ └── faraday │ │ ├── __init__.py │ │ └── test_execution.py ├── plugins-docker │ ├── __init__.py │ └── test_executors.py ├── unittests │ ├── .coveragerc │ ├── __init__.py │ ├── config │ │ ├── __init__.py │ │ ├── agent_dispatcher.py │ │ └── wizard.py │ ├── test_agent_dispatcher.py │ ├── test_config_wizard.py │ ├── test_import_official_executors.py │ └── wizard_input.py └── utils │ ├── __init__.py │ ├── testing_faraday_server.py │ └── text_utils.py └── tox.ini /.flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | min_python_version = 3.7.0 3 | max-line-length = 119 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/.get-secrets.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/.get-secrets.yml -------------------------------------------------------------------------------- /.gitlab/ci/.pre-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/.pre-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/.rules-conditions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/.rules-conditions.yml -------------------------------------------------------------------------------- /.gitlab/ci/build_ci/.build-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/build_ci/.build-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/plugins-integration/.build-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/plugins-integration/.build-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/plugins-integration/.testing-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/plugins-integration/.testing-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/publish/.publish-dockerhub-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/publish/.publish-dockerhub-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/publish/.pypi-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/publish/.pypi-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/testing/.post-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/testing/.post-gitlab-ci.yml -------------------------------------------------------------------------------- /.gitlab/ci/testing/.testing-gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.gitlab/ci/testing/.testing-gitlab-ci.yml -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.pre-push-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/.pre-push-config.yaml -------------------------------------------------------------------------------- /AUTHORS.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/AUTHORS.rst -------------------------------------------------------------------------------- /CHANGELOG/0.1/01.first version.md: -------------------------------------------------------------------------------- 1 | First beta version published 2 | -------------------------------------------------------------------------------- /CHANGELOG/0.1/02.minimal structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/0.1/02.minimal structure.md -------------------------------------------------------------------------------- /CHANGELOG/0.1/date.md: -------------------------------------------------------------------------------- 1 | Oct 31th, 2019 -------------------------------------------------------------------------------- /CHANGELOG/0.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/0.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.0/01.env_var.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.0/01.env_var.md -------------------------------------------------------------------------------- /CHANGELOG/1.0/02.executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.0/02.executor.md -------------------------------------------------------------------------------- /CHANGELOG/1.0/03.params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.0/03.params.md -------------------------------------------------------------------------------- /CHANGELOG/1.0/date.md: -------------------------------------------------------------------------------- 1 | Dec 17th, 2019 -------------------------------------------------------------------------------- /CHANGELOG/1.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.1/01.run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.1/01.run.md -------------------------------------------------------------------------------- /CHANGELOG/1.1/02.wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.1/02.wizard.md -------------------------------------------------------------------------------- /CHANGELOG/1.1/03.01.manage_execution_id.md: -------------------------------------------------------------------------------- 1 | Manage execution_id within WS and API communication -------------------------------------------------------------------------------- /CHANGELOG/1.1/03.02.change_ws_route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.1/03.02.change_ws_route.md -------------------------------------------------------------------------------- /CHANGELOG/1.1/04.error_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.1/04.error_management.md -------------------------------------------------------------------------------- /CHANGELOG/1.1/05.invalid token.md: -------------------------------------------------------------------------------- 1 | Better management of invalid token errors -------------------------------------------------------------------------------- /CHANGELOG/1.1/06.ssl.md: -------------------------------------------------------------------------------- 1 | Add ssl support -------------------------------------------------------------------------------- /CHANGELOG/1.1/date.md: -------------------------------------------------------------------------------- 1 | Apr 22th, 2020 -------------------------------------------------------------------------------- /CHANGELOG/1.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/01.check_command_before_run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/01.check_command_before_run.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/02.connect_checks_timeout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/02.connect_checks_timeout.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/03.connect_checks_not_responding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/03.connect_checks_not_responding.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/04.connect_checks_ssl_verify_fails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/04.connect_checks_ssl_verify_fails.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/05.executor_with_comma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/05.executor_with_comma.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/06.ssl_wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/06.ssl_wizard.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/07.doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/07.doc.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/E00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/E00.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/E01.nmap_multi_target.md: -------------------------------------------------------------------------------- 1 | Nmap executor now acepted multi target -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/E02.w3af_use_python2.md: -------------------------------------------------------------------------------- 1 | Fix W3af executor now uses python2 -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/E03.escape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/E03.escape.md -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/date.md: -------------------------------------------------------------------------------- 1 | Jun 22nd, 2020 -------------------------------------------------------------------------------- /CHANGELOG/1.2.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.2/01.package_executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2/01.package_executor.md -------------------------------------------------------------------------------- /CHANGELOG/1.2/02.signal.md: -------------------------------------------------------------------------------- 1 | Fix error when killed by signal -------------------------------------------------------------------------------- /CHANGELOG/1.2/03.close_connection.md: -------------------------------------------------------------------------------- 1 | Fix error when server close connection -------------------------------------------------------------------------------- /CHANGELOG/1.2/04.sslcert.md: -------------------------------------------------------------------------------- 1 | Fix error when ssl certificate does not exists -------------------------------------------------------------------------------- /CHANGELOG/1.2/05.config_folder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2/05.config_folder.md -------------------------------------------------------------------------------- /CHANGELOG/1.2/E00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2/E00.md -------------------------------------------------------------------------------- /CHANGELOG/1.2/date.md: -------------------------------------------------------------------------------- 1 | May 27th, 2020 -------------------------------------------------------------------------------- /CHANGELOG/1.2/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.2/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/1.multi_workspace.md: -------------------------------------------------------------------------------- 1 | An Agent can post data to multiples workspaces 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/2.migrate_in_run.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/2.migrate_in_run.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/3.fix_close_agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/3.fix_close_agent.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/4.page-size.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/4.page-size.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/E00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/E00.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/E01.fix_arachni.md: -------------------------------------------------------------------------------- 1 | Arachni executor generates reports in /tmp now 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/E02.fix_nmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/E02.fix_nmap.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/date.md: -------------------------------------------------------------------------------- 1 | Sep 3rd, 2020 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.3.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.1/1.proxy_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.1/1.proxy_setup.md -------------------------------------------------------------------------------- /CHANGELOG/1.3.1/E01.fix_nessus.md: -------------------------------------------------------------------------------- 1 | Fix default report name with the nessus executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.3.1/date.md: -------------------------------------------------------------------------------- 1 | Sep 7th, 2020 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.3.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.3.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/1.base_route.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/1.base_route.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/2.duration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/2.duration.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/E00.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/E00.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/E01_flags_nmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/E01_flags_nmap.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/E02_env_python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/E02_env_python.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/E03_scheme_http_s_nmap.md: -------------------------------------------------------------------------------- 1 | Fix nmap executor when http(s) scheme passed as target 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/date.md: -------------------------------------------------------------------------------- 1 | Dec 23rd, 2020 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.4.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.1/1.general_changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.1/1.general_changes.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.1/E1.wpscan_not_use_docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.1/E1.wpscan_not_use_docker.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.1/E2.fix_nuclei.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.1/E2.fix_nuclei.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.1/date.md: -------------------------------------------------------------------------------- 1 | Feb 17th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.4.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.2/1.plugins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.2/1.plugins.md -------------------------------------------------------------------------------- /CHANGELOG/1.4.2/date.md: -------------------------------------------------------------------------------- 1 | Feb 26th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.4.2/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.4.2/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/1.change_wizard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/1.change_wizard.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/2.v3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/2.v3.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/3.connectivity_endpoint.md: -------------------------------------------------------------------------------- 1 | MOD Connectivity endpoint is now `/_api/v3/info` 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/4.token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/4.token.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/5.update_host_input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/5.update_host_input.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/E1.update_openvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/E1.update_openvas.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/date.md: -------------------------------------------------------------------------------- 1 | Mar 30th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.5.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/1.5.1/1.fix_burp_executor.md: -------------------------------------------------------------------------------- 1 | FIX Burp executor parse the IP 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.5.1/date.md: -------------------------------------------------------------------------------- 1 | May 6th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/1.5.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/1.5.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/2.0.0/1.typing.md: -------------------------------------------------------------------------------- 1 | ADD Executor parameter typing 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.0.0/2.add_manifests_versioning.md: -------------------------------------------------------------------------------- 1 | ADD versioning for manifests from typing package 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.0.0/3.FIX_typo_in_wizard.md: -------------------------------------------------------------------------------- 1 | FIX typo in wizard 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.0.0/date.md: -------------------------------------------------------------------------------- 1 | Jun 29th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.0.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.0.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/1.add_reminder_for_token.md: -------------------------------------------------------------------------------- 1 | ADD Reminder message to run --token command after wizard 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/2.fix_dates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.0/2.fix_dates.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/3.manage_402.md: -------------------------------------------------------------------------------- 1 | FIX Receiving API error when faraday license is expired 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/E1.add_insightvm_executor.md: -------------------------------------------------------------------------------- 1 | ADD Executor for insightvm 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/E2.update_burp.md: -------------------------------------------------------------------------------- 1 | REMOVE Host and api from burp executor parameters 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/date.md: -------------------------------------------------------------------------------- 1 | Aug 9th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.0/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.0/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.1/1.add_option_ignore_ssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.1/1.add_option_ignore_ssl.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.1/2.redo_defaults_ports_after_ssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.1/2.redo_defaults_ports_after_ssl.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.1/date.md: -------------------------------------------------------------------------------- 1 | Aug 18th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.1/faraday_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.1/faraday_version.md -------------------------------------------------------------------------------- /CHANGELOG/2.1.2/add_script_to_nmap.md: -------------------------------------------------------------------------------- 1 | ADD script to nmap logic 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.2/date.md: -------------------------------------------------------------------------------- 1 | Oct 19th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.3/add_commands_to_wpscan.md: -------------------------------------------------------------------------------- 1 | Add --api-token --random-user-agent to wpscan 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.3/date.md: -------------------------------------------------------------------------------- 1 | Dec 13th, 2021 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.1.3/move_shodan_to_official.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.1.3/move_shodan_to_official.md -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/Add_timeout_parameter_to_arachni.md: -------------------------------------------------------------------------------- 1 | Add timeout parameter to arachni's executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/add w3af.md: -------------------------------------------------------------------------------- 1 | Add python2.7, w3af and its dependencies to docker image 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/add_ignore_info_and_hostname_resolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.2.0/add_ignore_info_and_hostname_resolution.md -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/date.md: -------------------------------------------------------------------------------- 1 | Jul 25th, 2022 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/fix_exectuors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.2.0/fix_exectuors.md -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/fix_logs.md: -------------------------------------------------------------------------------- 1 | Fix logs and change .format to fstrings 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/remove_ws.md: -------------------------------------------------------------------------------- 1 | Remove ws from dispatcher.yaml. 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.2.0/send_parameters_at_connection_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.2.0/send_parameters_at_connection_time.md -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/add_scan_functionality_to_insightvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.3.0/add_scan_functionality_to_insightvm.md -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/add_tags_for_plugins.md: -------------------------------------------------------------------------------- 1 | Add tags for plugins 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/add_vulners.md: -------------------------------------------------------------------------------- 1 | Add installation in docker file for nmap script: vulners 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/change_api_key.md: -------------------------------------------------------------------------------- 1 | Now the api-key from zap is a enviroment variable 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/change_venvs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.3.0/change_venvs.md -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/date.md: -------------------------------------------------------------------------------- 1 | Sep 5th, 2022 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.3.0/update_docs.md: -------------------------------------------------------------------------------- 1 | Update docs 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.4.0/Add_qualys.md: -------------------------------------------------------------------------------- 1 | Add Qualys executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.4.0/change_pgrep_for_psutil.md: -------------------------------------------------------------------------------- 1 | [MOD] Change pgrep for psutil in zap executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.4.0/date.md: -------------------------------------------------------------------------------- 1 | Oct 26th. 2022 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.0/add_sonar_executor.md: -------------------------------------------------------------------------------- 1 | [ADD] Add new Sonar Qube executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.0/add_tenableio_executor.md: -------------------------------------------------------------------------------- 1 | [ADD] Add tenableio executor 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.0/date.md: -------------------------------------------------------------------------------- 1 | Nov 30th, 2022 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.0/fix_gvm_executor.md: -------------------------------------------------------------------------------- 1 | [FIX] Make gvm executor compatible with new version of python-gvm 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.0/transform_to_str.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.5.0/transform_to_str.md -------------------------------------------------------------------------------- /CHANGELOG/2.5.1/allow_ip_target_for_nuclei.md: -------------------------------------------------------------------------------- 1 | [DEL] Now nuclei doesn't check if the target is an ip 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.1/date.md: -------------------------------------------------------------------------------- 1 | Jan 3rd, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.5.1/fixes_for_bandit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/2.5.1/fixes_for_bandit.md -------------------------------------------------------------------------------- /CHANGELOG/2.6.0/186.md: -------------------------------------------------------------------------------- 1 | [ADD] Add HCL Appscan executer #186 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.0/date.md: -------------------------------------------------------------------------------- 1 | July 7th, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.1/187.md: -------------------------------------------------------------------------------- 1 | [FIX] Now nuclei executor use -j flag instead of -json. #187 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.1/date.md: -------------------------------------------------------------------------------- 1 | July 20th, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.2/192.md: -------------------------------------------------------------------------------- 1 | [MOD] Now you can download a existing report in tenableio #192 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.2/date.md: -------------------------------------------------------------------------------- 1 | Aug 3rd, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.3/194.md: -------------------------------------------------------------------------------- 1 | [FIX] Check the code response for burp executor #194 2 | -------------------------------------------------------------------------------- /CHANGELOG/2.6.3/date.md: -------------------------------------------------------------------------------- 1 | Aug 24th, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.0.0/195.md: -------------------------------------------------------------------------------- 1 | [MOD] Now faraday-dispatcher works with socketio. #195 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.0.0/date.md: -------------------------------------------------------------------------------- 1 | Dec 13th, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.0.1/199.md: -------------------------------------------------------------------------------- 1 | [FIX] Fix on_diconnect method and limit python-socketio to 5.8.0 #199 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.0.1/date.md: -------------------------------------------------------------------------------- 1 | Dec 22th, 2023 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.2.0/206.md: -------------------------------------------------------------------------------- 1 | [ADD] Add dependabot agent. #206 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.2.0/date.md: -------------------------------------------------------------------------------- 1 | Feb 8th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/197.md: -------------------------------------------------------------------------------- 1 | [ADD] Add hotspots option to sonarqube. #197 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/203.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.3.0/203.md -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/208.md: -------------------------------------------------------------------------------- 1 | [ADD] New Github CodeQL agent. #208 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/209.md: -------------------------------------------------------------------------------- 1 | [ADD] Added new agent for Github Secret Scanning. #209 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/210.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.3.0/210.md -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/212.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.3.0/212.md -------------------------------------------------------------------------------- /CHANGELOG/3.3.0/date.md: -------------------------------------------------------------------------------- 1 | Mar 12th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.4.0/200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.4.0/200.md -------------------------------------------------------------------------------- /CHANGELOG/3.4.0/214.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.4.0/214.md -------------------------------------------------------------------------------- /CHANGELOG/3.4.0/216.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.4.0/216.md -------------------------------------------------------------------------------- /CHANGELOG/3.4.0/217.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.4.0/217.md -------------------------------------------------------------------------------- /CHANGELOG/3.4.0/date.md: -------------------------------------------------------------------------------- 1 | May 22th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.4.1/220.md: -------------------------------------------------------------------------------- 1 | [MOD] Plugins & Agent parameters types requirements updated. #220 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.4.1/date.md: -------------------------------------------------------------------------------- 1 | May 22th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.4.2/223.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.4.2/223.md -------------------------------------------------------------------------------- /CHANGELOG/3.4.2/date.md: -------------------------------------------------------------------------------- 1 | Jun 26th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.0/218.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.5.0/218.md -------------------------------------------------------------------------------- /CHANGELOG/3.5.0/date.md: -------------------------------------------------------------------------------- 1 | Jul 11th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.1/9999.md: -------------------------------------------------------------------------------- 1 | [FIX] Fix git log . #9999 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.1/date.md: -------------------------------------------------------------------------------- 1 | Jul 11th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.2/226.md: -------------------------------------------------------------------------------- 1 | [ADD] Added check after parsing report on Tenable IO. #226 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.2/date.md: -------------------------------------------------------------------------------- 1 | Aug 23rd, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.3/231.md: -------------------------------------------------------------------------------- 1 | [MOD] Changed type of TARGETS and PORT_LIST to list in Nmap agent. #231 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.5.3/date.md: -------------------------------------------------------------------------------- 1 | Oct 24th, 2024 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.6.0/238.md: -------------------------------------------------------------------------------- 1 | [FIX] Fixed connection issues. #238 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.6.0/242.md: -------------------------------------------------------------------------------- 1 | [MOD] Introduced an option to retrieve all completed scans from Tenable SC. #242 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.6.0/243.md: -------------------------------------------------------------------------------- 1 | [FIX] Added more options to the Cisco Cyber Vision executor. #243 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.6.0/date.md: -------------------------------------------------------------------------------- 1 | Jan 6th, 2025 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.7.0/247.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.7.0/247.md -------------------------------------------------------------------------------- /CHANGELOG/3.7.0/date.md: -------------------------------------------------------------------------------- 1 | May 19th, 2025 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.8.0/248.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.8.0/248.md -------------------------------------------------------------------------------- /CHANGELOG/3.8.0/date.md: -------------------------------------------------------------------------------- 1 | September 1st, 2025 -------------------------------------------------------------------------------- /CHANGELOG/3.9.0/190.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.9.0/190.md -------------------------------------------------------------------------------- /CHANGELOG/3.9.0/229.md: -------------------------------------------------------------------------------- 1 | [MOD][BREAKING] Changed parameter type of burp agent, TARGET_URL to list. #229 2 | -------------------------------------------------------------------------------- /CHANGELOG/3.9.0/249.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/3.9.0/249.md -------------------------------------------------------------------------------- /CHANGELOG/3.9.0/date.md: -------------------------------------------------------------------------------- 1 | October 8th, 2025 -------------------------------------------------------------------------------- /CHANGELOG/current/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CHANGELOG/footer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CHANGELOG/footer.md -------------------------------------------------------------------------------- /CONTRIBUTING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/CONTRIBUTING.rst -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/COPYING -------------------------------------------------------------------------------- /HISTORY.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/HISTORY.rst -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/RELEASE.md -------------------------------------------------------------------------------- /docker/plugins-docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/plugins-docker/Dockerfile -------------------------------------------------------------------------------- /docker/plugins-docker/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/plugins-docker/docker.sh -------------------------------------------------------------------------------- /docker/plugins-docker/requierments_w4af.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/plugins-docker/requierments_w4af.txt -------------------------------------------------------------------------------- /docker/publish/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/.dockerignore -------------------------------------------------------------------------------- /docker/publish/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/Dockerfile -------------------------------------------------------------------------------- /docker/publish/templates/template_dispatcher.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/templates/template_dispatcher.ini -------------------------------------------------------------------------------- /docker/publish/templates/template_dispatcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/templates/template_dispatcher.yaml -------------------------------------------------------------------------------- /docker/publish/templates/template_dispatcher_with_report.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/templates/template_dispatcher_with_report.ini -------------------------------------------------------------------------------- /docker/publish/templates/template_dispatcher_with_report.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docker/publish/templates/template_dispatcher_with_report.yaml -------------------------------------------------------------------------------- /docs/.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/.gitlab-ci.yml -------------------------------------------------------------------------------- /docs/docs/418.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/418.md -------------------------------------------------------------------------------- /docs/docs/CNAME: -------------------------------------------------------------------------------- 1 | docs.agents.faradaysec.com 2 | -------------------------------------------------------------------------------- /docs/docs/css/faraday_doc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/css/faraday_doc.css -------------------------------------------------------------------------------- /docs/docs/examples/new-custom-executor.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/docs/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/getting-started.md -------------------------------------------------------------------------------- /docs/docs/images/agent_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/agent_example.png -------------------------------------------------------------------------------- /docs/docs/images/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/arch.png -------------------------------------------------------------------------------- /docs/docs/images/arch_dispatcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/arch_dispatcher.png -------------------------------------------------------------------------------- /docs/docs/images/arch_executors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/arch_executors.png -------------------------------------------------------------------------------- /docs/docs/images/executor_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executor_example.png -------------------------------------------------------------------------------- /docs/docs/images/executors/qualys/check_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executors/qualys/check_profile.png -------------------------------------------------------------------------------- /docs/docs/images/executors/qualys/new_profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executors/qualys/new_profile.png -------------------------------------------------------------------------------- /docs/docs/images/executors/qualys/profileid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executors/qualys/profileid.png -------------------------------------------------------------------------------- /docs/docs/images/executors/sonarqube/generate_token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executors/sonarqube/generate_token.png -------------------------------------------------------------------------------- /docs/docs/images/executors/sonarqube/profile_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/executors/sonarqube/profile_icon.png -------------------------------------------------------------------------------- /docs/docs/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/favicon.png -------------------------------------------------------------------------------- /docs/docs/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/logo.svg -------------------------------------------------------------------------------- /docs/docs/images/token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/images/token.png -------------------------------------------------------------------------------- /docs/docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/index.md -------------------------------------------------------------------------------- /docs/docs/js/details.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/js/details.js -------------------------------------------------------------------------------- /docs/docs/misc/appscan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/misc/appscan.md -------------------------------------------------------------------------------- /docs/docs/misc/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/misc/docker.md -------------------------------------------------------------------------------- /docs/docs/misc/qualys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/misc/qualys.md -------------------------------------------------------------------------------- /docs/docs/misc/sonarqube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/misc/sonarqube.md -------------------------------------------------------------------------------- /docs/docs/misc/template_dispatcher.yaml: -------------------------------------------------------------------------------- 1 | ../../../docker/publish/templates/template_dispatcher.yaml -------------------------------------------------------------------------------- /docs/docs/misc/template_dispatcher_with_report.yaml: -------------------------------------------------------------------------------- 1 | ../../../docker/publish/templates/template_dispatcher_with_report.yaml -------------------------------------------------------------------------------- /docs/docs/misc/tenableio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/misc/tenableio.md -------------------------------------------------------------------------------- /docs/docs/technical/agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/technical/agents.md -------------------------------------------------------------------------------- /docs/docs/technical/arch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/docs/technical/arch.md -------------------------------------------------------------------------------- /docs/mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/docs/mkdocs.yml -------------------------------------------------------------------------------- /faraday_agent_dispatcher/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/__init__.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/main.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/utils/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/utils/exceptions.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/utils/general_inputs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/utils/general_inputs.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/utils/general_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/utils/general_prompts.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/utils/model_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/utils/model_load.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/cli/wizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/cli/wizard.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/config.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/dispatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/dispatcher.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/dispatcher_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/dispatcher_io.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/example_config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/example_config.ini -------------------------------------------------------------------------------- /faraday_agent_dispatcher/example_config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/example_config.yaml -------------------------------------------------------------------------------- /faraday_agent_dispatcher/executor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/executor.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/executor_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/executor_helper.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/logger.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/basic_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/basic_example.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/brainfuck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/brainfuck.sh -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/heroku_discovery_agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/heroku_discovery_agent.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/prowlerSample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/prowlerSample.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/responder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/responder.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/dev/rumble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/dev/rumble.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/appscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/appscan.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/arachni.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/arachni.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/burp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/burp.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/cisco_cybervision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/cisco_cybervision.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/codeql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/codeql.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/crackmapexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/crackmapexec.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/dependabot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/dependabot.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/github_secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/github_secrets.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/gvm_openvas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/gvm_openvas.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/insightvm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/insightvm.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/microsoft_defender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/microsoft_defender.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/nessus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/nessus.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/nikto2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/nikto2.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/nmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/nmap.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/nuclei.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/nuclei.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/openvas_legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/openvas_legacy.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/qualys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/qualys.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/report_processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/report_processor.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/shodan2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/shodan2.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/sonarqube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/sonarqube.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/sublist3r.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/sublist3r.sh -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/tenableio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/tenableio.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/tenablesc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/tenablesc.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/w3af.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/w3af.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/wpscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/wpscan.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/wpscan_legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/wpscan_legacy.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/static/executors/official/zap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/static/executors/official/zap.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/agent_configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/agent_configuration.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/control_values_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/control_values_utils.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/logging.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/metadata_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/metadata_utils.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/severity_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/severity_utils.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/text_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/text_utils.py -------------------------------------------------------------------------------- /faraday_agent_dispatcher/utils/url_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/faraday_agent_dispatcher/utils/url_utils.py -------------------------------------------------------------------------------- /setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/setup.cfg -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/data/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/data/basic_executor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/basic_executor.py -------------------------------------------------------------------------------- /tests/data/mock.pub: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/data/ok.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/ok.crt -------------------------------------------------------------------------------- /tests/data/ok.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/ok.key -------------------------------------------------------------------------------- /tests/data/old_version_inis/0.1.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/0.1.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/0.1_with_agent_token.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/0.1_with_agent_token.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.0.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.0_error0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.0_error0.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.0_error1.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.0_error1.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.0_with_agent_token.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.0_with_agent_token.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.2.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.2_with_agent_token.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.2_with_agent_token.ini -------------------------------------------------------------------------------- /tests/data/old_version_inis/1.5.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/old_version_inis/1.5.ini -------------------------------------------------------------------------------- /tests/data/test_config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/test_config.ini -------------------------------------------------------------------------------- /tests/data/wrong.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/data/wrong.crt -------------------------------------------------------------------------------- /tests/integration/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/integration/faraday/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/integration/faraday/test_execution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/integration/faraday/test_execution.py -------------------------------------------------------------------------------- /tests/plugins-docker/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/plugins-docker/test_executors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/plugins-docker/test_executors.py -------------------------------------------------------------------------------- /tests/unittests/.coveragerc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/.coveragerc -------------------------------------------------------------------------------- /tests/unittests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/unittests/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/unittests/config/agent_dispatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/config/agent_dispatcher.py -------------------------------------------------------------------------------- /tests/unittests/config/wizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/config/wizard.py -------------------------------------------------------------------------------- /tests/unittests/test_agent_dispatcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/test_agent_dispatcher.py -------------------------------------------------------------------------------- /tests/unittests/test_config_wizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/test_config_wizard.py -------------------------------------------------------------------------------- /tests/unittests/test_import_official_executors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/test_import_official_executors.py -------------------------------------------------------------------------------- /tests/unittests/wizard_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/unittests/wizard_input.py -------------------------------------------------------------------------------- /tests/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/utils/testing_faraday_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/utils/testing_faraday_server.py -------------------------------------------------------------------------------- /tests/utils/text_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tests/utils/text_utils.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/infobyte/faraday_agent_dispatcher/HEAD/tox.ini --------------------------------------------------------------------------------