Skip to main content

Facad1ng - URL Masking Tool

Facad1ng

Downloads

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


⭕ 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

Screenshot


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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facad1ng-1.0.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Facad1ng-1.0.1-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

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

Hashes for facad1ng-1.0.1.tar.gz
Algorithm Hash digest
SHA256 19e9c9dafc5f5243bf2c2db9b6cbaf9eec3c9048c914d7283feb0c1a7033257a
MD5 6654e062d734e1565155b0cdb4b1b870
BLAKE2b-256 bb4da7296ee52100211f630126ba74d1b8ef7a46ce0e63f8d5b7b323c4e4bc30

See more details on using hashes here.

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

Hashes for Facad1ng-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c1d92eafce988e7a00ff8fede7b485f4aff550b219abcfa3ef8c8d46ba69ad57
MD5 08c40183e9ac0913a2b8eaaa6f908608
BLAKE2b-256 4fb0010b49eaccafcd3078dabf42750c10a665f57f26d0ba910e31a3f1d3d14b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 files

1.0.0

2 files

0.0.18

2 files

0.0.17

2 files

0.0.16

2 files

0.0.15

2 files

0.0.14

2 files

0.0.13

2 files

0.0.12

2 files

0.0.11

2 files

0.0.10

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page