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

Wargames-Bandit-Level2

时间:2022-11-28 22:45:57浏览次数:55  
标签:Wargames aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG Level filename Bandit Level2 spaces ba

Level 2

目录

Level Goal

The password for the next level is stored in a file called spaces in this filename located in the home directory

Solution

这个简单呀,有空格直接加引号就行:

bandit2@bandit:~$ cat "spaces in this filename" 
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG

或者反斜线也行,不过感觉不好用:

bandit2@bandit:~$ cat spaces\ in\ this\ filename
aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG

标签:Wargames,aBZ0W5EmUfAf7kHTQeOwd8bauFJ2lAiG,Level,filename,Bandit,Level2,spaces,ba
From: https://www.cnblogs.com/dyhaohaoxuexi/p/16933908.html

相关文章

  • Wargames-Bandit-Level1
    Level1目录Level1LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinafilecalled-locatedinthehomedirectorySolution说是home下......
  • Wargames-Bandit-Level3
    Level3目录Level3LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredinahiddenfileintheinheredirectory.Solution说是在inhere文件......
  • Wargames-Bandit-Level4
    Level4目录Level4LevelGoalSolutionLevelGoalThepasswordforthenextlevelisstoredintheonlyhuman-readablefileintheinheredirectory.Tip:ifyou......
  • CDUT_ITA 十一月二十七日 Level2
    由于码力和思路同样重要,所以以下题目只有思路,没有Code,还请自己写一下哦~A显然:两个偶数相加一定为偶数但有一个特判,请自己思考B可以通过手玩一些数据来找到结论哦注意......
  • 推荐系统与强化学习之bandit
    目录:MAB的定义及意义MAB算法ε-Greedy算法UCB算法汤普森抽样一、MAB(Multi-ArmedBandit)的定义及意义1、在推荐系统中,为了解决准确率和多样性的平衡问题就是经典......
  • 学习笔记-Bandit-WalkThrough
    Bandit-WalkThrough免责声明本文档仅供学习和研究使用,请勿使用文中的技术源码用于非法用途,任何人造成的任何负面影响,与本人无关.https://overthewire.org/wargames......
  • jarvisoj_level2_x64
    【Write-up】BUUCTFJarvisoj_level2_x64原题链接【Write-up】BUUCTFJarvisoj_level2_x64checksec查看架构ida查看伪代码构建exp完整expchecksec查看......
  • XMLHttpResquest Level2新功能
    旧版XMLHttpResquest的缺点:只支持文本数据的传输,无法用来读取和上传文件传送和接收数据时,没有进度信息,只能提示有没有完成 新版的优点:1.可以设置HTTP请求的时限2可......