https://github.com/tzekid/ratty
Ultra basic / Toy Remote Administration Tool
https://github.com/tzekid/ratty
administration csharp csharp-core remote school-project tool
Last synced: about 1 year ago
JSON representation
Ultra basic / Toy Remote Administration Tool
- Host: GitHub
- URL: https://github.com/tzekid/ratty
- Owner: tzekid
- License: apache-2.0
- Created: 2017-05-24T16:04:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T16:09:52.000Z (about 9 years ago)
- Last Synced: 2025-02-08T16:34:41.061Z (over 1 year ago)
- Topics: administration, csharp, csharp-core, remote, school-project, tool
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ratty (legacy)
A very simple Remote Administration tool. Originaly a school project.
## Installation
```haskell
$ dotnet restore
$ dotnet run
```
## Usage
```
__ __
____________ _/ |__/ |_ ___.__. __________ _____ ____ __.
\_ __ \__ \\ __\ __< | | \______ \/ _ \ | |/ _|
| | \// __ \| | | | \___ | | ___/ /_\ \| <
|__| (____ /__| |__| / ____| | | / | \ | \
\/ \/ |____| \____|__ /____|__ \
\/ \/
Commands:
list `or` rats display rats
rat {no} select a rat to broadcast to
rat deselect rat (broadcast to / select all)
dir display directory of the selected rat(s)
cd {dir} navigate the directory of the selected rat(s)
cmd execute a command via powershell (rat-slide)
upload {fileName} upload a localFile to the selected rat(s) (tbi.)
download {fileName} download a file from the selected rat(s) (tbi.)
kill send terminate command to the selected rat(s)
help display help
break `or` exit exit
```
```
__ __
____________ _/ |__/ |_ ___.__. __________ ________________
\_ __ \__ \\ __\ __< | | \______ \ / _ \__ ___/
| | \// __ \| | | | \___ | | _/ / /_\ \| |
|__| (____ /__| |__| / ____| | | \/ | \ |
\/ \/ |____|_ /\____|__ /____|
\/ \/
Commands:
help
connect `or` reconnect
break `or` exit
```
## Development
TODO: Write development instructions here
## Contributors
- [[tzekid]](https://github.com/tzekid) - creator, ~~maintainer~~