文章分类 -  工具

录像
摘要:https://asciinema.org/docs/usage 阅读全文
posted @ 2019-05-25 18:56 大陆第一风水师 阅读(54) 评论(0) 推荐(0)
RouterSploit - 嵌入式设备的开发框架
摘要:RouterSploit Exploitation Framework for Embedded Devices The RouterSploit Framework is an open source exploitation framework dedicated to embedded dev 阅读全文
posted @ 2019-05-25 18:46 大陆第一风水师 阅读(430) 评论(0) 推荐(0)
linux-inject:注入代码到运行的Linux进程中
摘要:最近,我遇到了linux inject,它是一个注入程序,可以注入一个.so文件到一个运行中的应用程序进程中。类似于LD_PRELOAD环境变量所实现的功能,但它可以在程序运行过程中进行动态注入,而LD_PRELOAD是定义在程序运行前优先加载的动态链接库。事实上,linux inject并不取代任 阅读全文
posted @ 2019-05-11 19:07 大陆第一风水师 阅读(1646) 评论(0) 推荐(0)