Shellでサーバに接続します。次のとおりコマンドを実行するとフラグが表示されます。Intro to Rev
Rev10895Many of our problems will require you to run Linux executable files (ELFs). This problem will help you figure out how to do it on our shell server. Use your credentials to log in, then navigate to /problems/2019/intro_to_rev. Run the executable and follow its instructions to get a flag!
$ cd /problems/2019/intro_to_rev$ lsflag.txt intro_to_rev$ ./intro_to_revWelcome to your first reversing challenge!If you are seeing this, then you already ran the file! Let's try some input next.Enter the word 'angstrom' to continue:angstromGood job! Some programs might also want you to enter information with a command line argument.When you run a file, command line arguments are given by running './introToRev argument1 argument2' where you replace each argument with a desired string.To get the flag for this problem, run this file again with the arguments 'binary' and 'reversing' (don't put the quotes).$ ./intro_to_rev binary reversingWelcome to your first reversing challenge!If you are seeing this, then you already ran the file! Let's try some input next.Enter the word 'angstrom' to continue:angstromGood job! Some programs might also want you to enter information with a command line argument.When you run a file, command line arguments are given by running './introToRev argument1 argument2' where you replace each argument with a desired string.Good job, now go solve some real problems!actf{this_is_only_the_beginning}
フラグは、
actf{this_is_only_the_beginning}
です。
![[改訂第3版]シェルスクリプト基本リファレンス ──#!/bin/shで、ここまでできる (WEB+DB PRESS plus)](https://images-fe.ssl-images-amazon.com/images/I/41i956UyusL._SL160_.jpg)








