The Ultimate URL Masking Tool
Project description
The Ultimate URL Masking Tool
Facad1ng is an open-source URL masking tool designed to help you Hide Phishing URLs and make them look legit using social engineering techniques.
How To Install:
pip3 install Facad1ng
How To Run On CLI:
Facad1ng <your-phishing-link> <any-custom-domain> <any-phishing-keyword>
Example: Facad1ng https://ngrok.com gmail.com accout-login
Python code:
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.")
This tool is a Proof of Concept and is for Educational Purposes Only.
⭔ Key Features:
-
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.
OS compatibility :
Requirements:
⭔ Git Installation
git clone https://github.com/spyboy-productions/Facad1ng.git
cd Facad1ng
pip3 install -r requirements.txt
python3 facad1ng.py
💬 If having issue Chat here
⭔ Snapshots
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Facad1ng-0.0.18.tar.gz
.
File metadata
- Download URL: Facad1ng-0.0.18.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f55062fb384be6d4fc425a95efc71aaea3d5a5a696227e12caa54ffd12b4e19 |
|
MD5 | 457a15a788f656ce326bd604637a950f |
|
BLAKE2b-256 | 434396bc8ff8daa77b9bd09da764b3012422c77c7dff98ee7afc2e0261788b6d |
File details
Details for the file Facad1ng-0.0.18-py3-none-any.whl
.
File metadata
- Download URL: Facad1ng-0.0.18-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f62ed6fd67e32304f2ecdc46ec7cb2f225a4f131df2bdefd6afa2a757ad80b7b |
|
MD5 | c2c97d30a1c92ce3c94ba5f07beed96d |
|
BLAKE2b-256 | 17947a98c03cfbaba3dcfcf38f482247fbd0b41dd937fd4d924ec53403d52ced |