Files
greyhack/source/locallib.src.disabled
2026-05-19 20:10:37 +02:00

6 lines
238 B
Plaintext

if params[0] == "-h" or params[0] == "--help" then
current_program = get_shell.host_computer.File(program_path)
exit("Usage: "+current_program.name+" <remote ip> <remote port> <address> <data>")
end if
mx = include_lib("metaxploit.so")