Posted 2021-02-03Updated 2021-02-0411 minutes read (About 1671 words)linux反弹shell的本质(二)什么是反弹shellshell是什么shell可以理解为就是一个可以输入命令的窗口,即命令行窗口Read more
Posted 2021-02-03Updated 2021-02-049 minutes read (About 1347 words)linux反弹shell的本质(一)文件描述符定义linux文件描述符:可以理解为linux跟踪打开文件,而分配的一个数字,这个数字有点类似c语言操作文件时候的句柄,通过句柄就可以实现文件的读写操作。 当Linux启动的时候会默认打开三个文件描述符,分别是:Read more