Search found 2 matches

by stask
Wed Apr 08, 2020 9:33 pm
Forum: Challenges
Topic: forced entry
Replies: 2
Views: 12132

http://www.adum.com/fortknox/ returns an error. Can you please fix it?
by stask
Mon Jun 20, 2016 4:47 pm
Forum: Challenges Solved
Topic: Russian Dolls
Replies: 40
Views: 3123

Did it on MATLAB. Very simple.
Just ran a for-loop on the following code:

Code: Select all

 ! ren doll doll.gz
 gunzip('doll.gz')
 ! del doll.gz
The code run automatically stops when it reaches a doll.gz file which is not valid.