Python program for Linux users to change any url to any domain name they want.

Overview

URLMask

banner

Python program for Linux users to change a URL to ANY domain.

A program than can take any url and mask it to any domain name you like. E.g. netflix.com, facebook.com, google.com, reddit.com.

PLEASE USE RESPONSIBLY. THIS PROGRAM WAS CREATED FOR EDUCATIONAL PURPOSES ONLY AND I DO NOT CONDONE ANY ILLEGAL USE FOR THIS WHATSOEVER. SENDING OUT ANY URL/LINK THAT IS DECEITFUL TO ANYONE UNAWARE IS ILLEGAL. BE RESPONSIBLE.

INSTALL AND LAUNCH

Step (1): git clone https://github.com/thecarpetjasp/URLMask

Step (2): cd URLMask

Step (3): (OPTIONAL) python3 install.py This step will add the program to '/usr/bin/' so that you can run the program anywhere from your terminal.

Step (4): python3 urlmask.py or if you followed step (3) then: urlmask

TUTORIAL

Step (1): Input the URL that you want to mask.

input_url

Step (2): Input a sentence that is relevant to your webpage. E.g. 'Login page', 'Reset password', 'free promotional code'.

input_subs

Step (3): Input the domain name you want people to see for your URL. E.g. 'Netflix.com', 'Facebook.com', 'Google.com'.

NOTE: You can choose any TLD (Top Level Domain) that you want. E.g. '.com', '.co.uk'.

input_domain

Step (4): Your new URL will be output immediately.

final

Enjoy.

NOTE: Something to bear in mind...

Mozilla Firefox is the only browser that will warn you about accessing these URL's. I've tested on all platforms and Firefox is the only browser that will alert a warning.

The URL's all work without any warning message for:

  • Google Chrome
  • Microsoft Edge
  • iPhone / iMac Safari
  • Android Chrome

If you are testing your URL's on Kali Linux, then it's a good chance you're using Mozilla Firefox which will explain any message you might receive when visiting the URL's.

Analyze metadata of your Python project.

Analyze metadata of your Python projects Setup: Clone repo py-m venv venv (venv) pip install -r requirements.txt specify the folders which you want to

Pedro Monteiro de Carvalho e Silva Prado 1 Nov 10, 2021
Hide new MacBook Pro notch with black wallpaper.

Hide new MacBook Pro notch with black wallpaper.

Wang Chao 1 Oct 27, 2021
An online streamlit development platform

streamlit-playground An online streamlit development platform Run, Experiment and Play with streamlit Components Develop full-fledged apps online All

Akshansh Kumar 3 Nov 06, 2021
A Python package for floating-point binary fractions. Do math in base 2!

An implementation of a floating-point binary fractions class and module in Python. Work with binary fractions and binary floats with ease!

10 Oct 29, 2022
Delete all of your forked repositories on Github

Fork Purger Delete all of your forked repositories on Github Installation Install using pip: pip install fork-purger Exploration Under construc

Redowan Delowar 29 Dec 17, 2022
Quickly edit your slack posts.

Lightning Edit Quickly edit your Slack posts. Heavily inspired by @KhushrajRathod's LightningDelete. Usage: Note: Before anything, be sure to head ove

14 Nov 19, 2021
Random Name and Slug Generator

Random Name and Slug Generator

Alexander Lukanin 104 Nov 30, 2022
Python Libraries with functions and constants related to electrical engineering.

ElectricPy Electrical-Engineering-for-Python Python Libraries with functions and constants related to electrical engineering. The functions and consta

Joe Stanley 39 Dec 23, 2022
Software to help automate collecting crowdsourced annotations using Mechanical Turk.

Video Crowdsourcing Software to help automate collecting crowdsourced annotations using Mechanical Turk. The goal of this project is to enable crowdso

Mike Peven 1 Oct 25, 2021
PyResToolbox - A collection of Reservoir Engineering Utilities

pyrestoolbox A collection of Reservoir Engineering Utilities This set of functio

Mark W. Burgoyne 39 Oct 17, 2022
Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

Lark - Parsing Library & Toolkit 3.5k Jan 05, 2023
Manage your exceptions in Python like a PRO

A linter to manage all your python exceptions and try/except blocks (limited only for those who like dinosaurs).

Guilherme Latrova 353 Dec 31, 2022
Grank is a feature-rich script that automatically grinds Dank Memer for you

Grank Inspired by this repository. This is a WIP and there will be more functions added in the future. What is Grank? Grank is a feature-rich script t

42 Jul 20, 2022
Minimal Windows system information tool written in Python

wfetch wfetch is a Minimal Windows system information tool written in Python (Only works on Windows) Installation First of all have python installed.

zJairO 3 Jan 24, 2022
Genart - Generate random art to sell as nfts

Genart - Generate random art to sell as nfts Usage git clone

Will 13 Mar 17, 2022
Every 2 minutes, check for visa slots at VFS website

vfs-visa-slot-germany Every 2 minutes, check for visa slots at VFS website. If there are any, send a call and a message of the format: Sent from your

12 Dec 15, 2022
Finds price floor for every single attribute in a given collection

Solana Solanart Scanner Enjoy the Free Code Steps to run Download VS Code

Dalton Nisbett 19 Oct 20, 2022
Customized python validations.

A customized python validations.

Wilfred V. Pine 2 Apr 20, 2022
ULID implementation for Python

What is this? This is a port of the original JavaScript ULID implementation to Python. A ULID is a universally unique lexicographically sortable ident

Martin Domke 158 Jan 04, 2023
A simple python implementation of Decision Tree.

DecisionTree A simple python implementation of Decision Tree, using Gini index. Usage: import DecisionTree node = DecisionTree.trainDecisionTree(lab

1 Nov 12, 2021