Giter Site home page Giter Site logo

ultrasecurity / storm-breaker Goto Github PK

View Code? Open in Web Editor NEW
3.0K 146.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 Issues

ImportError

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

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.

!!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.

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

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'

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'

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

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

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.

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'

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

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'

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

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.

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.

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

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

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

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.

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

termux

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

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

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.

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

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'

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

Clone option

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

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"

these erorr

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

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.

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

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 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'

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

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.