mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-18 07:11:12 +02: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!";
|
|
}
|
|
}
|
|
}
|