├── LICENSE ├── README.md ├── img └── wifi.png ├── index.html ├── main.bat ├── main.ps1 ├── wifi.php └── wiphish /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/README.md -------------------------------------------------------------------------------- /img/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/img/wifi.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/index.html -------------------------------------------------------------------------------- /main.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | php -S localhost:8888 | start powershell 3 | 4 | -------------------------------------------------------------------------------- /main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/main.ps1 -------------------------------------------------------------------------------- /wifi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/wifi.php -------------------------------------------------------------------------------- /wiphish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AdarshAddee/wiPhish/HEAD/wiphish --------------------------------------------------------------------------------