Skip to content

Late is a remote command execution and control.

Notifications You must be signed in to change notification settings

abolfazlalz/late

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Late

Late is a lightweight utility that facilitates remote command execution on target systems.

It sets up an HTTP server on port 8000, serving a WebSocket connection at the /ws route.

Clients can send the following JSON data to the WebSocket to execute a command-line ping:

{
  "type": "shell",
  "key": "execute",
  "value": "ping google.com"
}

Additionally, you can terminate a command session at any time using the following route:

DELETE http://localhost:8000/kill/{session id}

Feel free to customize and enhance this README as needed for your project!

About

Late is a remote command execution and control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages