Skip to content

Commit

Permalink
Merge pull request #9 from obscuritylabs/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
killswitch-GUI authored Aug 17, 2019
2 parents 8112308 + 038117a commit ab11af6
Showing 1 changed file with 67 additions and 13 deletions.
80 changes: 67 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,76 @@
| 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 | 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) | 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
**Type:** ENUMERATION
**.NET Framework:** 3.5
**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:** COLLECTION
**.NET Framework:** 3.5
**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
**Type:** OPSEC
**.NET Framework:** 3.5
**Usage/README:** [README.md](HastyFixup/README.md)

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.

## HastyLogging
**Type:** SA
**.NET Framework:** 3.5
**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](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](HastyPing/README.md)

### HastyArp
This project aims to provide a user with the ability to perform *
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.

### 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
## HastyShellcode

### HastyLoader
test
## HastyShot
**Type:** COLLECTION
**.NET Framework:** 3.5
**Usage/README:** [README.md](HastyShot/README.md)

### HastyShellcode
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.

0 comments on commit ab11af6

Please sign in to comment.