7 lines
345 B
Plaintext
7 lines
345 B
Plaintext
metaxploit = include_lib("/lib/metaxploit.so")
|
|
if not metaxploit then
|
|
metaxploit = include_lib(current_path + "/metaxploit.so")
|
|
end if
|
|
if not metaxploit then exit("Error: Can't find metaxploit library in the /lib path or the current folder")
|
|
server = user_input("Enter IP of Rshell_server: ")
|
|
metaxploit.rshell_client(server,1222,"Terminal") |