Fork me on GitHub
hf1dw's blogs

studying,reading,thinking

  • Home
  • Tags
  • Categories
  • Archives
  • About

virtualbox安装kali过程中的零碎知识点

Posted on 2019-09-14 | In kali , 安装
  • 查看以及删除windows系统中的补丁:
    //对有些补丁的删除可能权限不够,所以需要在命令窗口中进行删除。
    windows小窗口+R,弹出运行窗口–>输入appwiz.cpl,确定–>点击左上角的“查看已安装的更新”,
Read more »

渗透测试介绍

Posted on 2019-09-14 | In 渗透

0X01 安全问题根源

  • 分层思想的优劣:每个人看到的系统不同;
  • 只追求功能的实现
  • 最大的威胁是人
Read more »

linux危险指令

Posted on 2019-09-14 | In linux , 指令

0X01 rm

删除文件
rm -rf 强制删除文件,不会再提醒。

Read more »

parrot

Posted on 2019-09-14 | In parrot

0x01 更改源

1> sudo vi /etc/apt/sources.list.d/parrot.list
2> dd 删除掉里面的所有源,i 进入编辑
3> 输入deb https://mirrors.tuna.tsinghua.edu.cn/parrot/ parrot main contrib non-free
4> esc :wq保存编辑操作退出

Read more »

linux使用github

Posted on 2019-09-14 | In linux , github使用

~以yafu使用为例~
参考

  • 在某目录下建立一个新的文件夹github,获取全权限

Read more »

攻防世界--misc--新手区

Posted on 2019-09-14 | In CTF , misc

参考:https://blog.csdn.net/zz_Caleb/article/details/89287031
files

0x01 this_is_flag

Most flags are in the form flag{xxx}, for example:flag{th1s_!s_a_d4m0_4la9}

1
flag{th1s_!s_a_d4m0_4la9}
Read more »

linux笔记

Posted on 2019-09-14 | In linux , note
  • cat
    1
    2
    cat filename //显示文件内容
    cat 1.txt 2.txt >3.txt //将1.txt与2.txt的内容合并至3.txt中
Read more »

linux快捷键

Posted on 2019-09-14 | In linux

0x01 命令编辑及光标移动

Read more »

wargame-leviathan

Posted on 2019-09-14 | In linux , wargame , leviathan

练习网址

Read more »

binwalk

Posted on 2019-09-14 | In 工具 , binwalk
  • 做misc题的时候,一般都需要从某个网址下载一个文件,然后开始分析这个文件,最终从文件中得到flag。而查看下载的文件中是否包含其他文件的时候一般都需要binwalk这个神器。

Read more »
123…5
hf1dw

hf1dw

Good habits are more important than hard work

49 posts
43 categories
39 tags
© 2019 ©2019 by hf1dw