Skip to content

HaX is an AI-powered Cybersecurity tool designed to detect website vulnerabilities.

License

Notifications You must be signed in to change notification settings

tarekmulla/hax-desktop

Repository files navigation

Snyk Security Python Linting Unit Tests

HaX Desktop tool

HaX is an AI-powered Cybersecurity tool designed to detect website vulnerabilities. Its cloud connection enhances capabilities for advanced analytics and modeling.

design

About the project

This tool is expertly designed for ethical hacking, using intelligent cyber attack simulations to identify successful outcomes. It uploads results to the cloud for advanced data analytics, refining models for future attacks.

design

🧰 Tech stack

The application uses the following technology and tools.

Technology / Tool Purpose
Python Build the atcual application
TKinter Python package (“Tk interface”) to build the GUI interface
Github actions Automation pipelines
Snyk Security check (SAST analysis, and SCA analysis)
CodeQL Discover vulnerabilities across the codebase
Dependabot Send alert when the repository is using a dependency with a known vulnerability
flake8 Python linting tool
mypy Python static type checker
isort modules import organizer
pylint Python static code analyser

How do I get set up?

Feel free to clone the repository and create your own version of the application. However, kindly note that the source code is licensed under the GPL-3.0 license. To learn more about the license and its terms, please refer to the complete license documentation available here.

Deployment prerequisites

Before running the application, make sure to meet the following requirements: Note: Those steps are working for both macOS, and Linux

  • Download and install python latest version, check here.
  • Install pip, check here.
  • Install TKinter brew install python-tk or make install-tk. Note: You need to have brew installed.
  • Install poetry, check here.
  • Install all dependencies by running poetry install, the command will create a virtual environment, to understand how poetry works please refer to this documentation.
  • You can run pytest using command poetry run pytest
  • To run the package you can use command poetry run python haxdesktop/main.py

Who do I talk to?

You can contact us directly using one of the following: