Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 798 Bytes

File metadata and controls

23 lines (16 loc) · 798 Bytes

OffSec Scripts

This repository contains a collection of scripts useful during offsec activities, to automate tasks, translate actions that can be trivial in a controlled environment but tedious in a restricted one, etc.

The scripts are categorized as follow:

  • Linux
  • Windows
  • Virtual environments
  • Misc

Each script comes with a README explaining the requirements, installation method, execution environment and general functioning.

New script git workflow

  • Create a feature branch : new-script-\<script-name\>
  • Commit changes to this feature branch
  • Merge the branch when the script is complete

Script modification git workflow

  • Create a feature branch : modif-script-\<script-name\>
  • Commit changes to this feature branch
  • Merge the branch when the script is complete