This commit is contained in:
2025-02-01 22:00:20 +01:00
commit 855a8e8234
8 changed files with 314 additions and 0 deletions

7
greyhack/Checkpoint.src Normal file
View 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")