Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NetLlix
A project created with an aim to emulate and test exfiltration of data over different network protocols. The emulation is performed w/o the usage of native API's. This will help blue teams write correlation rules to detect any type of C2 communication or data exfiltration.
A project created with an aim to simulate active C2-based communication and test exfiltration of data over different network protocols. The simulation is performed without the usage of native API's. This will enable blue teams to write correlation rules to detect any type of C2 communication or data exfiltration over the network - to help identify C2-based attacks.

![Alt text](networktool.png)

Expand All @@ -14,7 +14,7 @@ Download the latest ZIP from realease.

#### Running the server:

- With SSl: `python3 HTTP-S-EXFIL.py ssl`
- With SSL: `python3 HTTP-S-EXFIL.py ssl`

- Without SSL: `python3 HTTP-S-EXFIL.py`

Expand Down