Secure Room
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
Secure Room
I am trying to do secure room. I was able to "login", but got "you have no secrets" which didn't work. If anyone can give me a hint as to if there is a specific approach I am missing, that would be really generous.
-
- Posts: 273
- Joined: Thu Apr 10, 2008 9:47 pm
I wrote this hacker.org challenge overview some time ago. Doesn't work atm but I will get the error fixed asap.gfoot wrote:How do you find out the difficulty ratings?
oh, sorry for not answering.
I get the data the same way the flash map gets it: as XML file http://www.hacker.org/challenge/map/get.php
I get the data the same way the flash map gets it: as XML file http://www.hacker.org/challenge/map/get.php
-
- Posts: 1
- Joined: Tue Apr 27, 2010 8:47 pm
- MyNameIsAlreadyTaken
- Posts: 31
- Joined: Sun Oct 17, 2010 10:21 am
- Location: Germany
I've tried to inject php codes like (With and without <?php ?>)
But it doesn't work, then I tried to Inject SQL Commands in "Password" like...
And it also doesn't work
Is my code a big fail or am I stupid??
Thank you, for your fast reply
Code: Select all
phpinfo();
echo "Hello World";
Code: Select all
;SHOW tables

Is my code a big fail or am I stupid??
Thank you, for your fast reply
BlackShadow is watching you
You are pretty close, injection is a good way to hack this, perhaps you like to google some standard techniques on this?dj-boris wrote:I've tried to inject php codes like (With and without <?php ?>)But it doesn't work, then I tried to Inject SQL Commands in "Password" like...Code: Select all
phpinfo(); echo "Hello World";
And it also doesn't workCode: Select all
;SHOW tables
![]()
Is my code a big fail or am I stupid??
Thank you, for your fast reply