Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lu4p authored Nov 12, 2019
1 parent f5125ba commit 1e92b94
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ torat | ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/l
[How to use Docker Image](https://github.com/lu4p/ToRat/wiki/How-to-use-Docker-Image)

## Current Features
- the ToRAT_client communicates over TCP(with TLS) proxied through Tor with the ToRat_server (hidden service)
- RPC (Remote procedure Call) based communication for easy addition of new functionallity
- Automatic upx leads to client binaries of ~7MB with embedded Tor
- the ToRAT_client communicates over TLS encrypted RPC proxied through Tor with the ToRat_server (hidden service)
- [x] anonymity of client and server
- [x] end-to-end encryption
- Cross Platform reverse shell (Windows, Linux, Mac OS)
Expand All @@ -27,7 +29,7 @@ torat | ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/l
- Linux:
- Multiple Persistence methods (User, Admin)
- optional transport without Tor e.g. Use Tor2Web, a DNS Hostname or public/ local IP
- [x] smaller binary
- [x] smaller binary ~4MB upx'ed
- [ ] anonymity of client and server
- embedded Tor
- Unique persistent ID for every client
Expand Down Expand Up @@ -92,3 +94,8 @@ All contributions are welcome you don't need to be an expert in Go to contribute
- [Modern Cli](https://github.com/abiosoft/ishell)
- [Colored Prints](https://github.com/fatih/color)
- [Screenshot libary](https://github.com/vova616/screenshot)
- [TLS Certificate generator](https://github.com/lu4p/genCert)
- [Shred library](https://github.com/lu4p/genCert)
- [Extract Text from Documents](https://github.com/lu4p/cat)
- [RPC](https://golang.org/pkg/net/rpc/)
- [UPX](https://upx.github.io/)

0 comments on commit 1e92b94

Please sign in to comment.