9olidity_MCP-Server-Pentest
If you are the rightful owner of 9olidity_MCP-Server-Pentest and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server Pentest is a tool designed for automatic detection of web vulnerabilities and interaction with web pages through a browser context.
MCP Server Pentest is a comprehensive tool for security testing of web applications. It automates the detection of common vulnerabilities such as XSS and SQL injection, and provides tools for interacting with web pages in a browser context. This includes navigation, form filling, and capturing screenshots. The tool is built on top of Playwright, allowing for robust browser automation and testing capabilities. It is designed to be easily integrated into existing workflows, with a straightforward installation and configuration process.
Features
- Automatic detection of XSS and SQL vulnerabilities
- Ability to capture screenshots of web pages or specific elements
- Comprehensive network interaction including navigation and form filling
- Console log monitoring for debugging and analysis
- Execution of JavaScript in the browser context
Tools
broser_url_reflected_xss
Test the URL for XSS vulnerability
browser_url_sql_injection
Test the URL for SQL injection vulnerability
browser_navigate
Navigate to any URL in your browser
browser_screenshot
Capture screenshots of entire page or specific elements
browser_click
Use the CSS selector to click on an element on the page
browser_click_text
Click on elements on the page with text content
browser_hover
Elements hovering on page using CSS selector
browser_hover_text
Elements hovering over page with text content
browser_fill
Fill in the input field
browser_select
Select an option in the SELECT element using the CSS selector
browser_select_text
Select an option in the SELECT element through text content
browser_evaluate
Execute JavaScript in the browser console