Coder Social home page Coder Social logo

ultrasecurity / storm-breaker Goto Github PK

View Code? Open in Web Editor NEW
3.0K 147.0 1.1K 7.78 MB

Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}

Home Page: https://ultraamooz.com

Python 2.59% PHP 4.71% HTML 65.82% JavaScript 16.41% CSS 5.59% Shell 4.89%
hack hacking-tool social-engineering social-engineering-attacks social-engeneering-toolkit

storm-breaker's Introduction


StormBreaker

A Tool With Attractive Capabilities.

php

demo

Features:

  • Obtain Device Information Without Any Permission !
  • Access Location [SMARTPHONES]
  • Access Webcam
  • Access Microphone

Update Log:

  • Second (latest) Update on November 4th , 2022 .
  • The overall structure of the tool is programmed from the beginning and is available as a web panel (in previous versions, the tool was available in the command line).
  • Previous version's bugs fixed !
  • Auto-download Ngrok Added !
  • The templates have been optimized !
  • Logs can be downloaded (NEW) !
  • Clear log Added !
  • It can be uploaded on a personal host (you won't have the Ngork problems anymore)
  • You can start and stop the listener anytime ! (At will)
  • Beautified user interface (NEW) !

We have deleted Ngrok in the new version of Storm breaker and entrusted the user with running and sharing the localhost . So please note that Storm breaker runs a localhost for you and you have to start the Ngrok on your intended port yourself .

Attention! :

This version can be run on both local host and your personal domain and host . However , you can use it for both situations. If your country has suspended the Ngrok service, or your country's banned Ngrok, or your victim can't open the Ngrok link (for the reasons such as : He sees such a link as suspicious, Or if this service is suspended in his country) We suggest using the tool on your personal host and domain .

Default username and password:

  • username : admin
  • password : admin
  • You can edit the config.php file to change the username and password .

Dependencies

Storm Breaker requires following programs to run properly -

  • php
  • python3
  • git
  • Ngrok

Platforms Tested

  • Kali Linux 2022
  • macOS Big Sur / M1
  • Termux (android)
  • Personal host (direct admin and cPanel)

Installation On Kali Linux

$ git clone https://github.com/ultrasecurity/Storm-Breaker
$ cd Storm-Breaker
$ sudo bash install.sh
$ sudo python3 -m pip install -r requirements.txt
$ sudo python3 st.py

how to run personal host 👇

Zip the contents of the storm-web folder completely and upload it to the public_html path .

Note that the tool should not be opened in a path like this > yourdomain.com/st-web Instead , it should be opened purely in the public_html path (i.e. : don't just zip the storm-web folder itself, but manually zip its contents (the index.php file and other belongings should be in the public_html path)

Attention!:

Note that to use this tool on your Localhost , You also need SSL . Because many of the tool's capabilities require SSL .

Attention!:

To run ngrok on termux you need to enable your personal hotspot and cellular network.

storm-breaker's People

Contributors

aswanthabam avatar joshkar avatar msa360 avatar peppe289 avatar uidops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

storm-breaker's Issues

Every time I run the python3 -m pip install -r requirments.txt i get these errors

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyngrok/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyngrok/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyngrok/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyngrok/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pyngrok/
Could not fetch URL https://pypi.org/simple/pyngrok/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pyngrok/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement pyngrok (from versions: none)
ERROR: No matching distribution found for pyngrok
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
Issue

Colorama not found

Traceback (most recent call last):
File "/home/hunter/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/hunter/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

THIS IS THE ISSUE IN THE CODE PLEASE SOLVE THE ISSUE ASAP AND HELP ME HOW TO FIX THE ISSUE
@ultrasecurity

Storm-Breaker-Ngrok

Screenshot_2021-06-10_15_59_45
Error is shown in the screenshot above, I have pasted my ngrok token in config.json file, and even i have pasted the ngrok file in the directory, But still it is showing this error

Clone option

Can't see the clone option on the top beside Goto file

Error: NGROK Download Not Complete

t=2020-12-20T00:51:42-0500 lvl=eror msg="failed to reconnect session" obj=csess id=5bc7c15dc406 err="read tcp 192.168.79.129:52768->3.133.228.214:443: read: connection reset by peer"
Traceback (most recent call last):
File "Storm-Breaker.py", line 36, in
localhost.screen()
File "/root/Downloads/Storm-Breaker/modules/localhost.py", line 924, in screen
a = ngrok.connect(4387,"http",auth_token=token)
File "/usr/local/lib/python3.7/dist-packages/pyngrok/ngrok.py", line 245, in connect
api_url = get_ngrok_process(pyngrok_config).api_url
File "/usr/local/lib/python3.7/dist-packages/pyngrok/ngrok.py", line 162, in get_ngrok_process
return process.get_process(pyngrok_config)
File "/usr/local/lib/python3.7/dist-packages/pyngrok/process.py", line 295, in get_process
return _start_process(pyngrok_config)
File "/usr/local/lib/python3.7/dist-packages/pyngrok/process.py", line 465, in _start_process
ngrok_process.startup_error)
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start: read tcp 192.168.79.129:52768->3.133.228.214:443: read: connection reset by peer.

ImportError

ImportError: cannot import name 'banner' from 'modules' (/usr/lib/python3.9/site-packages/modules/init.py)

How to Fix it ? auth_token

Traceback (most recent call last):
File "/home/xxx/Storm-Breaker/Storm-Breaker.py", line 46, in
localhost.webcham()
File "/home/xxx/Storm-Breaker/modules/localhost.py", line 74, in webcham
a = ngrok.connect(4545,"http",auth_token=token)
TypeError: connect() got an unexpected keyword argument 'auth_token'

Storm-Breaker not executing hence error is shown

I ran sudo python3 Storm-Breaker.py then
Traceback (most recent call last):
File "/home/hunter/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/hunter/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

THIS IS THE ISSUE IN THE CODE PLEASE SOLVE THE ISSUE ASAP AND HELP ME HOW TO FIX THE ISSUE
@ultrasecurity

termux

من کالی ندارم و نمی تونم داشته باشم یه کاری کنید رو ترموکس بیاد بالا این سیستم به نظر خیلی خفن و قوی میاد

these erorr

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

Location command is not of any use

The location which I received is not accurate it only shows the correct city only nothing more than that. I thought it give the accurate location of the person.

No module named colorama

On google cloud shell after executing all commands in readme.md i get this error

raceback (most recent call last): File "Storm-Breaker.py", line 6, in <module> from modules import banner File "/home/demet3r/Storm-Breaker/modules/banner.py", line 2, in <module> from colorama import Fore ModuleNotFoundError: No module named 'colorama'

connect() got an unexpected keyword argument 'auth_token'

Hello Guys I'm getting this error unexpectedly. I have installed all requirements perfectly I can run the program but as soon as I try to use for generating access link it shows this error.
Screenshot_2021-08-20_00_00_31
You can see the error in the given attachment and help me please.

heartbeat timeout, terminating session

t=2021-09-24T22:01:46-0400 lvl=eror msg="heartbeat timeout, terminating session" obj=csess id=6bd5d92d4c84 clientid=38104d2e579069f65529c90981ada85d
t=2021-09-24T22:01:46-0400 lvl=eror msg="session closed, starting reconnect loop" obj=csess id=e37e06e0f0ba err="session closed"
t=2021-09-24T22:02:12-0400 lvl=eror msg="heartbeat timeout, terminating session" obj=csess id=8dc4d2719c5f clientid=38104d2e579069f65529c90981ada85d
t=2021-09-24T22:02:12-0400 lvl=eror msg="session closed, starting reconnect loop" obj=csess id=e37e06e0f0ba err="session closed"

ModuleNotFoundError: No module named 'pyngrok'

Traceback (most recent call last):
File "Storm-Breaker.py", line 7, in
from modules import localhost
File "/home/ashish/Desktop/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'

No module found colorama

I ran sudo python3 Storm-Breaker.py then
Traceback (most recent call last):
File "/home/hunter/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/hunter/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

THIS IS THE ISSUE IN THE CODE PLEASE SOLVE THE ISSUE ASAP AND HELP ME HOW TO FIX THE ISSUE
@ultrasecurity

ngrok error?

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/installer.py", line 94, in install_ngrok
    download_path = _download_file(url, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/installer.py", line 232, in _download_file
    with open(download_path, "wb") as f:
PermissionError: [Errno 13] Permission denied: '/tmp/ngrok-stable-linux-amd64.zip'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "Storm-Breaker.py", line 50, in <module>
    localhost.micro()
  File "/home/davi/Storm-Breaker/modules/localhost.py", line 152, in micro
    a = ngrok.connect(6565,"http",auth_token=token)
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 251, in connect
    api_url = get_ngrok_process(pyngrok_config).api_url
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 160, in get_ngrok_process
    install_ngrok(pyngrok_config)
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 98, in install_ngrok
    installer.install_ngrok(pyngrok_config.ngrok_path)
  File "/usr/local/lib/python3.8/dist-packages/pyngrok/installer.py", line 98, in install_ngrok
    raise PyngrokNgrokInstallError("An error occurred while downloading ngrok from {}: {}".format(url, e))
pyngrok.exception.PyngrokNgrokInstallError: An error occurred while downloading ngrok from https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip: [Errno 13] Permission denied: '/tmp/ngrok-stable-linux-amd64.zip'

yeah i use XUbuntu 20.04 and this error shows up when i make an action

how would i use this with a set ngrok tunnel

Hi I was just wondering how I would use a set tunnel with ngrok, I have an ngrok subscription and I know how to use it from he cmd line but idk how to use pyngrok as I have no experience with it.
thanks - omtoi

Traceback (most recent call last): File "Storm-Breaker.py", line 7, in <module> from modules import localhost File "/home/cloud/git-apps/Storm-Breaker/modules/localhost.py", line 1, in <module> from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

OS: ubuntu server lts 20.3
i executed the install.sh
then the other commands but still getting this error (and yes i did pip3 install pyngrok)
Traceback (most recent call last): File "Storm-Breaker.py", line 7, in <module> from modules import localhost File "/home/cloud/git-apps/Storm-Breaker/modules/localhost.py", line 1, in <module> from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

ps : can you maybe update the README.md

big error

┌──(zer07even㉿kali)-[~/Storm-Breaker]
└─$ python Storm-Breaker.py
File "Storm-Breaker.py", line 42
SyntaxError: Non-ASCII character '\xe2' in file Storm-Breaker.py on line 42, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

ngrok

Hello!
Error
Traceback (most recent call last):
File "/root/Storm-Breaker/Storm-Breaker.py", line 42, in
localhost.location()
File "/root/Storm-Breaker/modules/localhost.py", line 327, in location
a = ngrok.connect(8767,"http",auth_token=token)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 183, in connect
api_url = get_ngrok_process(ngrok_path, config_path, auth_token, region).api_url
File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 135, in get_ngrok_process
return process.get_process(ngrok_path, config_path, auth_token, region)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/process.py", line 147, in get_process
return _start_process(ngrok_path, config_path, auth_token, region)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/process.py", line 270, in _start_process
raise PyngrokNgrokError("The ngrok process errored on start.", ngrok_process.startup_logs,
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start.

!!OS Password Bug!!

If we use OS Password option on target and if target user entered a wrong password then it will give us the wrong password only .
So it is not sure that the password we have is always correct.

ModuleNotFoundError: No module named 'colorama'

I tried running pip3 install colorama, it says Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: colorama in /home/soggybook/.local/lib/python3.9/site-packages (0.4.4)

The Error:
┌──(soggybook㉿kali)-[~/Storm-Breaker]
└─$ sudo python3 Storm-Breaker.py
Traceback (most recent call last):
File "/home/soggybook/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/soggybook/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

Error 2

chardet

Hi all
after all setup and force installed chardet by apt i still can't run the tool

Traceback (most recent call last):
File "/root/socialeng/Storm-Breaker/Storm-Breaker.py", line 5, in
import requests
File "/usr/lib/python3/dist-packages/requests/init.py", line 44, in
import chardet
ModuleNotFoundError: No module named 'chardet'

OS: Kali 2021.2

Neofetch execution

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 1823, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

colorama and module import issue in kali linux not executig Storm-Breaker

Traceback (most recent call last):
File "/home/hunter/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/hunter/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

THIS IS THE ISSUE IN THE CODE PLEASE SOLVE THE ISSUE ASAP AND HELP ME HOW TO FIX THE ISSUE
@ultrasecurity

Storm-Breaker not executing

Traceback (most recent call last):
File "/home/hunter/Storm-Breaker/Storm-Breaker.py", line 6, in
from modules import banner
File "/home/hunter/Storm-Breaker/modules/banner.py", line 2, in
from colorama import Fore
ModuleNotFoundError: No module named 'colorama'

THIS IS THE ISSUE IN THE CODE PLEASE SOLVE THE ISSUE ASAP AND HELP ME HOW TO FIX THE ISSUE
@ultrasecurity

no module named pip

error:-
/usr/bin/python3: No module named pip

i am in as as a root user still i am facing this problem

strom-breaker.by can not run

Traceback (most recent call last):
File "/root/tweakandtools/Storm-Breaker/Storm-Breaker.py", line 36, in
banner.banner()
File "/root/tweakandtools/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 1823, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

am on Parrot Os and got this error

installed in /opt directory
Traceback (most recent call last):
File "/opt/Storm-Breaker/Storm-Breaker.py", line 7, in
from modules import localhost
File "/opt/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'

No ASCII caracter error

I have this error when running sudo python Storm-Breaker.py:
SyntaxError: Non-ASCII character '\xe2' in file Storm-Breaker.py on line 42, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

I have run install.sh and installed requirements.

Also, when I run the command sudo python3 Storm-Breaker.py, I get this error:

Traceback (most recent call last):
File "/home/Termin44l/Tools/Storm-Breaker/Storm-Breaker.py", line 7, in
from modules import localhost
File "/home/Termin44l/Tools/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'

When I wanna install it with sudo apt install pyngrok, it just fails with the unable to locate package pyngrok.

unknown error

t=2021-09-24T23:20:55-0400 lvl=eror msg="failed to auth" obj=tunnels.session err="The authtoken you specified does not look like a proper ngrok tunnel authtoken.\nYour authtoken: 1yaP1QLD0cVVKBknmtX9TAduxr6_6BSaEj1DVgGXFiVSHZbz9~\nInstructions to install your authtoken are on your ngrok dashboard:\nhttps://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_105\r\n"
t=2021-09-24T23:20:55-0400 lvl=eror msg="failed to reconnect session" obj=csess id=2cfdcaa56b9f err="The authtoken you specified does not look like a proper ngrok tunnel authtoken.\nYour authtoken: 1yaP1QLD0cVVKBknmtX9TAduxr6_6BSaEj1DVgGXFiVSHZbz9~\nInstructions to install your authtoken are on your ngrok dashboard:\nhttps://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_105\r\n"
t=2021-09-24T23:20:55-0400 lvl=eror msg="session closing" obj=tunnels.session err="The authtoken you specified does not look like a proper ngrok tunnel authtoken.\nYour authtoken: 1yaP1QLD0cVVKBknmtX9TAduxr6_6BSaEj1DVgGXFiVSHZbz9~\nInstructions to install your authtoken are on your ngrok dashboard:\nhttps://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_105\r\n"
Traceback (most recent call last):
File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 46, in
localhost.webcham()
File "/home/kali/Storm-Breaker/modules/localhost.py", line 74, in webcham
a = ngrok.connect(4545,"http",auth_token=token)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 251, in connect
api_url = get_ngrok_process(pyngrok_config).api_url
File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 162, in get_ngrok_process
return process.get_process(pyngrok_config)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/process.py", line 295, in get_process
return _start_process(pyngrok_config)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/process.py", line 464, in _start_process
raise PyngrokNgrokError("The ngrok process errored on start: {}.".format(ngrok_process.startup_error),
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start: The authtoken you specified does not look like a proper ngrok tunnel authtoken.\nYour authtoken: 1yaP1QLD0cVVKBknmtX9TAduxr6_6BSaEj1DVgGXFiVSHZbz9~\nInstructions to install your authtoken are on your ngrok dashboard:\nhttps://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_105\r\n.

Missing "WORK IN PROGRESS" warning.

This project is clearly still a work in progress. The "OS Password Grabber [WIN-10]" feature is far from working, and documentation for the entire tool is non-existent.

Traceback (most recent call last):

when I ran the operation to initiate the tool I get this

sudo python3 Storm-Breaker.py

File "Storm-Breaker.py", line 7, in <module> from modules import localhost File "/home/steve/Storm-Breaker/modules/localhost.py", line 1, in <module> from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.