Jump to content

Foxtrot

Hak5 Team
  • Posts

    2,171
  • Joined

  • Days Won

    155

Everything posted by Foxtrot

  1. It just stops when MDK3 starts, Will try kill -9 now :) -Foxtrot
  2. Does it have a JTAG or anything of the sort? -Foxtrot
  3. Hey guys! I am currently making a script for the Pineapple that does this : -Asks you for a time to deauth for -Disables karma -Puts wlan0 into RFMON (Monitor Mode) -Starts MDK3 Deauthing for x amount of seconds inputted at the beginning -After x amount of seconds, Stops MDK3 -Removes mon0 -Starts karma again So the problem is that when MDK3 Starts, I cannot get it to stop after the user inputted time to run. Please help me Hak5! You're my only hope! Code : #!/bin/bash #Run this script by ./mdkarma.sh #Made by Foxtrot #Set time to deauth for in seconds : echo -n "Set time to deauth for in seconds : "; read $deauth echo "Will deauth for $deauth seconds" echo " " #Stop Karma echo "Killing Karma!" hostapd_cli -p /var/run/hostapd-phy0 karma_disable > /dev/null #Put wlan0 into monitor mode echo "Putting wlan0 into monitor mode!" airmon-ng start wlan0 > /dev/null echo " " #Start deauthing with MDK3 and stop after $deauth echo "Deauthing Access Points with MDK3!" #mdk3 mon0 d > /dev/null sleep $deauth killall mdk3 echo " " #Kill airmon-ng and start Karma again. echo "Removing mon0 and enabling karma!" airmon-ng stop mon0 > /dev/null hostapd_cli -p /var/run/hostapd-phy0 karma_enable > /dev/null -Foxtrot
  4. You can buy the AP121U and flash it with a UART if you want to. -Foxtrot
  5. It should be possible to do it in a .sh script. I'll see what I can do :) -Foxtrot
  6. Works for me. root@Pineapple:~# date -s "2000-01-29 07:00:00" Sat Jan 29 07:00:00 UTC 2000 Random date obviously.
  7. So when you get a problem, before insta-making a thread I think the obvious thing to use is the search function.
  8. Or people could search the forums with a problem they have... -Foxtrot
  9. I'm not saying it wouldn't hurt the Pineapple, I'm just saying it floods with tput lol :P Great job however, looking forward to use :) p.s (You cant use apt-get on a Pineapple) -Foxtrot
  10. xD Dude are you trying to connect with the hash of the password u wanna use? -Foxtrot
  11. Barnacle Tethering is a great app for tethering with wifi. -Foxtrot
  12. On this machine? ahah, I'd like to use that cluster though with like 17 graphics cards. -Foxtrot
  13. No I mean, It won't run at all lol ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found ./40_Cred_Harvester_1.0.sh: line 377: tput: command not found | [Q] Quit | [X] Override | ./40_Cred_Harvester_1.0.sh: line 378: tput: command not found ./40_Cred_Harvester_1.0.sh: line 378: tput: command not found |--------------------------------------------------------------------------| ./40_Cred_Harvester_1.0.sh: line 380: tput: command not found ./40_Cred_Harvester_1.0.sh: line 380: tput: command not found ./40_Cred_Harvester_1.0.sh: line 380: tput: command not found ./40_Cred_Harvester_1.0.sh: line 380: tput: command not found Enter your menu choice: But yeah, I know what you mean. I need to buy an SD card for my Raspberry Pi, then I can rock the suite :D -Foxtrot
  14. I don't think so...could be wrong though. -Foxtrot
  15. Looks sweet man, I did the same thing but with cyan, took a while to figure out why the table in the Infusion Bar was going crazy haha... .navbar { top:10px; min-width:80%; background:Cyan; padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; text-align:center; color:black; } .content { font-family: monospace; min-width: 700px; max-width: 700px; text-align:center; margin: 0 auto; } .contentTitle { text-align:left; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color: Black; } .contentContent { text-align:left; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: Cyan; border-style: solid; border-width: 1px } .sidePanelLeft { position:absolute; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelRight { position:absolute; right:1%; top:50px; text-align:left; min-width:300px; font-family: monospace; } .sidePanelTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color:Black; } .sidePanelContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; background:black; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; min-height: 40px; color: White; border-color: Cyan; border-style: solid; border-width: 1px } .moduleTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; background:Cyan; font-weight:bold; font-size:15; color: Black; } .moduleContent { padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; border-bottom-left-radius: 10px 10px; border-bottom-right-radius: 10px 10px; background:black; min-height: 40px; color:white; border-color: Cyan; border-style: solid; border-width: 1px } .modules { position:absolute; right: 20%; left: 20%; font-family: monospace; } .moduleContent td { border-width: 15px; border-spacing: 20px; border-style: solid; border-color: black; border-collapse: collapse; color: white; } body { font-family: monospace; color:white; background:black; text-align:center; } a { color:white; } input[type=text], input[type=password] { font-family:courier; border: 1px; background-color:black; color:white; border-style:dotted; } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } /* Made by Foxtrot */
  16. Looks like your USB has gone into Read-Only/Write Protect mode. By a different vendor 4GB stick. -Foxtrot
  17. Thanks! #!/bin/bash while [ 1=1 ] do echo "Hello World!" done did the trick! Thanks again, -Foxtrot
  18. Its a shame these don't run from just a pineapple :( -Foxtrot
  19. Hey guys, Was wondering if their was a way to repeat commands automagically from bash. For example if for what ever reason I want to issue echo "Hello World!" infinite times, how would I go about doing that? Cheers, -Foxtrot
  20. +1 for posting your password btw ;) (Not that it should do any harm anyway) -Foxtrot
×
×
  • Create New...