~ ls
downloads ruby-learn-from-phone termux
get-file.sh storage
~ ssh bandit0@https://overthewire.org/ ssh: Could not resolve hostname https://overthewire.org/: No address associated with hostname
~ $ ssh bandit0@bandit.labs.overthewire.org
The authenticity of host ‘bandit.labs.overthewire.org (16.16.8.216)’ can’t be established.
ED25519 key fingerprint is SHA256:C2ihUBV7ihnV1wUXRb4RrEcLfXC5CXlhmAAM/urerLY. This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added ‘bandit.labs.overthewire.org’ (ED25519) to the list of known hosts.
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
!!! You are trying to log into this SSH server on port 22, which is not intended.
bandit0@bandit.labs.overthewire.org: Permission denied (publickey).
~ ssh bandit0@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit0@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit0@bandit: cat readme$ ssh bandit1@bandit.labs.overthewire.org -p 2220
NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL
bandit0@bandit:
The authenticity of host ‘[bandit.labs.overthewire.org]:2220 ([127.0.0.1]:2220)’ can’t be established.
ED25519 key fingerprint is SHA256:C2ihUBV7ihnV1wUXRb4RrEcLfXC5CXlhmAAM/urerLY.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Could not create directory ‘/home/bandit0/.ssh’ (Permission denied).
Failed to add the host to the list of known hosts (/home/bandit0/.ssh/known_hosts).
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
!!! You are trying to log into this SSH server with a password on port 2220 from localhost.
!!! Connecting from localhost is blocked to conserve resources.
!!! Please log out and log in again.
bandit1@bandit.labs.overthewire.org: Permission denied (publickey).
bandit0@bandit:~ ssh bandit1@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit1@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit1@bandit:~$ ls
bandit1@bandit: head -$ ls -a
^Z
[2]+ Stopped head -
bandit1@bandit:
- . .. .bash_logout .bashrc .profile
bandit1@bandit:cat ./-exit
rRGizSaX8Mk1RTb1CNQoXTcYZWU6lgzi
bandit1@bandit:
logout
Connection to bandit.labs.overthewire.org closed.
~ $ ssh bandit3@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit3@bandit.labs.overthewire.org’s password:
Permission denied, please try again.
bandit3@bandit.labs.overthewire.org’s password:
Permission denied, please try again.
bandit3@bandit.labs.overthewire.org’s password:
[1]+ Stopped ssh bandit3@bandit.labs.overthewire.org -p 2220
~ $ ssh bandit2@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit2@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit2@bandit: cat filename cat “spaces in this filename”
cat: filename: No such file or directory
bandit2@bandit:
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG
bandit2@bandit:~$ exit
logout
Connection to bandit.labs.overthewire.org closed.
~ $ ssh bandit3@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit3@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit3@bandit: cd inhere//inhere ls -a
bandit3@bandit:
. .. .hidden
bandit3@bandit:~/inhere
~ $ ssh bandit4@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit4@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit4@bandit: cd inhere//inhere ls -l
bandit4@bandit:
total 40
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file00
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file01
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file02
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file03
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file04
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file05
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file06
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file07
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file08
-rw-r----- 1 bandit5 bandit4 33 Apr 23 18:04 -file09
bandit4@bandit:/inhere cat ./-file00/inhere cat ./-file02
�Ű��Bη���b<Q�Ƞ�+V�iO�1�[5{�bandit4@bandit:
x(�z�.T26 F8qqlY���v�FN#��‘bandit4@bandit:/inhere cat ./-file03
�E�Q�"�p�
����4�}�]��G�A��u[�/9�bandit4@bandit:~/inhere cat ./-file04
�Mrj�S�r_E�,���G+�h|�+
�⇒KQ�
bandit4@bandit:/inhere cat ./-file05
2��]o-p8q�츑���D�
.~�&ϯ"PT�I
bandit4@bandit:~/inhere cat ./-file06/inhere$ cat ./-file09
’�cwk^j�����M��;,��co�9bandit4@bandit:
�?3��[ٲN|?�G|b�G�[8�y�-�́*�
��
bandit4@bandit:~/inhere exit
logout
Connection to bandit.labs.overthewire.org closed.
~ $ ssh bandit5@bandit.labs.overthewire.org -2220 ssh: invalid option — 0
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address]
[-c cipher_spec] [-D [bind_address:]port] [-E log_file]
[-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]
[-J destination] [-L address] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option]
[-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
destination [command [argument …]]
~ $ ssh bandit5@bandit.labs.overthewire.org -p 2220
| |__ __ _ _ __ | () |
| ’ \ / | '_ \ / _
| | __|
| |) | (| | | | | (| | | |
|.__/ _,|| ||_,||__|
This is an OverTheWire game server.
More information on http://www.overthewire.org/wargames
bandit5@bandit.labs.overthewire.org’s password:
,----.. ,----, .---.
/ / \ ,/ .| /. ./| / . : ,
.’ : .—’. ’ ;
. / ;. \ ; ; / /__./ \ : |
. ; / ; .'___,/ ,' .--'. ' \' . ; | ; \ ; | | : | /___/ \ | ' ' | : | ; | ' ; |.'; ; ; \ \; : . | ' ' ' :
----’ | | \ ; | ' ; \; / | ' : ; . \ .\ ; \ \ ', / | | ' \ \ ' \ | ; : / ' : | : ' |--" \ \ .' ; |.' \ \ ; www.
---` ver ’---’ he ’---” ire.org
Welcome to OverTheWire!
If you find any problems, please report them to the wargames channel on
discord or IRC.
—[ Playing the games ]—
This machine might hold several wargames.
If you are playing “somegame”, then:
- USERNAMES are somegame0, somegame1, …
- Most LEVELS are stored in /somegame/.
- PASSWORDS for each level are stored in /etc/somegame_pass/.
Write-access to homedirectories is disabled. It is advised to create a
working directory with a hard-to-guess name in /tmp/. You can use the
command “mktemp -d” in order to generate a random and hard to guess
directory in /tmp/. Read-access to both /tmp/ is disabled and to /proc
restricted so that users cannot snoop on eachother. Files and directories
with easily guessable or short names will be periodically deleted! The /tmp
directory is regularly wiped.
Please play nice:
- don’t leave orphan processes running
- don’t leave exploit-files laying around
- don’t annoy other players
- don’t post passwords or spoilers
- again, DONT POST SPOILERS!
This includes writeups of your solution on your blog or website!
—[ Tips ]—
This machine has a 64bit processor and many security-features enabled
by default, although ASLR has been switched off. The following
compiler flags might be interesting:
-m32 compile for 32bit
-fno-stack-protector disable ProPolice
-Wl,-z,norelro disable relro
In addition, the execstack tool can be used to flag the stack as
executable on ELF binaries.
Finally, network-access is limited for most levels by a local
firewall.
—[ Tools ]—
For your convenience we have installed a few useful tools which you can find
in the following locations:
- gef (https://github.com/hugsy/gef) in /opt/gef/
- pwndbg (https://github.com/pwndbg/pwndbg) in /opt/pwndbg/
- peda (https://github.com/longld/peda.git) in /opt/peda/
- gdbinit (https://github.com/gdbinit/Gdbinit) in /opt/gdbinit/
- pwntools (https://github.com/Gallopsled/pwntools)
- radare2 (http://www.radare.org/)
Both python2 and python3 are installed.
—[ More information ]—
For more information regarding individual wargames, visit
http://www.overthewire.org/wargames/
For support, questions or comments, contact us on discord or IRC.
Enjoy your stay!
bandit5@bandit: cd inhere/maybehere ls
-bash: cd: inhere/maybehere: No such file or directory
bandit5@bandit:
maybehere00 maybehere04 maybehere08 maybehere12 maybehere16
maybehere01 maybehere05 maybehere09 maybehere13 maybehere17
maybehere02 maybehere06 maybehere10 maybehere14 maybehere18
maybehere03 maybehere07 maybehere11 maybehere15 maybehere19
bandit5@bandit:/inhere ls -l/inhere$
total 80
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere00
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere01
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere02
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere03
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere04
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere05
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere06
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere07
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere08
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere09
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere10
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere11
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere12
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere13
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere14
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere15
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere16
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere17
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere18
drwxr-x--- 2 root bandit5 4096 Apr 23 18:04 maybehere19
bandit5@bandit: