Search found 5 matches
- Thu Feb 01, 2024 4:35 pm
- Forum: Mortal Coil
- Topic: Submission with POST not working anymore
- Replies: 2
- Views: 1533
Re: Submission with POST not working anymore
I messaged adum and the issue was fixed, works fine now. Thanks!
- Sun Jan 28, 2024 1:52 pm
- Forum: Mortal Coil
- Topic: Submission with POST not working anymore
- Replies: 2
- Views: 1533
Re: Submission with POST not working anymore
Follow-up question for anyone reading this: Does someone have all the levels available? I'm really curious how far my solver would make it.
- Sun Jan 28, 2024 1:25 pm
- Forum: Mortal Coil
- Topic: Submission with POST not working anymore
- Replies: 2
- Views: 1533
Submission with POST not working anymore
I am trying my luck again on Mortal Coil but submitting solutions with POST doesn't seem to work anymore. Since my solutions are too big for GET requests (level 800+) I have to use POST, and setting the parameters name, password, path, x and y worked fine before (beginning last year?) but doesn't wo...
- Fri Jun 29, 2012 8:47 am
- Forum: Challenges Solved
- Topic: Black Box
- Replies: 13
- Views: 1033
Nice challenge! :) Tried it with IDA too, my decompiler returned a somewhat packed version of the calculation. Brute force script ran about 6 seconds on my machine before spitting out the answer: #include <stdio.h> int main(int argc, char **argv, char **envp) { for (int i = 0; i <= 2147483647; i++) ...
- Mon Dec 12, 2011 3:09 pm
- Forum: Challenges
- Topic: Cereal
- Replies: 16
- Views: 24350
Cereal
Any hints here? I'm really stuck.