nmap fix, get_shell made, print specific lib/version
This commit is contained in:
17
get_shell.src
Normal file
17
get_shell.src
Normal file
@@ -0,0 +1,17 @@
|
||||
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")
|
||||
net_session = metaxploit.net_use("99.3.9.142",80)
|
||||
|
||||
if not net_session then exit("Error: can't connect to net session")
|
||||
metaLib = net_session.dump_lib
|
||||
result = metaLib.overflow("0x7D764A89","olor_buttonshowbuttonim")
|
||||
|
||||
|
||||
if not result then exit("Program ended")
|
||||
|
||||
result.start_terminal
|
||||
Reference in New Issue
Block a user