diff --git a/README.md b/README.md index 63faca5..cefcd4f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Arachne +![arachne](/agent_icons/arachne.svg?width=300px) + Arachne is a webshell payload for Windows (aspx) and Linux (php). +When run alone, the arachne container reaches out to the specified URL to issue tasking. +When an agent links via P2P to an arachne agent, then that agent will remotely reach out to the specified URL to issue tasking. This version currently supports Mythic 2.3.+ and will update as necessary. It will not work with Mythic 2.2 and lower. diff --git a/documentation-payload/arachne/_index.md b/documentation-payload/arachne/_index.md index 95b6d1d..cf9b951 100644 --- a/documentation-payload/arachne/_index.md +++ b/documentation-payload/arachne/_index.md @@ -4,7 +4,7 @@ chapter = true weight = 100 +++ -![logo](/agents/arachne/arachne.svg?width=600px) +![logo](/agents/arachne/arachne.svg?width=300px) ## Summary diff --git a/documentation-payload/arachne/c2_profiles/_index.md b/documentation-payload/arachne/c2_profiles/_index.md index 8b72712..3ad5030 100644 --- a/documentation-payload/arachne/c2_profiles/_index.md +++ b/documentation-payload/arachne/c2_profiles/_index.md @@ -2,7 +2,7 @@ title = "C2 Profiles" chapter = true weight = 20 -pre = "3. " +pre = "2. " +++ # Available C2 Profiles diff --git a/documentation-payload/arachne/commands/_index.md b/documentation-payload/arachne/commands/_index.md index caa7fbd..967165d 100644 --- a/documentation-payload/arachne/commands/_index.md +++ b/documentation-payload/arachne/commands/_index.md @@ -2,14 +2,19 @@ title = "Commands" chapter = true weight = 15 -pre = "2. " +pre = "1. " +++ -![logo](/agents/arachne/arachne.svg?width=600px) +![logo](/agents/arachne/arachne.svg?width=300px) ## Table of Contents - * [printspoofer](/agents/arachne/commands/printspoofer/) - * [shinject](/agents/arachne/commands/shinject/) - * [socks](/agents/arachne/commands/socks/) - * [execute_pe](/agents/arachne/commands/execute_pe/) + * [cd](/agents/arachne/commands/cd/) + * [checkin](/agents/arachne/commands/checkin/) + * [download](/agents/arachne/commands/download/) + * [execute_assembly](/agents/arachne/commands/execute_assembly/) + * [ls](/agents/arachne/commands/ls/) + * [pwd](/agents/arachne/commands/pwd/) + * [rm](/agents/arachne/commands/rm/) + * [shell](/agents/arachne/commands/shell/) + * [upload](/agents/arachne/commands/upload/)