mirror of https://github.com/quasar/Quasar.git
Edited Readme
This commit is contained in:
parent
e5c518bcb3
commit
ac73f964e9
20
README.md
20
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).
|
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
|
Features
|
||||||
---
|
---
|
||||||
* Buffered TCP/IP stream
|
* Buffered TCP/IP stream
|
||||||
|
@ -43,12 +47,18 @@ Building a client
|
||||||
|
|
||||||
ToDo
|
ToDo
|
||||||
---
|
---
|
||||||
* ~~Startup Manager~~
|
|
||||||
* Socks5 Proxy
|
* Socks5 Proxy
|
||||||
* Password Stealer (Browsers, FTP-Clients)
|
* Password Recovery (Browsers, FTP-Clients)
|
||||||
* ~~Keylogger~~
|
|
||||||
* Startup Persistence
|
* 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
|
License
|
||||||
---
|
---
|
||||||
See LICENSE file for details.
|
See LICENSE file for details.
|
||||||
|
@ -66,3 +76,7 @@ https://developers.google.com/protocol-buffers/
|
||||||
ResourceLib
|
ResourceLib
|
||||||
Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013
|
Copyright (c) Daniel Doubrovkine, Vestris Inc., 2008-2013
|
||||||
https://github.com/dblock/resourcelib
|
https://github.com/dblock/resourcelib
|
||||||
|
|
||||||
|
Thank you!
|
||||||
|
---
|
||||||
|
I really appreciate all kinds of feedback and contributions. Thanks for using and supporting xRAT 2.0!
|
||||||
|
|
Loading…
Reference in New Issue