From 818f6377b679aeb2a987e1b3f6af50c5c8b844fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=95Alexander=20Rymdeko-Harvey?= <8761706+killswitch-GUI@users.noreply.github.com> Date: Sat, 17 Aug 2019 21:00:18 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33b1dcc..b16891e 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A C# toolset to support offensive operators to triage, asses and make intelligent able decisions. Provided operators access to toolsets that can be integrated into other projects and workflow throughout a Red Team, Pentest or host investigation. ## Tool TOC (Table of Contents) -| Tool Code Name | Type | .NET Framework | Usage/README | Description | -| :------------: | :----: | :-------------: | :----------: | :---------: | -| [HastyArp](#hastyarp) | ENUM | 3.5 | [README.md](HastyArp/README.md) | This project aims to provide a user with the ability to perform MiniDumps of a process as well as a raw mem dump. This provides operators with multiple choices to achieve access to process memory space. +| Tool Code Name | Type | .NET Framework | Usage/README | +| :------------: | :----: | :-------------: | :----------: | +| [HastyArp](#hastyarp) | ENUM | 3.5 | [README.md](HastyArp/README.md) | ### HastyArp This project aims to provide a user with the ability to perform * From b8c2362c8bcc0eb9d997dcd4b650c8e42bbf589c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=95Alexander=20Rymdeko-Harvey?= <8761706+killswitch-GUI@users.noreply.github.com> Date: Sat, 17 Aug 2019 22:22:10 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b16891e..f252134 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,78 @@ | Master | [![Build Status](https://travis-ci.com/obscuritylabs/HastySeries.svg?token=WijX13S3UsZRzVurRNNm&branch=master)](https://travis-ci.com/obscuritylabs/HastySeries) | [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) | [![Gitter](https://badges.gitter.im/HastySeries/community.svg)](https://gitter.im/HastySeries/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) | [![HitCount](http://hits.dwyl.io/obscuritylabs/OS-CFDB.svg)](http://hits.dwyl.io/obscuritylabs/HastySeries)| # HastySeries -A C# toolset to support offensive operators to triage, asses and make intelligent able decisions. Provided operators access to toolsets that can be integrated into other projects and workflow throughout a Red Team, Pentest or host investigation. +A C# toolset to support offensive operators to triage, asses and make intelligent able decisions. Provided operators access to toolsets that can be integrated into other projects and workflow throughout a Red Team, Pentest or host investigation. We built this toolset over a period of a few days, hence the tool prefix of "Hasty". + ## Tool TOC (Table of Contents) -| Tool Code Name | Type | .NET Framework | Usage/README | -| :------------: | :----: | :-------------: | :----------: | -| [HastyArp](#hastyarp) | ENUM | 3.5 | [README.md](HastyArp/README.md) | +| Tool Code Name | Type | .NET Framework | Usage/README | +| :------------------------------: | :-----------: | :-------------: | :------------------------------------: | +| [HastyArp](#hastyarp) | ENUMERATION | 3.5 | [README.md](HastyArp/README.md) | +| [HastyDrives](#hastydrives) | ENUMERATION | 3.5 | [README.md](HastyDrives/README.md) | +| [HastyDump](#hastydump) | COLLECTION | 3.5 | [README.md](HastyDump/README.md) | +| [HastyFixup](#hastyfixup) | OPSEC | 3.5 | [README.md](HastyFixup/README.md) | +| [HastyLogging](#hastylogging) | SA | 3.5 | [README.md](HastyLogging/README.md) | +| [HastyNslookup](#hastynslookup) | ENUMERATION | 3.5 | [README.md](HastyNslookup/README.md) | +| [HastyPing](#hastyping) | ENUMERATION | 3.5 | [README.md](HastyPing/README.md) | +| [HastyShellcode](#hastyshellcode)| EXECUTION | 3.5 | [README.md](HastyShellcode/README.md)| +| [HastyShot](#hastyshot) | COLLECTION | 3.5 | [README.md](HastyShot/README.md) | + +## HastyArp + +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform arp requests. This project uses the `IpHlpApi.dll` for native functionality. + +## HastyDrives -### HastyArp -This project aims to provide a user with the ability to perform * +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform lists drives on execution system. This project uses `System.IO` namespace to easily accomplish this. + +## HastyDump + +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform collection operations to perform MiniDumps of a process as well as a raw mem dump. This provides operators with multiple choices to achieve access to process memory space. -### HastyDump -This project aims to provide a user with the ability to perform MiniDumps of a process as well as a raw mem dump. This provides operators with multiple choices to achieve access to process memory space. - ### HastyFixup -### HastyLoader -test +## HastyLogging + +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform situational awareness operations of auditing settings. This project uses a mix of built in and native functionality. + +## HastyNslookup + +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform nslookup enumeration operations. This project uses `System.Net` namespace to easily accomplish this. + +## HastyPing + +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform ping enumeration operations. This project uses `System.Net` namespace to easily accomplish this. + +## HastyShellcode + +## HastyShot -### HastyShellcode +**Type:** ENUMERATION +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyArp/README.md) +*** +This project aims to provide a user with the ability to perform collection operations of auditing settings. This project uses a mix of built in and native functionality. From fe71752c7ece61fa94a7b49cfd2f02d3a5d84274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=95Alexander=20Rymdeko-Harvey?= <8761706+killswitch-GUI@users.noreply.github.com> Date: Sat, 17 Aug 2019 22:33:57 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f252134..74edf59 100644 --- a/README.md +++ b/README.md @@ -22,61 +22,59 @@ A C# toolset to support offensive operators to triage, asses and make intelligen | [HastyShot](#hastyshot) | COLLECTION | 3.5 | [README.md](HastyShot/README.md) | ## HastyArp - **Type:** ENUMERATION **.NET Framework:** 3.5 **Usage/README:** [README.md](HastyArp/README.md) -*** + This project aims to provide a user with the ability to perform arp requests. This project uses the `IpHlpApi.dll` for native functionality. ## HastyDrives - **Type:** ENUMERATION **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) -*** +**Usage/README:** [README.md](HastyDrives/README.md) + This project aims to provide a user with the ability to perform lists drives on execution system. This project uses `System.IO` namespace to easily accomplish this. ## HastyDump - -**Type:** ENUMERATION +**Type:** COLLECTION **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) -*** +**Usage/README:** [README.md](HastyDump/README.md) + This project aims to provide a user with the ability to perform collection operations to perform MiniDumps of a process as well as a raw mem dump. This provides operators with multiple choices to achieve access to process memory space. -### HastyFixup +## HastyFixup +**Type:** OPSEC +**.NET Framework:** 3.5 +**Usage/README:** [README.md](HastyFixup/README.md) -## HastyLogging +This project aims to provide a user with the ability to perform OPSEC operations on the tools provided in this repo. The tools help XOR strings, PE Fixups etc. -**Type:** ENUMERATION +## HastyLogging +**Type:** SA **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) -*** +**Usage/README:** [README.md](HastyLogging/README.md) + This project aims to provide a user with the ability to perform situational awareness operations of auditing settings. This project uses a mix of built in and native functionality. ## HastyNslookup - **Type:** ENUMERATION **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) +**Usage/README:** [README.md](HastyNslookup/README.md) *** This project aims to provide a user with the ability to perform nslookup enumeration operations. This project uses `System.Net` namespace to easily accomplish this. ## HastyPing - **Type:** ENUMERATION **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) -*** +**Usage/README:** [README.md](HastyPing/README.md) + This project aims to provide a user with the ability to perform ping enumeration operations. This project uses `System.Net` namespace to easily accomplish this. ## HastyShellcode ## HastyShot - -**Type:** ENUMERATION +**Type:** COLLECTION **.NET Framework:** 3.5 -**Usage/README:** [README.md](HastyArp/README.md) -*** +**Usage/README:** [README.md](HastyShot/README.md) + This project aims to provide a user with the ability to perform collection operations of auditing settings. This project uses a mix of built in and native functionality.