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: about 1 month 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 is a Bash scrip that creates masked phishing URLs by combining shortened links with legitimate-looking domains and optional keywords.

```
@@@ @@@@@@ @@@ @@@ @@@
@@@ @@@@@@@@ @@@ @@@ @@@
@@! @@! @@@ @@! !@@ @@!
!@! !@! @!@ !@! @!! !@!
@!! @!@ !@! @!@@!@! !!@
!!! !@! !!! !!@!!! !!!
!!: !!: !!! !!: :!! !!:
:!: :!: !:! :!: !:! :!:
:: :::: ::::: :: :: ::: ::
: :: : : : : : : ::: :
```

# Screenshot

![screenshot](https://raw.githubusercontent.com/haithamaouati/Loki/refs/heads/main/screenshot.png)

## Usage

To use the Loki script, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/haithamaouati/Loki.git
```

2. Change to the Loki directory:

```bash
cd Loki
```

3. Change the file modes
```bash
chmod +x loki.sh
```

5. Run the script:

```bash
./loki.sh
```

#### Input Prompts:

1. Phishing URL:
_Paste Phishing URL (with http or https):_ `http://example.com/phishing`

2. Masking Domain:
_Domain to mask the Phishing URL (with http or https):_ `https://google.com`

3. Social Engineering Words:
_Type social engineering words (e.g., earn-money, no spaces):_ `earn-money`

Final Output:
_Masked URL:_ `https://[email protected]/abcd`

## Author

Made with :coffee: by **Haitham Aouati**
- GitHub: [github.com/haithamaouati](https://github.com/haithamaouati)

## License

Loki is licensed under [Unlicense license](LICENSE).