gitextract_le6w1hw_/ ├── .gitignore ├── LICENSE ├── README.md ├── Site/ │ ├── Facebook/ │ │ ├── Site-facebook/ │ │ │ └── index.php │ │ ├── Site-fakepanel/ │ │ │ └── index.php │ │ └── start.sh │ ├── Game/ │ │ ├── Site-legend/ │ │ │ └── index.php │ │ ├── Site-lol/ │ │ │ └── index.php │ │ ├── Site-pubg/ │ │ │ └── index.php │ │ ├── Site-wolfteam/ │ │ │ └── index.php │ │ ├── Site-zula/ │ │ │ └── index.php │ │ └── start.sh │ ├── Instagram/ │ │ ├── Instagram-bruteforce/ │ │ │ ├── Executable/ │ │ │ │ ├── LICENSE │ │ │ │ ├── instagram.py │ │ │ │ └── install.py │ │ │ ├── instagram.py │ │ │ ├── install.py │ │ │ └── requirements.txt │ │ ├── Instagram-fakepanel/ │ │ │ └── index.php │ │ ├── Instagram-phishing/ │ │ │ └── index.php │ │ └── start.sh │ ├── Mail/ │ │ ├── Site-gmail/ │ │ │ └── index.php │ │ ├── Site-hotmail/ │ │ │ └── index.php │ │ ├── Site-yandex/ │ │ │ └── index.php │ │ └── start.sh │ ├── Twitter/ │ │ ├── Site-fakepanel/ │ │ │ └── index.php │ │ ├── Site-phishing/ │ │ │ └── index.php │ │ └── start.sh │ ├── Whatsapp/ │ │ ├── Site/ │ │ │ └── index.php │ │ └── start.sh │ └── code.sh ├── ngrok ├── requirements.sh └── tst.sh