1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-18 15:14:10 +01:00

11 lines
173 B
C#
Executable File

namespace MSF.Powershell.Sample
{
public class HelloWorld
{
public string Run()
{
return "Hello, world!";
}
}
}