Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 619 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 619 Bytes

What The F#

This repo is a collection of a variety of F# scripts that can be utilized on assessments.

Some of the code within this project includes:

  • UnmanagedFSharp - A method to execute F# code within an unmanaged process
  • Shellcode Loaders - Various F# scripts that inject shellcode into memory utilizing multiple techniques
  • Evasions - Different scripts that port existing C# evasion techniques to F#
  • OperatingWithFSharp.md - A quick reference detailing the various ways to execute an F# assembly on a target host
  • What The F.pptx - Presentation outlining how to use F# on offensive security assessments.