pwnable.kr —— bof
¶question
1 | Nana told me that buffer overflow is one of the most common software vulnerability. |
先看下文件,然后nc上去进行数据输入
1 | Nana told me that buffer overflow is one of the most common software vulnerability. |
先看下文件,然后nc上去进行数据输入
1 | Daddy told me about cool MD5 hash collision today. |
题目需要我们使用ssh登录到服务器上查看ssh col@pwnable.kr -p2222
,密码是guest
,有的时候可能有身份的校验,这个时候需要加上参数-o StrictHostKeyChecking=no
进行登录
Fuzzing三大优点:部署简单、门槛低、已有的大量经验证明了它的有效性。
前人研究已经很多了,本文主要是做了一个系统的梳理blabla套话,目的是系统地探索模型模糊器各个阶段的设计决策,使我们的fuzzing设计更加行之有效。
1 | Mommy! what is a file descriptor in Linux? |
题目要求我们使用ssh登录到服务器上查看ssh fd@pwnable.kr -p2222
,密码是guest
,有的时候可能有身份的校验,这个时候需要加上参数-o StrictHostKeyChecking=no
进行登录