init
This commit is contained in:
7
Checkpoint.src
Normal file
7
Checkpoint.src
Normal file
@@ -0,0 +1,7 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user