Skip to content

Commit

Permalink
beta v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenchCisco committed Feb 20, 2021
1 parent 5ac7fd2 commit b9c952b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@



# RAT-el
# RATel


[![Python 3.x](https://img.shields.io/badge/Language-Python3-blue.svg)](https://www.python.org/) [![C++](https://img.shields.io/badge/Language-C++-ff69b4.svg)](https://www.cplusplus.com/) ![SQL](https://img.shields.io/badge/Language-SQL-grey.svg) [![Version](https://img.shields.io/badge/Version-Beta-green.svg)](https://github.com/FrenchCisco/RATel) ![License](https://img.shields.io/badge/License-MIT-green.svg) ![commit](https://img.shields.io/github/commit-activity/m/FrenchCisco/ratel) ![stars]( https://img.shields.io/github/stars/frenchcisco/ratel?style=social) ![views](https://visitor-badge.laobi.icu/badge?page_id=FrenchCisco.RATel&title=Visitor)
Expand Down Expand Up @@ -49,8 +49,7 @@ The client is completely undetectable by anti-virus software.

![banner.png](https://i.postimg.cc/850fJZp6/banner.png)]
![list.png](https://i.postimg.cc/v8CXCzrT/list.png)
![virus-total.png](https://i.postimg.cc/PrrfDCf4/virus-total.png)

![virus-total.png](https://i.postimg.cc/C1zgvgDz/virus-total.png)
---

## Added features
Expand Down
8 changes: 8 additions & 0 deletions client/src/FrenchCisco.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <windows.h>
#include <iostream>


int main()
{
return 0;
}
Binary file added client/src/FrenchCisco.exe
Binary file not shown.

0 comments on commit b9c952b

Please sign in to comment.