From ac73f964e92cad9a48aa5fd966eb2629f3ec4e66 Mon Sep 17 00:00:00 2001 From: MaxXor Date: Mon, 4 May 2015 17:02:32 +0200 Subject: [PATCH] Edited Readme --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d7709e0..88fa7ca8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ xRAT 2.0 xRAT 2.0 is a fast and light-weight Remote Administration Tool coded in C# (using .NET Framework 2.0). +Requirements +--- +* .NET Framework 2.0 + Features --- * Buffered TCP/IP stream @@ -43,12 +47,18 @@ Building a client ToDo --- -* ~~Startup Manager~~ * Socks5 Proxy -* Password Stealer (Browsers, FTP-Clients) -* ~~Keylogger~~ +* Password Recovery (Browsers, FTP-Clients) * Startup Persistence +Contributing +--- +1. Fork it +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create new Pull Request + License --- See LICENSE file for details. @@ -66,3 +76,7 @@ https://developers.google.com/protocol-buffers/ ResourceLib Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013 https://github.com/dblock/resourcelib + +Thank you! +--- +I really appreciate all kinds of feedback and contributions. Thanks for using and supporting xRAT 2.0!