The Ultimate URL Masking Tool
Project description
Facad1ng - URL Masking Tool
Facad1ng is an open-source URL masking tool designed to help you hide phishing URLs and make them look legitimate using social engineering techniques.
⚠️ IMPORTANT: This tool is a Proof of Concept and is for Educational Purposes Only.
🔹 Run Online (Google Colab)
⭕ Example Usage
Your phishing link: https://example.com/whatever
Custom URL: gmail.com
Phishing keyword: anything-u-want
Output: https://gmail.com-anything-u-want@tinyurl.com/yourlink
🔹 Features
-
URL Masking with custom domains.
-
Multiple URL Shorteners supported (TinyURL, osdb, dagd, clckru).
-
Input Validation to prevent errors.
-
User-Friendly Interface for easy usage.
-
Open Source and community-driven.
🔹 Installation
Git Installation
git clone https://github.com/spyboy-productions/Facad1ng.git
cd Facad1ng
pip install -r requirements.txt
python3 facad1ng.py
PyPI Installation
pip install Facad1ng
Run in CLI
Facad1ng <your-phishing-link> <any-custom-domain> <any-phishing-keyword>
Example:
Facad1ng https://ngrok.com gmail.com account-login
Run in Python
import subprocess
command = ["python3", "-m", "Facad1ng.main", "https://ngrok.com", "facebook.com", "login"]
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = process.communicate()
print("Output:", stdout.decode())
print("Error:", stderr.decode())
if process.returncode == 0:
print("Facad1ng completed successfully.")
else:
print("Facad1ng encountered an error.")
🛠 Contribution
Contributions are welcome! Open an issue or submit a pull request.
🔹 Snapshots
⭐️ If you found this project useful, please consider giving it a star!
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file facad1ng-1.0.1.tar.gz.
File metadata
- Download URL: facad1ng-1.0.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19e9c9dafc5f5243bf2c2db9b6cbaf9eec3c9048c914d7283feb0c1a7033257a
|
|
| MD5 |
6654e062d734e1565155b0cdb4b1b870
|
|
| BLAKE2b-256 |
bb4da7296ee52100211f630126ba74d1b8ef7a46ce0e63f8d5b7b323c4e4bc30
|
File details
Details for the file Facad1ng-1.0.1-py3-none-any.whl.
File metadata
- Download URL: Facad1ng-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1d92eafce988e7a00ff8fede7b485f4aff550b219abcfa3ef8c8d46ba69ad57
|
|
| MD5 |
08c40183e9ac0913a2b8eaaa6f908608
|
|
| BLAKE2b-256 |
4fb0010b49eaccafcd3078dabf42750c10a665f57f26d0ba910e31a3f1d3d14b
|