Jump to content

kerravon

Active Members
  • Posts

    250
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerravon

  1. ha sorry, thought he was having problems creating the inject.bin.
  2. don't you have to press the button and hold while inserting device to enter programming mode?
  3. 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 ""
  4. Hi all, cant seem to up load a txt file on a post, file size is 4.0KB so well under the 500KB limit. both classic and advanced say cant upload this type of file. What file types are allowed? what do I need to do to be able to upload allowed files. Thanks in advance for any advice given. regards kerravon
  5. 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
  6. kerravon

    DDOS Newbie

    have you tried dark ddosser 5.6
  7. sebkinne, I fully understand this and appreciate it, this post does seem to be going over the top now. I admit i never thought of the copy cat theory, but I wasnt think straight at the time as there were other issues at hand which darren has gotten onto the case for me. I would like to point out here and now for all to see I do not support counterfiet pineapples in any shape of form, I was interested in using the penturalabs document as a training resource for a special needs group that I teach various IT skills to. As these kids are visual and tactile learners, this was also the reason for having an alternate source for the infusions as it is down at the moment. regrds kerravon
  8. what VM software are you using, there are some well documented exploits out there for getting into VM's you might need to patch your hypervisor with updates and such. if you just build a new vm and run it as is you are still open to the same attack. So I would look at patching the system first and maybe set up regular snapshots. But thats just my opinion take it for what it is, I run several esx farms and have done for years without problem. regards kerravon
  9. always interest me when people make comments without understanding the sitiation in hand. I am not interested in flooding the market with clones especially ones that would end up being cut down versions f the real thing. Myself and Darren are discussing things on an even level and I aim to keep it that way, so I am not going to bite what your selling Some of the admins on this site, whom I wont mention by name have such clones and have written tutorials on the web, you can easily find on google and xiopann. If these are the admins deleting my posts than isn't that hypocritical!!! the main subject was updating an existing post with new information and it was deleted, when there are many posts on this forum with similar content and some that go far enough telling people how to build a clone. My update was deleted and the others remain. That's the start, middle and end of the issue. Some of the admins on this site, whom I wont mention by name have such clones and have written tutorials on the web My misfortune in being sold a faulty nano is no one else's buisness now but mine and hak5 who I am now in conversation with.
  10. thanks for the response, but why are just my post being censored, there are loads of posts old and new regarding porting pineapple firmware to various routers on this forum. This is what i dont understand, it isnt something new i've come up with. sebkinne even released the mk4 code for the web interface to opensource. Its not really a case for me any way flooding the market with clones, the routers in question are not as powerful as the pineapple MK4 in any case. they would have limited functionality and people woulld then be encouraged to buy the latest edition. But this is getting no where, the point is dont just erase my posts if this is your position remove all relating to the same thing or it just looks like vicimisation of an individual. this is what sparked my anger and why i blew my stack a bit, as for the nano this was sent back to you as it became unresponsive altogether and caused me another problem which I have mentioned in my pm to you. I spend most of my time teaching the underprivelaged computer maintenance and component level repair of electronic devices for free, and I specialize in people with learning difficulties ie ADHD Hi Level Autism etc. Hence my passion to keep the MK4 alive in some form, as i have said many times it is an excellent educational tool. regrds kerravon
  11. if you look through the forums post, you will find many talking about diy pineapples, porting code on to rasberry pi's and converting reaver pro's to pineapples etct etc. But if I write a simple post on the same subject or as I did yesterday update the original post Blue for Pineapple, which I have now just looked for to put the link here for you. It also has been deleted. The team at hak5 seem hell bent on keeping this quiet, but how are they going to censor the whole internet, which has many links and archives on the same subject. Its a pity they are not as passionate at thier after sales support, I still have had not heard anything back on the faulty nano the sold me, not even confirmation they have it back and are looking into it. Is this because they just want the money and F*&%K the customers we send em any old crap til we get it right and ignore the compliants like they dont exist. No doubt this post will be deleted as you cant know about things like this, if it does I might just post it on facebook and the like i dont know, I am just one very angry customer at the moment. regrds kerravon ha, talk about double standards just found this link http://www.hak5shop.com/
  12. reaver pro and the wifi pineapple both run openwrt so as long as you install the right base for your hardware you should be able to load the pineapple specific files into the correct directories and run it. your only limitation will be the flash memory size you have on your hardware, but this is easily replaced. just look at the penturalabs article blue for pineapple.
  13. cheers mate, I always forget something lol
  14. can you reflash using SPI on the MKV's just a thought
  15. I have the MK5 factory files with the correct md5 hash 96df5ccc388bd86b40a122c546adf687 an had no problems with it. but then again I downloaded it over a year ago
  16. well any update on what is happening?? if anything
  17. 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
  18. Hi All, some of you may have noticed I started a project a short while ago collecting all the MKIV infusions in one place. That stage of the project is now complete. I would like initiate the final stage of this end of the project and collect all the MKV infusions out there. If anyone out there would like to donate copies of the MKV infusions Please PM me for upload details or set up a github page like whistlemaster did for his infusions. I would like to thank all of you who donate to this project in advance. Please note we will not be doing this for the nano and tetra as these are the latest version of the wifi pineapple, so do not see the need to have a seperate source for these modules yet. cheers all kerravon :grin:
  19. 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 allow uploads 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
  20. 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/bash ln -s /usb/infusions/button /pineapple/components/infusions/button ln -s /usb/infusions/dnsspoof /pineapple/components/infusions/dnspoof ln -s /usb/infusions/jammer /pineapple/components/infusions/jammer ln -s /usb/infusions/locgcheck /pineapple/components/infusions/logcheck ln -s /usb/infusions/monitor /pineapple/components/infusions/monitor ln -s /usb/infusions/nmap /pineapple/components/infusions/nmap ln -s /usb/infusions/occupineapple /pineapple/components/infusions/occupineapple ln -s /usb/infusions/opkgmanager /pineapple/components/infusions/opkgmanager ln -s /usb/infusions/pineapplestats /pineapple/components/infusions/pineapplestats ln -s /usb/infusions/pineapplestats-web /pineapple/components/infusions/pineapplestats-web ln -s /usb/infusions/sitesurvey /pineapple/components/infusions/sitesurvey ln -s /usb/infusions/sslstrip /pineapple/components/infusions/sslstrip ln -s /usb/infusions/status /pineapple/components/infusions/status ln -s /usb/infusions/tcpdump /pineapple/components/infusions/tcpdump ln -s /usb/infusions/trapcookies /pineapple/components/infusions/trapcookies ln -s /usb/infusions/urlsnarf /pineapple/components/infusions/urlsnarf ln -s /usb/infusions/wifimanager /pineapple/components/infusions/wifimanager
  21. just a suggestion but why not use the banana pi instead and 1.5 sata drive for storage and os. dc-dc bucket psu and Lion poly battery. all this could fit nicely in one box with no modifications. Just a thought for you to mull over. regards kerravon
  22. dxk3355, go over to the github page whistlemaster has set up, all the goodies are there mate, have fun.
  23. 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
  24. 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
×
×
  • Create New...