Jump to content

jmaxxz

Active Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by jmaxxz

  1. Hey all, Just wanted to share with the hak5 community 2 programs I recently released. The 1st gives you a sudo like command in windows (easy elevation when you are at a command prompt and realize you need more privileges) http://jmaxxz.com/index.php?option=com_con...s&Itemid=32 The 2nd program modifies Chrome's flash assemblies to let you work on one monitor while watching full-screen flash video on the other without having Flash leave full-screen mode. http://jmaxxz.com/index.php?option=com_con...s&Itemid=32 Both programs are open source. Let me know what you think.
  2. Wrote this to hack flash and improve multimonitor support http://jmaxxz.com/index.php?option=com_con...s&Itemid=32 thought some of you may like it. Edit: Sorry for the spelling error in the title.
  3. Books are very nice for learning to program, but if you want something more hands on try to create a very simple application. When you get stuck ask for google, and ask for help. Then you learn a little bit at a time. When learning Java, and C# it is important to remember that the basics of Object Oriented programing, and working with strongly typed languages are more important than the syntax or libraries. Learn OO and the paradigm behind Java and C# will make a lot more sense. And the best way to do that is to find yourself a good beginners book. I had an earlier edition of this book when I started java: http://www.amazon.com/Introduction-Object-...586&sr=8-13
  4. Agreed, but I have always found class diagrams to be what UML is really good at modeling, I don't think I would recommend it for a GUI. That is just me though.
  5. I like to tell a story when I am making a GUI, I often do this by putting together a power point showing various flows through the program. (Yeah, yet another use for power point) Visio has GUI mock up tools as well. I have never used them, but you may want to look at that.
  6. Hey all my fellow Hak5 fans! Currently I am working with a team on a open source project which I thought some of you may find interesting. Basically we are creating an augmented reality multi-player FPS which we are planning on releasing under the GPL sometime this spring. It is pretty home-brew, in that our system consists of off the shelf web-cams, gps dongles, and video goggles. It will probably not perform well enough for wide spread use, but that was never really our intention. Rather, we are just looking to show of the tech, and hopefully encourage the community to build upon our work. Does this project sound interesting to you? Would you like to hear more? Let me know, and I will post more updates. Peace out, Jmaxxz
  7. oops click submit twice, and not seeing a way to delete this 2nd post. Sorry for the spam
  8. I've described what i think is a major vulnerability here: http://jmaxxz.com/index.php?option=com_con...h&Itemid=35 Some people I have talked to think this is expected functionality, but even if it is this is very exploitable. What do you guys think?
  9. Thanks, I knew there had to be a tool built in to do it.
  10. jmaxxz

    Decrypt Hex

    Yeah no one here is going to help you figure out your parents passwords, please read the sticky topic: Read me first
  11. Does anyone know if there is a tool in backtrack, or that is available for download which would allow me to run an access point where when a new user connects they get an authentication page which they must authenticate with before accessing the network. Similar to what is present in a lot of coffee shops. This is for a PoC I am developing to show why these pages decrease network security if done incorrectly. Thanks, Jmaxxz
  12. That would really be too bad if AMD went under, as it would most certainly give Intel a monopoly over desktop processors. Not to mention that the phenom II is a pretty awesome chip, and I would hate to see its evolution end.
  13. If the performance between AMD and Intel chips was close enough to be negligible which would you pick? I ask because 'emotionally' I like AMD more, but performance of intels is just that much better, and I was wonder if other geeks perfered the AMD brand, or the Intel brand.
  14. jmaxxz

    OpenVPN

    As soon as I get this tunnel working as I want I will post something explaining what I had to do to get it working. Accessing network resources over it was not too bad, but setting up a secure tunnel for internet traffic is turning out to be a real pain. I thought hak5 said something recently at the end of one of their shows about doing a segment on openvpn. ...but I could be wrong
  15. jmaxxz

    OpenVPN

    Wow I feel stupid, I forgot to set the proto on the server. I had proto udp on the client and nothing set on the server, so it must had defaulted to tcp. Set them both explicly to tcp and tada the interface is no longer floored yep I am also on the RC had the stable version for awhile, but as you say the network tap does not work in vista (and win7 which I am using)
  16. jmaxxz

    OpenVPN

    Off site right now testing my vpn, and the windows tap interface is maxxed out at 99% usage, but the wireless interface (which the tap should be running over) is at 0% usage. Any suggestions why the tap interface is eating my packets?
  17. jmaxxz

    OpenVPN

    Howdy all, Just set up openvpn on my gentoo server. I am having a little trouble getting clients to automatically use it as their default gateway when they connect. Any suggestions? (want to use openvpn to secure my traffic on untrusted networks so i no longer have to publicly expose an ssh service) Thanks, Jmaxxz
  18. Recently one of the professors at the college I went to released the flagship product of his startup company under GPL 2.0. It is called NetFSE and it provides a search engine to help you find that lady in the red dress when you are sitting on the gigabyte enterprise network which has o so much traffic going by and you don't want to overlook a single packet. http://netfse.org/ Trust your technolust and give it a try, Jmaxxz
  19. Anyone who thinks this was a big deal or feels violated should get keepass. If you had been using it to begin with this would not have been a big deal at all. Stop wining! The hak 5 team has been awesome in there handling of this. http://keepass.info/download.html
  20. hmm crap mine is running into the browser's security settings...anyway around this? http://www.msoe.edu/campus/directory/detai...3E%3C/SCRIPT%3E (someone wanted a new version with image replacement, and this is an early test)
  21. This just show why you should lock down what exactly gets passed in via URL....and that url hacking is amazingly simple and fun! http://digg.com/people/The_real_life_Wolverine/
  22. I love the c# languages and the .net library, but I do not like the coupling the MS platform. However with the MONO project you can use C# to write cross platformed code. The previously mentioned n00b vids are prolly your best options. When I first started off I used these and I have to say they did expedite the learning process. And if you don't have big $$$ the express editons work just fine. They everything you really need to work with c# Best of luck
×
×
  • Create New...