Jump to content

natural_orange

Active Members
  • Posts

    179
  • Joined

  • Last visited

Everything posted by natural_orange

  1. thnks of there commercials "you really don't have to go to college for 4 years to get a good job" really? how much can you learn part-time in 2 years?
  2. thats random, though i look forward to the pictures.... Im guessing you mounted the LCD in the window of the Microwave? it would be cool to use the LED display on the microwave to display some information like core temperature or CPU usage.
  3. To add an explanation to what other have said, you can't because they chip doesn't have any ability to receive input, it is simply pushing out video. You can find pretty cheap either usb or PCI video input cards, though your milegage may very, typically cheap cards come with crapware and poor support so read the reviews.
  4. i never thought of that, but this would be a good way to get like the name of .flv files in other players like ABC or Foxes online player, assuming that they are not encrpyting them.
  5. How would that take forever? RAM is incredibly fast, it shouldn't take more than a few seconds, espeically if the app knows exactly where the key is stored. To be honest even if the app only overwrote a random bit out of 10 it would be enough to compromise the integrity of the key.
  6. im sure if you poke around you can find a slim optical or full sized optical usb drives. It would be interesting to tryout a Blu-Ray drive in external enclosure, im not sure if USB has the Bandwidth
  7. I'm surprised that this has not patched yet, it doesn't seem very difficult to fix, you just need something to wipe the ram chips when your done with them. Though if your HDD encrypted whatever is doing the wipe couldn't be encrypted. Probably something that would need to be added to the BIOS or bootloader. This is why they need the built-in crypto chips that are actually physically impossible to remove the key from because no command is built in to the chip that will output the keys. Another great example of someone not fully testing there product, i imagine that the developers just assumed like 99% of people in the world that RAM dissipated quickly after power was cut.
  8. if your doing this in vista you can just use the backup and recovery center. It will only backup what filetypes you want it to, and allows you to easily restore the files. It will also compress them for you. You can either backup to a network drive or another hard drive. I use it and it works great. As for your script it is simply using xcopy to copy all the files from a directory to d:backup if you don't have a d: drive or a folder called backup then it wont work. then it finds all the files that have been deleted from the computer but not the backup location
  9. Adobe Flash CS3 will allow you to encode almost any video to FLV, you can then make your own flash player if you want. This way you control the size/quality. The only questions is if you can handle hosting the file, and the transfer will be a lot more.
  10. i've been doing this for a long time. especially making programs just to store notes and equations that are confusing. you can do some kool stuff with the pxl-on, pxl-off, pxl-change, etc. find the slope and y-int, solve quadratic equation etc.
  11. what is that? decrypting is not as easy as just running a couple or programs.... you need to know what kind of encryption or hash alogrithm it is.
  12. show notes can be a lot of work, and they just don't want to be arsed to do them. they should probably just say "research it yourself" I could care less most of the time...
  13. i made an app to do this, using the .net filesystemwatcher control
  14. yah I have a lot of problems with winpcap programs including nmap.
  15. i've found a whole crap load of internet cameras, some in several diffrent countries, hotels, bars, pools, car dealerships, and the campus starbucks. even though some of them display control they may be blocked by htaccess.
  16. the only way to get programs on the DS is to use a Mod Chip, im not sure what apps you can get for it but they did an ep on this last season i believe, and the last episiode
  17. i hate of be the bearer of bad news, but this feature is as old as dirt. its been used numerous times for phishing and other kinds of trojans.
  18. Using " Net Administrator *" is not hacking in anyway shape or form. Using a password reset floppy/cd is more of a hack than that. Also: I just wrote a VB.NET app to convert a hostname to an integer ipaddress. Although this won't work for anything that uses host headers (shared hosting). If you put the http://1086311198 into the Run Command, it will convert it to an ipaddress before sending it to your browser.
  19. theres something wrong with that it repeats the same block of info like 6 times anyway you could just make seperate pages for server_description, server_name, listeners. With the only thing on the whole page is just that. For some reason that broken tag seems to break vb.net's html parsing
  20. Since TomB closed his web page I have no efficient way of getting the stream information. I either need access to the /admin/stats.xml file on the hak5radio server or way to get the stream information from VLC, which is gonna be hard because the documentation is a bit sparse.
  21. http://img207.imageshack.us/img207/1767/hak5radio2eb5.jpg[/img] The next version is on the way.... I just need to work out some of the bugs.
  22. I don't plan on making a Mac Compatible one.
  23. Hey Guys! I made an app in VB.NET that uses the VLC activeX component to play the Hak5radio stream as well as tell you the current song and how many people are listening! Requirements: - .NET Framework 2.0 Download Here - VLC Installed Download Here I don't have a place to host it right now so all I can do is tease you with a screenshot. If you know of a place to host this or you can host it please leave a post here or pm me. SomeoneE1se is hosting it! Thank You! http://arch.kimag.es/share/11453715.jpg[/img] Next I will add notification on either new song or when someone starts streaming, or both.
  24. Hey Everyone! I've been coding VB.NET for the last couple years and I've made a whole range of application, you can see them in the list. I'm just wondering if anyone is interested in them... if you are I can send you the executable or the code. if theres enough interest in any of these I'll keep working on them. A lot of these are quite unfinished, some of them were really quick so I didn't spend a lot of time on really following best practices and keeping the code neat. I take no responsibility for any of this, use at your own risk, but most of these app's shouldn't give you problem. Mabey Ill make all of these into one big app? Seriously if anyone has a utility that they have been looking for, leave me a post or pm me and ill see what I can do! I'm also in the hak5irc a lot. Big Clock (Recent, Right now its just a big clock, but im hoping to add a timer, alarm, and coutdown) Caesar Shift Brute Force - (Will decrypt a selection of text with all 24 Caesar shift keys) Calculator (A calculator, mostly a proof of concept) Check Email Address (Recent, A program to check email address's) Digital Root (proof of concept, finds the digital root of a number) Encrypter (A Mono alphabetic cipher encrypter) FireFoxDDEEXEC (Fix's FireFox's DDEEXEC problems, i.e. Firefox cant find that file proble) Frequency Analysis (Analyzes the frequency of letters in a selection of text for solving mono alphabetic cipher) TrueCrypt Launcer ( A true crypt launcher, mostly so i can use it with my fingerprint reader) UtilMan Replacement (A replacement for utilman) CSVtoM3U (Takes a CSV (from iTunes for example) and converts it to a M3U Playlist) FileWatch (Monitor changes to files in a directory or drive, has a nice GUI) SendMail (a Proof of Concept for sending mail, still in progress) There's a few more floating around somewhere...
  25. Nice Idea, could use a little cleaning up though. Make the "FormBorderStyle" either Fixed3D or FixedToolWindow Ill try and whip up one of these tonight just for shits and giiggles.
×
×
  • Create New...