From 47b4c5cbaaf3afb9f08fa4ddb787365a1647fb13 Mon Sep 17 00:00:00 2001 From: Lucas Lemos Date: Fri, 16 Feb 2024 18:17:36 -0300 Subject: [PATCH 1/2] fix: wrapping of commands in smaller screens --- assets/scss/list.scss | 21 +++++++++++++++++---- content/linux.md | 4 ++-- content/osx.md | 3 ++- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/assets/scss/list.scss b/assets/scss/list.scss index caa8386..82176d9 100644 --- a/assets/scss/list.scss +++ b/assets/scss/list.scss @@ -1,9 +1,22 @@ -#linux-command { - width: 35%; +@media (max-width: 1440px) { + #linux-command { + width: 80%; + font-size: 80%; + } + + #osx-command { + width: 50%; + } } -#osx-command { - width: 17%; +@media (min-width: 1440px) { + #linux-command { + width: 60%; + } + + #osx-command { + width: 27%; + } } code > button { diff --git a/content/linux.md b/content/linux.md index 85591c0..940568e 100644 --- a/content/linux.md +++ b/content/linux.md @@ -6,7 +6,7 @@ layout: list **Step 1.** Download ASHIRT for Linux [here]({{}}) -**Step 2.** Set the executable bit on the downloaded app image: -            chmod +x{{< fetch-ashirt-version template="ashirt-%s-x86_64.AppImage" >}} +**Step 2.** Set the executable bit on the downloaded app image:\ +chmod +x{{< fetch-ashirt-version template="ashirt-%s-x86_64.AppImage" >}} **Step 3.** Launch Ashirt application \ No newline at end of file diff --git a/content/osx.md b/content/osx.md index c5b314b..b07acf5 100644 --- a/content/osx.md +++ b/content/osx.md @@ -10,4 +10,5 @@ layout: list **Step 3.** Move ashirt app into your local applications folder -**Step 4.** Launch the Ashirt application using the folder through spotlight or with your terminal using the command: open -a ashirt \ No newline at end of file +**Step 4.** Launch the Ashirt application using the folder through spotlight or with your terminal using the command:\ +open -a ashirt \ No newline at end of file From 86ea4e07d13a7c5290604541f1706f94db70a8f1 Mon Sep 17 00:00:00 2001 From: Lucas Lemos Date: Mon, 19 Feb 2024 08:49:33 -0300 Subject: [PATCH 2/2] feat: add online chat support and FAQs --- content/support.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/content/support.md b/content/support.md index 34e810c..f619890 100644 --- a/content/support.md +++ b/content/support.md @@ -11,17 +11,9 @@ layout: faq
-## Contact Email - -exampleemail@support.ashirt.com - -
- -
- ## Online Chat -link to support chat messaging +[Online Chat (Discord)](https://discord.gg/ymcW6sRveX)
@@ -33,25 +25,28 @@ link to support chat messaging
-## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? +## Who is ASHIRT for? -Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ +- _ASHIRT was developed by the Yahoo Red Team to reduce friction of reporting during engagements. ASHIRT allows operators to quickly submit relevant evidence without switching screens._ +- _No more dragging and dropping screenshots into a shared folder or document. No more saving recordings to a shared file folder._
-## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? +## Why should I use ASHIRT? -Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ +- It allows multiple operators to capture and place that evidence into a coherent timeline of events. +- It serves as an automatic synchronization point for different members and stakeholders to instantly get visibility into what is happening.
-## Question example, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor? +## What does ASHIRT do for Blue Teams? -Solution: _Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor_ +- _It improves collaboration, allowing network defenders to see exactly what happened, when it happened, and most importantly how._ +- _When the Blue Team wants to recreate an attack, structure a hunt, or build detections, ASHIRT lays an easy-to-follow timeline to reference. One Paranoids' network defender said, "It's not quite being in the attacker's shoes, but it's pretty dang close."_
\ No newline at end of file