Add fake admin decoy and neon redesign
This commit is contained in:
14
README_EN.md
14
README_EN.md
@@ -1,10 +1,10 @@
|
||||
<div align="center">
|
||||
|
||||
# Packmate
|
||||
# 0xb00b5 team Packmate
|
||||
</div>
|
||||
|
||||
### [EN | [RU](README.md)]
|
||||
Advanced network traffic flow analyzer for A/D CTFs.
|
||||
Advanced network traffic flow analyzer for A/D CTFs with a pixel-neon twist.
|
||||
|
||||
#### Features:
|
||||
* Can monitor live traffic or analyze pcap files
|
||||
@@ -23,14 +23,18 @@ Advanced network traffic flow analyzer for A/D CTFs.
|
||||
* Can automatically decompress GZIPed HTTP
|
||||
* Can automatically deflate WebSockets with permessages-deflate extension
|
||||
* Can automatically decrypt TLS with RSA using given private key (like Wireshark)
|
||||
* Decoy login for `admin:admin` with `fun` and `fake_packets` modes so snoopers never see the real data
|
||||
|
||||

|
||||
|
||||
### Admin:admin decoy
|
||||
The admin:admin credentials now trigger a decoy (enabled by default). Configure it via `PACKMATE_FAKE_ADMIN_ENABLED` and `PACKMATE_FAKE_ADMIN_MODE` (`fun` or `fake_packets`) to keep everyone away from the real interface.
|
||||
|
||||
## Quick Start
|
||||
To quickly start using Packmate, use [this starter](https://gitlab.com/packmate/starter/-/blob/master/README_EN.md).
|
||||
To quickly start using 0xb00b5 team Packmate, use [this starter](https://gitlab.com/packmate/starter/-/blob/master/README_EN.md).
|
||||
|
||||
## Full Build
|
||||
Below are the instructions for those who want to build Packmate on their own.
|
||||
Below are the instructions for those who want to build 0xb00b5 team Packmate on their own.
|
||||
|
||||
### Cloning
|
||||
As this repository contains frontend part as a git submodule, it has to be cloned like this:
|
||||
@@ -56,7 +60,7 @@ After filling in env file you can launch the app:
|
||||
sudo docker-compose up --build -d
|
||||
```
|
||||
|
||||
If everything went fine, Packmate will be available on port `65000` from any host.
|
||||
If everything went fine, 0xb00b5 team Packmate will be available on port `65000` from any host.
|
||||
Database with listen on port 65001, but will only accept connections from localhost.
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user