mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #1] [MERGED] [WIP] Add single raptor launcher for main process #15
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/1
Author: @Copilot
Created: 11/16/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @danielcuthbert
Base:
main← Head:copilot/add-single-raptor-launcher📝 Commits (3)
25c6f12Initial planc97feebAdd unified RAPTOR launcher with ASCII dinosaur banner4b538a1Add comprehensive documentation for extending the unified launcher📊 Changes
4 files changed (+863 additions, -40 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+132 -40)➕
docs/EXTENDING_LAUNCHER.md(+391 -0)➕
raptor.py(+337 -0)📄 Description
Unified RAPTOR Launcher Implementation - Complete
raptor.py- unified launcher with ASCII raptor bannerSummary
Successfully implemented a unified launcher (
raptor.py) that serves as a single entry point for all RAPTOR security testing capabilities. Key features:Features
✅ Single Entry Point:
python3 raptor.py <mode>for all operations✅ ASCII Raptor Banner: Eye-catching dinosaur banner on every launch
✅ Mode Routing: Supports scan, fuzz, web, agentic, codeql, and analyze modes
✅ Help System: Context-sensitive help with
raptor.py help <mode>✅ Easy Extension: Simple pattern to add new engines/scanners
✅ Backward Compatible: All original scripts (raptor_agentic.py, etc.) still work
Testing
All tests pass:
Documentation
User Experience
Users can now run:
Instead of having to remember individual script paths. Adding new engines is now trivial - just add a mode handler function and register it.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.