# Facad1ng - URL Masking Tool

[](https://pepy.tech/projects/facad1ng)
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)
[](https://colab.research.google.com/github/spyboy-productions/Facad1ng/blob/main/Facad1ng.ipynb)
---
## ⭕ Example Usage
```bash
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**
```bash
git clone https://github.com/spyboy-productions/Facad1ng.git
cd Facad1ng
pip install -r requirements.txt
python3 facad1ng.py
```
### **PyPI Installation**
```bash
pip install Facad1ng
```
#### **Run in CLI**
```bash
Facad1ng <your-phishing-link> <any-custom-domain> <any-phishing-keyword>
```
Example:
```bash
Facad1ng https://ngrok.com gmail.com account-login
```
#### **Run in Python**
```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!**
Raw data
{
"_id": null,
"home_page": "https://github.com/spyboy-productions/Facad1ng",
"name": "Facad1ng",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "masking, phishing, url-shortener, mask-phishing-url, hide-phishing-link, url-phishing",
"author": "Spyboy",
"author_email": "contact@spyboy.in",
"download_url": "https://files.pythonhosted.org/packages/bb/4d/a7296ee52100211f630126ba74d1b8ef7a46ce0e63f8d5b7b323c4e4bc30/facad1ng-1.0.1.tar.gz",
"platform": null,
"description": "\r\n# Facad1ng - URL Masking Tool\r\r\n\r\r\n\r\r\n\r\r\n[](https://pepy.tech/projects/facad1ng)\r\r\n\r\r\nFacad1ng is an open-source URL masking tool designed to help you hide phishing URLs and make them look legitimate using social engineering techniques.\r\r\n\r\r\n> **\u26a0\ufe0f IMPORTANT:** This tool is a Proof of Concept and is for Educational Purposes Only.\r\r\n\r\r\n---\r\r\n\r\r\n## \ud83d\udd39 Run Online (Google Colab)\r\r\n\r\r\n[](https://colab.research.google.com/github/spyboy-productions/Facad1ng/blob/main/Facad1ng.ipynb)\r\r\n\r\r\n---\r\r\n\r\r\n## \u2b55 Example Usage\r\r\n```bash\r\r\nYour phishing link: https://example.com/whatever\r\r\nCustom URL: gmail.com\r\r\nPhishing keyword: anything-u-want\r\r\n\r\r\nOutput: https://gmail.com-anything-u-want@tinyurl.com/yourlink\r\r\n```\r\r\n\r\r\n---\r\r\n\r\r\n## \ud83d\udd39 Features\r\r\n- **URL Masking** with custom domains.\r\r\n- **Multiple URL Shorteners** supported (TinyURL, osdb, dagd, clckru).\r\r\n- **Input Validation** to prevent errors.\r\r\n- **User-Friendly Interface** for easy usage.\r\r\n- **Open Source** and community-driven.\r\r\n\r\r\n---\r\r\n\r\r\n## \ud83d\udd39 Installation\r\r\n\r\r\n### **Git Installation**\r\r\n```bash\r\r\ngit clone https://github.com/spyboy-productions/Facad1ng.git\r\r\ncd Facad1ng\r\r\npip install -r requirements.txt\r\r\npython3 facad1ng.py\r\r\n```\r\r\n\r\r\n### **PyPI Installation**\r\r\n```bash\r\r\npip install Facad1ng\r\r\n```\r\r\n\r\r\n#### **Run in CLI**\r\r\n```bash\r\r\nFacad1ng <your-phishing-link> <any-custom-domain> <any-phishing-keyword>\r\r\n```\r\r\nExample:\r\r\n```bash\r\r\nFacad1ng https://ngrok.com gmail.com account-login\r\r\n```\r\r\n\r\r\n#### **Run in Python**\r\r\n```python\r\r\nimport subprocess\r\r\n\r\r\ncommand = [\"python3\", \"-m\", \"Facad1ng.main\", \"https://ngrok.com\", \"facebook.com\", \"login\"]\r\r\nprocess = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)\r\r\nstdout, stderr = process.communicate()\r\r\n\r\r\nprint(\"Output:\", stdout.decode())\r\r\nprint(\"Error:\", stderr.decode())\r\r\n\r\r\nif process.returncode == 0:\r\r\n print(\"Facad1ng completed successfully.\")\r\r\nelse:\r\r\n print(\"Facad1ng encountered an error.\")\r\r\n```\r\r\n\r\r\n---\r\r\n\r\r\n## \ud83d\udee0 Contribution\r\r\nContributions are welcome! Open an issue or submit a pull request.\r\r\n\r\r\n---\r\r\n\r\r\n## \ud83d\udd39 Snapshots\r\r\n\r\r\n\r\r\n---\r\r\n\r\r\n> **\u2b50\ufe0f If you found this project useful, please consider giving it a star!**\r\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The Ultimate URL Masking Tool",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/spyboy-productions/Facad1ng"
},
"split_keywords": [
"masking",
" phishing",
" url-shortener",
" mask-phishing-url",
" hide-phishing-link",
" url-phishing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4fb0010b49eaccafcd3078dabf42750c10a665f57f26d0ba910e31a3f1d3d14b",
"md5": "08c40183e9ac0913a2b8eaaa6f908608",
"sha256": "c1d92eafce988e7a00ff8fede7b485f4aff550b219abcfa3ef8c8d46ba69ad57"
},
"downloads": -1,
"filename": "Facad1ng-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "08c40183e9ac0913a2b8eaaa6f908608",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4802,
"upload_time": "2025-02-19T23:13:35",
"upload_time_iso_8601": "2025-02-19T23:13:35.205346Z",
"url": "https://files.pythonhosted.org/packages/4f/b0/010b49eaccafcd3078dabf42750c10a665f57f26d0ba910e31a3f1d3d14b/Facad1ng-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bb4da7296ee52100211f630126ba74d1b8ef7a46ce0e63f8d5b7b323c4e4bc30",
"md5": "6654e062d734e1565155b0cdb4b1b870",
"sha256": "19e9c9dafc5f5243bf2c2db9b6cbaf9eec3c9048c914d7283feb0c1a7033257a"
},
"downloads": -1,
"filename": "facad1ng-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "6654e062d734e1565155b0cdb4b1b870",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4786,
"upload_time": "2025-02-19T23:13:38",
"upload_time_iso_8601": "2025-02-19T23:13:38.222865Z",
"url": "https://files.pythonhosted.org/packages/bb/4d/a7296ee52100211f630126ba74d1b8ef7a46ce0e63f8d5b7b323c4e4bc30/facad1ng-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-19 23:13:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "spyboy-productions",
"github_project": "Facad1ng",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pyshorteners",
"specs": []
}
],
"lcname": "facad1ng"
}