windowsrootkit-master

所属分类:Windows编程
开发工具:Visual C++
文件大小:54KB
下载次数:2
上传日期:2020-11-19 15:37:14
上 传 者RawDawg5150
说明:  windows rootkit. windows rooter

文件列表:
LICENSE (18092, 2020-04-04)
_clang-format (585, 2020-04-04)
windowsrootkit (0, 2020-04-04)
windowsrootkit\CRYPTOGRAPHY (0, 2020-04-04)
windowsrootkit\CRYPTOGRAPHY\FNV (0, 2020-04-04)
windowsrootkit\CRYPTOGRAPHY\FNV\hasher.hpp (1698, 2020-04-04)
windowsrootkit\CRYPTOGRAPHY\XOR (0, 2020-04-04)
windowsrootkit\CRYPTOGRAPHY\XOR\hasher.hpp (8230, 2020-04-04)
windowsrootkit\DEPENDENCIES (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\include (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\include\obfusion.h (2680, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\codeinstr.cpp (3218, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\codeinstr.h (1586, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde32 (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde32\LICENSE (1357, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde32\hde32.c (9203, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde32\hde32.h (2479, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde32\table32.h (3508, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde64 (0, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde64\LICENSE (1357, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde64\hde64.c (9390, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde64\hde64.h (2631, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\hde64\table64.h (3577, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\include.h (892, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\modbuf.cpp (1682, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\modbuf.h (1220, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\mt.cpp (5836, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\mt.h (2307, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\obfengine.cpp (14849, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\obfengine.h (2441, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\obfusion.cpp (19372, 2020-04-04)
windowsrootkit\DEPENDENCIES\OBFUSCATION\src\pstdint.h (409, 2020-04-04)
windowsrootkit\NT (0, 2020-04-04)
windowsrootkit\NT\CONSOLE (0, 2020-04-04)
windowsrootkit\NT\CONSOLE\alloc_console.hpp (1287, 2020-04-04)
windowsrootkit\NT\HOOK (0, 2020-04-04)
... ...

# windowsrootkit ### Combination of my code and other's code, adapted to a specific standard. - Tested on ***Windows x86_*** 1909***, local. - Tested on ***VMWare Player 15, machine: Windows x86_*** 1909***, local: Ubuntu 19.10. ## Getting started - @cristeigabriel or any of the people listed below are not responsible for any action that's to happen due to this project being published. The code is distributed for learning purposes. windowsrootkit is a rootkit that's supposed to be compiled as a DLL (Dynamic Library Link) and to be injected within any process that can handle it. It can hook WinApi functions, keylog, take screenshots, and more to come... It is **NOT** set up to send data to a server, and won't be, to avoid possible cyber attacks made by people with no knowledge. ## Why should I use this over any other rootkit? Due to it's nature, which is, being an injected DLL, unless there's a 'counter attack' on the functions used to inject it into any module, there's no way, whatsoever, to find out if the malware is indeed running, thus, it makes actions like spying, or just general hacking, easier. Currently, no anti-virus detects these actions. This CAN be embed into any DLL project that runs on the C++17 language standard. It also provides an obfuscation engine out of the box (that's not meant to take the place of any other obfuscation tool, it's just to make reverse engineering harder by default, or general detection). It also has cryptology tools, i.e. a heavily obfuscated version of XOR encryption [compile time], a FNV-1a algorithm that works with multiple datatypes [run time]. ## Projects that made it possible - APIHook by @Zer0Mem0ry - Heavily Vectorized XOR by @JustasMasiulis - Obfusion by @kgretzky ## Licensing - windowsrootkit is licensed under the GPL v2 license. Read more about it online.

近期下载者

相关文件


收藏者