-
-
Notifications
You must be signed in to change notification settings - Fork 87
Nuages_WebCli
p3nt4 edited this page Apr 22, 2020
·
3 revisions
An in browser version of Nuages_Cli
WARNING: This client is no longer maintained
To use this client, put the directory in the public/ folder of the server and access it through http(s).
Alternatively, modify the nuagesAPI.js file to include the URL of the server and open it locally.
!login <username> - Login to Nuages
!implants - List implants
!implants <id> - Show an implant
!implants <id> del - Delete an implant
!implants <id> kill - Kill an implant
!implants <id> config - Get the configuration from the implant
!implants <id> config <option> <value> - Reconfigure the implant
!implants all [Command..] - Apply the command to all implants
!implant [Command..] - Apply the command to the current implant
!shell <implant> - Start interracting with an implant
!put <fileId> [path] - Start a download job on the current implant
!get <path> - Start an upload job on the current implant
cd <path> - Change path on the current implant
!files - List files
!files upload <path> - Upload a file from the local client
!files <id> download <path> - Download a file to the local client
!files <id> del - Delete a file
!options - Show options
!setg <option> <value> - Set a global option
!unsetg <option> - Unset a global option
!set <option> <value> - Set a module option
!unset <option> - Unset a module option
!use <path> - Select a module
!modules load <path> - Load a module
!modules <path> del - Delete a module
!run - Run the module
!autorun - Autorun the module on new implants
!autoruns - List module autoruns
!autoruns clear - Clear module autoruns
!jobs - Display the last jobs
!jobs <id> - Display a job and its result
!jobs <id> save <path> - Save the job result to the local client
!jobs search <command> - Search jobs by command
!help - Print this message