Create the playlist of all ethical hacking course like all the informational videos like how to restore all deleted data from reset devices and how to track any one from anywhere and also change your location at every 10 second. That help to learn ethical hacking in advance create playlist please request to you sir
Open virtual box, go to Emulator settings and then select network, and change the network adapter from NAT (or selected) to Bridge Adapter. Thanks After doing this let me know is the issue resolved or not.
After running command "run" on metasploit, I went and open the app in the device. Then on the console, it says meterpreter session 4 is not valid and will be closed
@@kia1699 This issue can occur due to several reasons: 1. The payload might not have been configured correctly, especially if the LHOST or LPORT values are incorrect. Ensure they match your system's IP and port. 2. Check if the device's firewall or antivirus is blocking the connection. Some security systems detect and block malicious APKs. 3. Verify that both the attacking machine and the target device are on the same local network if you're using a local setup. 4. If you’re using a public IP, ensure port forwarding is properly set up. Double-check your settings and try again. If the problem persists, let me know the exact steps you followed, and I’ll help you troubleshoot further!
Hey, one more thing I will tell one more advanced rat , called doge rat No sessions issue Works fine on wan also More features than msf rat Let me know if you got any error in creation of video i will help you 🙏
Mobile model does not matter in this video we are just demonstration purpose, you can try it on any other model, but make sure you have authorized permissions.
But this does not work in the latest android phones Android version 13 and 14 ......? Please Make on the latest android versions penetration testing video Sir how to find vulnerability and gaining access and how to fix it and improve skills to compromise secure device to enhance skill set 🎉🎉 i will Waiting for your video Sir
This is just an educational video to teach how attackers can gain access, and how much vulnerable your smartphone can be. So you can better protect them, instead of causing harm.
I tried to excute the payload after successfully installing it , it threw a error that the apk was developed for older versions of android and After hitting run on metasploit the reverse_tcp connection was not established hence i failed to to get the meterpreter session 😢 ...How can i trouble shoot this
This is not an error, it is just a warning, and you should ignore it. after installing, first run the Metasploit setup and, and then open it. Also make sure that your android version is 12 or lower. Thanks.
These tools, like Metasploit, are pre-installed by default in Kali Linux. However, if you want to install Metasploit externally, you can follow these tutorials: For Kali Linux installation: th-cam.com/video/2QhsGcw62ko/w-d-xo.html For Ubuntu installation: th-cam.com/video/H2aUuaGHJns/w-d-xo.html Feel free to check them out and let me know if you have any questions!
@@TechSky-EH bro i just tried it step by step several times, still no connection established with the phone...... also, after i allow all the permissions of the phone to that .apk, the phone sends a popup that says "this app was built for older android versions, and may not work properly......" maybe there is any other way to do it?
After installation of the app in my mobile my device saying that the app is too old and it may not work properly on your device. so that i am not getting the metapreter session..what is the solution for it.my android version is android 11
@@ffteluguboys1237 it should work, please make sure you follow all steps carefully, and you should try again, the warning which displays the app is for older version of Android can be ignored.
In this video, I connect to the target device by running a server using the command python3 -m http.server 80. This allows the target device to access the hosted files. Let me know if you need a detailed explanation!
@@konteezy203 It will be listed and the name will be MainActivity. There are many methods to hide it, using reverse engineering, or hide feature in phone.
Look at your battery usage if you see any applications or commands that have been running that you are not aware of it could potentially be a hacker. You can also run wire shark on your network scan. If you want a more thorough search.
@@ggelosstavrou9117 You can create your custom emulators using genymotion, Choosing an emulator totally depends on your system. Just try any of them, you can use Google pixel 3.
Yes you can use it using -x parameter in msfvenom command. Use this method ethically, don't use any app without permission to embed payload. After embedding payload the app will remain same, and the target app code will be replaced with payload code, so this method will not work. Instead you have to do reverse engineering, which is a quiet difficult task. Remember: use this knowledge ethically and responsibly. Thanks.
You used Android 12, newer version of Android we don't even get to bypass the sdk, metasploit is not updated like before. How to test latest androids anyways nice video
You're welcome! For hands-on practice, platforms like TryHackMe, Hack The Box, and PentesterLab are great options. They offer labs and challenges to improve your cybersecurity skills. Keep learning and experimenting!
@@raygamer1331 Thank you for your suggestion! The tutorial in the video was limited to a local network setup to demonstrate the concept safely and within ethical boundaries. For public IP setups, additional steps are required, such as port forwarding or using services like Ngrok. However, tutorials involving public networks need to be approached responsibly to avoid misuse. I’ll consider creating an advanced tutorial while ensuring it aligns with ethical hacking principles!
@@TechSky-EH when i launch the android emulator, i am not able to get internet signal, that is, no network at all. I tried using my phone for the process and also it says the app was built for older versions of android so i should contact developer for update. Is there a way to set the android version to current android versions so that it can run any version?
first of all , thank you so much your video!!! I tried this and I got user permission. but Now I have one problem ... I wanna get a root permission,, so I wonder how I get a root permission!... I found some exploit information but I can't find solution.... so could I ask for any advice?.. my emulater's info is samsung knox(android7)
As a responsible creator, I must emphasize that hiding a malicious app on a target's phone without their consent is illegal and violates ethical hacking principles. It’s essential to maintain a professional and ethical boundary in cybersecurity education. However, for educational purposes and awareness, here’s how attackers often hide apps and how users can protect themselves: Common Methods Attackers Use to Hide Apps: Disguising App Names and Icons: Attackers rename the app to look like a system service (e.g., "System Update" or "Settings"). They change the app icon to resemble a legitimate one, making it less noticeable. Example: Use APK modification tools like apktool to decompile the APK, edit the manifest to rename the app, and replace the icon. Hiding App Icons: In the app's code, attackers can use Android's setComponentEnabledSetting to hide the app icon. Code snippet: PackageManager p = getPackageManager(); ComponentName componentName = new ComponentName(this, com.example.MainActivity.class); p.setComponentEnabledSetting(componentName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP); Running as a Background Service: The app can be configured to run as a service on the device without needing a visible interface. Example in AndroidManifest.xml: Binding to Other Legitimate Apps: Malicious code is embedded in legitimate apps to avoid detection (e.g., in modded or pirated versions of popular apps). Educational Disclaimer: This information is shared purely for educational purposes to help users understand how attackers operate and the importance of securing their devices. Always get explicit permission before testing security vulnerabilities. Unauthorized testing is illegal and unethical. If you’d like more focus on educational awareness techniques or app security practices, let me know!
Using -x parameter in msfvenom, you can try it, you will be disappointed. Because it replaces original code with malicious app code. Instead you should do reverse engineering, with proper authorization.
It's diffrent on android on genymotion on your localhost and diffrent on normal mobile where is security turend on, you have to bypass google play protection and obfucate apk other way it will not even install.
@Szymon-e5v You're absolutely right, the actual purpose of this video is not to compromise devices but teach how these methods work, and how to test them and protect yourself from these attacks. But for your information attackers can bypass these securities.
FYI, this video was deleted first day of release, but it is reinstated after that. The actual purpose of this video is not to cause harm, but to teach you how these attacks work, and how protect yourself this method is working method.
Bro how can i inject this type virus with any other apk? I have try but not success. But this type apk i have made but i can't install that in my phone. If i want target anyone you know anyone don't download this type apk. So need inject malicious with other common apk like fb,insta,skype,telegram So please make this type video. And one qus Stenography photo work in Android?
I cannot assist with or support any activities related to injecting malicious code or creating harmful software. Please ensure your work follows ethical and legal practices.
Take it as an educational video, the real purpose of this video is not to demonstrate, or cover every challenge that an attacker face, instead it is to teach viewer how these attacks works, and how to protect yourself most importantly.
Hey there! 👋 Perfect timing - you should definitely check out my 'Ethical Hacking Mystery' series on the channel! 🎯 It's designed exactly for students like you who want to learn from the ground up. Each episode breaks down complex concepts into easy-to-follow steps, starting right from the basics. 📚 Quick tips for your journey: - Start with Episode 1 of the Mystery series - trust me, don't skip the basics! - Always practice in your own controlled lab environment (I show how to set this up) - Follow along with each tutorial - hands-on practice is key 🔑 - Got stuck? Just drop a comment on any video - I read them all and try to help! Remember: Always keep it ethical and only practice in authorized environments! That's what makes a real professional. 💪 Hit subscribe and the bell icon to catch every episode of the Mystery series. You've got this! 🚀
😂 if you install everything you find on the internet you are a damned "chicken", in addition android from unknown sources is blocked for installation so even those who are stupid can rest assured, this video is misleading!
I respect your opinion, but this video is not misleading, the actual purpose of this video is not to teach harmful techniques, but show you how these techniques work, and more importantly how to protect yourself. A lot of people become prey of these attacks in current dates.
😅😅 do not follow and do not listen to anything and do not download anything this video program is asking you to do so he's trying to hack your Android after you download those programs
the best security is never connect your reel life to a smartsphone and other electronics devices
Best security is never connect at all!
Wow... Bro, you are really good by far at explaining details and concepts esp. for newbies. Good job. Subscribed this channel right away. ✌👍🙏
@@ermax7 Thanks for your support💪
Create the playlist of all ethical hacking course like all the informational videos like how to restore all deleted data from reset devices and how to track any one from anywhere and also change your location at every 10 second. That help to learn ethical hacking in advance create playlist please request to you sir
I'm gradually increasing courses. Stay tuned!
Keep it bro 💯 u're explanations and practical tips, advise 👍 all is 👌 💯 u got my subscribed 👍
Thanks ❤
Not able to get the apk file on emulator after running phython3 command it’s showing network disconnected
Open virtual box, go to Emulator settings and then select network, and change the network adapter from NAT (or selected) to Bridge Adapter.
Thanks
After doing this let me know is the issue resolved or not.
@ both emulator and kali linux network should be bridge network?
Also while in bridge network in kali linux not able to get ip address
@@TechSky-EH is there anything to setup using emulator ip in kali terminal ?
Its my first time to watch you vedio and after till end vedio im your fan ❤❤❤
Thanks for your support
Alternate title: Spy on any Android device
So it doesn't work with iPhone ?
@@rhaimannim assuming it would if its jailbroken or caught with a omg cable that can get access that way.
Nice upload, easy to follow, friendly instructions. Subscribed
Thanks for the sub!
After running command "run" on metasploit, I went and open the app in the device. Then on the console, it says meterpreter session 4 is not valid and will be closed
@@kia1699
This issue can occur due to several reasons:
1. The payload might not have been configured correctly, especially if the LHOST or LPORT values are incorrect. Ensure they match your system's IP and port.
2. Check if the device's firewall or antivirus is blocking the connection. Some security systems detect and block malicious APKs.
3. Verify that both the attacking machine and the target device are on the same local network if you're using a local setup.
4. If you’re using a public IP, ensure port forwarding is properly set up.
Double-check your settings and try again. If the problem persists, let me know the exact steps you followed, and I’ll help you troubleshoot further!
How to set up port forwarding properly? Am using router DLINK model- DWR-M960, it fails @@TechSky-EH
Check your payload
@@haskellictsolution5933 my all conditions are maching here still I am facing this issue.
This video is a whole package, Teaching and advertising. Thanks 😊
Thanks, after a lot of advertising, I think you didn't buy anything.
hey bro which website do you use for voice creation please help me ❤❤❤❤
Play ht
@@TechSky-EH thanks 🙏 ❤️❤️
Now make a video for accessing android outside the lan network... Full support 💪
Hey, one more thing I will tell one more advanced rat , called doge rat
No sessions issue
Works fine on wan also
More features than msf rat
Let me know if you got any error in creation of video i will help you 🙏
This is a good channel!
Thanks❤
@TechSky-EH I have been trying to find a way to emulate android for a while solved my problem. Thank u!
So, can you break into ISO either?
This video is only for Android.
it an error saying that the app has been made for an older version of android and may not work properly. and the run command isn't working
Please follow steps carefully, and it is just a warning not an error, you can ignore it.
Bro installation time play protected popup how to bypass Google Play Protected
For testing purpose, click to install anyway.
Good video,,,,, is that you or just stock video? can i repost this video?
Sorry, but it is no allow to re upload similar content, and this video is TechSky's copyright.
Hi I want to know that if I install the payload application will it stay for life time?
For life time?
What is your pov?
Do the victim and i have to be on same network?
Yes, but by using tunnel or port forwarding same network will not be the limit.
@TechSky-EH how can we do that
What should I do if my phone model is not in the phone list?😢
Please use it for educational purposes. Thanks
Mobile model does not matter in this video we are just demonstration purpose, you can try it on any other model, but make sure you have authorized permissions.
@@TechSky-EHhow did u learn all this ?
@@semondemon3787
I'm student, and explore different things, in cyber security and ethical hacking.
Don't do nothing, learn what everything means, study the basics, networking, kali Linux, learn python, so learn first hack later
But this does not work in the latest android phones Android version 13 and 14 ......?
Please Make on the latest android versions penetration testing video Sir how to find vulnerability and gaining access and how to fix it and improve skills to compromise secure device to enhance skill set 🎉🎉 i will Waiting for your video Sir
The way you are asking sounds a bit malicious mate. But good one, i also want him to make a more updated version of this video
i hope you atleast try to do it yourself instead of waiting on a video....how you gonna get better without trying yourself..
Please how can I connect my internet to the emulator
Open VirtualBox, open settings of your emulator, go to network section, and change it to Bridge adopter from NAT. And let me know is it worked or not?
So this still depends on the android user downloading something unknown to gain access?
This is just an educational video to teach how attackers can gain access, and how much vulnerable your smartphone can be. So you can better protect them, instead of causing harm.
Not if you got Pegasus
the packages in metasploit are very outdated. It doesnt even work properly with newer versions of android
This is educational video
If i want to connect with you then how can i do it.
business.techsky@gmail.com
I'll announce discord community soon.
Can you exploit on how to trace the hacker of any android cellphone device?
The method in this video is something like this, but if you want to trace hacker's phone go through legal way.
I tried to excute the payload after successfully installing it , it threw a error that the apk was developed for older versions of android and After hitting run on metasploit the reverse_tcp connection was not established hence i failed to to get the meterpreter session 😢 ...How can i trouble shoot this
This is not an error, it is just a warning, and you should ignore it. after installing, first run the Metasploit setup and, and then open it. Also make sure that your android version is 12 or lower.
Thanks.
nice vid.
can you move your community to discord rather?
not everyone uses facebook
I have discord, I'll announce it soon.
Have you already install those tools like metasploit in kali linux(Android)?
And where did u install it
These tools, like Metasploit, are pre-installed by default in Kali Linux. However, if you want to install Metasploit externally, you can follow these tutorials:
For Kali Linux installation: th-cam.com/video/2QhsGcw62ko/w-d-xo.html
For Ubuntu installation: th-cam.com/video/H2aUuaGHJns/w-d-xo.html
Feel free to check them out and let me know if you have any questions!
@TechSky-EH ohh i have just found out right after I commented you, thanks anyway
If u don't know how kali works, learn first, hack later.. @@sankisuchiang1183
I am interested in mastering Linux and learning how to code do you offer any course
I'll announce the course soon stay tuned 🙂
@@TechSky-EH Thank you
Is there any apps like this for iOS I have an iPhone and I really want to test that
dont use apple products... or windows.. even android is bad.
The method in this video is specifically for Android, for IOS related vulnerabilities we will discuss in another video 🩷
when i sent the app.. google play protect blocks the installation process... do you know how to bypass this protection layer and download anyway?
There will be an option to download anyway, otherwise enable Developer mode in your mobile.
@@TechSky-EH bro i just tried it step by step several times, still no connection established with the phone...... also, after i allow all the permissions of the phone to that .apk, the phone sends a popup that says "this app was built for older android versions, and may not work properly......" maybe there is any other way to do it?
What is your Android version?
It's probably > 13 @@TechSky-EH
After installation of the app in my mobile my device saying that the app is too old and it may not work properly on your device. so that i am not getting the metapreter session..what is the solution for it.my android version is android 11
What is your Android version?
@TechSky-EH its android 11
It is android 11
@@TechSky-EH android 11
@@ffteluguboys1237 it should work, please make sure you follow all steps carefully, and you should try again, the warning which displays the app is for older version of Android can be ignored.
How do you connect the target device?
In this video, I connect to the target device by running a server using the command python3 -m http.server 80. This allows the target device to access the hosted files. Let me know if you need a detailed explanation!
But, wouldn't myapp.apk be listed in the apps on the phone? Or, is there a way to hide it in the background?
@@konteezy203
It will be listed and the name will be MainActivity.
There are many methods to hide it, using reverse engineering, or hide feature in phone.
if we use the wlan0 ip address, how to download apk?
The same way.
android 15 version for work or no
You should TRY
Sir can you exploit the android to combat this hackers?
To combat hacker's first of all you should protect your device security.
Thank u so much bro❤
You're welcome🎉
can i use my phone for testing?
off course
WHEN I try to open the IP on my phone then it just doesnt open it says "IP" took to long to respond
pls helpppp someone
Make sure you followed every step carefully. And try it again, also check is any firewall is blocking this.
Is there a way to know if you’ve already been hacked??
Look at your battery usage if you see any applications or commands that have been running that you are not aware of it could potentially be a hacker. You can also run wire shark on your network scan. If you want a more thorough search.
Thanks
Can you do this on to iphones?
This method is not for iPhones
What android emulator do you use ?
You can use any emulator, in my video it's a custom emulator.
@ what do you mean custom emulator ? And which emulator would you suggest ?
@@ggelosstavrou9117
You can create your custom emulators using genymotion,
Choosing an emulator totally depends on your system.
Just try any of them, you can use Google pixel 3.
So we have done all this in our computer. So now how to take control of that phone
Using meterpreter you can get information, and execute available commands, but use it for testing purpose.
Is there any way to embed the payload to an existing app like whatsapp
Yes you can use it using -x parameter in msfvenom command.
Use this method ethically, don't use any app without permission to embed payload.
After embedding payload the app will remain same, and the target app code will be replaced with payload code, so this method will not work.
Instead you have to do reverse engineering, which is a quiet difficult task.
Remember: use this knowledge ethically and responsibly.
Thanks.
@TechSky-EH no i don't intent to use it on other person, first of all its a headache to do that 🤣
@@zavixr2311
Yes you understood 🤯
how to presistent
Context?
unable to open archieve file format iam unable to open my apk.apk
Explain all steps with context I'll help you.
This only work on local areas and network every time after closing it is necessary to open the app again and again
This is just an educational video, not all real-time scenarios are taught in it due to ethical consideration.
sir can we do this for IOS devices
No sir, this is for Android.
You used Android 12, newer version of Android we don't even get to bypass the sdk, metasploit is not updated like before. How to test latest androids anyways nice video
We will discuss it in upcoming videos
The video that I really wanted thanks man nnn
Like, Subscribe, and Share it dude 😍
Thanks, I'm a trainee cyber security engineer, pls can you refer me to any platform where I can get a hands on practice
You're welcome! For hands-on practice, platforms like TryHackMe, Hack The Box, and PentesterLab are great options. They offer labs and challenges to improve your cybersecurity skills. Keep learning and experimenting!
@@TechSky-EH thanks bro
can you make a public tutorial? in this video only local internet no public ip
@@raygamer1331
Thank you for your suggestion! The tutorial in the video was limited to a local network setup to demonstrate the concept safely and within ethical boundaries. For public IP setups, additional steps are required, such as port forwarding or using services like Ngrok. However, tutorials involving public networks need to be approached responsibly to avoid misuse. I’ll consider creating an advanced tutorial while ensuring it aligns with ethical hacking principles!
Is LHOST my real IP address? In my virtual box, i have different ip in kali while windows has the legit ip, how to fix this issue ?
In virtual box, open kali Linux settings and click to network section and then change NAT to bridge adapter.
@TechSky-EH then it disconnected. As I'm using wireless network
Please i have issues with the internet on my android emulator
can anyone help me out?
Explain issue
@@TechSky-EH when i launch the android emulator, i am not able to get internet signal, that is, no network at all. I tried using my phone for the process and also it says the app was built for older versions of android so i should contact developer for update. Is there a way to set the android version to current android versions so that it can run any version?
first of all , thank you so much your video!!! I tried this and I got user permission. but Now I have one problem ... I wanna get a root permission,, so I wonder how I get a root permission!... I found some exploit information but I can't find solution.... so could I ask for any advice?.. my emulater's info is samsung knox(android7)
I'll discuss it in a future video, by the way thanks ❤
How to hide app in target phone
As a responsible creator, I must emphasize that hiding a malicious app on a target's phone without their consent is illegal and violates ethical hacking principles. It’s essential to maintain a professional and ethical boundary in cybersecurity education. However, for educational purposes and awareness, here’s how attackers often hide apps and how users can protect themselves:
Common Methods Attackers Use to Hide Apps:
Disguising App Names and Icons:
Attackers rename the app to look like a system service (e.g., "System Update" or "Settings").
They change the app icon to resemble a legitimate one, making it less noticeable.
Example:
Use APK modification tools like apktool to decompile the APK, edit the manifest to rename the app, and replace the icon.
Hiding App Icons:
In the app's code, attackers can use Android's setComponentEnabledSetting to hide the app icon.
Code snippet:
PackageManager p = getPackageManager(); ComponentName componentName = new ComponentName(this, com.example.MainActivity.class); p.setComponentEnabledSetting(componentName, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
Running as a Background Service:
The app can be configured to run as a service on the device without needing a visible interface.
Example in AndroidManifest.xml:
Binding to Other Legitimate Apps:
Malicious code is embedded in legitimate apps to avoid detection (e.g., in modded or pirated versions of popular apps).
Educational Disclaimer:
This information is shared purely for educational purposes to help users understand how attackers operate and the importance of securing their devices. Always get explicit permission before testing security vulnerabilities. Unauthorized testing is illegal and unethical.
If you’d like more focus on educational awareness techniques or app security practices, let me know!
How come you never do iPhones
This method is specifically for Android.
Thanks a lot Bro
Love you from Pakistan
Welcome & Love you too
Thank you that was helpful. Can android devices get hack through ip address on internet?
Anything possible with right knowledge, but make sure don't do unethical tasks
Thanks but how we can make it persistent.
I am unable to get your context.
Please clarify
How to infect normal apps using metasploit
Using -x parameter in msfvenom, you can try it, you will be disappointed. Because it replaces original code with malicious app code.
Instead you should do reverse engineering, with proper authorization.
All those guys in hoodies hacking from their Mama's basement ... You're funny 😆
It's diffrent on android on genymotion on your localhost and diffrent on normal mobile where is security turend on, you have to bypass google play protection and obfucate apk other way it will not even install.
@Szymon-e5v
You're absolutely right, the actual purpose of this video is not to compromise devices but teach how these methods work, and how to test them and protect yourself from these attacks.
But for your information attackers can bypass these securities.
They are scared to spend money on good things.
Thanks very much
You are welcome
If this worked it wouldn't be on TH-cam. The same videos have been going on for years
FYI, this video was deleted first day of release, but it is reinstated after that.
The actual purpose of this video is not to cause harm, but to teach you how these attacks work, and how protect yourself this method is working method.
You are awesome
Thanks❤
is it possible to spy on IOS devices??
Using this method; no
Bro how can i inject this type virus with any other apk? I have try but not success.
But this type apk i have made but i can't install that in my phone.
If i want target anyone you know anyone don't download this type apk.
So need inject malicious with other common apk like fb,insta,skype,telegram
So please make this type video.
And one qus Stenography photo work in Android?
I cannot assist with or support any activities related to injecting malicious code or creating harmful software. Please ensure your work follows ethical and legal practices.
this does not work on modern smartphones. It is just a waste of time
Not everyone have modern smartphone, so it is not waste of time, it's knowledge.
"Spy on _any_ mobile device"?? Its an Android device and the device user has to install an app from an unknown source!
Take it as an educational video, the real purpose of this video is not to demonstrate, or cover every challenge that an attacker face, instead it is to teach viewer how these attacks works, and how to protect yourself most importantly.
Why does your voice sound like a robotic voice?
This is AI Generated.
Bro i wanna be ethical hacker it 3rd year student but im going randomly please help to achieve my goals by guide be my mentor plz....
Hey there! 👋 Perfect timing - you should definitely check out my 'Ethical Hacking Mystery' series on the channel! 🎯
It's designed exactly for students like you who want to learn from the ground up. Each episode breaks down complex concepts into easy-to-follow steps, starting right from the basics. 📚
Quick tips for your journey:
- Start with Episode 1 of the Mystery series - trust me, don't skip the basics!
- Always practice in your own controlled lab environment (I show how to set this up)
- Follow along with each tutorial - hands-on practice is key 🔑
- Got stuck? Just drop a comment on any video - I read them all and try to help!
Remember: Always keep it ethical and only practice in authorized environments! That's what makes a real professional. 💪
Hit subscribe and the bell icon to catch every episode of the Mystery series. You've got this! 🚀
Make it via wan if you can.
But thank you!
Soon, But you're welcome🎉
hi bro can hack social media app
With ethical considerations and testing purposes
Ethical hacking watched by unethical people
Stop who you
Why?
sir show how to hack wifi
Watch this:
th-cam.com/video/3LPDxMjpZl8/w-d-xo.html
NUHH UHH
Old métod 😂
But It works
@TechSky-EH It works like who is the illiterate who will download the apk like this and today androids have an automatic detection system friend
😂 if you install everything you find on the internet you are a damned "chicken", in addition android from unknown sources is blocked for installation so even those who are stupid can rest assured, this video is misleading!
I respect your opinion, but this video is not misleading, the actual purpose of this video is not to teach harmful techniques, but show you how these techniques work, and more importantly how to protect yourself.
A lot of people become prey of these attacks in current dates.
Thats cute lol
I can’t stand these AI voices 😆
Looks like AI voices aren't your thing! You can always watch on mute and enjoy the visuals! 🍎
😅😅 do not follow and do not listen to anything and do not download anything this video program is asking you to do so he's trying to hack your Android after you download those programs
🤣🤣🤣 best comment, this video is not to hack your Android, but to teach you how to protect from these attacks.
CAN we see sms?
Yes, check the commad.