Loading

Wargames-Bandit-Level5

Level 5

Level Goal

The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties:

  • human-readable
  • 1033 bytes in size
  • not executable

Solution

说是要满足这一堆条件,直接看:

bandit5@bandit:~/inhere$ ll
total 88                                 
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ./    
drwxr-xr-x  3 root root    4096 Sep  1 06:30 ../        
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere00/  
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere01/   
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere02/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere03/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere04/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere05/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere06/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere07/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere08/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere09/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere10/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere11/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere12/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere13/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere14/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere15/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere16/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere17/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere18/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere19/

好吧,居然有这么多,文件夹,-R一下:

bandit5@bandit:~/inhere$ ll -R
.:
total 88
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ./
drwxr-xr-x  3 root root    4096 Sep  1 06:30 ../
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere00/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere01/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere02/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere03/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere04/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere05/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere06/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere07/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere08/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere09/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere10/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere11/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere12/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere13/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere14/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere15/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere16/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere17/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere18/
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 maybehere19/

./maybehere00:
total 72
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1039 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5  551 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 9388 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 7836 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 7378 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 4802 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 6118 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 6850 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 1915 Sep  1 06:30 spaces file3*

./maybehere01:
total 80
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 6028 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 8944 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5  288 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 3070 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 9641 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 3792 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 4139 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 4543 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 8834 Sep  1 06:30 spaces file3*

./maybehere02:
total 68
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 3801 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 6351 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 3511 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 2577 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 4932 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 7953 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 6746 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 8488 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 2275 Sep  1 06:30 spaces file3*

./maybehere03:
total 80
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5  315 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 9769 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 6595 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8880 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 8275 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 2282 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 2190 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 3385 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 9234 Sep  1 06:30 spaces file3*

./maybehere04:
total 60
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 4410 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 2440 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 2619 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 6144 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 2117 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5  142 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 5532 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 2491 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 6002 Sep  1 06:30 spaces file3*

./maybehere05:
total 64
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 2346 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 3201 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 5959 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 5917 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 2572 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 4585 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5  880 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 2420 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 8585 Sep  1 06:30 spaces file3*

./maybehere06:
total 64
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 5731 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 1271 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 1076 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8976 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 3443 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 2418 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 4073 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 4251 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 8065 Sep  1 06:30 spaces file3*

./maybehere07:
total 56
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 3663 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 3065 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 2488 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 1033 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 3362 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 1997 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 4130 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 9064 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 1022 Sep  1 06:30 spaces file3*

./maybehere08:
total 56
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1077 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 8169 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 3825 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5  747 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 2650 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 2217 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5  215 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 3693 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 9138 Sep  1 06:30 spaces file3*

./maybehere09:
total 76
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 3628 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 6763 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5  774 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8517 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 7961 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 3798 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 5301 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 8716 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 7569 Sep  1 06:30 spaces file3*

./maybehere10:
total 56
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1052 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 7092 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 1991 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5   99 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 1237 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 2961 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 8269 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 3570 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 2155 Sep  1 06:30 spaces file3*

./maybehere11:
total 72
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1211 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5  452 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 4559 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 2501 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 8854 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 8261 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 3147 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5  503 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 8845 Sep  1 06:30 spaces file3*

./maybehere12:
total 72
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 9678 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 5815 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5  251 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8244 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 9076 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 1022 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 2157 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 2460 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 1639 Sep  1 06:30 spaces file3*

./maybehere13:
total 64
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1359 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 5258 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 1423 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8952 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 3014 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 6965 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 3952 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5  952 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 4389 Sep  1 06:30 spaces file3*

./maybehere14:
total 60
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 4282 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 3427 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 8351 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 1503 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 3756 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 4821 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 1382 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5  871 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5  376 Sep  1 06:30 spaces file3*

./maybehere15:
total 64
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 8794 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 2159 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 9499 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5  279 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 6299 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5  742 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 1623 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5   51 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 1637 Sep  1 06:30 spaces file3*

./maybehere16:
total 80
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 4277 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 5426 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 5301 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8472 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 8085 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 1148 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 9773 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 3146 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 7509 Sep  1 06:30 spaces file3*

./maybehere17:
total 72
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 1133 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5  895 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 1791 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 8341 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 4422 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5 5094 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 8361 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 3387 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 6381 Sep  1 06:30 spaces file3*

./maybehere18:
total 68
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 9697 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 5702 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5   77 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 2084 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 2306 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5  154 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 7334 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 6348 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 7040 Sep  1 06:30 spaces file3*

./maybehere19:
total 76
drwxr-x---  2 root bandit5 4096 Sep  1 06:30 ./
drwxr-x--- 22 root bandit5 4096 Sep  1 06:30 ../
-rwxr-x---  1 root bandit5 6302 Sep  1 06:30 -file1*
-rwxr-x---  1 root bandit5 7209 Sep  1 06:30 .file1*
-rw-r-----  1 root bandit5 5594 Sep  1 06:30 -file2
-rw-r-----  1 root bandit5 4740 Sep  1 06:30 .file2
-rwxr-x---  1 root bandit5 7965 Sep  1 06:30 -file3*
-rwxr-x---  1 root bandit5  494 Sep  1 06:30 .file3*
-rwxr-x---  1 root bandit5 7186 Sep  1 06:30 spaces file1*
-rw-r-----  1 root bandit5 8785 Sep  1 06:30 spaces file2
-rwxr-x---  1 root bandit5 2307 Sep  1 06:30 spaces file3*

直接grep:

bandit5@bandit:~/inhere$ ll -R | grep 1033
-rw-r-----  1 root bandit5 1033 Sep  1 06:30 .file2

这样发现一个小问题,就是没有全路径。。尝试一下find命令,搜了一下,find可以直接找对应大小的文件:

find -size n [c]

查找n值大小的文件,默认单位是块(1块=512字节)

1. 查找大于1500字节的文件
find ~ -size +1500c

2. 查找等于1500字节的文件
find ~ -size 1500c

3. 查找小于1500字节的文件
find ~ -size -1500c

4. 查找大于512k字节的文件
find ~ -size +512k

5. 查找等于1M字节的文件
find ~ -size 1M

6. 查找小于1G字节的文件
find ~ -size -1G

7. 查找大于10块的文件
find ~ -size +10

8. 查找等于10块的文件
find ~ -size -10

9. 查找大于10M小于20M的文件
find ./ -size +10M -size -20M

10. 查找小于10块的文件
find ~ -size -10

11. 查找文件/目录字节为0的文件(即空文件)
find / -empty
bandit5@bandit:~/inhere$ find -size 1033c
./maybehere07/.file2
bandit5@bandit:~/inhere$ cat ./maybehere07/.file2
P4L4vucdmLnm8I7Vl7jG1ApGSfjYKqJU

搞定~~

posted @ 2022-11-28 22:40  dyhaohaoxuexi  阅读(41)  评论(0编辑  收藏  举报