mirror of https://github.com/MatrixTM/MHDDoS.git
New installing method in readme.md & update of python modules
This commit is contained in:
parent
cc47967969
commit
6abfb17a9b
|
|
@ -143,6 +143,12 @@ cd MHDDoS
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**One-Line Installing on Fresh VPS**
|
||||||
|
|
||||||
|
```shell script
|
||||||
|
apt -y update && apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential ruby perl golang git && git clone https://github.com/MatrixTM/MHDDoS.git && cd MH* && pip3 install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
[python3]: https://python.org 'Python3'
|
[python3]: https://python.org 'Python3'
|
||||||
[github]: https://github.com/MatrixTM/MHDDoS/issues 'GitHub'
|
[github]: https://github.com/MatrixTM/MHDDoS/issues 'GitHub'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
cloudscraper==1.2.60
|
cloudscraper==1.2.64
|
||||||
certifi<=2022.6.15
|
certifi<=2022.6.15.1
|
||||||
dnspython==2.2.1
|
dnspython==2.2.1
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
impacket==0.10.0
|
impacket==0.10.0
|
||||||
psutil>=5.9.1
|
psutil>=5.9.2
|
||||||
icmplib>=3.0.3
|
icmplib>=3.0.3
|
||||||
|
pyasn1==0.5.0rc2
|
||||||
git+https://github.com/MHProDev/PyRoxy.git
|
git+https://github.com/MHProDev/PyRoxy.git
|
||||||
yarl~=1.8.1
|
yarl~=1.8.1
|
||||||
Loading…
Reference in New Issue