Remote Admin Tool is a Command Line Interface Tool for administrating a network over a TCP connection. Extremely simple and modular containing over 26 functions.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE OF THIS SOFTWARE IS THE COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.
- Download
git clone https://github.com/KylerCondran/RemoteAdminTool.git
-
Run The Server On Remote Computer
- Make Sure It Is Accessible With Port Forwarding And Firewalls
-
Run The Client
-
Connect To The Server
connect [IPAddress]:[Port]
- Run Some Commands
Feature | ||
---|---|---|
Clipboard | ✔ | Return ClipBoard Text If Present |
Delete | ✔ | Delete A File On The Computer |
Download | ✔ | Download A File To The Computer |
Info | ✔ | List Computer Information |
Ipconfig | ✔ | List Computer Network Information |
Logoff | ✔ | Log Off The Computer |
Melt | ✔ | Delete The Server |
Message | ✔ | Send A Message To The Computer |
Netstat | ✔ | List Active Computer Connections |
Ping | ✔ | Ping Another Computer |
Processes | ✔ | List Running Processes |
Restart | ✔ | Restart The Computer |
Retrieve | ✔ | Download A File From The Computer |
Run | ✔ | Run A Program |
Screenshot | ✔ | Return A Screenshot From The Computer |
Search | ✔ | List The Contents Of A Directory |
Sendkeys | ✔ | Send Key Presses To The Computer |
Services | ✔ | List Running Services |
Shutdown | ✔ | Shutdown The Computer |
Software | ✔ | List Installed Software |
Talk | ✔ | Say A Phrase With Text To Speech |
Taskkill | ✔ | Kill A Running Process |
Tree | ✔ | Return A Folder Structure |
See our contributing guide at CONTRIBUTING.md.
The MIT License
Copyright (c) 2024 Kyler Condran