▄▄▄ ███▄ █ █ ██ ▄▄▄▄ ██▓ ██████
▒████▄ ██ ▀█ █ ██ ▓██▒▓█████▄ ▓██▒▒██ ▒
▒██ ▀█▄ ▓██ ▀█ ██▒▓██ ▒██░▒██▒ ▄██▒██▒░ ▓██▄
░██▄▄▄▄██ ▓██▒ ▐▌██▒▓▓█ ░██░▒██░█▀ ░██░ ▒ ██▒
▓█ ▓██▒▒██░ ▓██░▒▒█████▓ ░▓█ ▀█▓░██░▒██████▒▒
▒▒ ▓▒█░░ ▒░ ▒ ▒ ░▒▓▒ ▒ ▒ ░▒▓███▀▒░▓ ▒ ▒▓▒ ▒ ░
▒ ▒▒ ░░ ░░ ░ ▒░░░▒░ ░ ░ ▒░▒ ░ ▒ ░░ ░▒ ░ ░
░ ▒ ░ ░ ░ ░░░ ░ ░ ░ ░ ▒ ░░ ░ ░
░ ░ ░ ░ ░ ░ ░
░
Advanced Camera & Location Phishing Framework
FOR EDUCATIONAL AND SECURITY RESEARCH PURPOSES ONLY
This tool is designed for security researchers and authorized testing only. UNAUTHORIZED USE IS ILLEGAL. By using ANUBIS, you agree to take full responsibility for your actions.
ANUBIS is a powerful social engineering framework designed to demonstrate the risks of browser permissions. It generates convincing phishing pages that silently capture:
- 📸 Webcam Snapshots
- 📍 GPS Location (Latitude/Longitude)
- 🌐 IP Address & Device Info
- Multi-Platform: Works on Linux, macOS, Windows (Git Bash/WSL).
- Dual Tunneling: Built-in support for CloudFlare (No Auth) and Ngrok.
- Silent Capture: Background image capture while the user interacts with the page.
- Real-Time Tracking: Live logs of IP, Location, and Images as they are captured.
- Smart Detection: Automatically detects OS and installs dependencies.
| Template | Description |
|---|---|
| 1. Live YouTube TV | Fake live stream interface. |
| 2. Online Meeting | Zoom-style meeting waiting room. |
| 3. Secure PDF Viewer | "Protected" document requiring verification. |
| 4. Private Video | Age-restricted video player. |
| 5. 18+ Image Viewer | Blurred image requiring age verification. |
| 6. SIM Recharge | Realistic mobile recharge portal. |
git clone https://github.com/lahirusanjika/Anubis-Cam.git
cd Anubis-Cam
chmod +x anubis.sh
./anubis.sh- Install Git and PHP.
- Clone the repo:
git clone https://github.com/lahirusanjika/Anubis-Cam.git cd Anubis-Cam
- Run using one of these methods:
- Double-click
START_ANUBIS.bat - Run
.\run_anubis.ps1in PowerShell - Run
./anubis.shin Git Bash
- Double-click
- Run the script:
./anubis.sh
- Select a Tunnel:
CloudFlare(Recommended for quick tests, no account needed).Ngrok(Requires auth token, custom domains).
- Select a Template: Choose one of the 6 scenarios.
- Send the Link: Share the generated link with your test device.
All captured data is saved in the project directory:
images/- Captured webcam photos (.png)saved_locations/- GPS coordinates (.txt)ip.txt- Victim IP addresses
graph LR
A[User] -->|Opens Link| B(Phishing Page)
B -->|Grants Permissions| C{Capture Data}
C -->|Webcam| D[Save Image]
C -->|Location| E[Save Coordinates]
C -->|IP Info| F[Save Log]
D --> G[Attacker Dashboard]
E --> G
F --> G
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the Educational Use License. See the LICENSE file for details.