Skip to content

Latest commit

 

History

History
123 lines (96 loc) · 3.32 KB

File metadata and controls

123 lines (96 loc) · 3.32 KB

🎛️ Linuxndroid IVR

A Flask-based Interactive Voice Response (IVR) system using Twilio


🚀 Features

  • 📞 Twilio voice calls
  • 🔢 DTMF input (1-9, multi-digit)
  • 📩 Telegram alerts on keypress
  • 🖥️ Admin panel to view call logs

🛠️ Setup & Installation

  1. Clone the repository:
    git clone https://github.com/linuxndroid/IVR-Hack.git
  2. Go to project directory:
    cd IVR-Hack
  3. Create a Python virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  4. Install dependencies:
    pip install -r requirements.txt
  5. Paste Twilio Sid, Api, Number:
    Line 11,12,13
  6. Paste Your Telegram Bot Token, & Chat ID:
    Line 17,18
  7. Paste Your VPS Server IP:
    Line 64
  8. Run the Flask app:
    python app.py
  9. Configure Twilio webhook for incoming calls:
    http://yourip/voice
  10. Admin Panel URLs:
    http://yourip/admin

⚙️ Configuration

  • 💳 Twilio Account SID and Auth Token
  • 📱 Twilio phone number
  • 🤖 Telegram Bot Token and Admin Chat ID
  • 🗄️ SQLite database (ivr_logs.db) for logging

📌 Notes

  • ✅ Trial Twilio numbers show a default voice warning
  • 🌐 For production, use a VPS

✅ Allowed Uses

  • Learning Twilio, IVR, DTMF, and call automation
  • Building customer support or automation systems
  • Ethical hacking and cybersecurity awareness (with proper permission)

❌ Strictly Prohibited

  • Spam or automated fraud calls
  • Phishing, impersonation, or social engineering
  • Collecting user data or DTMF input without consent

⚠️ Warning: Misuse of this tool for illegal or unethical activities can lead to legal action under telecommunication and cybercrime laws. The developer assumes no responsibility for any misuse or violation

📂 Directory Structure

IVR-Hack/
│
├─ app.py
├─ requirements.txt
├─ ivr_logs.db
├─ templates/
│   └─ admin.html
├─ static/
│   └─ css/
└─ README.html

Watch Video For More Information.

YouTube Video

Available Our Hacking Course

Follow Me on :

Instagram

Youtube

Browser

Made with ❤️ by Linuxndroid