From e34a97faa36f24e9439624572df44386642fafb7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 15 Sep 2021 14:51:17 +0200 Subject: README update Signed-off-by: Toni Uhlig --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ba605ab..26e7cf3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ See INSTALL for more information.
`./deps/makedeps.sh N` (where N is the number of simultaneous build jobs, default: 1)
It will download/extract/compile basic developer tools (python-2.7.18, nasm-2.12.02, binutils-2.31.1, gcc-8.2.0, mingw-w64-v6.0.0)
The Toolchain build is necessary, because we will probably use a patched gcc in the future.
-WARNING: The project may neither compile nor work with other toolchain combinations!
+This project may neither compile nor work with other toolchain combinations!

## Configure project
`cd /path/to/project`
@@ -67,15 +67,14 @@ Or use a virtual machine and run it there. (e.g. VirtualBox)

This is an educational mdk only: It tries to infect one windows pe binary named dummy.exe in your current working directory.

-WARNING: It is highly recommended to use a VM like virtualbox. Otherwise you should install wine.
+It is recommended using a VM like virtualbox. If you do not care about the integrity of your host OS, wine may work as well.
features ======== - - patched mingw64 toolchain (and build script)
- - tor and patched libtor support
+ - mingw64 toolchain (and build script)
- minimal x86/x64 disassembler/patcher
- pe code/data injector
- - command&control communication (http-web2tor/irc; replaced by libtor in the future)
+ - command&control communication
- python bottle based c&c service

@@ -134,6 +133,6 @@ So the cncmaster does not do anything useful at the moment.
For a very basic test, the cncproxy is sufficient.

-Documentation (lacking) +Documentation (missing) ======== -![Basic App Architecture](/doc/apps.png) +![App Injection Workflow](/doc/apps.png) -- cgit v1.2.3