资源说明:论坛解析器
该工具可用于解析流行的深/黑Web论坛中HTML文件。 此工具不会抓取论坛(有很多的,将已经做到这一点的工具),它假定你有你的机器上本地存储相关HTML文件。 目前,它可与RaidForums,Exploit.in和Omerta的论坛主题一起使用。
设置
如果还没有,请安装BeautifulSoup: pip install bs4
用法
基本语法: python3 forumparsers.py {forum} -d {filepath}
user@host:~/forum-parser$ ./forumparser.py -h
usage: forumparser.py [-h] {raidforums,exploitin,omerta} ...
Parses threads, posts, dates, and usernames from deep/dark web
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。