Jump to content
StoNe-

SAW Challenge

Recommended Posts

Salut.

Inspirat dintr-un film ( Saw (2004) - IMDb ), am realizat un mic challenge, compus din mai multe etape cu diverse vulnerabilit??i (MySQL Injection, Crypto, Information Leakage, etc.)

Challenge-ul poate deveni destul de enervant la un moment dat, deoarece fiecare etap? are alocat? un anumit timp. În caz c? nu se respect?, IP-ul va fi banat.

F?r? prea multe cuvinte, linkul c?tre challenge: http://sawthegame.net16.net/

Instruc?iunile le ve?i g?si acolo.

ps. Pot exista câteva gre?eli de gramatic? ?i text a?ezat prost, dar pân? la urm? nu ?sta este scopul.

Succes.

L.E: La final, este vorba despre un cod. Acel cod mi-l trimite?i prin PM, împreun? cu ultimul nickname de pe care a?i terminat challenge-ul.

Solvers:

- @PoorStudentPleaseDonate (askwrite)

Challenge închis. Scroll down.

Edited by StoNe-
Link to comment
Share on other sites

Guest PoorStudentPleaseDonate
Daca as avea un hint pentru numele lui ... alea de acolo mai mult ma baga in ceata :)) !

Ti-a dat vreo 2-3 hinturi la primu ch.

Link to comment
Share on other sites

saw.zip - Speedy Share - upload your files here

Scuze, am fost prins zilele astea cu ceva treburi, nu am putut s? fac ?i un video. Sper c? îl voi face ?i zilele astea.

ps. Challenge-ul a fost f?cut împreun? cu @danyweb09.

Dump:


-- phpMyAdmin SQL Dump
-- version 2.11.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 12, 2014 at 07:56 AM
-- Server version: 5.1.57
-- PHP Version: 5.2.17

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `a9212397_saw`
--

-- --------------------------------------------------------

--
-- Table structure for table `player`
--

CREATE TABLE `player` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`nume` varchar(40) NOT NULL,
`baned` int(11) NOT NULL,
`ip` varchar(60) NOT NULL,
`time` int(11) NOT NULL,
`stage` int(11) NOT NULL,
`stage_vizited1` int(11) NOT NULL,
`stage_vizited2` int(11) NOT NULL,
`stage_vizited3` int(11) NOT NULL,
`try` int(11) NOT NULL,
`try2` int(11) NOT NULL,
`stage_vizited4` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `player`
--


Edited by StoNe-
  • Downvote 1
Link to comment
Share on other sites

  • Active Members

Rezolvarea. :D

Al doilea challenge de crypto era mult mai usor practic fiecare litera "criptata" era codul ascii plus o unitate dupa ce inlocuiesti 25 cu spatii iei fiecare cod si ii scazi -1 si dupa ala e cuvantul in ascii

Apropo v-a placut faza de la sfarsit? :)))))

Edited by danyweb09
  • Downvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...