Jump to content

konfoo

Active Members
  • Posts

    73
  • Joined

  • Last visited

Everything posted by konfoo

  1. Pandorarip will sometimes rip tracks that haven't started playing yet but are 1 or two songs in the future. This has to do with how Pandora delivers their XML and cache :P
  2. That usually means something in your registry is corrupted for TCP configuration. Spyware scanners/removers and uninstallation of networking tools will sometimes muck the reg settings up. You can try http://www.snapfiles.com/get/winsockxpfix.html.
  3. Support us with money man. How about one penny for every hit on our threads? ;-)
  4. I looked at it. Not worth the effort right now to add support for it.
  5. 1 - will be part of the portable version 2 - maybe.. what does it offer? 3 - thumbs down is detected in the latest version and the tracks will not be recorded. Next version will track the thumbs down into a 'ban' list (which you can later edit). The list will support wildcards.
  6. Restart the browser or close/refresh the pandorarip player tab prior to restarting pandorarip. The first time it starts it will scan the temp ff directory and re-ingest the files. Since it is stateless, it doesn't remember that you thumbed down those tracks that are still cached in the browser cache.
  7. Look, you keep bringing this up with your smarmy comments in a thread dedicated to PandoraRip, not PandoraJAR. I would work on the PandoraJAR codebase if I cared. Unfortunately it is a cesspool with a shoddy UI, and I don't care. Plus I don't care much for Java, at all, regardless of the platform it runs on. Which is why I wrote my own in the first place. The only thing I have planned in the future is support for Fred's portable version and 64-bit OS support so we can run this on a USB key on any Win platform. And I do that because I find this marginally interesting, not because it is rocket science.
  8. Just an update - I have obtained a new laptop with 64bit vista, so I'll be testing pandorarip on this pretty soon.
  9. Nope it is instantaneous. If you are willing to release a 'USB bundle' for free then I'll make PandoraRip work on it (file paths, etc).
  10. I'm not running Vista64 and I don't think I ever will be. My next upgrade from XP will probably be Windows7. Sorry, can't help there. I have a feeling this is an issue with 32-bit promiscuous sniffing on a 64-bit driver interface. You did enable the sniffer and restart the application, correct?
  11. konfoo

    Cryptynalis

    If you are serious about learning this field then you should start with http://www.schneier.com/book-applied.html . This is pretty much the industry bible for developers. Please don't make your own routines unless you are doing it purely for learning purposes. I would suggest you start with learning how e.g the DES algorithm works, and work your way up from there. There is more to be gained from learning all the various encryption mechanisms out there today and knowing what their shortcomings are and how to implement them correctly in a production system, than there is in learning the algorithms in depth. However, if you want to dive deep into the crypto field and don't care so much about implementation in e.g. applications, then do the latter. XOR obfuscation with single round single byte keys and no salt is insecure. It doesn't take much more than a simple nested for loop to brute force the cleartext. Unfortunately it doesn't stop people using it, however (some NOAA EMWIN satellite decoders use it, for example). I don't know what you intend to build, but some good off the shelf open source libs include http://libtomcrypt.com/features.html and http://www.cryptopp.com . I've built many apps using libtomcrypt. It's 'cryptanalysis', btw :)
  12. Yup. The optimal way would be to code a mini proxy server but unfortunately I'm too lazy to do that. ;)
  13. This is totally intentional. I'm not going to enable a network sniffer by default. You as a user need to make that decision and turn it on.
  14. That's intentional. In lieu of charging a fee, the application is at least going to brand itself ;). Spaces work fine (the default location is 'documents and settings' on xp..). Are you using a roaming profile on a domain?
  15. I spent 15 years doing that. It's pretty much has-been technology.
  16. Damn and another update. Thumbs down tracking fixed and improved.
  17. Please search the thread in future: http://hak5.org/forums/index.php?showtopic...amp;#entry84673 A tethered pocketpc would probably have 0% likelihood of working if you are using it as would appear to be the case. I'm not sure why you would go that route regardless, since if you do a netstat you can figure out what applications are bound to which ports on your machine. Good luck.
  18. Install http://www.sephiroth.it/firefox/flash_switcher then switch to 8.0r24.
  19. Thanks rac - yeah 8r24 is the one (too early) ;) Socket code 10013 indicates something else has exclusive access to the socket port. The sniffer attempts to listen for traffic on port 80, and is prevented from doing so since another application or system permission is preventing it. So possible issues you may have: 1. You are not running the application as a user or administrator with correct permissions to enter promiscuous mode sniffing on port 80 on your network interface. 2. You have a service running on your PC on port 80 which is locking port 80 (e.g. a webserver) 3. You have antivirus or antimalware software running that is preventing connectivity to port 80. You can run a netstat -b and see what is locked to port 80 if anything. Just for reference, the windows firewall and most antivirus and antimalware (i.e. windows defender) should not prevent this.
  20. Enable the sniffer, select your internet NIC, run Firefox with flash switcher and Flash player 9r24.
×
×
  • Create New...