Storm-Breaker
Storm-Breaker copied to clipboard
ModuleNotFoundError: No module named "pyngrok"
same here, did you get it resolved?
same here, did you get it resolved?
Nope
solution sudo su cd Storm-Breaker virtual venv source venv/bin/activate pip3 install pyngrok
cd Storm-Breaker When i type "virtual venv" it says Command 'virtual' not found, did you mean: command 'virtaal' from deb virtaal Try: apt install
same problem ModuleNotFoundError: No module named 'pyngrok'
Try this virtualenv
@santhoshsandu I try to use your solution
sudo su cd Storm-Breaker virtualenv venv source venv/bin/activate pip3 install pyngrok
But there will still be errors ModuleNotFoundError: No module named 'pyngrok'
Try this please
Sudo pip3 install pyngrok
@PRUSO-MAOU thanks
Did it work?
yes,it works
@PRUSO-MAOU Excuse me, I have another question, when the program is running it will download ngrok, but I have downloaded ngrok before, is this normal?
I don't know bro .iam also new to this stuff
i just used "sudo pip install pyngrok" Then it worked
just uninstall everything and clone it again git clone ********** cd storm-breaker sudo bash install.py sudo -p pip -r requirments.txt sudo pip install pyngrok and then it works if you face same issue uninstall again and follow the above code
Try this please
Sudo pip3 install pyngrok
It works
Installing the requirments again, will resolve this error
$ git clone https://github.com/ultrasecurity/Storm-Breaker $ cd Storm-Breaker $ sudo su $ sudo bash install.sh $ python3 -m pip install -r requirments.txt $ sudo python3 Storm-Breaker.py
$ git clone https://github.com/ultrasecurity/Storm-Breaker $ cd Storm-Breaker $ sudo su $ sudo bash install.sh $ python3 -m pip install -r requirments.txt $ sudo python3 Storm-Breaker.py
Installing the requirments again, will resolve this error
$ git clone https://github.com/ultrasecurity/Storm-Breaker $ cd Storm-Breaker $ sudo su $ sudo bash install.sh $ python3 -m pip install -r requirments.txt $ sudo python3 Storm-Breaker.py
Unable to install pyngrok
I got below error:
[ERROR] pyngrok not found [INFO] Run pip3 install -r requirements.txt
then i install pip3 : sudo apt install python3-pip
then run : pip3 install -r requirements.txt
that it
Please Run NGROK On Port **** AND send Link To Target > ngrok http ****
What should I do ?
the same problem i cant
Try this please
Sudo pip3 install pyngrok
sorry, how do i download it? do i add a new code and type this? i tried it this way but i still get the same error