In the ever-evolving landscape of online security, phishing attacks continue to pose a significant threat. To combat this menace, meet Facad1ng – the ultimate URL masking tool.
In this article, we delve into the world of Facad1ng, an open-source solution designed to safeguard your web links, thwart phishing attempts, and bolster your online defenses.
Discover how this versatile tool empowers users to conceal phishing URLs with ease and stay one step ahead of cyber threats.
Facad1ng is an open-source URL masking tool designed to help you Hide Phishing URLs and make them look legit using social engineering techniques.
Your phishing link: https://example.com/whatever
Give any custom URL: gmail.com
Phishing keyword: anything-u-want
Output: https://gamil.com-anything-u-want@tinyurl.com/yourlink
# Get 4 masked URLs like this from different URL-shortener
git clone https://github.com/spyboy-productions/Facad1ng.git
cd Facad1ng
pip3 install -r requirements.tx
python3 facad1ng.py
pip install Facad1ng
Facad1ng <your-phishing-link> <any-custom-domain> <any-phishing-keyword>
Example: Facad1ng https://ngrok.com gmail.com accout-login
import subprocess # Define the command to run your Facad1ng script with arguments command = [“python3”, “-m”, “Facad1ng.main”, “https://ngrok.com”, “facebook.com”, “login”] # Run the command process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) # Wait for the process to complete and get the output stdout, stderr = process.communicate() # Print the output and error (if any) print(“Output:”) print(stdout.decode()) print(“Error:”) print(stderr.decode()) # Check the return code to see if the process was successful if process.returncode == 0: print(“Facad1ng completed successfully.”) else: print(“Facad1ng encountered an error.”)
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…