摘要: msfvenom Options: -p, --payload < payload> 指定需要使用的payload(攻击荷载)。如果需要使用自定义的payload,请使用& #039;-& #039;或者stdin指定 -l, --list [module_type] 列出指定模块的所有可用资源. 阅读全文
posted @ 2020-07-31 19:13 Amary_Lily 阅读(255) 评论(0) 推荐(0)
摘要: 引用以下: https://www.cnblogs.com/xuanhun/p/4203143.html 阅读全文
posted @ 2020-04-12 12:21 Amary_Lily 阅读(118) 评论(0) 推荐(0)
摘要: python版本:python 2.7 python 3.7 编译器:Pycharm python有着很多将 py文件转化为exe可执行文件,其中pyinstaller用的最广泛 但是pyinstaller编译的同时坑也随之出现 一、pyinstaller安装 1. python2.x : pip 阅读全文
posted @ 2020-04-06 13:33 Amary_Lily 阅读(1203) 评论(0) 推荐(0)
摘要: shodan是一款强大的搜索引擎,通过shodan可以查询到一些网络设备,这些设备基本毫无安全防护 通过shodan这款引擎进行渗透 一、在msfconsole中使用命令search shodan查询关于shodan运用的模块 二、 使用命令use auxiliary/gather/shodan_s 阅读全文
posted @ 2020-03-20 18:30 Amary_Lily 阅读(1333) 评论(0) 推荐(0)
摘要: 操作系统:kali linux 操作工具:fcrackzip、rarcrack 一、fcrackzip 1、下载工具:apt-get install fcrackzip 2、查看帮助文档 fcrackzip -help [-b|--brute-force] use brute force algor 阅读全文
posted @ 2020-03-19 15:27 Amary_Lily 阅读(859) 评论(0) 推荐(0)