Jump to content

no42

Dedicated Members
  • Posts

    925
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by no42

  1. Courses: http://www.offensive-security.com/information-security-training/penetration-testing-with-kali-linux/ Reading Material: Pentesting/Hacking Gray Hat Hacking 3rd Edition - ISBN 978-0071742559 Web Hackers Handbook, 2nd Edition - ISBN 978-1118026472 Hacking Exposed 6 - ISBN 978-0071613743 Hacking Exposed Web Applications 3 - ISBN 978-0071740647 Metasploit: The Penetration Tester's Guide - ISBN 978-1593272883 Deviant Ollam, Practical Lock Picking - ISBN 978-1597496117 Social Engineering: Art of Human Hacking - ISBN 978-0470639535 Unauthorised Access - For IT Security Team - ISBN 978-0470747612 General Reading Stealing the Network: Complete Series - ISBN 978-1-59749-299-7 The Cuckoos Egg - ISBN 978-1416507789 Kingpin: How One Hacker Took Over the Billion-Dollar Cybercrime Underground ISBN 978-0307588685 DarkMarket: CyberThieves, CyberCops and You - ISBN 978-1847921260 Reversing Malware Analyst's Cookbook and DVD: Tools and Techniques for Fighting Malicious Code - ISBN 978-0470613030 Practical Malware Analysis - ISBN 978-1-59327-290-6
  2. bingo! its alive! Looks like you have these freqs: 24 - 1766 MHz Think you can Ham it up! And tune into those amateur radio freqs. Don't worry about the E4000 tuner - your chipset is slightly different: R820T tuner I have no idea about cuteSDR, or quirsk! can you try apt-cache search gqrx
  3. sudo might work; but if you want to run the rtl-sdr as a normal user, you have to change the cmake command by the looks of things
  4. ok that error message means you need to be 'root' when running the software. You might want to try the alternative cmake command above (another edited post sorry).
  5. ok, you might need to change the cmake command to cmake ../ -DINSTALL_UDEV_RULES=ON but you might be there anyway try: rtl_test -t
  6. this one: apt-get install libusb-1.0-0-dev
  7. can't remember all the debian packages off the top of my head try the following to list a series of packages: apt-cache search libusb but this might work, again not entirely sure as I'm not on a debian OS right now: apt-get install libusb-1.0-0-dev
  8. apt-cache search libusb think you need apt-get install libusb-dev or apt-get install libusb-1.0-dev the dev bit is important - it includes the stuff to compile from source, libusb-1.0 - is just the pre-compiled libraries
  9. my bad loose the 's' (edited above post); also was that a copy n paste, check your spelling - I put it down to excitement!!!!
  10. try: apt-get install build-essential cmake
  11. Also try: git clone git://git.osmocom.org/rtl-sdr.git cd rtl-sdr/ mkdir build cd build cmake ../ -DINSTALL_UDEV_RULES=ON make sudo make install sudo ldconfig sudo make install-udev-rules and: git clone git://git.osmocom.org/gr-osmosdr cd gr-osmosdr/ mkdir build cd build/ cmake ../ make sudo make install sudo ldconfig
  12. For the US: I think this list is what your interested in: https://ivao.aero/db/ss/freqs.asp?Id=US
  13. For the UK: This link: http://www.lightning.org.uk/frequencies.html Is great for knowing those tower frequencies, if you tune into the frequency for an airport near you (you may need a larger antenna), usually you can see bursts either side of the main freq, if your quick and tune into a burst you can hear tower/aircraft chat to each other. e.g. permission to take off/land, current vectors, location, height, etc.
  14. I suggest following this guide if your windows: http://rtlsdr.org/softwarewindows Or this guide if your linux: http://rtlsdr.org/softwarelinux
  15. UK Frequency Allocation (RF Spectrum) Same as above - big picture, here is the link
  16. USA Frequency Allocation (RF Spectrum) Its a big picture, too big for this post, here is the link.
  17. Looking forward to an interesting forum? Currently have a RTL-SDR, awaiting a Hack-RF...
  18. So you've got the Radio bug? Want to learn more? http://www.hamtests.co.uk Covers both exams in USA and UK, tutorials and practise papers, so you can acquire a HAM license. Currently the cheap RTL-SDRs only receive data so this might not be for everyone. But if you want to learn everything about Radio this is the starting point.... a HAM license will permit you to transmit data/signals (restrictions apply). I think this is useful for all those budding Hack-RF users out there!
  19. Linux Depending on your architecture it should be available within your package-manager, maybe me should pad this out in following posts below? As of Kali 1.0.5 it should be installed by default. http://www.kali.org/news/kali-linux-software-defined-radio-support/ OSX Either download the software from this website GQRX or if you have macports: port install gqrx Mac ports is preferred is it will install all necessary dependancies! like: gnuradio and gr-osmosdr (drivers for RTLSDR) It should then appear within Applications! Very point and click orientated - very easy to use. EDIT: You can also use brew instead of macports; but I'm more familiar with macports!
  20. Software: git clone https://github.com/antirez/dump1090.git Compile: cd dump1090;make;make install Simple execution/dump : dump1090 Live feed: ./dump1090 --interactive Unlike the Windows software, it can plot planes on a builtin http interface using Google Maps ./dump1090 --enable-agc --aggressive --net --net-http-port 8080 Then open your browser and go to http://127.0.0.1:8080 to watch planes fly above you.
  21. This software RTL1090 (my favourite, but there is also ADSB#) will enable you to translate the ADS-B messages from planes on the Windows OS. Watch the planes transponder codes that fly overhead. Combined with PlanePlotter you can then see where the planes are on a map! PlanePlotter has to eventually be licensed - but you get a nice 30-day trial. Other open source alternatives are Virtual Radar Software and ADSBscope. Enjoy.
  22. Starting programming is like being a limbo dancer... start high, and push yourself to get lower and lower!
  23. Its all about the Code, Ducks need you. Maybe we should have a poster/desktop wallpaper competition. Title "Ducks need you... ...start coding today"
  24. Here are some links for you to review: DLL hijacking/planting DLLHijackAuditKit https://community.rapid7.com/community/metasploit/blog/2010/08/22/exploiting-dll-hijacking-flaws DLL Injection http://blog.didierstevens.com/category/bpmtk/ http://www.securestate.com/Documents/syringe.c
×
×
  • Create New...