-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #437 from mitre/magma
merge magma vue into master
- Loading branch information
Showing
3 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<script setup></script> | ||
|
||
<template lang="pug"> | ||
.content | ||
h2 Sandcat | ||
p A coordinated access trojan (CAT) | ||
hr | ||
|
||
.content | ||
p | ||
| The Sandcat agent is a program that can easily be deployed on any computer, upon which, | ||
| will form a persistent connection back, allowing an operator to execute adversary | ||
| emulation exercises. Sandcat communicates with the server over HTTP(S) by default. | ||
p.has-text-weight-bold To deploy a Sandcat agent, go to the Agents tab. | ||
</template> |