daniboy92 Posted June 30, 2014 Share Posted June 30, 2014 (edited) Hello,I want to configuring DIP Switches... I want to star Karma, Ettercap and SSLstrip on boot, but i don't know what commands put in pineapple... Hope you can help me.Thanks! Edited July 1, 2014 by daniboy92 Quote Link to comment Share on other sites More sharing options...
Smarty Posted July 1, 2014 Share Posted July 1, 2014 On one of your switches put something like: "pineapple karma start; sslstrip -s -a; ettercap -i br-lan" just make shure you put a ; after each command. Just run the ettercap en sslstrip command with -h on a ssh session and find the switches you are looking for! Quote Link to comment Share on other sites More sharing options...
daniboy92 Posted July 1, 2014 Author Share Posted July 1, 2014 Thank you Marty! I will test it and will summit here! Quote Link to comment Share on other sites More sharing options...
daniboy92 Posted July 2, 2014 Author Share Posted July 2, 2014 Karma and sslstrip works, but ettercap doesn't start with that command... Quote Link to comment Share on other sites More sharing options...
spedoinkle Posted July 2, 2014 Share Posted July 2, 2014 heres the dip switch patterns just for clarity. DIP: (1,2,3,4,5) 1 2 3 4 5 * * - do not use, system reserved 1=on=up position 0=off=down position 2 3 4 off off on == 001 == factory reset (not commandable) off off off == 000 == commandable off on off == 010 == commandable on off off == 100 == commandable on on off == 110 == commandable off on on == 011 == commandable on off on == 101 == commandable on on on == 111 == commandable (default setting, not recommended unless it's default commands) only one dip switch command line can be used at a time, but multiple commands can be strung together on one line using the ";". Examples: ifconfig wlan1 up; airmon-ng start wlan1; airodump-ng --write /sd/airodump.pcap --output-format pcap mon0; hostapd_cli -p /var/run/hostapd-phy0 karma_enable; urlsnarf -i br-lan > /sd/infusions/urlsnarf/includes/log/output_`date +%s`.log & changemac -r && hostapd_cli -p /var/run/hostapd-phy0 karma_change_ssid "some_net" hope this helps some of you noobies staring woefullky at the dip switches Quote Link to comment Share on other sites More sharing options...
Smarty Posted July 3, 2014 Share Posted July 3, 2014 Karma and sslstrip works, but ettercap doesn't start with that command... Like i said,. you need to work out the parameters that work for you! The command i gave was just an example. DOnt forget to seperate all commands with ; SSH into your pineapple using putty etc. run the command ettercap from there and see what parameters you can use. Get it to work on the cli. Oce you have a working command line put that in your dipswitch config. Quote Link to comment Share on other sites More sharing options...
daniboy92 Posted July 3, 2014 Author Share Posted July 3, 2014 Ok, thank you guys! I'll try this and summit here! 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.