An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Loki
**Loki** — Masking phishing URLs

![preview](preview.png)

## 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)