Jump to content

NotPike

Active Members
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by NotPike

  1. Hay, I would get the ANT700 for the YSO. The length of the antenna is directly related to the frequency you want to work with and not necessarily it's gain. The ANT700 is an adjustable 1/4 wavelength antenna that gives you a range of lengths that works best for the frequencies the YSO uses. When ever you see something being described as an 1/4th wavelength antenna (or element), the length of the antenna will be 1/4th the wavelength of the frequency you want to work with. Let's say I want to know the length of a single element antenna tuned for 300MHz. First we'll need to find the wavelength of 300MHz. To find that you would divide the speed of light in Meters by the frequency in Hz. 300,000,000MPS / 300,000,000Hz = 1 Meter. 1/4th of 1 Meter is 25cm. The max length of the ANT700 is 24.5cm so it's very close to 1/4 the wavelength of 300MHz. Basically, high frequency short antenna, low frequency long antenna. Here's some more info. http://www.antenna-theory.com/basics/gain.php http://www.antenna-theory.com http://www.hottconsultants.com/techtips/freq-wavelength.html https://en.wikipedia.org/wiki/Wavelength
  2. Hay, thanks for the input! I'll review the corrections when I have time and see if I can brake it again when I implement threading. Nah I'm not ashamed of my work, I poke fun at myself because people think I'm too serious lol. I'm just happy being able to figure this out this much. I started learning Python last winter but I started this project about a month ago. Besides that I've only been making small scripts to use with RFcat. Figured I would challenge myself and learn something new with sockets.
  3. By any chance have you seen Mike Ossmanns video series on SDR? He goes into detail about using source signal blocks and what a FFT or Scope Sink dose when you manipulate sample rates and frequencys. But yah it's cool you can use GNU radio for other things besides SDR. I use it when I need to troubleshoot generated signals and see what they are doing before transmitting them. GNU radio can definitely be used as a virtual radio lab. https://greatscottgadgets.com/sdr/
  4. Thanks! It's not mine but I'll make it dirtier next time :3
  5. Hi new! Here's the youtube play lists about some of the basics on linux, packet sniffing, ssh, netcat, and metasploit. Metasploit Minute - https://goo.gl/3oUNU6 HakTip: WiFi 101 - https://goo.gl/7JSUtc Hak5: SSH Inside and Out - https://goo.gl/4BZQ2c HakTip: Linux Terminal - https://goo.gl/Ijto8q HakTip: NMap - https://goo.gl/SbY6k9 HakTip: Netcat - https://goo.gl/InTRPa HakTip: Wireshark - https://goo.gl/pgACde Besides that, just play with what you have. Experimentation and knowing what things do is a grate way to learn how to brake it.
  6. Hi, The City I live in (Reno, NV) is lacking in the computer club/meetup department and I'm debating if I should start up a CyberSec/Hacker/2600 club. I never hosted a club before and I'm wondering if any one has done this before and what I should expect. Also how to make it successful so people can get something out of these groups. Any advice would be appreciated.
  7. That's me cheating. I was having trouble creating two different bots on the same server using the same class so I cheated and made the another class to accomplish my goal. Something that needs to be fixed with threading :3.
  8. Yup, just a simple USB power pack. I added a switch on the + lead for the USB cable so I can turn it on and off.
  9. Hi, I've been crunching away at this python3 script(s) for the past month and I would like some input on how to make it better. I based this bot off of Paul Mutton's work from the book “IRC Hacks.” Threading, having less hard coded variables, self healing, and making this code less dyslexic is definitely on the to do list! Let me know what you think :3 https://github.com/notpike/PikeBot
  10. You disagree with me thinking it was a letdown? Ok :3 S2 was more fun then S1 but they lost me on how they ended S2. Kinda lazy IMO. But that's just me :3.
  11. Boo... 2nd season final was such a letdown! They just went full DBZ with that one. :/
  12. I would but the Proxmark I have hates the Linux and only works with the windows... :/ Not a bad Idea thou.
  13. Cool stuff Foxtrot! I'm trying to figure out something here. I'm trying to see if it's possible to TX a GPS-SDR-SIM bin file to spoof a GPS receiver using the Pineapple Nano. The problem I'm having is that when I TX the SD card (where the bin is located) becomes unreachable for a while and then it self correctors. Here's the HackRF log when I selected the "Repeat transmission" option. I shortened log because the, "Input file end reached. Rewind to beginning." repeated 100 or so times. call hackrf_sample_rate_set(2600000 Hz/2.600 MHz) call hackrf_baseband_filter_bandwidth_set(2500000 Hz/2.500 MHz) call hackrf_set_freq(1575420000 Hz/1575.420 MHz) Stop with Ctrl-C 5.2 MiB / 1.005 sec = 5.2 MiB/second 5.0 MiB / 1.000 sec = 5.0 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. Input file end reached. Rewind to beginning. 5.2 MiB / 1.189 sec = 4.4 MiB/second 5.2 MiB / 1.005 sec = 5.2 MiB/second 5.0 MiB / 1.003 sec = 5.0 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second 5.2 MiB / 1.000 sec = 5.2 MiB/second The bin file should last for 300s but it stops after 6s. It isn't consistent either. Some times it will TX a little longer or a little shorter then 6sec. Also when I SSH into the pineapple to take a look at /SD, I can't see whats in the directory while the HackRF is TX the bin. I think this might be a power restraint issue with the Nano but I'm open to your thoughts. Now when I try to TX with out the "Repeat Transmission" option I get this error. call hackrf_sample_rate_set(2600000 Hz/2.600 MHz) call hackrf_baseband_filter_bandwidth_set(2500000 Hz/2.500 MHz) call hackrf_set_freq(1575420000 Hz/1575.420 MHz) Stop with Ctrl-C 0.8 MiB / 1.000 sec = 0.8 MiB/second Exiting... hackrf_is_streaming() result: HACKRF_ERROR_STREAMING_EXIT_CALLED (-1004) Total time: 1.00063 s hackrf_stop_tx() done hackrf_close() done hackrf_exit() done fclose(fd) done exit
  14. So... Because Foxtrot ported the HackRF library's over to the Pineapple I think we can all guess what's going to happen next .
  15. Sup HackerFur! I've been to Rainfurest (when it was still alive), Vancoufur and BLFC. Bark I'm a cat.
  16. Thanks! I like them. $220 USD for a solid Laptop with everything you'll ever need except a DVD drive. Even Hak5 uses these laptops for their pen test class's.
  17. I love a good Nerd Convention! :3 -=Tech=- 2015 Lenovo Thinkpad, 11.6-inch, Quad-Core AMD A4-6210 1.8GHz, 8GB DDR3L, 500GB HDD. (Kali 2016 Bleeding Edge) 12in Laptop Bag (holds everything below) Ubuntu 16.04 via USB Thumb Drive Tails via SD Card 32g Thumb Drive WiFi Pineapple Nano w/ Case Lan Tap 3x Cat 6 Cables ALFA WiFi Dongle w/ Directional Antenna Panda WiFi Dongle Yard Stick One w/ 900mhz Antenna 3G Cell Network Dongle Amazon Battery USB Cables and Adapters USB Charger Paper & Pen/Highlighter -=Stuff=- Walet Keys Cell Phone Knife Pistol w/ Extra Mag Lock Pick Kit
  18. NotPike

    Undertale

    Who else fell in love with this game? This game has been out for a wile now but I still find myself replaying it. I'm a sucker for having my emotions toyed with lol.
  19. Besides reading some of No Starch Press's books on the topic I found this tutorial series very useful. Like what everyone said, having a project in mind relay helps with the learning process.
  20. Nice! We should start adding modulation protocols to your list.
  21. Hacknet and Undertale. I'm a sucker for quick indie games.
  22. NotPike

    Hacknet

    Has anyone else played this game? If you like terminal based puzzle games with an interesting story this might be the game for you. Catchy sound track too. http://www.hacknet-os.com/
  23. Thanks! Yah, I used 1in heat-shrink to protect the RTL-SDR's from shorting out on each other. The SDR's came with a a beefed up aluminum heat sink that was too large to fit inside the project case. I think I might switch out both the RTL-SDR's with a Yard Stick One and an extra WiFi dongle. I found that running a GUI and both SDR's kinda stretches the limits of what the RPI3 can do. -=Update=- I glued the touch screen in place to keep it from popping out and I decided not to paint it. I think It looks better with out the paint. I'm going to do some more work this weekend and finish messing with the touch screen settings.
×
×
  • Create New...