URLMask
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.
Step (2): Input a sentence that is relevant to your webpage. E.g. 'Login page', 'Reset password', 'free promotional code'.
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'.
Step (4): Your new URL will be output immediately.
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.