《Grand Simulation》Chapter 13 - Timing Attack
Advertisement
test = echo "Hello, World!"
“Test,” I whispered. A new window opened up.
Hello, World!
I was almost certain that it would work but still sighed in relief. Then I quickly modified the program, coming to the crux of the issue.
test = sudo echo "Hello, World!"
I took a deep breath. Crossed my fingers. Whispering with my eyes closed, “Test”. I opened a single eye and my lips unconsciously curled into a smile.
Password:
‘Hallelujah!’ I celebrated in my mind. There is a superuser!
“So it worked?” Arya asked out of nowhere. I beamed at her blankly for a moment. “You did your evil smirk again,” she clarified.
“Okay, first off, it is a normal smile. And second, yes. I got want I was looking for. As for whether I can use it or not, the jury is still out on that one,” I said.
“So, can you tell me now what the spell is?” she beamed back. She had grown peculiarly interested in programming. ‘Perhaps she wants to make a powerful resurrection spell or something?’
“Okay. In normal computing, there is a concept of a superuser, who can do stuff normal users cannot. Ummm, for example, think of a corporate building. You have your cleaners, workers, security, and so on. Many people with various roles and access to different rooms and tools. Then there is the owner or an administrator of the building. That one has access to all the rooms and all the stuff of the building. A superuser is something like the administrator. I mean, bad example but close enough. In Windows, the user is called an Administrator; on Unixes it is called a ‘root’ user,” I tried to explain.
“Ah, I understand. So, what has your spell got to do with an administrator?” she asked.
Advertisement
“Hmm, well you must know by now that these spells are nothing but programs, right? If I can get superuser rights, then -“
“Then you can access tools and do stuff that you normally couldn’t!” she cut me off and concluded.
“Well, yes,” I replied. ‘She is quick on the uptake.’
“So how do you become an admin?” she continued.
“That is the problem. You need a password,” I said with a bitter smile.
“And how will we get this password?” she prompted unabashed.
‘Brute force? Nah, I don’t have years to spare for it to complete. I don’t have handy dictionary either. Hmm, will it be susceptible to attacks though? Even our Earthly systems are so air-tight for the most part, this is an alien super system we are talking about. Maybe…’
“I’m gonna try something called as timing attack.” I paused, rearranging my thoughts. “It works by checking the time of a system’s response against different inputs. Imagine you entered a fully wrong password, like all characters incorrect. And the system denies entry after processing for a bit. Now, you enter a wrong password again, but half your characters are matching the real password. System will deny you entry again, but the time it takes to process your input will vary.”
“I don’t get it, why will the time be different? And how will it give us the password?” she asked.
“Hmm, perhaps an example will help? Assume the real password is ‘abcd’. And the system checks each letter of your input against the real one when verifying. Now, if you enter ‘wxyz’, the system matches ‘w’ as first input against ‘a’, which is incorrect, so it immediately denies request. Next, you put in ‘axyz’. It will check if letter of input ‘a’ with real pass ‘a’, give okay, move on to next letter ‘x’ and match against ‘b’. It denies again here but the time it took to deny was more that of before because it took more time to process the correct input at the start. Thus, you unravel each letter one by one until your ‘wxyz’ turns into ‘abcd’ and voila - you have the password!”
Advertisement
“Oh wow, that is some neat trick.” She reflected one it for a while. “Hey, my mana is back up, I’m gonna go cast heal. Best of luck with the password.” She went back to her grind. I went back to mine.
¤ ¤ ¤
I was pessimistic. Good thing I had nothing but time on my hands - at least until Arya leveled up. I decided to give some random words a try first, you never know.
Password: password
I added the password with a thought. The window just vanished. No ‘Hello, World!’. I noticed I was down 2 mana. ‘Come on, I’m not even doing anything!’ I wailed.
More determined than ever, I tried several more variations. No dice.
‘I can’t manually keep entering a password. A few more and I’ll forget what I entered previously. Nor would I be able to cover all the characters.’ With that thought, I decided to automate it.
test = while true; do echo "password" | sudo -S echo "password worked"; done;
I cast the spell. One mana point down. I didn’t see the window prompting for the password. Another second down, another mana point gone.
‘What is this? A background job? I see. Since the system is unable to determine how many resources this spell will consume, it is taking it in as it requires,’ I mused. ‘Alright, now that we have a loop, let us get our characters in! First, I need a loop going from 0 to 255 to cover all chars. And I need to stream the output into a file.’
test = i=0; while [ $i -le 255 ]; do; echo "$i" >> password_hack | sudo -S echo; done;
‘Now, instead of taking in numbers, let us feed it characters. Maybe the old printf trick?’
get_char i = printf "\x$(printf %x $i)"
‘Alright, this will take a decimal i and return the corresponding character. Next is… ah right, the “time” function.’
get_time = date +%s%N
‘Right, so this will give us time in nanoseconds. Now to put it all together…’
test = i=0; while [ $i -le 255 ]; do; echo "$(get_char $i) $(get_time)" >> password_hack | sudo -S echo; done; get_char i = printf "\x$(printf %x $i)" get_time = date +%s%N
I ran each function and made sure everything worked. By the time I was done, Arya was looking fixedly at me again. “You were gone for quite a while just now. How’s the password hacking going?” she queried. I was getting used to her being a curious cat by now, so I simply replied: “I’ve got the code down, I think. But I don’t have the mana required to run it to the end right now. Maybe later? Quite a shot in the dark though, I don’t expect much,” I sated her curiosity, “Are you done?” I queried in return. “Yep, I’m level 3 now!” she exclaimed. “Congratulations,” I smiled in return. “Should we wake the others now or do you wanna rest some?” “Nah, let’s get going,” she declared. And so, we woke the others and got going.
Advertisement
- In Serial21 Chapters
Echo Of an Empty Soul
What is one to do if they are suddenly transported to an unknown place? Echo is one such individual. Jois us, as we explore his gravelled journey through an unknown dungeon to become the protagonist of an 'isekai slice of life' story that he has always envisioned. Or perhaps, even make a romantic comedy out of it! The journey will be turbulent and lonely. He may even loose his mind from time to time but I hope it will be to your liking.
8 240 - In Serial8 Chapters
DYING DUNGEONS: DEAD KINGS & MAD QUEENS.
A sickness is spreading. Dungeons are dying and crumbling to dust. Monsters that had been residing in them gather in hordes and spill out in waves over the neighboring kingdoms, swallowing them whole. The last of the Heroes are dying out. For some reason, new heroes haven’t been born or summoned into this world for the last century. Oracles have no answers. They are going blind and mute: seeing no futures and telling no prophecies. And while all this is happening, the [Voice], the entity that had been guiding everyone from the very beginning of time, is silent. Leaving humans and others with no guidance to solve this problem. Is this the end of Time? Author's note: Being someone with full-time work and with a rolling schedule, I'll update whenever I have time, so no promises on a consistent schedule. *This is a slow paced story with dungeon building elements showing up later on. *In this world, a dungeon seed first needs to prove its worth and only then it gets the chance to become a dungeon core and grow. *All art is by me
8 111 - In Serial9 Chapters
The Glue That Held Us Together
A modern family consisting of a mother, father, and three boys lived the average life of any family in the rural state of Ohio. Everyone was happy, the children Levi, Dante, and Genesis, were focusing on their future and school. The parents, Skye and Demetrius had a few years of work in them before they could finally retire. Things were looking up for all of them until suddenly, after a 3 day prayer retreat, Skye went missing. Filled with sadness and dread the family must now deal with the lost of a loved one as they keep moving towards their goals, but one question still remains, where did Skye go?
8 148 - In Serial16 Chapters
Re:Answer
On a day he thought to be regular, Keisuke, a 19 year old boy somehow miraculously ended up in a fantasy world involving swords and magic after his death. There he met a girl who resembles his childhood friend and immediately, Keisuke regarded this person as her. Unknowingly, he got involve in a mess much bigger than he could actually swallow. His vision of a fantasy world was immediately shattered and their deaths came all too quick, without even being able to do anything. Just when he thought death had finally claimed him, he once again awoke to his starting point with no trace of wounds that killed him and perfectly fine health?Inspired by Shin Shirogane no Soleil -ReAnswer-
8 162 - In Serial14 Chapters
Order of the Chronicle
There is a guild called Chronicle in the MMO Endless Story Saga, a guild that is solely made up from students in one college. A guild comprised of above average students and expert players of E.S.S., a guild that focused soley and discovering and keeping the deep secrets of the game. But something mysterious pulls them away from the safe lives of study and gaming.
8 124 - In Serial19 Chapters
A magical fox Stole my body and gave me its
The story talks about a normal guy named Ivo having a near-death experience and having a bodyswap with a magical fox in another world.My attempt at mixing isekai with magical foxes and other beasts. English is not my main language, and my choice of trying to write in 1st person might not be the best, but that's how I could bring myself to write it so I'll cope with it.Updating is gonna be sporadic, but I try to aim at one chapter (1-2 pages) per week
8 208

