Applications
Metafang
Metafang is a small C# application with a GTK UI that interfaces with a Metasploit RPC service in order to generate cross-platform .NET executables that execute x86/x86_64 assembly payloads based on operating system and architecture.
Source code: Metafang on Github
Libraries
OpenVAS OMP C# bindings
Small library which implements the OMP protocol in C# allowing programmatic automation of the vulnerability management system OpenVAS.
Source code: openvas-sharp on Github
Nexpose XML and REST C# bindings
Small library which implements the Nexpose XML and REST APIs allowing programmatic automation of the vulnerability management system Nexpose.
Source code: nexpose-sharp on Github
Arachni RPC C# bindings
Small library which implements core Arachni RPC functionality in C# using MSGPACK.
Source code: arachni-sharp on Github
Metasploit RPC C# bindings
Small library reliant on MSGPACK that allows programmatic automation of the Metasploit MSGRPC service.
Source code: metasploit-sharp on Github
ClamAV C# bindings
Small library implementing both libclamav bindings via P/Invoke and network-enabled clamd bindings.
Source code: clam-sharp on Github
Sqlmap REST C# bindings
Small library implementing the sqlmap REST API for programmatic automation of SQL injection exploitation tool.
Source code: sqlmap-sharp on Github
Offline registry C# library
This is the library that powers the registry reading application. It allows easy access to offline NT hives programmatically.
Source code: ntreg-sharp on Github
Cuckoo Sandbox REST C# bindings
Small library that enables you to programmatically drive a cuckoo sandbox instance via the RESTful API.
Source code: cuckoo-sharp on Github