CuriousLearnerDev/Online_Tools-AI

一个面向 Web 版桌面 安全测试的 AI Agent 平台,集成侦察、分析、规划、工具调用与反馈学习,实现自主完成渗透测试工作流An AI Agent platform for web-based security testing, integrating reconnaissance, analysis, planning, tool orchestration, and feedback-driven learning to autonomously execute penetration testing workflows.

51Stars on the repository
59Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP web security checker for archive extraction, such as unpacking ZIP files. It checks whether archive paths can escape the intended folder, a problem known as Zip Slip or path traversal.

51 1mo ago A 72 tokens

php-audit-pipeline

02

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A multi-file PHP web security audit pipeline that coordinates several specialized checks. It uses sink types, meaning risky operations where untrusted data may cause harm, to choose the relevant audits.

51 1mo ago A 71 tokens

php-auth-audit

03

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP web security checker for authentication and authorization code. Authentication verifies who a user is; authorization controls what that user may access.

51 1mo ago A 51 tokens

php-cmd-audit

04

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for command injection. It traces user-controlled input into functions that run operating-system commands, such as exec or system.

51 1mo ago A 61 tokens

php-config-audit

06

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP web configuration security checker. It reviews settings such as cross-origin access rules, error display, debugging, security headers, and risky runtime options.

51 1mo ago A 58 tokens

php-crlf-audit

07

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP web security checker for CRLF and HTTP response-splitting flaws. These flaws can occur when user input reaches response headers with unsafe line-break characters.

51 1mo ago A 57 tokens

php-crypto-audit

08

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for cryptography and secret-key safety. It reviews hashing, encryption, embedded keys, and signature verification.

51 1mo ago A 58 tokens

php-csrf-audit

09

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for PHP web source code that checks protection against cross-site request forgery (CSRF), an attack that tricks a logged-in user into changing data.

51 1mo ago A 63 tokens

php-deser-audit

10

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for PHP web source code that checks for unsafe object deserialization, where data is turned back into PHP objects.

51 1mo ago A 61 tokens

php-expr-audit

12

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code auditing tool for expression injection, where user-controlled text is evaluated as an expression and may run sensitive operations.

51 1mo ago A 69 tokens

php-file-read-audit

13

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security audit tool for PHP web source code that checks for arbitrary file reads and path traversal. Path traversal is a flaw that can let someone access files outside the intended folder.

51 1mo ago A 57 tokens

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security review tool for PHP code that performs file-system operations such as creating, deleting, linking, or changing permissions on files and folders.

51 1mo ago A 78 tokens

php-laravel-audit

17

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A white-box security-audit skill for Laravel applications. Laravel is a PHP framework, and the audit checks framework-specific areas such as permissions, request forgery protection, sessions, model assignment, and template output.

51 1mo ago A 78 tokens

php-ldap-audit

18

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A security-audit skill for PHP web source code that checks for LDAP injection. LDAP is a directory system, and injection can happen when user-controlled text changes a directory search or record path.

51 1mo ago A 61 tokens

php-logging-audit

19

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP security audit tool for application logs and monitoring. It checks whether security events are recorded safely, whether sensitive data is logged, and whether logs and alerts can be forged or fail to work.

51 1mo ago A 71 tokens

php-logic-audit

20

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for business-logic flaws: mistakes in how an application handles steps, states, payments, or data updates. It covers issues beyond basic login and permission checks.

51 1mo ago A 73 tokens

php-nosql-audit

21

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for NoSQL injection, where untrusted input changes a document-database query. It focuses on MongoDB or DocumentDB query construction and operators such as `$gt`, `$ne`, and `$where`.

51 1mo ago A 63 tokens

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code checker for open redirects, where user-controlled input sends a visitor to an unintended website. It follows redirect destinations into `Location` headers and redirect functions and reviews validation and allowlists.

51 1mo ago A 60 tokens

php-route-mapper

23

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code analyzer that lists web entry routes and their parameters. It produces request templates and a complete parameter list for those routes.

51 1mo ago A 44 tokens

php-route-tracer

24

CuriousLearnerDev/Online_Tools-AI

Skill Claude CodeCodex

A PHP source-code data-flow tracer that follows a chosen web route from its handler to a final sensitive operation, called a sink. It tracks parameters and variables and reports whether user input can control them, without declaring a vulnerability.

51 1mo ago A 60 tokens