https://github.com/00nx/fisherman
Instagram phishing tool sample with telegram logging. Latest UI
https://github.com/00nx/fisherman
cybersecurity demo email facebook fb hack ig insta instagram meta password phish phishing steal stealer
Last synced: about 2 months ago
JSON representation
Instagram phishing tool sample with telegram logging. Latest UI
- Host: GitHub
- URL: https://github.com/00nx/fisherman
- Owner: 00nx
- License: mit
- Created: 2025-08-06T15:38:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T15:51:26.000Z (2 months ago)
- Last Synced: 2025-08-06T17:46:38.199Z (2 months ago)
- Topics: cybersecurity, demo, email, facebook, fb, hack, ig, insta, instagram, meta, password, phish, phishing, steal, stealer
- Language: HTML
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 📸 Instagram Phishing Demo 2025
This project is a **sample Instagram phishing page clone** It demonstrates how attackers might design phishing pages and exfiltrate user credentials via Telegram bots.
---
## ⚠️ Legal Disclaimer
> This repository is intended **solely for educational purposes**.
> **Do not use** this code to perform unauthorized access, deception, or data theft.
> Misuse of this code **can result in legal consequences**.---
## 🧩 Features
- 🎭 Fake Instagram password reset form
- 🕵️ Logs submitted "old passwords"
- 🚀 Sends credentials directly to a Telegram bot
- 🌓 Dark theme mimicking Instagram UI
- 📱 Mobile responsive---
## 📁 Folder Structure
```s
fisherman/
├── public/
│ ├── index.html
│ └── style.css
├── .env.example
├── index.js
├── README.md
├── package.json
└── LICENSE
```---
## 🔧 Setup & Run Locally
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/fisherman.git
```
```bash
cd fisherman
```
```bash
npm install
```
Rename .env.example to .env and fill in your credentials:
```bashTELEGRAM_BOT_TOKEN=123456:ABCDEF...
TELEGRAM_CHANNEL_ID=@yourchannel_or_chatid
```
```bash
node index.js
```Access it at http://localhost:3000.