首页 > 其他分享 >Wargames-Bandit-Level4

Wargames-Bandit-Level4

时间:2022-11-28 22:44:50浏览次数:38  
标签:bandit Wargames cat Bandit bandit4 Level4 inhere file data

Level 4

目录

Level Goal

The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try the “reset” command.

Solution

说是只有人才能读...先cat一下:

bandit4@bandit:~/inhere$ ls -a
.  ..  -file00  -file01  -file02  -file03  -file04  -file05  -file06  -file07  -file08  -file09
bandit4@bandit:~/inhere$ cat ./-file00
��Q�6
     ▒�V����gH��b���v��Qȇ�bandit4@bandit:~/inhere$ 
bandit4@bandit:~/inhere$ cat ./-file01
▒q$`8��&[S�S����IE����2;bandit4@bandit:~/inhere$ cat ./-file03
���&���l���r�▒QEd8�tQ׼��e����Obandit4@bandit:~/inhere$

感觉是编码问题啊..file一下:

bandit4@bandit:~/inhere$ file ./*
./-file00: OpenPGP Public Key
./-file01: data
./-file02: data
./-file03: data
./-file04: data
./-file05: data
./-file06: data
./-file07: ASCII text
./-file08: data
./-file09: data

感觉这个07有点东西,看一下:

bandit4@bandit:~/inhere$ cat ./-file07
lrIWWI6bB37kxfiCQZqUdOIYfr6eEeqR

好吧,就这...

标签:bandit,Wargames,cat,Bandit,bandit4,Level4,inhere,file,data
From: https://www.cnblogs.com/dyhaohaoxuexi/p/16933921.html

相关文章

  • 推荐系统与强化学习之bandit
    目录:MAB的定义及意义MAB算法ε-Greedy算法UCB算法汤普森抽样一、MAB(Multi-ArmedBandit)的定义及意义1、在推荐系统中,为了解决准确率和多样性的平衡问题就是经典......
  • 学习笔记-Bandit-WalkThrough
    Bandit-WalkThrough免责声明本文档仅供学习和研究使用,请勿使用文中的技术源码用于非法用途,任何人造成的任何负面影响,与本人无关.https://overthewire.org/wargames......