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.
- Host: GitHub
- URL: https://github.com/haithamaouati/loki
- Owner: haithamaouati
- License: unlicense
- Created: 2024-11-22T18:10:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T14:49:34.000Z (5 months ago)
- Last Synced: 2025-01-24T01:38:19.776Z (3 months 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 is a Bash scrip that creates masked phishing URLs by combining shortened links with legitimate-looking domains and optional keywords.```
@@@ @@@@@@ @@@ @@@ @@@
@@@ @@@@@@@@ @@@ @@@ @@@
@@! @@! @@@ @@! !@@ @@!
!@! !@! @!@ !@! @!! !@!
@!! @!@ !@! @!@@!@! !!@
!!! !@! !!! !!@!!! !!!
!!: !!: !!! !!: :!! !!:
:!: :!: !:! :!: !:! :!:
:: :::: ::::: :: :: ::: ::
: :: : : : : : : ::: :
```# Screenshot

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