Skip to content

Commit

Permalink
feat: add magma view
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieScottC committed Dec 7, 2023
1 parent b1dfaf6 commit 71738c1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gui/views/sandcat.vue
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>

0 comments on commit 71738c1

Please sign in to comment.