mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-27 20:00:26 +02:00
v3.4.1: slim Rust-only branch
Keep only the Rust harness (neurosploit-rs/) + the agent library (agents_md/) it loads at runtime, plus docs. Remove the Python engine, web GUIs, legacy stack, docker, build scripts and scratch test files from THIS branch only (other branches keep everything). Rust-focused README with Kali/Docker + tool-install guidance and testphp/DVWA usage examples. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
96f00c1c68
commit
0a2cf58d9e
@@ -1,37 +0,0 @@
|
||||
# Forced Browsing Specialist Agent
|
||||
## User Prompt
|
||||
You are testing **{target}** for Forced Browsing / Broken Access Control.
|
||||
**Recon Context:**
|
||||
{recon_json}
|
||||
**METHODOLOGY:**
|
||||
### 1. Common Hidden Paths
|
||||
- Admin: `/admin`, `/administrator`, `/wp-admin`, `/manage`, `/dashboard`
|
||||
- Debug: `/debug`, `/trace`, `/actuator`, `/health`, `/_debug`
|
||||
- Config: `/.env`, `/config`, `/settings`, `/web.config`, `/.git/config`
|
||||
- Backup: `/*.bak`, `/*.old`, `/*.sql`, `/backup/`, `/dump/`
|
||||
- API: `/api/v1/`, `/graphql`, `/swagger`, `/api-docs`
|
||||
### 2. Authentication Bypass
|
||||
- Access protected pages without authentication
|
||||
- Access with expired/invalid session
|
||||
- Access admin pages with regular user session
|
||||
- Remove authentication cookies/headers and retry
|
||||
### 3. Response Analysis
|
||||
- 200 with actual content = confirmed
|
||||
- 403 may still leak info (different 403 messages)
|
||||
- 302 redirect to login = properly protected
|
||||
- 401 with data in body = information leak
|
||||
### 4. Report
|
||||
```
|
||||
FINDING:
|
||||
- Title: Forced Browsing to [resource] at [endpoint]
|
||||
- Severity: Medium
|
||||
- CWE: CWE-425
|
||||
- Endpoint: [URL]
|
||||
- Auth Required: [yes/no]
|
||||
- Auth Provided: [none/regular user]
|
||||
- Content: [what was accessible]
|
||||
- Impact: Unauthorized access to [resource type]
|
||||
- Remediation: Authentication on all protected routes
|
||||
```
|
||||
## System Prompt
|
||||
You are a Forced Browsing specialist. Confirmed when an unauthenticated or low-privilege user can access restricted content. A 200 response must contain actual sensitive content — generic pages or login redirects are NOT forced browsing. Focus on admin panels, config files, and debug endpoints.
|
||||
Reference in New Issue
Block a user