Respectful sir 1 Bash linux-installer. Sh is not being shown in storm breaker 2: it is giving error after I give python -m pip install -requirements. Txt
Thank you for the video. I have followed everything up to the last step. But my question is, where are the captured pictures? or audio sounds? The results page only shows text based data e.g. IP address, OS version, etc. How do I get the sounds and the images?
Bro I have error like raceback (most recent call last): File "/home/rameesreza/Desktop/Storm-Breaker/Storm.py", line 7, in from modules import localhost File "/home/rameesreza/Desktop/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok' what i do to eliminate this error
Hi Sathvik hope you find my comment actually I am on windows and my PC is just 4GB ram so I cant even make a virtual Kali Linux machine. Is there any way to use Strom Breaker tool in my windows 10 without making a virtual machine?
Traceback (most recent call last): File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in from modules import localhost File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok' plz tell me about this plzzz
Could you please help me fix this issue? Traceback (most recent call last): File "Storm-Breaker.py", line 36, in banner.banner() File "/root/Storm-Breaker/modules/banner.py", line 10, in banner Popen('neofetch') File "/usr/lib/python3.7/subprocess.py", line 775, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'neofetch': 'neofetch'
hello boss we get some error in the new version of stormbreaker code can you put your old stormbreaker file in google drive that the solution for all comment if you dont mind thanks
as you see it asked for permission not as advertised where it states no per;ission needed - so there are better ways than this program - otherwise thqnks for making the video
Sir , can you please tell us how long it will work on a device after clicking on the link . Is it work permanently after closing the link or , it doesn't work after closing the link ? , Is it take screenshots also
I am getting error using parotos , Line 98, in install _ngrok raise PyngrokNgrokInstallError:An error occurred while downloading ngrok from https............: The read operation time out . Please solve this error 🙏
Traceback (most recent call last): File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in from modules import localhost File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok' i installed pyngrok too but its not working please Help😣
pip3 install pyngrok and this would have solved your issue if the issue still prevails once check the "issues" section in that particular tool repository
It'll work brother or simply download the ngrok and place it in the tool directory so that it will work, For more help contact me on discord(link in description)
PROBLEM AFTER pythpon3 strom... Traceback (most recent call last): File "/home/sagar/Desktop/Storm-Breaker-main/Storm-Breaker-main/Storm-Breaker.py", line 36, in banner.banner() File "/home/sagar/Desktop/Storm-Breaker-main/Storm-Breaker-main/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'
Traceback (most recent call last): File "/root/Desktop/Storm-Breaker/Storm-Breaker.py", line 24, in localhost.webcham() File "/root/Desktop/Storm-Breaker/modules/localhost.py", line 73, in webcham a = ngrok.connect(4545,"http",auth_token=token) TypeError: connect() got an unexpected keyword argument 'auth_token
Traceback (most recent call last): File "/root/storm-breaker/Storm-Breaker.py", line 36, in banner.banner() File "/root/storm-breaker/modules/banner.py", line 10, in banner Popen('neofetch') File "/usr/lib/python3.9/subprocess.py", line 947, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.9/subprocess.py", line 1819, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'
Traceback (most recent call last): File "Storm-Breaker.py", line 24, in localhost.webcham() File "/home/sagarhm032000/Storm-Breaker/modules/localhost.py", line 73, in webcham a = ngrok.connect(4545,"http",auth_token=token) TypeError: connect() got an unexpected keyword argument 'auth_token' how to fix these error i aldrey using ngrok but its showing like these error
Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 94, in install_ngrok download_path = _download_file(url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 257, in _download_file raise e File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 235, in _download_file buffer = response.read(chunk_size) File "/usr/lib/python3.9/http/client.py", line 458, in read n = self.readinto(b) File "/usr/lib/python3.9/http/client.py", line 502, in readinto n = self.fp.readinto(b) File "/usr/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.9/ssl.py", line 1241, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.9/ssl.py", line 1099, in read return self._sslobj.read(len, buffer) socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/altaf/Storm-Breaker/Storm-Breaker.py", line 60, in localhost.location() File "/home/altaf/Storm-Breaker/modules/localhost.py", line 328, in location a = ngrok.connect(8767,"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 160, in get_ngrok_process install_ngrok(pyngrok_config) File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 98, in install_ngrok installer.install_ngrok(pyngrok_config.ngrok_path) File "/usr/local/lib/python3.9/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 bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip: The read operation timed out
Traceback (most recent call last): File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in from modules import localhost File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in from pyngrok import ngrok ModuleNotFoundError: No module named 'pyngrok' plz tell me about this plzzz
Video regarding latest update,
StromBreaker 2.o: ua-cam.com/video/UkoPCbp_vBk/v-deo.html
CYBERSECURITY videos be like ~ Teaching stuff but only for educational purposes only 😂😂😂
Respectful sir
1 Bash linux-installer. Sh is not being shown in storm breaker
2: it is giving error after I give python -m pip install -requirements. Txt
Thank you for the video. I have followed everything up to the last step. But my question is, where are the captured pictures? or audio sounds? The results page only shows text based data e.g. IP address, OS version, etc. How do I get the sounds and the images?
On the storm breaker dir> storm web > images ( for photos)
Sounds > for recording
I have done till 'send link to target' but now that link shows The requestd resource / was not found on server
Please help me to solved this erroe
Hi, for the installation of other scripts in kali, should I follow the same steps? I am referring to you installing the dependencies separately.
Once check the latest video which covers stormbreaker
HELP PLZ It tells me pip is not configured with locations that require TLS/SSL however the SSL module in python is not available
why aint the link working..its says error to the target
No link in description anna ...
Now it's available
Hello this tool is for my teacher thank you for make this video . And im sorry i can't speak english very good ❤❤❤ we are from iran
You're welcome, brother!
nice one, my dude! That was very educational and enables us to protect ourselves better while surfing the net (:
thank you so much, subscribed and followed!!!
hello sir can you help me how to copy that link in terminal and paste in window s
This looks cool !!! I’m subscribing right now, have a great day 😉
🤗🤗🤗 Thank you brother
can we use cloudflare tunneling with it?if we can please give a tutorial
Sathvik : This is a harmful tool.
everyone : and that is why we are here.
😂😂😂
How do I delete the images that are saved, won't you let me delete them?
Can i use it on ISH shell?
Bro I have error like
raceback (most recent call last):
File "/home/rameesreza/Desktop/Storm-Breaker/Storm.py", line 7, in
from modules import localhost
File "/home/rameesreza/Desktop/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'
what i do to eliminate this error
Thank you for creating the video ❤❤❤🙌🏽
First view in 21sec 🤩
As last, it shows please run the ngrok on port 2525 ??? How to solve it plzz answer
I'm having a problem. It says "An error occurred! seems apt-get doesn't work." How do I fix this issue.
Change the repo in source.list
@@SathvikTechtuber How you do that? lol
Please also add cloudflare tunneling option
I have a problem, when I type "LS" it only shows "intaller.sh" but not "Linux_installer.sh". How to solve that?
Brother there's no issue with name change try to run that
@@SathvikTechtuber okay tqvm, its solved🥳🥳🥳
How did you solve pls also me I have same issue trying to find solution but not working
Please make one video on WiFi hacking using wireshark or any stuff 🙏
Fantastic tool - thank you for the video, great information!
bro some codes are not working in my linux os i want to know about that please help me...big fan..
After sending link at access device it's asking for ngrok account and token??
Is that URL a payload or what?
Thank you for explaining step by step, Cheers :)
Hi Sathvik hope you find my comment actually I am on windows and my PC is just 4GB ram so I cant even make a virtual Kali Linux machine. Is there any way to use Strom Breaker tool in my windows 10 without making a virtual machine?
U can make use of WSL
Sir, Where does webcam photos are saved I am unable to search please help me sir.
Once check Pictures directory
bro discord link not working. update the link
Traceback (most recent call last):
File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in
from modules import localhost
File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'
plz tell me about this plzzz
Sathvik bro where are your glasses??
You look different !!!
U can also run this tool on termux without root.
Could you please help me fix this issue?
Traceback (most recent call last):
File "Storm-Breaker.py", line 36, in
banner.banner()
File "/root/Storm-Breaker/modules/banner.py", line 10, in banner
Popen('neofetch')
File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'neofetch': 'neofetch'
Try typing “pip3 install pyngrok”
@@mohamedhassan652 help me?
@@kessygamer4806 what do u need help with?
bro i am getting while using webcam lvl=warn msg="can't bind default web address, trying alternatives plz help me
When doing the
Python3 Storm-Breaker.py
It says no module named colorama
What do I do?
how can i change ngrok link as maximum browser detected it's as a phishing link
When I open the link it shows me a page of ngrog and tells me to sign up ?
hello boss we get some error in the new version of stormbreaker code can you put your old stormbreaker file in google drive that the solution for all comment if you dont mind thanks
bro i am facing problem of ngrok why i dont know but can u pls help me
Can u help? I can not see webcam when I type ls
as you see it asked for permission not as advertised where it states no per;ission needed - so there are better ways than this program - otherwise thqnks for making the video
hi but when i open link i get ngrok sign in website what should i do?
How to view images captured?
Find out the path where it's getting stored
@@SathvikTechtuber it is stored in github or in my pc? Because I’m new to github and I don’t know
Your pc
@@SathvikTechtuber thanks
@@SathvikTechtuber and the next time I want to open it I need to write only the last command?
Dear Sir, I do everything, but when I open the site, nothing appears on kali linux
Please share your detailed problem in discord server
Sir , can you please tell us how long it will work on a device after clicking on the link . Is it work permanently after closing the link or , it doesn't work after closing the link ? , Is it take screenshots also
Nothing is permanent brother, but it stays for some time
@@SathvikTechtuber means sir if someone close the tab (in which link is opened ) , it will disable the link ? , Only work till tab is opened.?
After git clone it's asking for username and password
"can't bind default web address trying alternatives in kali linux " issue???
The latest version of tool is having lot of problems keep an eye on issues sesction of the repository
@@SathvikTechtuber how can I solve that!
Great tool man, can be useful!
Is there a way to not ask for consent for the webcam or the mic?
Not possible, modern browsers don't allow it!
@@SathvikTechtuber thanks
For this video i"ll subscribe your channel bro thank you bro
Ngrok keeps on detecting phishing links and got banned :/
i am getting SSL Error while launching Stormbreaker.py.
Does it require root?
Yes
still don't understand how to run NGRIK ON PORT 2627 pls help
Check out my latest video, it'll solve your query
Thanks ❤
Brother we can use it in ubuntu
Yes u can
I am getting error using parotos ,
Line 98, in install _ngrok raise PyngrokNgrokInstallError:An error occurred while downloading ngrok from https............: The read operation time out .
Please solve this error 🙏
pip3 install pyngrok
Traceback (most recent call last):
File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in
from modules import localhost
File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'
i installed pyngrok too but its not working please Help😣
pip3 install pyngrok
and this would have solved your issue
if the issue still prevails once check the "issues" section in that particular tool repository
same error here bro
I found that bro
First we need to go root
Sudo su
And then we put command
Pip3 install pyngrok
I did everything right!! But sadly all pics were all black hahaha idk whats wrong with this...
I have a problem could you help me?
U can post your query in my discord channel I can help you there
Hi, I got an error,while executing python3 Storm-Breaker.py can you plz help
Yep but I can't do that here
Checkout my discord server
I can help you there
Does this only run on Linux?
Yes
really good!
Bro it's not working in mobile
What about mjolnir
😂😂😂😂
Hela destroyed it
and in the tutorial the link is already avaliable for you
Thanks bro
Bro ngrok token not working
bro how to fix ngrok error its not taking ngrok
It'll work brother or simply download the ngrok and place it in the tool directory so that it will work, For more help contact me on discord(link in description)
Subtitle please..
i got error in the script
What error??
I can help you in discord
@@SathvikTechtuber the web cam and other things not working
in the storm breaker
Can you add subtitles
Which language??
@@SathvikTechtuber
Chinese or English
You shouldn't post your location my friend.
Haha it's ok man
Help me plss
It's telling me failed
Checkout discord server
Join and post your query there
Hey can you please tell how to listen to the recordings which command should i enter?
It gets saved in the same folder itself you can play that through the help of any supported player
Error NGROK
Asking user and password
Checkout discord server
Join and post your query there
How long the link last???
Till tool stops
@@SathvikTechtuber thanks 👏
PROBLEM AFTER pythpon3 strom...
Traceback (most recent call last):
File "/home/sagar/Desktop/Storm-Breaker-main/Storm-Breaker-main/Storm-Breaker.py", line 36, in
banner.banner()
File "/home/sagar/Desktop/Storm-Breaker-main/Storm-Breaker-main/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'
Traceback (most recent call last):
File "/root/Desktop/Storm-Breaker/Storm-Breaker.py", line 24, in
localhost.webcham()
File "/root/Desktop/Storm-Breaker/modules/localhost.py", line 73, in webcham
a = ngrok.connect(4545,"http",auth_token=token)
TypeError: connect() got an unexpected keyword argument 'auth_token
You need to provide the ngrok token
Please watch video carefully
@@SathvikTechtuber In your there is no part called ngrok token?
I have the same problem with ‘auth_token can you help me ?
Same problem
Traceback (most recent call last):
File "/root/storm-breaker/Storm-Breaker.py", line 36, in
banner.banner()
File "/root/storm-breaker/modules/banner.py", line 10, in banner
Popen('neofetch')
File "/usr/lib/python3.9/subprocess.py", line 947, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1819, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'
Checkout discord
Join and post your query there
@@SathvikTechtuber Discord invite link expired...please ans here
discord.gg/xCgUVVKQFJ
Traceback (most recent call last):
File "Storm-Breaker.py", line 24, in
localhost.webcham()
File "/home/sagarhm032000/Storm-Breaker/modules/localhost.py", line 73, in webcham
a = ngrok.connect(4545,"http",auth_token=token)
TypeError: connect() got an unexpected keyword argument 'auth_token'
how to fix these error i aldrey using ngrok but its showing like these error
See as I told meet me on discord
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 94, in install_ngrok
download_path = _download_file(url, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 257, in _download_file
raise e
File "/usr/local/lib/python3.9/dist-packages/pyngrok/installer.py", line 235, in _download_file
buffer = response.read(chunk_size)
File "/usr/lib/python3.9/http/client.py", line 458, in read
n = self.readinto(b)
File "/usr/lib/python3.9/http/client.py", line 502, in readinto
n = self.fp.readinto(b)
File "/usr/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
File "/usr/lib/python3.9/ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib/python3.9/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/altaf/Storm-Breaker/Storm-Breaker.py", line 60, in
localhost.location()
File "/home/altaf/Storm-Breaker/modules/localhost.py", line 328, in location
a = ngrok.connect(8767,"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 160, in get_ngrok_process
install_ngrok(pyngrok_config)
File "/usr/local/lib/python3.9/dist-packages/pyngrok/ngrok.py", line 98, in install_ngrok
installer.install_ngrok(pyngrok_config.ngrok_path)
File "/usr/local/lib/python3.9/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 bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip: The read operation timed out
pip3 install pyngrok
Traceback (most recent call last):
File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 7, in
from modules import localhost
File "/home/kali/Storm-Breaker/modules/localhost.py", line 1, in
from pyngrok import ngrok
ModuleNotFoundError: No module named 'pyngrok'
plz tell me about this plzzz
if you find solution of it. Kindly tell me also
bruh u bot r u doing it in windows u need to run it in kali linux