《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 Serial242 Chapters
ATL: Stories from the Retrofuture
In a future of robots and CRTs, Atlanta is the most powerful city in the world. And in that city, twentysomething slacker Morgan Harding dreams of being able to live a normal, peaceful life... until they're given cybernetic superpowers and forced to become a hero. Together with a mysterious sentient robot and an overworked college student, they must keep Atlanta safe from the technological threats that arise... pretty much constantly... Sigh. ATL is divided into several novel or novella-sized stories, and the entire first season is online on Royal Road for you to gobble up like a robot filling up at a power socket. And if you're itching for more, always know you can read the story at its official website too. Please vote on Top Web Fiction! You can vote once a week on each device for this story (and any others you enjoy!).
8 209 - In Serial17 Chapters
72 Hours
A crew of 5 aboard a spaceship bound for home.With 72 hours until earth, the crew receives their final message: "We are very sorry to hear about the death of your crewmate. Their name shall be recorded in our halls, rest assured, and they will get proper respect.” Together, ALL 5 receive the message. A lot can happen in 72 Hours... * * * Hey guys, new author here. I plan to release 1-2 chapters a week, and I'd welcome any feedback you could give me! And sorry about the size of the first few chapters- my word length will try not to go below at least 2k after chapter 2!
8 146 - In Serial10 Chapters
Stormdancer Cal
The development and growth of our young hero Cal, and his adventures to reach the peak of society in the city of Etcka. He'll move like the wind and strike like thunder and his mind will be as clear as a lake in spring. There is no stopping Cal, he'll get to the top sooner or later don't worry. Also, I'm like 90% sure I am a horrible writer so, If you guys would be so kind and rip me up in the comments I would appreciate it. But I hope you fella's enjoy
8 263 - In Serial6 Chapters
THE ADVENTURES OF PLUTO
THIS IS THE STORY OF PLUTO , A YOUNG MAN WHO HAD TRAVELED WORLDS. AUTHUR - IKARUGA
8 54 - In Serial51 Chapters
Setter Ace of Shiratorizawa
[Haikyuu!xOC][The rewrite of 𝑨𝒄𝒆 𝒐𝒇 𝑺𝒉𝒊𝒓𝒂𝒕𝒐𝒓𝒊𝒛𝒂𝒘𝒂]"Whoa, who is that?""No idea, but she's intimidating!""Probably a new first year, wonder why she's so confident. Look at the way she's walking!""She's tall too, not the tallest but pretty tall for a girl her age. She must be good if she's with Shiratorizawa.""Hold on, have we seen her somewhere?""Huh? Oh, yeah! She's from Kitagawa Daiichi! What was her name again?""Kazane Kageyama." She grinned, her hand on her hip as her team stood behind her. "Ace Setter of Shiratorizawa."~•~Being Kageyama's sister meant that she knew everything that he knew, but did it better because she wasn't a controlling prick like him. Maybe that's why she got into Shiratorizawa and her brother didn't. It took less than one practice to establish that she was the ace and better setter of the girl's volleyball team, and of course this drew some attention. The boy's team's attention, to be exact. All of the boys were extremely jealous of the new hottie, but she put them in their places. Commanding respect anywhere she went, the queen of the court, ace on the front line and setter on back line, caught the eye of almost every other school in the country after her debut. Look out ladies and gents, the 5'11ft ace of Shiratorizawa is flying in on eagle's wings.
8 149 - In Serial8 Chapters
❣️ မောင့်ကကြိုးရုပ် ❣️
အချစ်ဆိုတဲ့လှပတဲ့ဖြစ်တည်မှုလေးမှာ...သံသယနဲ့သဝန်တိုမှုတွေရောယှက်လာတဲ့အခါ...ပေါက်ဖွားလာတာကနာကျင်ခြင်းတွေ💔
8 172

