1
- Development Suspended
2
- =====================
3
-
4
- The FLARE Team must suspend development and maintenance of FakeNet-NG for the
5
- time being.
6
-
7
- FLARE has opted to indicate the project status here instead of archiving the
8
- project. This will allow users and maintainers to continue to log issues
9
- documenting valuable information about problems, troubleshooting, and
10
- work-arounds.
11
-
12
- Original Documentation Follows
13
- ==============================
14
1
______ _ ________ _ _ ______ _______ _ _ _____
15
2
| ____/\ | |/ / ____| \ | | ____|__ __| | \ | |/ ____|
16
3
| |__ / \ | ' /| |__ | \| | |__ | |______| \| | | __
@@ -20,7 +7,7 @@ Original Documentation Follows
20
7
21
8
D O C U M E N T A T I O N
22
9
23
- FakeNet-NG is a next generation dynamic network analysis tool for malware
10
+ FakeNet-NG 3.0 (alpha) is a next generation dynamic network analysis tool for malware
24
11
analysts and penetration testers. It is open source and designed for the latest
25
12
versions of Windows (and Linux, for certain modes of operation). FakeNet-NG is
26
13
based on the excellent Fakenet tool developed by Andrew Honig and Michael
@@ -57,10 +44,6 @@ analysis machine.
57
44
58
45
Installing module
59
46
-----------------
60
-
61
- Installation on Windows requires the following dependency:
62
- * [ Microsoft Visual C++ Compiler for Python 2.7] ( https://aka.ms/vcpython27 )
63
-
64
47
Installation on Linux requires the following dependencies:
65
48
* Python pip package manager (e.g. python-pip for Ubuntu).
66
49
* Python development files (e.g. python-dev for Ubuntu).
@@ -94,7 +77,7 @@ Finally if you would like to avoid installing FakeNet-NG and just want to run it
94
77
as-is (e.g. for development), then you would need to obtain the source code and
95
78
install dependencies as follows:
96
79
97
- 1 ) Install 64-bit or 32-bit Python 2 .7.x for the 64-bit or 32-bit versions
80
+ 1 ) Install 64-bit or 32-bit Python 3 .7.x for the 64-bit or 32-bit versions
98
81
of Windows respectively.
99
82
100
83
2 ) Install Python dependencies:
@@ -116,7 +99,7 @@ install dependencies as follows:
116
99
Execute FakeNet-NG by running it with a Python interpreter in a privileged
117
100
shell:
118
101
119
- python fakenet.py
102
+ python -m fakenet.fakenet
120
103
121
104
Usage
122
105
=====
@@ -133,12 +116,12 @@ parameter to get simple help:
133
116
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| |
134
117
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____|
135
118
136
- Version 1.0
119
+ Version 3.0 (alpha)
137
120
_____________________________________________________________
138
121
Developed by FLARE Team
139
- Copyright (C) 2016-2022 Mandiant, Inc. All rights reserved.
122
+ Copyright (C) 2016-2023 Mandiant, Inc. All rights reserved.
140
123
_____________________________________________________________
141
- Usage: fakenet.py [options]:
124
+ Usage: python -m fakenet.fakenet [options]:
142
125
143
126
Options:
144
127
-h, --help show this help message and exit
@@ -188,7 +171,7 @@ and an HTTP connection:
188
171
| | / ____ \| . \| |____| |\ | |____ | | | |\ | |__| |
189
172
|_|/_/ \_\_|\_\______|_| \_|______| |_| |_| \_|\_____|
190
173
191
- Version 1.0
174
+ Version 3.0 (alpha)
192
175
_____________________________________________________________
193
176
Developed by FLARE Team
194
177
Copyright (C) 2016-2022 Mandiant, Inc. All rights reserved.
0 commit comments