MCPcopy Create free account
hub / github.com/F12FLASH/CTF / ExploitGuideProps

Interface ExploitGuideProps

8.The Black Hole/client/src/components/ExploitGuide.tsx:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { ExploitStep } from "@shared/schema";
7
8interface ExploitGuideProps {
9 steps: ExploitStep[];
10}
11
12export function ExploitGuide({ steps }: ExploitGuideProps) {
13 const { language, t } = useLanguage();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected