mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-15 02:35:54 +01:00
11 lines
173 B
C#
Executable File
11 lines
173 B
C#
Executable File
namespace MSF.Powershell.Sample
|
|
{
|
|
public class HelloWorld
|
|
{
|
|
public string Run()
|
|
{
|
|
return "Hello, world!";
|
|
}
|
|
}
|
|
}
|