Lädt...

📰 Facad1ng - The Ultimate URL Masking Tool - An Open-Source URL Masking Tool Designed To Help You Hide Phishing URLs And Make Them Look Legit Using Social Engineering Techniques


Nachrichtenbereich: 📰 IT Security Nachrichten
🔗 Quelle: kitploit.com


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://[email protected]/yourlink

# Get 4 masked URLs like this from different URL-shortener

  • URL Masking: Facad1ng allows users to mask URLs with a custom domain and optional phishing keywords, making it difficult to identify the actual link.

  • Multiple URL Shorteners: The tool supports multiple URL shorteners, providing flexibility in choosing the one that best suits your needs. Currently, it supports popular services like TinyURL, osdb, dagd, and clckru.

  • Input Validation: Facad1ng includes robust input validation to ensure that URLs, custom domains, and phishing keywords meet the required criteria, preventing errors and enhancing security.

  • User-Friendly Interface: Its simple and intuitive interface makes it accessible to both novice and experienced users, eliminating the need for complex command-line inputs.

  • Open Source: Being an open-source project, Facad1ng is transparent and community-driven. Users can contribute to its development and suggest improvements.


git clone https://github.com/spyboy-productions/Facad1ng.git
cd Facad1ng
pip3 install -r requirements.txt
python3 facad1ng.py

PYPI Installation : https://pypi.org/project/Facad1ng/

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.")



...

🕵️ Oracle Data Masking/Subsetting 13.3.0.0/13.4.0.0 Data Masking unknown vulnerability


📈 32.25 Punkte
🕵️ Sicherheitslücken

🔧 How to Convert Short URLs to Long URLs in JavaScript Using Axios or Fetch


📈 31.17 Punkte
🔧 Programmierung

📰 New phishing attack uses Morse code to hide malicious URLs


📈 30.75 Punkte
📰 IT Security Nachrichten

📰 Microsoft Defender shoots down legit URLs as malicious


📈 30.19 Punkte
📰 IT Security Nachrichten

🔧 Modern Social Engineering Explained – 10 Types of Social Engineering Cyberattacks


📈 28.55 Punkte
🔧 Programmierung

🎥 DEF CON 27 Social Engineering Village - Rebecca Long - Hacking Your Career Thru Social Engineering


📈 28.55 Punkte
🎥 IT Security Video

🎥 DEF CON 27 Social Engineering Village - Chris Pritchard - The Basics of Social Engineering


📈 28.55 Punkte
🎥 IT Security Video

🎥 Social Engineering: Advanced Phishing attack on Social Medias


📈 27.22 Punkte
🎥 IT Security Video

📰 'A-Team'-style tactics: Legit tool welded to kitchen sink to make off-the-shelf snoop kit


📈 26.63 Punkte
📰 IT Security Nachrichten

🕵️ Hackers Exploit MailChimp Email Marketing Platform Using Phishing and Social Engineering Tactics


📈 25.87 Punkte
🕵️ Hacking

🔧 The importance of prompt engineering and specific prompt engineering techniques


📈 25.8 Punkte
🔧 Programmierung

📰 Times Newer Roman is a Font Designed To Make Your Essays Look Longer


📈 25.74 Punkte
📰 IT Security Nachrichten

📰 What common security mistakes do you see people make over and over? Help us prevent them!


📈 25.44 Punkte
📰 IT Security Nachrichten

📰 Some Android adware apps hide icons to make it hard to remove them


📈 25.38 Punkte
📰 IT Security Nachrichten

📰 Need to automatically and securely verify a download is legit? You bet rget this new tool


📈 25.15 Punkte
📰 IT Security Nachrichten

📰 AI-Powered Social Engineering: Ancillary Tools and Techniques


📈 25.15 Punkte
📰 IT Security Nachrichten

📰 Phishing URLs Detection Method Using Hybrid Feature and Convolutional Neural Networks ...


📈 25.13 Punkte
📰 IT Security Nachrichten

🪟 Google’s NotebookLM to let you upload YouTube video URLs &amp; audio files to analyze them


📈 25.01 Punkte
🪟 Windows Tipps