码迷,mamicode.com
首页 >  
搜索关键字:bandit    ( 28个结果
BZOJ1179 [Apio2009] Atm
Description Input 第一行包含两个整数N、M。N表示路口的个数,M表示道路条数。接下来M行,每行两个整数,这两个整数都在1到N之间,第i+1行的两个整数表示第i条道路的起点和终点的路口编号。接下来N行,每行一个整数,按顺序表示每个路口处的ATM机中的钱数。接下来一行包含两个整数S、P ...
分类:Windows程序   时间:2017-09-26 19:18:29    阅读次数:202
Bandit Wargame Level12 Writeup
Level Goal The password for the next level is stored in the file data.txt, which is a hexdump of a file that has been repeatedly compressed. For this ...
分类:其他好文   时间:2017-05-21 12:51:40    阅读次数:147
Multi-armed Bandit Problem与增强学习的联系
选自《Reinforcement Learning: An Introduction》, version 2, 2016, Chapter2 https://webdocs.cs.ualberta.ca/~sutton/book/bookdraft2016sep.pdf 引言中是这样引出Chapte ...
分类:其他好文   时间:2016-12-01 12:00:52    阅读次数:393
OverTheWire Bandit
#sshpass is a helpful tool to enter password which could save tons of time.ssh bandit26@bandit.labs.overthewire.org5koReBOKuIDDepwhWk7jZC0RTdopnAYKh6D...
分类:其他好文   时间:2015-08-17 15:18:28    阅读次数:171
overthewire朝花夕拾
bandit: cat特殊字符文件名 - cat ./- 空格 cat "abc def" or cat abc\ def 列出隐藏文件:ll du -ab 递归列出文件大小,以字节为单位 find -group bandit6 -user bandit7 -size 33c #owned by u...
分类:其他好文   时间:2015-07-30 18:56:07    阅读次数:144
bandit系列21--27
level21:linux计划任务ls/etc/cron.d/#发现可疑文件cronjob_bandit22catcronjob_bandit22#发现执行命令/usr/bin/cronjob_bandit22.sh,查看该文件属性,发现group组有x权限。/usr/bin/cronjob_bandit22.shcatt7O6lds9S0RqQh9aMcz6ShpAoZKF7fgv#这里注意,用户没有ls/tmp的权限..
分类:其他好文   时间:2014-11-24 22:44:18    阅读次数:377
bandit系列0--10
这个系列是基础linux命令学习level0:最简单的命令catreadmelevel1:特殊文件名cat./-level2:特殊文件名cat"spacesinthisfilename"level3:隐藏文件catinhere/.hiddenlevel4:查看文件格式fileinhere/-file*catinhere/-file07level5:查找指定大小的文件findinhere-size1033cc..
分类:其他好文   时间:2014-11-24 13:48:18    阅读次数:241
bandit系列11--20
level11:破解rot13加密catdata.txt|tr‘A-Za-z‘‘N-ZA-Mn-za-m‘网上也有直接破解rot13的网站level12:还原hexdump文件为二进制文件xxd-rdata.txt#第一步使用xxd命令,将hexdump文件还原成二进制文件。交替使用file、gzip、bzip2、tar命令一层一层解压缩,直到data8是一个ASCII文..
分类:其他好文   时间:2014-11-24 13:47:01    阅读次数:238
28条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!