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

SyntaxError 3d time with MHDDoS #14

Closed
alexnest-ua opened this issue Mar 21, 2022 · 2 comments
Closed

SyntaxError 3d time with MHDDoS #14

alexnest-ua opened this issue Mar 21, 2022 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@alexnest-ua
Copy link

image

root@ubuntu-switzeland:~/mhddos_proxy/MHDDoS# python3 start.py get https://sberbank.ru 5 1000 socks5.txt 100 100
Traceback (most recent call last):
File "start.py", line 27, in
from PyRoxy import Proxy, ProxyChecker, ProxyType, ProxyUtiles
File "/usr/local/lib/python3.8/dist-packages/PyRoxy/init.py", line 13, in
from PyRoxy import GeoIP, Tools
File "/usr/local/lib/python3.8/dist-packages/PyRoxy/Tools/init.py", line 18
rand_char: Callable[[int], chr] = lambda length=16: chr(Random.rand_int(0, 1000)) for _ in range(length)
^
SyntaxError: invalid syntax

This error not because of PyProxy directly, but because of not rebuilted MHDDoS

@MHProDev
Copy link
Contributor

reinstall pyroxy

@MHProDev MHProDev reopened this Mar 23, 2022
@MHProDev MHProDev added the help wanted Extra attention is needed label Mar 23, 2022
@alexnest-ua
Copy link
Author

You need to mention how to do this...

Linux:

sudo apt install python3 -y
sudo apt upgrade python3 -y
sudo apt install python3-pip -y
sudo apt upgrade python3-pip -y
sudo -H pip3 install --upgrade pip
sudo rm -r MHDDoS
git clone https://github.com/MHProDev/MHDDoS.git
cd MHDDoS
sudo pip3 install -r requirements.txt

or if user uses mhddos_proxy:

cd ~
sudo rm -r mhddos_proxy
git clone https://github.com/porthole-ascend-cinnamon/mhddos_proxy.git
cd mhddos_proxy
git clone https://github.com/MHProDev/MHDDoS.git
sudo pip3 install -r MHDDoS/requirements.txt

On Windows install Git and Python3 and remove sudo from commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants