├── README.md ├── html ├── hotspot_3 │ ├── GmailLogo.png │ ├── GoogleWifi.jpg │ ├── HotmailLogo.png │ ├── facebookLogo.jpg │ ├── formdata.txt │ ├── index.html │ ├── process-form-data.php │ └── yahoo.gif ├── portal_hotspot │ ├── GmailLogo.png │ ├── GoogleWifi.jpg │ ├── HotmailLogo.png │ ├── facebookLogo.jpg │ ├── formdata.txt │ ├── index.html │ ├── service.php │ └── yahoo.gif ├── portal_pdf │ ├── aup1.pdf │ ├── aup2.pdf │ ├── aup2.pdf.alternative │ ├── aup_virgin.pdf │ ├── index.php │ └── sample_payload.exe └── portal_simple │ ├── formdata.txt │ ├── index.php │ └── service.php ├── installer.sh └── pwnstar /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/README.md -------------------------------------------------------------------------------- /html/hotspot_3/GmailLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/GmailLogo.png -------------------------------------------------------------------------------- /html/hotspot_3/GoogleWifi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/GoogleWifi.jpg -------------------------------------------------------------------------------- /html/hotspot_3/HotmailLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/HotmailLogo.png -------------------------------------------------------------------------------- /html/hotspot_3/facebookLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/facebookLogo.jpg -------------------------------------------------------------------------------- /html/hotspot_3/formdata.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /html/hotspot_3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/index.html -------------------------------------------------------------------------------- /html/hotspot_3/process-form-data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/process-form-data.php -------------------------------------------------------------------------------- /html/hotspot_3/yahoo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/hotspot_3/yahoo.gif -------------------------------------------------------------------------------- /html/portal_hotspot/GmailLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/GmailLogo.png -------------------------------------------------------------------------------- /html/portal_hotspot/GoogleWifi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/GoogleWifi.jpg -------------------------------------------------------------------------------- /html/portal_hotspot/HotmailLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/HotmailLogo.png -------------------------------------------------------------------------------- /html/portal_hotspot/facebookLogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/facebookLogo.jpg -------------------------------------------------------------------------------- /html/portal_hotspot/formdata.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/portal_hotspot/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/index.html -------------------------------------------------------------------------------- /html/portal_hotspot/service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/service.php -------------------------------------------------------------------------------- /html/portal_hotspot/yahoo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_hotspot/yahoo.gif -------------------------------------------------------------------------------- /html/portal_pdf/aup1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/aup1.pdf -------------------------------------------------------------------------------- /html/portal_pdf/aup2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/aup2.pdf -------------------------------------------------------------------------------- /html/portal_pdf/aup2.pdf.alternative: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/aup2.pdf.alternative -------------------------------------------------------------------------------- /html/portal_pdf/aup_virgin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/aup_virgin.pdf -------------------------------------------------------------------------------- /html/portal_pdf/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/index.php -------------------------------------------------------------------------------- /html/portal_pdf/sample_payload.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_pdf/sample_payload.exe -------------------------------------------------------------------------------- /html/portal_simple/formdata.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /html/portal_simple/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_simple/index.php -------------------------------------------------------------------------------- /html/portal_simple/service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/html/portal_simple/service.php -------------------------------------------------------------------------------- /installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/installer.sh -------------------------------------------------------------------------------- /pwnstar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SilverFoxx/PwnSTAR/HEAD/pwnstar --------------------------------------------------------------------------------