Metadata-Version: 2.2
Name: Facad1ng
Version: 1.0.1
Summary: The Ultimate URL Masking Tool
Home-page: https://github.com/spyboy-productions/Facad1ng
Author: Spyboy
Author-email: contact@spyboy.in
License: MIT
Keywords: masking,phishing,url-shortener,mask-phishing-url,hide-phishing-link,url-phishing
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: pyshorteners
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: summary


# Facad1ng - URL Masking Tool



![Facad1ng](https://raw.githubusercontent.com/spyboy-productions/Facad1ng/main/image/afa.png)



[![Downloads](https://static.pepy.tech/badge/facad1ng)](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)



[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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

![Screenshot](https://raw.githubusercontent.com/spyboy-productions/Facad1ng/main/image/Screenshot_2023-09-09_at_1.59.55_AM.png)



---



> **⭐️ If you found this project useful, please consider giving it a star!**

