Storm-Breaker icon indicating copy to clipboard operation
Storm-Breaker copied to clipboard

module not found error

Open doggystyle333 opened this issue 3 years ago • 12 comments

i really want to use this tool but i cant figure out how to get it to work, i know its probably somthing simple.

㉿kali)-[~/Storm-Breaker] └─$ python3 -m pip install -r requirments.txt 1 ⨯ Collecting pyngrok Downloading pyngrok-5.1.0.tar.gz (745 kB) |████████████████████████████████| 745 kB 2.0 MB/s Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirments.txt (line 2)) (0.4.4) Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from -r requirments.txt (line 3)) (2.25.1) Requirement already satisfied: PyYAML in /usr/lib/python3/dist-packages (from pyngrok->-r requirments.txt (line 1)) (5.4.1) Building wheels for collected packages: pyngrok Building wheel for pyngrok (setup.py) ... done Created wheel for pyngrok: filename=pyngrok-5.1.0-py3-none-any.whl size=19007 sha256=6e1fee36296ffb3bf90c14413c6437f18f487b2bd8319f65768417a7ea902102 Stored in directory: /home/windows/.cache/pip/wheels/a8/05/30/c9d9f2417546c7a7c329f5bba09e2cfba9991c030ad8bfb043 Successfully built pyngrok Installing collected packages: pyngrok WARNING: The scripts ngrok and pyngrok are installed in '/home/windows/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed pyngrok-5.1.0

㉿kali)-[~/Storm-Breaker] └─$ sudo python3 Storm-Breaker.py
Traceback (most recent call last): File "/home/windows/Storm-Breaker/Storm-Breaker.py", line 7, in from modules import localhost File "/home/windows/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

doggystyle333 avatar Dec 31 '21 20:12 doggystyle333

Even I have getting the same issue I would say to re-install it if it does not work I have no Idea what to do then.

Nikitas-dev avatar Jan 02 '22 13:01 Nikitas-dev

Even I had the same issue, I tried adding it to $PATH but it still doesn't fix the issue. Anyone had a working solution ?

sandeepjacob-20 avatar Jan 05 '22 12:01 sandeepjacob-20

There's some issue with pyngrok that was installed by running python3 -m pip install -r requirments.txt command. Instead I first ran this command, then I ran python3 -m pip uninstall -r requirments.txt which uninstalled pyngrok but kept the other two components (colorama and requests). Then I manually installed pyngrok using sudo pip3 install pyngrok and then I tried running sudo python3 Storm-Breaker.py and it worked !!!!

sandeepjacob-20 avatar Jan 05 '22 12:01 sandeepjacob-20

sudo pip3 install pyngrok

partylikeits1983 avatar Jan 08 '22 21:01 partylikeits1983

There's some issue with pyngrok that was installed by running python3 -m pip install -r requirments.txt command. Instead I first ran this command, then I ran python3 -m pip uninstall -r requirments.txt which uninstalled pyngrok but kept the other two components (colorama and requests). Then I manually installed pyngrok using sudo pip3 install pyngrok and then I tried running sudo python3 Storm-Breaker.py and it worked !!!!

yes this helped thanks

svistiik avatar Jan 29 '22 11:01 svistiik

There's some issue with pyngrok that was installed by running python3 -m pip install -r requirments.txt command. Instead I first ran this command, then I ran python3 -m pip uninstall -r requirments.txt which uninstalled pyngrok but kept the other two components (colorama and requests). Then I manually installed pyngrok using sudo pip3 install pyngrok and then I tried running sudo python3 Storm-Breaker.py and it worked !!!!

THANKS IT WORKED

L30777 avatar Feb 04 '22 11:02 L30777

call 8190014338

Sankar143388 avatar Feb 27 '22 04:02 Sankar143388

There's some issue with pyngrok that was installed by running python3 -m pip install -r requirments.txt command. Instead I first ran this command, then I ran python3 -m pip uninstall -r requirments.txt which uninstalled pyngrok but kept the other two components (colorama and requests). Then I manually installed pyngrok using sudo pip3 install pyngrok and then I tried running sudo python3 Storm-Breaker.py and it worked !!!!

call 8190014338

Sankar143388 avatar Feb 27 '22 04:02 Sankar143388

Traceback (most recent call last): File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 36, in banner.banner() File "/home/kali/Storm-Breaker/modules/banner.py", line 10, in banner Popen('neofetch') File "/usr/lib/python3.9/subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.9/subprocess.py", line 1821, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

s0uvik avatar Mar 19 '22 05:03 s0uvik

FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

s0uvik avatar Mar 19 '22 05:03 s0uvik

There's some issue with pyngrok that was installed by running python3 -m pip install -r requirments.txt command. Instead I first ran this command, then I ran python3 -m pip uninstall -r requirments.txt which uninstalled pyngrok but kept the other two components (colorama and requests). Then I manually installed pyngrok using sudo pip3 install pyngrok and then I tried running sudo python3 Storm-Breaker.py and it worked !!!!

I followed what u said, it just gets into a weird loop, like it's about to work but then it comes back as an empty line.

Ziadkorin avatar Mar 28 '22 20:03 Ziadkorin

I'm having the same issue

deeq21 avatar May 04 '22 23:05 deeq21