第一次写博客,本人菜鸟一枚,主要记录一下自己学习过程中遇见的问题。
由于ferret没有64位的 所以要装置32位的。但是在网上搜索了一下,按照网上方法试了一下,发现无法进行安装,会出现错误(什么错误我也忘啦,忘了截图~~),于是我就去谷歌了一下,找到了相关的文章。内容一部分如下:
Ferret is a nice little tool that runs with Hamster. It grabs session cookies that travel across the LAN. Hamster is a proxy that "manipulates" everything grabbed by Ferret. The only thing is that Ferret doesn't come with Kali 64-bit version. In order to install it, we need to add the i386 (32-bit) repository. Then we can install it. For convenience, run this 1-line script to install it:dpkg --add-architecture i386 && apt-get update && apt-get install ferret-sidejack:i386
本