Search found 11 matches

by OvO
Sat Feb 18, 2012 2:52 am
Forum: Challenges Solved
Topic: V.I.L.E.
Replies: 12
Views: 2637

this challange is pretty easy, if you know the kind of code the challenge is looking for of course.
by OvO
Fri Jun 04, 2010 10:06 am
Forum: Challenges
Topic: how to hack public wireless security code
Replies: 4
Views: 10855

two words: Mind powers. first thing you gotta do is focusing your mind on the wireless, to make it speak to you and when you can do that, you can crack any wireless... but watch out for Linux and port scanners as they will melt your brain if they find out what you try to do. Ps. watch out for google...
by OvO
Sat May 01, 2010 12:10 am
Forum: The Hacker's Server
Topic: Python programming?
Replies: 4
Views: 7885

will do, thanks :]
by OvO
Fri Apr 30, 2010 11:12 am
Forum: The Hacker's Server
Topic: Python programming?
Replies: 4
Views: 7885

Wow thanks :]
I'm going to try that for a while
it goes like

Code: Select all

import urllib

somestring = urllib.urlopen('http://www.website.com').read()
right?
by OvO
Thu Apr 29, 2010 10:37 pm
Forum: The Hacker's Server
Topic: Python programming?
Replies: 4
Views: 7885

Python programming?

hi peeps... I'm just learning to program with python at the moment. and i was wondering if any of you guys have an idea for me for any program, doesn't matter what. just something i can tinker with for a while and is fairly easy mode would be awesome! :] PS. I do know the absolute basics (like "...
by OvO
Fri Apr 23, 2010 5:51 pm
Forum: Challenges
Topic: V.I.L.E
Replies: 16
Views: 22439

lol i got it. :]
thx horst.. helped a lot. :]
by OvO
Fri Apr 23, 2010 5:07 pm
Forum: Challenges
Topic: Didactic Blue
Replies: 44
Views: 84829

So the answer is in the image somewhere.. not from outside sources or something?
by OvO
Tue Apr 20, 2010 9:53 pm
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 10739

import time import urllib myfile = file("Minuteman Final Password checker.txt", 'a') data = urllib.urlopen('http://www.hacker.org/challenge/misc/minuteman.php').read() while 1: data = urllib.urlopen('http://www.hacker.org/challenge/misc/minuteman.php').read() time.sleep(10) if data != &qu...
by OvO
Wed Apr 07, 2010 5:50 am
Forum: Challenges
Topic: V.I.L.E
Replies: 16
Views: 22439

i just need to know if im on the right track here, do i need a map to solve this one ?
by OvO
Thu Mar 25, 2010 3:35 pm
Forum: Challenges
Topic: iPod Fun
Replies: 13
Views: 19459

Re: iPod Fun

m!nus wrote:
coderT wrote:Quite few people solved it.
Anyway, do you really need to own an iPod to solve this?
Some hints please, thank you.
Come on, look at it, it's not that hard :)
agreed, just looking is the best way of solving this
by OvO
Tue Mar 23, 2010 4:38 pm
Forum: Challenges
Topic: A Piece of Pi challenge
Replies: 10
Views: 14061

there are no dots in the number (e.g. 123.32123'th number).
too big hint?