https://github.com/haithamaouati/loki
Masking phishing URLs by combining shortened links with legitimate-looking domains and optional keywords.
https://github.com/haithamaouati/loki
bash hacking hacking-tools http https link loki mask masking phishing phishing-script script short shortcut url
Last synced: 5 days ago
JSON representation
Masking phishing URLs by combining shortened links with legitimate-looking domains and optional keywords.
- Host: GitHub
- URL: https://github.com/haithamaouati/loki
- Owner: haithamaouati
- License: unlicense
- Created: 2024-11-22T18:10:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:49:34.000Z (over 1 year ago)
- Last Synced: 2025-01-24T01:38:19.776Z (over 1 year ago)
- Topics: bash, hacking, hacking-tools, http, https, link, loki, mask, masking, phishing, phishing-script, script, short, shortcut, url
- Language: Shell
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loki
**Loki** — Masking phishing URLs

## Install
To use the Loki script, follow these steps:
1. Clone the repository:
```
git clone https://github.com/haithamaouati/Loki.git
```
2. Change to the Loki directory:
```
cd Loki
```
3. Change the file modes
```
chmod +x loki.sh
```
5. Run the script:
```
./loki.sh
```
## Usage
Usage: `./loki.sh -p -m [-w ]`
##### Options:
`-p`, `--phish` Phishing URL (must start with http/https)
`-m`, `--mask` Legit-looking domain to mask with
`-w`, `--words` Social engineering words (no spaces, optional)
`-h`, `--help` Show this help message and exit
##### Example:
`./loki.sh --phish https://phishing.com --mask https://example.com --words login-update
`
## Author
Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)
## License
Loki is licensed under [WTFPL license](LICENSE)