You've already forked greyhack
fixed rscan
This commit is contained in:
@@ -4,7 +4,7 @@ if params.len < 1 or params[0] == "-h" or params[0] == "--help" then
|
|||||||
end if
|
end if
|
||||||
mx = include_lib("/lib/metaxploit.so")
|
mx = include_lib("/lib/metaxploit.so")
|
||||||
ip = params[0]
|
ip = params[0]
|
||||||
if params.len == 1 or port == 0 then
|
if params.len == 1 then
|
||||||
sess = mx.net_use(ip)
|
sess = mx.net_use(ip)
|
||||||
else
|
else
|
||||||
port = params[1].to_int
|
port = params[1].to_int
|
||||||
|
|||||||
Reference in New Issue
Block a user