Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 971 Bytes

readme.md

File metadata and controls

26 lines (18 loc) · 971 Bytes

Aggressor Script Examples

This repository contains tips, tricks, and examples of aggressor script functions. The intent is to share bite size examples that can be used in other scripts.

Index

Item Description
autoload_script.md options to auto load aggressor scripts
data_models.cna example of interating with and extracting data from the Cobalt Strike data models
random_string.cna functions to generate random data (i.e., random string generator)

Contribute

If you'd like to contribute..

  • Submit a pull request
  • Do no include complex scripts with multiple components. The intent is to provide quick references
  • Update the index
  • Keep content organized

References