Link Attacks
Introduction
Malicious links are hyperlinks that are designed to redirect users to a harmful website controlled by an attacker. Clicking on a malicious link can lead to a variety of malicious activities, including: Installing harmful applications, Fake login pages, Promotion of counterfeit products, Infection with malware, access to device location, camera, microphone, and Theft of sensitive information.
Practical
Storm-Breaker Tool
Storm breaker is a social engineering tool that can be used to access the location, webcam, microphone, and Os Password Grabber Using Ngrok Link.
Features
It can get device information.
It can provide location.
Fetch Os Password.
It can access Webcam.
It can access the microphone.
Dependencies
php
python3
git
Ngrok
Installation
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
REFERENCES
Last updated
Was this helpful?