Jump to content

Mr-Protocol

Root Admin
  • Posts

    4,227
  • Joined

  • Days Won

    91

Everything posted by Mr-Protocol

  1. In order to connect from the outside, you will need to forward the appropriate ports (like any other behind-NAT hosted service) to the correct internal IP address. Then you would use your external IP address to connect.
  2. The black spacer helps keep things together. You can use any microSD adapter if it doesn't work.
  3. Here we go. I have been meaning to make this post for a while now. I have parts needed and worked through some bumps to get this working. It keeps it pretty localized, approximately 15 foot range with line of sight. WARNING! MAY BE ILLEGAL IN YOUR AREA. Check all regulations that apply to you. I am not responsible for your actions. Don't be that guy/gal, keep it in safe test environments. Software: Linux SDR distribution. I use Kali and installed the SDR tools. apt update && apt upgrade -y && apt dist-upgrade -y && apt install kali-linux-sdr https://github.com/osqzss/gps-sdr-sim http://www.labsat.co.uk/index.php/en/free-gps-nmea-simulator-software Hardware: 1x HackRF One https://hakshop.com/collections/wireless-gear/products/hackrf?variant=701314117 1x Board design https://github.com/osqzss/gps-sdr-sim/tree/master/extclk I used OSHPark and got 3x for $1.80 USD https://oshpark.com/shared_projects/LUrNnBgA 1x TCXO http://www.digikey.com/product-detail/en/FOX924B-10.000/631-1067-1-ND/1024772 1x Ceramic Capacitor http://www.digikey.com/product-detail/en/murata-electronics-north-america/GRM219R61A105KA01D/490-5760-1-ND/2771955 1x Header Pins http://www.digikey.com/product-detail/en/amphenol-fci/67997-412HLF/609-3244-ND/1878517 1x Passive Antenna for GPS http://www.digikey.com/product-search/en?keywords=TS.07.0113 1x 30 db RF attenuator. I purchased one off ebay. Specs: SMA male - SMA Female, 30 dB, 50 Ohm, 2W max power, DC to 6 GHz Soldering Iron, Flux, Solder, etc. Getting it working: Construct the board using the pictures from the github as a reference: https://github.com/osqzss/gps-sdr-sim/blob/master/extclk/hackrf_tcxo.jpg Connect your RF attenuator and GPS antenna to the HackRF. After you have checked all your solder joints for the external clock, see if the hackRF will detect the clock via https://github.com/mossmann/hackrf/wiki/HackRF-One Git clone https://github.com/osqzss/gps-sdr-sim and follow the instructions to compile. Go into the satgen directory and run make as well. Download a brdc*.*n.Z from ftp://cddis.gsfc.nasa.gov/gnss/data/daily/2016/brdc/ and unzip the file. In order to get this working with the HackRF, you need to use the -b flag with a value of 8. Here is a modified example from the github page: ./gps-sdr-sim -b 8 -e brdc3540.14n -l 37.808880,-122.410167,216 -o StaticLocation.bin This runs the program using -b 8 for the HackRF, -e for the historic GPS ephemeris data (This cannot do current day, but yesterday's compiled file should work. Read up more on that if you are interested.), -l for gps location and the last number is the altitude in meters, -o for output.bin file. The max duration for gps-sdr-sim is 300 seconds. If you use the default/max 300 seconds, it will generate a ~1.5 GB output.bin file. Keep this in mind if you are saving multiple locations. If you forget to use the -o option, it will create gpssim.bin. From there you can broadcast that .bin file with HackRF using the following command: hackrf_transfer -f 1575420000 -s 2600000 -a 1 -x 0 -R -t OutputFile.bin Use hackrf_tansfer -h to know what all the options do. You may notice that your phone will not accept the GPS broadcast. The first thing to do is enable "Device Only" GPS mode. Do not use High Accuracy. I also had to use an app (GPS Status) in order to clear my A-GPS cache. Then I use a different app (GPS Test) in order to see if my phone gets a GPS lock. I usually leave the phone in airplane mode with WiFi turned off in order for GPS Status to clear the cache and not auto-download A-GPS data. Then I will run GPS Test and wait for a lock before turning on WiFi. Garmin GPS units and similarly other devices shouldn't have an issue detecting your GPS signals. Creating Paths: You can create a path using Google Earth and saving out the path into a KML. Using that SatGen program, you can load the KML and it will show you some options you can manipulate, and also a crude picture of your path. You can manipulate some of the options to your liking and hit the preview button to have it refresh and show your new speed graph. When you are happy, click "Generate NMEA" and save that file. Move that file over to the gps-sim-sdr/satgen directory and run the program which you should have compiled earlier to convert the NMEA to a user motion file for gps-sdr-sim. ./nmea2um Usage: nmea2um <nmea_gga> <user_motion> Once you have your user motion file created. You can use that in the gps-sdr-sim using the -u option. ./gps-sdr-sim -b 8 -e brdc2980.16n -u Hak5_Usermotion -o Hak5example.bin Notice the total time at the bottom of the SatGen program 111.40 seconds. You will need to keep it under 300 seconds to work with gps-sdr-sim. You can modify gps-sdr-sim to increase the max number of seconds by editing USER_MOTION_SIZE in gpssim.h and then recompile with gcc. Use caution as this will allow you to create very large files. The default of 300 seconds caps approximately 1.5 GB. From there it's a matter of transmitting the .bin file like before. hackrf_transfer -f 1575420000 -s 2600000 -a 1 -x 0 -R -t Hak5example.bin Cheers! http://mr-protocol.blogspot.com/2016/11/hackrf-one-gps-simulation.html
  4. Have you reviewed the http://hakshop.myshopify.com/pages/policy#warranty and sent an email to the corresponding email with needed information?
  5. The phone may not support USB keyboard or the OTG cable you are using may not be working properly. Try running the duck in a notepad on your computer to see that it is typing things correctly to eliminate that variable.
  6. If I am remembering correctly, power the unit and wait some time for full boot, then hold the reset button for 10 seconds.
  7. Ah sorry, didn't see the issue was with pineapple settings. I wonder if an option has changed. https://openvpn.net/index.php/open-source/documentation/manuals.html Based on the error you have above, I would say there is a setting that was missed in the config file.
  8. What version of Ubuntu are you installing it on?
  9. Yes, they are the same form factor. It's a standard USB dongle but you need to cut a hole for the antenna. https://github.com/greatscottgadgets/yardstick/wiki/YARD-Stick-One
  10. Make sure there are no blank spaces with your input file. Other than that, the error doesn't help much sadly :(
  11. Ummm, i think it does matter which port and you may need a crossover cable depending on your computer auto detecting and switching. You can also plug it into a switch if you don't have a crossover cable available. My Clean Flash Video has it plugged into the PoE Port (One closest to the DC power) so try that one first.
  12. The first one should be correct. Set a static IP on a LAN connection to 172.16.42.42 and connect to http://172.16.42.1/pineapple when the LAN cable is connected from your PC to the Pineapple. It has been a long time since playing with one of the Mark 4. I would recommend picking up a NANO.
  13. Interesting, have you tried another SD Card?
  14. What is the code your .bin was compiled with (payload)? You may need more delays What message are you referring to when you say "u get the message what to do with inserted media"?
  15. @Steevo The instructions on the link below are ONLY for the Mark IV. http://mr-protocol.blogspot.com/2013/12/wifi-pineapple-mark-iv-clean-flash-uart.html
  16. Check your spam mail, it might have been filtered. Since you paid with bitcoin (didn't even know that was an option) you may need to further verify things. ontact shop@hak5.org with the order number and explain the situation. Please allow a couple business days for a response. Also, due to customs, etc. I don't think it will get to the Netherlands from the US in 3 business days.
  17. http://hakshop.myshopify.com/pages/policy#countries
  18. https://www.hak5.org/episodes/season-21/hak5-2101-15-second-password-hack-mr-robot-style
  19. Most phone apps use SSL and certificate pinning, so unless you get really creative, the answer is no on MITM.
  20. Step 1: Don't create multiple posts with the same text Step 2: Make new topics/threads in appropriate category Step 3: Don't do illegal acts like cracking neighbor's wifi Step 4: Stop trying to hack people's Facebook accounts. TL;DR - Don't be that guy.
  21. I have pictures of the device in question tore apart and re-assembled for another user. Search forums and you should be able to find it.
  22. In regards to a tool to open the SAM file, you will need a program that can read Windows registry files.
×
×
  • Create New...