kerravon Posted April 13, 2016 Author Share Posted April 13, 2016 Hi phpsystems, just PM me and I will sort the details out with you. Whistlemaster as you can see from the above post I have listed all the infusions you have donated and the same for mojo243. But looking at the mkIV infusion list on wififpineapple.com there are a few we don't have as listed above, When I started this project it was to collect as many infusions published or not for the MKIV from whomever and eventually I will put them in one place to collect as and when needed. I applaud you for putting yours on github and am thinking of doing the same thing. Once this is completed I will be looking at doing the same for the MKV, as I said on an earlier post on another subject, it would be great if the powers that be could see there way to once a device is no longer supported/discontinued they could open source the project on github or the like. You cant argue with free development look at the Linux OS. regards kerravon Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 13, 2016 Author Share Posted April 13, 2016 my bad again, miss read your post, thanks very much mate. Again you have come to the rescue, thanks for the uploads I'm sure this is going to make one hell of a lot of people extremely happy. cheers bud kerravon Quote Link to comment Share on other sites More sharing options...
Darren Kitchen Posted April 13, 2016 Share Posted April 13, 2016 Hi all - Just getting back up to speed on this. From what I gather our recent back-end overhaul at wifipineapple.com has caused an issue with OTA module/infusion downloads for the Mark IV. All of these infusions still exist on our servers and I'm working towards making them available for installation by an alternate means shortly. I'll update this thread when it's available. Best regards, Darren Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 13, 2016 Author Share Posted April 13, 2016 dxk3355, go over to the github page whistlemaster has set up, all the goodies are there mate, have fun. Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 14, 2016 Author Share Posted April 14, 2016 hi guys, put together a crude script to install the above mentioned scripts, just copy to usb, comment out with # what you dont want to install and run it ./install_inf.sh. It is pretty simple enough to add other infusions to the list I will tidy the script up when I have a little more time. But Again have fun people Save as ./install_inf.sh then chmod +x install_inf.sh # Basic script to install whistle masters infusions# Just comment out what you dont want to install# Infusions must be located on the usb in a directory named infusions.# kerravon#!/bin/bashln -s /usb/infusions/button /pineapple/components/infusions/buttonln -s /usb/infusions/dnsspoof /pineapple/components/infusions/dnspoofln -s /usb/infusions/jammer /pineapple/components/infusions/jammerln -s /usb/infusions/locgcheck /pineapple/components/infusions/logcheckln -s /usb/infusions/monitor /pineapple/components/infusions/monitorln -s /usb/infusions/nmap /pineapple/components/infusions/nmapln -s /usb/infusions/occupineapple /pineapple/components/infusions/occupineappleln -s /usb/infusions/opkgmanager /pineapple/components/infusions/opkgmanagerln -s /usb/infusions/pineapplestats /pineapple/components/infusions/pineapplestatsln -s /usb/infusions/pineapplestats-web /pineapple/components/infusions/pineapplestats-webln -s /usb/infusions/sitesurvey /pineapple/components/infusions/sitesurveyln -s /usb/infusions/sslstrip /pineapple/components/infusions/sslstripln -s /usb/infusions/status /pineapple/components/infusions/statusln -s /usb/infusions/tcpdump /pineapple/components/infusions/tcpdumpln -s /usb/infusions/trapcookies /pineapple/components/infusions/trapcookiesln -s /usb/infusions/urlsnarf /pineapple/components/infusions/urlsnarfln -s /usb/infusions/wifimanager /pineapple/components/infusions/wifimanager Quote Link to comment Share on other sites More sharing options...
Galactic Empire Posted April 17, 2016 Share Posted April 17, 2016 Here is a list of all the infusions we have so far and donated by whom, following that is a list of others we ant and any you may have written your self thank you all. blackout mojo243 button mojo243 dnsspoof mojo243 evilportal mojo243 get mojo243 logcheck mojo243 nmap mojo243 smser mojo243 slstrip mojo243 systemcontrol mojo243 urlsnarf mojo243 randomroll 3.2 mojo243 button 2.5 whistlemaster dnsspoof 1.6 whistlemaster jammer whistlemaster logcheck 2.3 whistlemaster monitor 2.3 whistlemaster nmap 2.4 whistlemaster occupineapple 1.6 whistlemaster opkgmanager 2.3 whistlemaster pineapplestats-web whistlemaster pineapplestats whistlemaster sitesurvey 2.6 whistlemaster sslstrip 2.9 whistlemaster status 1.4 whistlemaster tcpdump 2.4 whistlemaster trapcookies 1.0 whistlemaster urlsnarf 2.8 whistlemaster wifimanager whistlemaster What we also like :- networkmanager deauth 3.1 mitm 1.3 reaver 0.4 ettercap 1.5 r uwui 1.0 keylogger 1.1 blacklister 2.7 eviljava 2.4 bartender 2.2 iptools 1.1 If you have any of these and would like to donate to the project pleas pm me and we will sort out the details. Thanks one again to everyone for your help in this. regards kerravon I have a copy of every infusion module that was on the Hak5 website for version 2.8.1 of the Mark IV firmware (including all the missing ones on your list). Whistle Master's GIT Repository does not seem to be accepting uploads, so they are uploaded here until its added to GIT: http://securityninja.tech/pineapple/mark4/infusions/ Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 18, 2016 Author Share Posted April 18, 2016 Cheers customer service, you are a star, I will be creating my own github repository to put them on, I am pretty new to git hub so if you know what I need to do to allowuploads from other people please PM me and I can sort it out. many thanks for your donation our stage 1 of our project is now complete thanks to you. kudos. regards kerravon Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 25, 2016 Author Share Posted April 25, 2016 Thanks goto jowy, for reminding me to write a rough installation script for the MKIV 2.8 infusions as the code above only works for the 3.1 infusions. you need to locate the moduleNav file in the includes directory. copy the moduleNav code into it and save it. navigate to the infusions directory edit ModuleList and gain copy the ModuleList code into it and save. create a directory on the usb named infusions copy the infusions to this directory. don't forget any infusions you not using commeny out in both sets of code with a #. reboot. And that's it you will now have a fully loaded wifi pineapple mkIV. # moduleNav <b><a href=/usb/infusions/button/button.php><font color=black>nmap</font></a></b><b><a href=/usb/infusions/dnsspoof/dnsspoof.php><font color=black>urlsnarf</font></a></b><b><a href=/usb/infusions/ettercap/ettercap.php><font color=black>ettercap</font></a></b><b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/interceptor/interceptor.php><font color=black>sslstrip</font></a></b><b><a href=/usb/infusions/jammer/jammer.php><font color=black>status</font></a></b><b><a href=/usb/infusions/karmastats/karmastats.php><font color=black>sitesurvey</font></a></b><b><a href=/usb/infusions/keylogger/keylogger.php><font color=black>randomroll</font></a></b><b><a href=/usb/infusions/logcheck/logcheck.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/mitm/mitm.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/monitor/monitor.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/networkmanager/networkmanager.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/nmap/nmap.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/occupineapple/occupinapple.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/opkmanager/opkmanager.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/sitesurvey/site_survey.php><font color=black>sitesurvey</font></a></b><b><a href=/usb/infusions/sslstrip/sslstrip.php><font color=black>sslstrip</font></a></b><b><a href=/usb/infusions/status/status.php><font color=black>status</font></a></b><b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/trapcookies/trapcookies.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/urlsnarf/urlsnarf.php><font color=black>urlsnarf</font></a></b><b><a href=/usb/infusions/uwui/uwui.php><font color=black>urlsnarf</font></a></b> # moduleList button|2.5|usb/infusions|button.php|n/a dnsspoof|1.6|usb/infusions|dnsspoof.php|n/a ettercap|1.5|usb/infusions|ettercap.php|n/a interceptor|1.0|usb/infusions|interceptor.php|n/a jammer|3.1|usb/infusions|jammer.php|n/a karmastats|1.0|usb/infusions|karmastats.php|n/a keylogger|1.1|usb/infusions|keylogger.php|n/a logcheck|2.3|usb/infusions|logcheck.php|n/a mitm|1.3|usb/infusions|mitm.php|n/a monitor|2.3|usb/infusions|monitor.php|n/a networkmanager|1.9|usb/infusions|networkmanager.php|n/a nmap|2.4|usb/infusions|nmap.php|n/a occupinapple|1.6|usb/infusions|occupinapple.php|n/a opkgmanager|2.3|usb/infusions|opkmanager.php|n/a sitesurvey|2.6|usb/infusions|site_survey.php|n/a sslstrip|2.9|usb/infusions|sslstrip.php|n/a status|1.4|usb/infusions|status.php|n/a tcpdump|2.4|usb/infusions|tcpdump.php|n/a trapcookies|1.0|usb/infusions|trapcookies.php|n/a urlsnarf|2.8|usb/infusions|urlsnarf.php|n/a uwui|1.0|usb/infusions|uwui.php|n/a Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 25, 2016 Author Share Posted April 25, 2016 Hi all - Just getting back up to speed on this. From what I gather our recent back-end overhaul at wifipineapple.com has caused an issue with OTA module/infusion downloads for the Mark IV. All of these infusions still exist on our servers and I'm working towards making them available for installation by an alternate means shortly. I'll update this thread when it's available. Best regards, Darren well any update on what is happening?? if anything Quote Link to comment Share on other sites More sharing options...
Lamerville Posted April 29, 2016 Share Posted April 29, 2016 Much Thanks for this. One extra step not mentioned that I needed to get this working. ln -s /usb/infusions/ /pineapple/infusions/usbInfusions Thanks goto jowy, for reminding me to write a rough installation script for the MKIV 2.8 infusions as the code above only works for the 3.1 infusions. you need to locate the moduleNav file in the includes directory. copy the moduleNav code into it and save it. navigate to the infusions directory edit ModuleList and gain copy the ModuleList code into it and save. create a directory on the usb named infusions copy the infusions to this directory. don't forget any infusions you not using commeny out in both sets of code with a #. reboot. And that's it you will now have a fully loaded wifi pineapple mkIV. # moduleNav <b><a href=/usb/infusions/button/button.php><font color=black>nmap</font></a></b><b><a href=/usb/infusions/dnsspoof/dnsspoof.php><font color=black>urlsnarf</font></a></b><b><a href=/usb/infusions/ettercap/ettercap.php><font color=black>ettercap</font></a></b><b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/interceptor/interceptor.php><font color=black>sslstrip</font></a></b><b><a href=/usb/infusions/jammer/jammer.php><font color=black>status</font></a></b><b><a href=/usb/infusions/karmastats/karmastats.php><font color=black>sitesurvey</font></a></b><b><a href=/usb/infusions/keylogger/keylogger.php><font color=black>randomroll</font></a></b><b><a href=/usb/infusions/logcheck/logcheck.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/mitm/mitm.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/monitor/monitor.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/networkmanager/networkmanager.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/nmap/nmap.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/occupineapple/occupinapple.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/opkmanager/opkmanager.php><font color=black>dnsspoof</font></a></b><b><a href=/usb/infusions/sitesurvey/site_survey.php><font color=black>sitesurvey</font></a></b><b><a href=/usb/infusions/sslstrip/sslstrip.php><font color=black>sslstrip</font></a></b><b><a href=/usb/infusions/status/status.php><font color=black>status</font></a></b><b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/trapcookies/trapcookies.php><font color=black>tcpdump</font></a></b><b><a href=/usb/infusions/urlsnarf/urlsnarf.php><font color=black>urlsnarf</font></a></b><b><a href=/usb/infusions/uwui/uwui.php><font color=black>urlsnarf</font></a></b> # moduleList button|2.5|usb/infusions|button.php|n/a dnsspoof|1.6|usb/infusions|dnsspoof.php|n/a ettercap|1.5|usb/infusions|ettercap.php|n/a interceptor|1.0|usb/infusions|interceptor.php|n/a jammer|3.1|usb/infusions|jammer.php|n/a karmastats|1.0|usb/infusions|karmastats.php|n/a keylogger|1.1|usb/infusions|keylogger.php|n/a logcheck|2.3|usb/infusions|logcheck.php|n/a mitm|1.3|usb/infusions|mitm.php|n/a monitor|2.3|usb/infusions|monitor.php|n/a networkmanager|1.9|usb/infusions|networkmanager.php|n/a nmap|2.4|usb/infusions|nmap.php|n/a occupinapple|1.6|usb/infusions|occupinapple.php|n/a opkgmanager|2.3|usb/infusions|opkmanager.php|n/a sitesurvey|2.6|usb/infusions|site_survey.php|n/a sslstrip|2.9|usb/infusions|sslstrip.php|n/a status|1.4|usb/infusions|status.php|n/a tcpdump|2.4|usb/infusions|tcpdump.php|n/a trapcookies|1.0|usb/infusions|trapcookies.php|n/a urlsnarf|2.8|usb/infusions|urlsnarf.php|n/a uwui|1.0|usb/infusions|uwui.php|n/a Quote Link to comment Share on other sites More sharing options...
kerravon Posted April 29, 2016 Author Share Posted April 29, 2016 cheers mate, I always forget something lol Quote Link to comment Share on other sites More sharing options...
silentsaminva Posted May 5, 2016 Share Posted May 5, 2016 Hi has anyone out there got copies of the MKIV infusions. quite a few of us on seem unable to get them. can any of you out there donate them to me and I will host the tar.gz files for others to download and install manually. Any help with this will be greatfully appreciated by myself and many others/ thanks in advance kerravon email:steve0@mail.com and I will set up an ftp server for them to be uploaded to with a donated by link. :smile: :smile: :smile: I pulled my old MK IV out and it still had the thumb drive in it. I checked it out and it still has all the infusions on it. Its firmware version 2.8.1. I had some trouble putting it in a .zip file so I'm going to have to send it uncompressed. I hope thats not a problem. I'm hoping you could help me out with something. I can't start the ethernet tether. This is the error I keep getting. silentsam@Sikent-Sam-G6:~$ sudo ./wp4.sh [sudo] password for silentsam: ./wp4.sh: 1: ./wp4.sh: Syntax error: redirection unexpected Any advice? ~Sam Quote Link to comment Share on other sites More sharing options...
Whistle Master Posted May 5, 2016 Share Posted May 5, 2016 https://forums.hak5.org/index.php?/topic/38219-unfair-censorship/#entry276610 Quote Link to comment Share on other sites More sharing options...
kerravon Posted May 6, 2016 Author Share Posted May 6, 2016 hi silentsaminva , There have been a few post where people have downloaded the wp4.sh script and when running it, it has generated strange errors. open it up in an editor ans see if it is actually an html file (I foind this the first time) the best place to down load the wp4.sh is darrens github page for the pineapple. let me know how you get on. regards kerravon Quote Link to comment Share on other sites More sharing options...
kerravon Posted May 6, 2016 Author Share Posted May 6, 2016 this is the original wp4.sh just cut and paste into your favourite editor and save as wp4.sh then chmod +x wp4.sh and you should be ready to go. Here is the script :- #!/bin/bash #define variables echo "$(tput setaf 1) _ ___ _______ ____ _ __ " echo " | | / (_) ____(_) / __ \\(_)___ ___ ____ _____ ____ / /__ " echo " | | /| / / / /_ / / / /_/ / / __ \/ _ \/ __ '/ __ \/ __ \/ / _ \\" echo " | |/ |/ / / __/ / / / ____/ / / / / __/ /_/ / /_/ / /_/ / / __/" echo " |__/|__/_/_/ /_/ /_/ /_/_/ /_/\___/\__,_/ .___/ .___/_/\___/ " echo " $(tput sgr0) OWN the Network $(tput setaf 1)/_/ /_/$(tput sgr0) v2.1" echo "" echo -n "Pineapple Netmask [255.255.255.0]: " read pineapplenetmask if [[ $pineapplenetmask == '' ]]; then pineapplenetmask=255.255.255.0 #Default netmask for /24 network fi echo -n "Pineapple Network [172.16.42.0/24]: " read pineapplenet if [[ $pineapplenet == '' ]]; then pineapplenet=172.16.42.0/24 # Pineapple network. Default is 172.16.42.0/24 fi echo -n "Interface between PC and Pineapple [eth0]: " read pineapplelan if [[ $pineapplelan == '' ]]; then pineapplelan=eth0 # Interface of ethernet cable directly connected to Pineapple fi echo -n "Interface between PC and Internet [wlan0]: " read pineapplewan if [[ $pineapplewan == '' ]]; then pineapplewan=wlan0 #i.e. wlan0 for wifi, ppp0 for 3g modem/dialup, eth0 for lan fi temppineapplegw=`netstat -nr | awk 'BEGIN {while ($3!="0.0.0.0") getline; print $2}'` #Usually correct by default echo -n "Internet Gateway [$temppineapplegw]: " read pineapplegw if [[ $pineapplegw == '' ]]; then pineapplegw=`netstat -nr | awk 'BEGIN {while ($3!="0.0.0.0") getline; print $2}'` #Usually correct by default fi echo -n "IP Address of Host PC [172.16.42.42]: " read pineapplehostip if [[ $pineapplehostip == '' ]]; then pineapplehostip=172.16.42.42 #IP Address of host computer fi echo -n "IP Address of Pineapple [172.16.42.1]: " read pineappleip if [[ $pineappleip == '' ]]; then pineappleip=172.16.42.1 #Thanks Douglas Adams fi #Display settings #echo Pineapple connected to: $pineapplelan #echo Internet connection from: $pineapplewan #echo Internet connection gateway: $pineapplegw #echo Host Computer IP: $pineapplehostip #echo Pineapple IP: $pineappleip #echo Network: $pineapplenet #echo Netmask: $pineapplenetmask echo "" echo "$(tput setaf 6) _ . $(tput sgr0) $(tput setaf 7)___$(tput sgr0) $(tput setaf 3)\||/$(tput sgr0) Internet: $pineapplegw - $pineapplewan" echo "$(tput setaf 6) ( _ )_ $(tput sgr0) $(tput setaf 2)<-->$(tput sgr0) $(tput setaf 7)[___]$(tput sgr0) $(tput setaf 2)<-->$(tput sgr0) $(tput setaf 3),<><>,$(tput sgr0) Computer: $pineapplehostip" echo "$(tput setaf 6) (_ _(_ ,)$(tput sgr0) $(tput setaf 7)\___\\$(tput sgr0) $(tput setaf 3)'<><>'$(tput sgr0) Pineapple: $pineapplenet - $pineapplelan" #Bring up Ethernet Interface directly connected to Pineapple ifconfig $pineapplelan $pineapplehostip netmask $pineapplenetmask up # Enable IP Forwarding echo '1' > /proc/sys/net/ipv4/ip_forward #echo -n "IP Forwarding enabled. /proc/sys/net/ipv4/ip_forward set to " #cat /proc/sys/net/ipv4/ip_forward #clear chains and rules iptables -X iptables -F #echo iptables chains and rules cleared #setup IP forwarding iptables -A FORWARD -i $pineapplewan -o $pineapplelan -s $pineapplenet -m state --state NEW -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE #echo IP Forwarding Enabled #remove default route route del default #echo Default route removed #add default gateway route add default gw $pineapplegw $pineapplewan #echo Pineapple Default Gateway Configured #instructions #echo All set. Now on the Pineapple issue: route add default gw $pineapplehostip br-lan #ping -c1 $pineappleip #if [ $? -eq 0 ]; then #echo "ICS configuration successful." #echo "Issuing on Pineapple: route add default gw $pineapplehostip br-lan" #echo " ssh root@$pineappleip 'route add default gw '$pineapplehostip' br-lan'" #echo "Enter Pineapple password if prompted" #ssh root@$pineappleip 'route add default gw '$pineapplehostip' br-lan' #fi echo "" echo "Browse to http://$pineappleip:1471 -- Happy Hacking!" echo "" Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted May 6, 2016 Share Posted May 6, 2016 I pulled my old MK IV out and it still had the thumb drive in it. I checked it out and it still has all the infusions on it. Its firmware version 2.8.1. I had some trouble putting it in a .zip file so I'm going to have to send it uncompressed. I hope thats not a problem. I'm hoping you could help me out with something. I can't start the ethernet tether. This is the error I keep getting. silentsam@Sikent-Sam-G6:~$ sudo ./wp4.sh [sudo] password for silentsam: ./wp4.sh: 1: ./wp4.sh: Syntax error: redirection unexpected Any advice? ~Sam Fixed: https://www.wifipineapple.com/wp4.sh Best Regards, Sebkinne Quote Link to comment Share on other sites More sharing options...
kerravon Posted May 6, 2016 Author Share Posted May 6, 2016 (edited) Thanks seb Edited May 6, 2016 by kerravon Quote Link to comment Share on other sites More sharing options...
jowy Posted May 16, 2016 Share Posted May 16, 2016 Hi all - Just getting back up to speed on this. From what I gather our recent back-end overhaul at wifipineapple.com has caused an issue with OTA module/infusion downloads for the Mark IV. All of these infusions still exist on our servers and I'm working towards making them available for installation by an alternate means shortly. I'll update this thread when it's available. Best regards, Darren Fixed: https://www.wifipineapple.com/wp4.sh Best Regards, Sebkinne Hi Darren/Seb, To clarify, i understand that mark iv is an old product and thus the support on it will be less than others. However, may i know do hak5 still planning to get MK4 infusions up and running? A months have past since Daren last response and Seb response in the post "unfair censorship" I was here for almost every days just to confirm if this being update. It is possible to give us a date when it will be fixed (of course, if only hak5 still planning to get MK4 infusions up) ? Or just upload all infusions to github or dropbox for the time being so users could get it. This will be great and highly appreciated. (pls note that infusions that whitle master upload is not complete, however he have my gratitude on uploading what his has.) Regards, Jowy Quote Link to comment Share on other sites More sharing options...
kerravon Posted May 21, 2016 Author Share Posted May 21, 2016 I am in the process of setting up a github page for the MK IV and its infusions, tutorials etc, etc. will post the details here when done. regards kerravon Quote Link to comment Share on other sites More sharing options...
Darksoldier205 Posted June 4, 2016 Share Posted June 4, 2016 On 21/5/2016 at 5:06 AM, kerravon said: I am in the process of setting up a github page for the MK IV and its infusions, tutorials etc, etc. will post the details here when done. regards kerravon  I was download infusions https://github.com/WhistleMaster/Pineapple-MK4  and copy to USB. but I dont know how to install the infusions in my pienapple  IV  2.8.1  can help me?      Quote Link to comment Share on other sites More sharing options...
kerravon Posted June 4, 2016 Author Share Posted June 4, 2016 Hi there mate welcome to the club, just copy and paste the code below remember to chmod +x each script then run it. Rough installation script for the MKIV 2.8 infusions.  1.you need to locate the moduleNav file in the includes directory. 2.copy the moduleNav code into it and save it. 3.navigate to the infusions directory 4.edit ModuleList and gain copy the ModuleList code into it and save. 5.create a directory on the usb named infusions 6.copy the infusions to this directory. 7.don't forget any infusions you not using commeny out in both sets of code with a #. 8.reboot. And that's it you will now have a fully loaded wifi pineapple mkIV.  # moduleNav <b><a href=/usb/infusions/button/button.php><font color=black>nmap</font></a></b>  <b><a href=/usb/infusions/dnsspoof/dnsspoof.php><font color=black>urlsnarf</font></a></b>  <b><a href=/usb/infusions/ettercap/ettercap.php><font color=black>ettercap</font></a></b>  <b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/interceptor/interceptor.php><font color=black>sslstrip</font></a></b>  <b><a href=/usb/infusions/jammer/jammer.php><font color=black>status</font></a></b>  <b><a href=/usb/infusions/karmastats/karmastats.php><font color=black>sitesurvey</font></a></b>  <b><a href=/usb/infusions/keylogger/keylogger.php><font color=black>randomroll</font></a></b>  <b><a href=/usb/infusions/logcheck/logcheck.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/mitm/mitm.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/monitor/monitor.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/networkmanager/networkmanager.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/nmap/nmap.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/occupineapple/occupinapple.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/opkmanager/opkmanager.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/sitesurvey/site_survey.php><font color=black>sitesurvey</font></a></b>  <b><a href=/usb/infusions/sslstrip/sslstrip.php><font color=black>sslstrip</font></a></b>  <b><a href=/usb/infusions/status/status.php><font color=black>status</font></a></b>  <b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/trapcookies/trapcookies.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/urlsnarf/urlsnarf.php><font color=black>urlsnarf</font></a></b>  <b><a href=/usb/infusions/uwui/uwui.php><font color=black>urlsnarf</font></a></b>  # moduleList button|2.5|usb/infusions|button.php|n/a  dnsspoof|1.6|usb/infusions|dnsspoof.php|n/a  ettercap|1.5|usb/infusions|ettercap.php|n/a  interceptor|1.0|usb/infusions|interceptor.php|n/a  jammer|3.1|usb/infusions|jammer.php|n/a  karmastats|1.0|usb/infusions|karmastats.php|n/a  keylogger|1.1|usb/infusions|keylogger.php|n/a  logcheck|2.3|usb/infusions|logcheck.php|n/a  mitm|1.3|usb/infusions|mitm.php|n/a  monitor|2.3|usb/infusions|monitor.php|n/a  networkmanager|1.9|usb/infusions|networkmanager.php|n/a  nmap|2.4|usb/infusions|nmap.php|n/a  occupinapple|1.6|usb/infusions|occupinapple.php|n/a  opkgmanager|2.3|usb/infusions|opkmanager.php|n/a  sitesurvey|2.6|usb/infusions|site_survey.php|n/a  sslstrip|2.9|usb/infusions|sslstrip.php|n/a  status|1.4|usb/infusions|status.php|n/a  tcpdump|2.4|usb/infusions|tcpdump.php|n/a  trapcookies|1.0|usb/infusions|trapcookies.php|n/a  urlsnarf|2.8|usb/infusions|urlsnarf.php|n/a  uwui|1.0|usb/infusions|uwui.php|n/a Then ln -s /usb/infusions/ /pineapple/infusions/usbInfusions And your up and running Have fun regrds kerravon Quote Link to comment Share on other sites More sharing options...
Darksoldier205 Posted June 4, 2016 Share Posted June 4, 2016 10 hours ago, kerravon said: Hi there mate welcome to the club, just copy and paste the code below remember to chmod +x each script then run it. Rough installation script for the MKIV 2.8 infusions.  1.you need to locate the moduleNav file in the includes directory. 2.copy the moduleNav code into it and save it. 3.navigate to the infusions directory 4.edit ModuleList and gain copy the ModuleList code into it and save. 5.create a directory on the usb named infusions 6.copy the infusions to this directory. 7.don't forget any infusions you not using commeny out in both sets of code with a #. 8.reboot. And that's it you will now have a fully loaded wifi pineapple mkIV.  # moduleNav <b><a href=/usb/infusions/button/button.php><font color=black>nmap</font></a></b>  <b><a href=/usb/infusions/dnsspoof/dnsspoof.php><font color=black>urlsnarf</font></a></b>  <b><a href=/usb/infusions/ettercap/ettercap.php><font color=black>ettercap</font></a></b>  <b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/interceptor/interceptor.php><font color=black>sslstrip</font></a></b>  <b><a href=/usb/infusions/jammer/jammer.php><font color=black>status</font></a></b>  <b><a href=/usb/infusions/karmastats/karmastats.php><font color=black>sitesurvey</font></a></b>  <b><a href=/usb/infusions/keylogger/keylogger.php><font color=black>randomroll</font></a></b>  <b><a href=/usb/infusions/logcheck/logcheck.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/mitm/mitm.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/monitor/monitor.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/networkmanager/networkmanager.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/nmap/nmap.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/occupineapple/occupinapple.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/opkmanager/opkmanager.php><font color=black>dnsspoof</font></a></b>  <b><a href=/usb/infusions/sitesurvey/site_survey.php><font color=black>sitesurvey</font></a></b>  <b><a href=/usb/infusions/sslstrip/sslstrip.php><font color=black>sslstrip</font></a></b>  <b><a href=/usb/infusions/status/status.php><font color=black>status</font></a></b>  <b><a href=/usb/infusions/tcpdump/tcpdump.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/trapcookies/trapcookies.php><font color=black>tcpdump</font></a></b>  <b><a href=/usb/infusions/urlsnarf/urlsnarf.php><font color=black>urlsnarf</font></a></b>  <b><a href=/usb/infusions/uwui/uwui.php><font color=black>urlsnarf</font></a></b>  # moduleList button|2.5|usb/infusions|button.php|n/a  dnsspoof|1.6|usb/infusions|dnsspoof.php|n/a  ettercap|1.5|usb/infusions|ettercap.php|n/a  interceptor|1.0|usb/infusions|interceptor.php|n/a  jammer|3.1|usb/infusions|jammer.php|n/a  karmastats|1.0|usb/infusions|karmastats.php|n/a  keylogger|1.1|usb/infusions|keylogger.php|n/a  logcheck|2.3|usb/infusions|logcheck.php|n/a  mitm|1.3|usb/infusions|mitm.php|n/a  monitor|2.3|usb/infusions|monitor.php|n/a  networkmanager|1.9|usb/infusions|networkmanager.php|n/a  nmap|2.4|usb/infusions|nmap.php|n/a  occupinapple|1.6|usb/infusions|occupinapple.php|n/a  opkgmanager|2.3|usb/infusions|opkmanager.php|n/a  sitesurvey|2.6|usb/infusions|site_survey.php|n/a  sslstrip|2.9|usb/infusions|sslstrip.php|n/a  status|1.4|usb/infusions|status.php|n/a  tcpdump|2.4|usb/infusions|tcpdump.php|n/a  trapcookies|1.0|usb/infusions|trapcookies.php|n/a  urlsnarf|2.8|usb/infusions|urlsnarf.php|n/a  uwui|1.0|usb/infusions|uwui.php|n/a Then ln -s /usb/infusions/ /pineapple/infusions/usbInfusions And your up and running Have fun regrds kerravon Thanks !!   Quote Link to comment Share on other sites More sharing options...
Darksoldier205 Posted June 4, 2016 Share Posted June 4, 2016 sorry, I am Newbie  where is 1.you need to locate the moduleNav file in the includes directory.2.copy the moduleNav code into it and save it.3.navigate to the infusions directory4.edit ModuleList and gain copy the ModuleList code into it and save.5.create a directory on the usb named infusions6.copy the infusions to this directory.7.don't forget any infusions you not using commeny out in both sets of code with a #.8.reboot.  Quote Link to comment Share on other sites More sharing options...
Darksoldier205 Posted June 4, 2016 Share Posted June 4, 2016 i cant locate ModuleNav   some one can Help me?  Quote Link to comment Share on other sites More sharing options...
kerravon Posted June 5, 2016 Author Share Posted June 5, 2016 you need to ssh in to your pineapple to locate and replace the two files. once done then type ln -s /usb/infusions/ /pineapple/infusions/usb/infusions  Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.