MHDDoS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| − | =Installation= | + | = Installation = |
| − | *git clone https://github.com/MatrixTM/MHDDoS.git | + | |
| − | *cd MHDDoS | + | * git clone https://github.com/MatrixTM/MHDDoS.git |
| − | *pip install -r requirements.txt | + | * cd MHDDoS |
| − | =Webseite= | + | * pip install -r requirements.txt |
| − | *https://github.com/MatrixTM/MHDDoS | + | |
| + | = Testen und Visualisieren auf Nginx = | ||
| + | |||
| + | Getestet auf einem Debian | ||
| + | |||
| + | == Nginx installieren == | ||
| + | |||
| + | * '''systemctl disable –now apache2''' | ||
| + | * '''apt install nginx''' | ||
| + | * '''systemctl status nginx''' | ||
| + | |||
| + | ● nginx.service - A high performance web server and a reverse proxy server | ||
| + | Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) | ||
| + | Active: active (running) since Mon 2023-02-27 09:59:45 CET; 1min 49s ago | ||
| + | Docs: man:nginx(8) | ||
| + | Process: 14589 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS) | ||
| + | Process: 14590 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS) | ||
| + | Main PID: 14591 (nginx) | ||
| + | Tasks: 2 (limit: 2337) | ||
| + | Memory: 2.5M | ||
| + | CPU: 20ms | ||
| + | CGroup: /system.slice/nginx.service | ||
| + | ├─14591 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; | ||
| + | └─14592 nginx: worker process | ||
| + | |||
| + | Feb 27 09:59:45 debian systemd[1]: Starting A high performance web server and a reverse proxy server... | ||
| + | Feb 27 09:59:45 debian systemd[1]: nginx.service: Failed to parse PID from file /run/nginx.pid: Invalid argument | ||
| + | Feb 27 09:59:45 debian systemd[1]: Started A high performance web server and a reverse proxy server. | ||
| + | |||
| + | = Webseite = | ||
| + | |||
| + | * https://github.com/MatrixTM/MHDDoS | ||
Version vom 27. Februar 2023, 09:02 Uhr
Installation
- git clone https://github.com/MatrixTM/MHDDoS.git
- cd MHDDoS
- pip install -r requirements.txt
Testen und Visualisieren auf Nginx
Getestet auf einem Debian
Nginx installieren
- systemctl disable –now apache2
- apt install nginx
- systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2023-02-27 09:59:45 CET; 1min 49s ago
Docs: man:nginx(8)
Process: 14589 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 14590 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Main PID: 14591 (nginx)
Tasks: 2 (limit: 2337)
Memory: 2.5M
CPU: 20ms
CGroup: /system.slice/nginx.service
├─14591 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
└─14592 nginx: worker process
Feb 27 09:59:45 debian systemd[1]: Starting A high performance web server and a reverse proxy server...
Feb 27 09:59:45 debian systemd[1]: nginx.service: Failed to parse PID from file /run/nginx.pid: Invalid argument
Feb 27 09:59:45 debian systemd[1]: Started A high performance web server and a reverse proxy server.