• What are you working on? v16
    5,004 replies, posted
What was his avatar?
stop talking about him, you're doing exactly what he wants. fuck
Ha, he'll never get to level 80 like that :3: Oh god, my days of playing WoW are coming back to me.
[QUOTE=RyanDv3;29222856]What was his avatar?[/QUOTE] A pixelated dick.
Having been away for a while with only my iPod with me, I've had quite a bit of spare time on my hands. For some reason I thought it would be a good idea to learn C. I'm pleased to report that gcc is now working 100% on my iPod, and that I am now the proud owner of a rather nippy brainfuck interpreter :smug: I love holidays :3
So I may be taking an 11 & 12th grade class called "Computer Skills" next year. Highlights include: -How to save a document as a .rtf -How to format documents -Basic HTML My mother is insisting that I "need" this class because "you can already do stuff on the computer, this will make you better!" I will say, though, that one thing that looks interesting is that during the last 6 weeks, we are assigned a project to do whatever the fuck we want.
[QUOTE=Moustach3;29223714]So I may be taking an 11 & 12th grade class called "Computer Skills" next year. Highlights include: -How to save a document as a .rtf -How to format documents -Basic HTML My mother is insisting that I "need" this class because "you can already do stuff on the computer, this will make you better!" I will say, though, that one thing that looks interesting is that during the last 6 weeks, we are assigned a project to do whatever the fuck we want.[/QUOTE] All thought its basic stuff you would be stupid not to take it. It will improve your grades without hardly any effort
And it'll be a boring class that you'll have all year. Take something fun instead of something that'll be easy, or you'll wish you had. The goal is to learn something, after all. :smith:
[QUOTE=Moustach3;29223714]So I may be taking an 11 & 12th grade class called "Computer Skills" next year. Highlights include: -How to save a document as a .rtf -How to format documents -Basic HTML My mother is insisting that I "need" this class because "you can already do stuff on the computer, this will make you better!" I will say, though, that one thing that looks interesting is that during the last 6 weeks, we are assigned a project to do whatever the fuck we want.[/QUOTE] Uhh, i don't know. Those are some pretty hardcore stuff. You sure you're up to it?
-snip-
I realize that it's an incredibly basic class. I was arguing that I shouldn't take it. [editline]16th April 2011[/editline] Although it is a full credit...
[QUOTE=haushippo;29218604]off the topic of bad posters, does anyone know how i could easily intercept multiple concurrent ssl connections originating from a mobile device?[/QUOTE] WLAN or mobile phone network? Is the url hardcoded to https? Wich client is running on the device?
[QUOTE=Tamschi;29225200]WLAN or mobile phone network? Is the url hardcoded to https? Wich client is running on the device?[/QUOTE] wlan. it's not https. i'm trying to reverse engineer an [url=http://www.liveprofile.com/]increasingly-popular mobile-only im client[/url], which is based off of xmpp (but not exactly). i did a tcpdump on my iphone which reveals connections to different servers on the same port (443).
I think it would be easiest to install the app in the Android emulator and just use Wireshark.
[QUOTE=Robber;29225710]I think it would be easiest to install the app in the Android emulator and just use Wireshark.[/QUOTE] [quote]i did a tcpdump on my iphone which reveals connections to different servers on the same port (443).[/quote] aka same thing.
[QUOTE=haushippo;29225865]aka same thing.[/QUOTE] Then what's your question?
[url]http://crypto.stanford.edu/ssl-mitm/[/url] It relies on the client not properly checking the certificate, I think. Shouldn't be a problem with anything that's not a modern browser though.
[QUOTE=Robber;29226058]Then what's your question?[/QUOTE] [quote]does anyone know how i could easily intercept multiple concurrent ssl connections originating from a mobile device?[/quote]
Can you change the DNS server in your router settings? That would be a way to redirect the connections. Poisoning the ARP cache may work too, but that's not as reliable.
[QUOTE=Tamschi;29226459]Can you change the DNS server in your router settings? That would be a way to redirect the connections.[/QUOTE] i considered dns spoofing, but how would i deal with [url=http://i.imgur.com/fPVFj.png]this[/url]? how would a proxy/mitm/whatever know where to redirect the connections? my router is a wrt54g running tomato firmware, in case there is some sort of iptables magic that could help me do it.
[code]record file record found! You chose print mode. In write_todos: Current todo to write is Buy milk. In write_todos: Current todo to write is Buy gas. num todos: 2 Buy milk. Buy gas.[/code] The output from my todo program, in which it writes the number of todos to file, then writes both todos, and then reads the number of todos from the binary file, then builds an array of that size, then reads each todo back into the array. I feel like a boss. Man, all I have to do now is let the user manipulate the array of pointers to struct todos and write it to disk. I guess I also have to initialize the file if it's not there (making the int at the beginning of the file equal 0 would do since my read function won't go through its loop if num_todos is zero) ... so some sort of checker is in order. Yeah, I'm just thinking out loud.
random.coder is nullsquared.
I don't know what name to remember now! He has so many.
Since I'm in my last semester at school I didn't have much time for programming recently, but since the Easter holidays just started I have some free time now. Does anyone have a good idea for a new project for me that doesn't take more than a few hours to complete?
You could make a useful c# library, maybe a wrapper. Or a platforming game.
[QUOTE=Robber;29238457]Since I'm in my last semester at school I didn't have much time for programming recently, but since the Easter holidays just started I have some free time now. Does anyone have a good idea for a new project for me that doesn't take more than a few hours to complete?[/QUOTE] Make a Geometry utility class.
Make a giant gold cock and balls
Where have you been blank?
[QUOTE=Darwin226;29239179]Where have you been blank?[/QUOTE] Mining the gold for his cock and balls
That can't have taken long :v: [QUOTE=Vbits;29238530]You could make a useful c# library, maybe a wrapper. Or a platforming game.[/QUOTE] [QUOTE=Darwin226;29238993]Make a Geometry utility class.[/QUOTE] Thanks. I've decided on something now. It's neither one of your suggestions, but they inspired me.
Sorry, you need to Log In to post a reply to this thread.