https://github.com/yogeshwaran01/maskurl
Simple script masks the phishing link under the normal URL
https://github.com/yogeshwaran01/maskurl
hacking-tool phishing phishing-attacks python3 social-engeneering-toolkit social-engineering yogeshwaran01
Last synced: 5 months ago
JSON representation
Simple script masks the phishing link under the normal URL
- Host: GitHub
- URL: https://github.com/yogeshwaran01/maskurl
- Owner: yogeshwaran01
- License: mit
- Created: 2020-11-20T04:49:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T10:29:49.000Z (over 5 years ago)
- Last Synced: 2023-03-04T22:03:33.952Z (over 3 years ago)
- Topics: hacking-tool, phishing, phishing-attacks, python3, social-engeneering-toolkit, social-engineering, yogeshwaran01
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 60
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MaskUrl
This simple Python Script masks the Phishing URL under the Normal URL. It generates a hidden URL for social engineering.
## Installation
```bash
$ git clone https://github.com/yogeshwaran01/maskurl
$ cd maskurl
$ python3 maskurl.py
```

## Usage
```bash
$ python3 maskurl.py --target https://google.com --mask https://instagram.com --keywords free-likes
```
```log
--target Target URL to Mask (With http or https)
--mask Mask URL (With http or https)
--keywords Keywords (Use (-) instead of whitespace)
```
Simple Usage
```bash
$ python3 maskurl.py
```
## Legal Disclaimer
Usage of MaskUrl for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
## Credits
This Scrpit is inspired from [jaykali's maskphish](https://github.com/jaykali/maskphish)