Jump to content

phpsystems

Active Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by phpsystems

  1. They are listed here:https://wifipineapple.com You will need to look in the features section.
  2. They may be a bit delayed at the moment - Defcon.
  3. If your process is already started, you can background it, and then "disown" it. A short cut way to do this is to run the command in brackets, with the ampersand, eg. (wireshark &) Or: wireshark ^z bg disown %1
  4. Try an SMA adapter. The type required are available in the hakshop.
  5. The program you want to use, providing it is available is proxychains: http://hak5.org/episodes/hak5-1119 Looks like it has been requested in Tails (from 2013): https://tails.boum.org/forum/featurerequest:_proxychains/
  6. The next couple of logical questions are how do you want paying, and how much would it be to ship it to Manchester?
  7. Can I ask options you ordered the MK5 with? I'm just curious as to what cable you got with it.
  8. Sounds like this: http://trac.aircrack-ng.org/ticket/670
  9. So all you need to do is tell Kali to find the file systems on the HDD then. This link should explain how to do that.
  10. http://forum.stmlabs.com/showthread.php?tid=481
  11. Depending on how the RPi boots, you might have to keep the main files on the hard-drive, with the SD card holding the bootloader, using the rest as swap. Did you create those partitions by hand, or did you do something like: dd if=kali-pi.img of=/dev/sdb bs=512k Where sdb is your usb hdd.
  12. You could try writing the image directly to the hard drive with DD. Of course, this will make getting any data you have on the drive in accessible. Once installed, you should be able to resize the partitions.
  13. do you have the cfg80211 module installed? lmsod | grep cfg80211 if not: modprobe cfg80211
  14. What about: airmon-ng and rfkill list all ?
  15. Try running: ifconfig or ifconfig wlan0
  16. If run "ifconfig" (no arguments) or "ifconfig wlan0" does it appear? If so, try rfkill list all
  17. What about the output from ifconfig? Have you tried ifconfig wlan0 up ? Also, have you checked the dmesg?
  18. Radio encompasses a lot more than just music. Radio can be used for security, just as the monitoring of it be used for pentesting. I remember watching a conference talk on the subject with the target being a casino and the guy was able to listen in to the walkie talkies. Pentesting is about thinking outside the box.
  19. Actually, the majority of infusions you mention as making the wifi pineapple a toy, do have their place for pentesting. Who said the pineapple's scope was limited to wifi?
  20. Not that I really want to encourage spamming, but have you tried setting up a mail server with Spam Assassin on it, to see how that scores your email? Bear in mind, things like SPF may be out of your control
  21. Hi Darren, Rtl-tcp just allows you to just stream the radio data you are interested in to a remote location. Examples are such as picking up AIS from a beach, adsb from mount diablo or the signal from the radio mics in the Hak5 office. Then listen to the live streams from home. You deploy the pineapple with the sdr to get the best reception, then pick up the stream from the IP of the pineapple and do the decoding. I think I saw a tcp option on the AIS program Shannon was using, and sdr sharp supports rtl tcp. Ads-b can be done, but requires decoding (sample rate will need increasing too). Decoding can be done via dump1090 on the decoding pc. Tim
  22. Hi, Have a look at the rtlradiostreamer infusion I created this week. Tim
  23. Hi, I've written an infusion as the front-end to rtl_tcp. The infusion allows you to stream the radio from the rtl-sdr to another machine for decoding. The defaults are set for 1090 MHz (ADS-B). As per other infusions for rtl-sdr, a minimum version of 1.1.1 is required. Screenshots will follow soon. Changelog: 1.0 - Initial Release.
×
×
  • Create New...