Moxy is an open-source DAST tool designed for modern web application security testing. It provides an easy-to-use interface with agentic capabilities to assist and automate pentesting workflows.
Stars
88
Forks
5
Watchers
88
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
Enhance host input parsing in RequestFilters and HomeTab components. Implement a utility function to parse URLs and extract hostnames, ensuring proper handling of default ports. Update host addition logic to utilize the new parsing method for improved accuracy and consistency.
ac7ff40View on GitHubAdd spell check and autocomplete attributes to input fields in HomeTab and ResenderTab components to enhance user experience and prevent unwanted text corrections.
4e01e20View on GitHubAdd prerequisites section to README, detailing the installation of the `uv` package for managing Python dependencies in the backend. Update instructions for running the backend server to include dependency installation.
11517c6View on GitHubAdd confirmation dialog for clearing all requests in HomeTab component. Integrate AlertDialog for user confirmation before deletion, updating state and notifications accordingly.
0c59a89View on GitHubAdd delete request functionality to RequestList and HomeTab components. Implement onDelete prop in RequestList and handle request deletion in HomeTab, including state updates and user notifications.
a444ef9View on GitHubAdd request filters functionality to the backend and frontend, enabling users to save and retrieve request filters for projects. Implement pagination for project requests in the API and enhance the RequestList component to display order numbers. Update HomeTab to manage filters and pagination state effectively.
be6867dView on GitHubUpdate Docker image versioning in workflow to use short SHA format for branch prefix
d186688View on GitHubAdd Docker image build and publish workflow, and update README with Docker usage instructions
3315caaView on GitHubAdd Docker support with Dockerfile and docker-compose.yml, and create .dockerignore and .gitignore files. Update README for Docker deployment instructions. Enhance backend to serve frontend static files and check AI configuration status in the frontend components.
172b361View on GitHubImplement project database import functionality, allowing users to upload .db files via a new API endpoint. Enhance the frontend with an import dialog and file selection feature. Update database paths to store the main database within the projects_data directory, and add utility functions for listing available databases.
267ed8dView on GitHubImplement text search functionality in RequestFilters and HomeTab components, allowing users to filter requests based on search text and scope (request/response). Update polling interval in AgentTab for improved responsiveness. Remove demoData.ts as it is no longer needed.
9d68793View on GitHubEnhance HttpViewer component by integrating parseHttpContent function to parse and display HTTP content more effectively. Update rendering logic to handle empty content, headers, and body separately for improved user experience.
c7e3598View on GitHubRemove debug logging from RequestList and HomeTab components to clean up the code and improve performance.
30ee8aeView on GitHubRefactor cURL generation by moving the function to requestTransform.ts, enhancing its logic to handle headers and URLs more effectively. Update HomeTab and RequestList components to utilize the new generateCurl function, and add a copy request feature in HomeTab for improved user experience.
bae6c00View on GitHub