FisherMan:通过Selenium收集Facebook用户资料

VSole2022-08-28 07:48:45

 关于FisherMan 

FisherMan是一款功能强大的社交媒体信息收集工具,FisherMan基于Selenium实现其功能,可以帮助广大研究人员利用Selenium来收集Facebook用户的个人资料信息。

 工具安装 

FisherMan基于Python开发,因此我们需要在本地设备上安装并配置好Python环境。

接下来,我们需要使用下列命令将该项目源码克隆至本地:

$ git clone https://github.com/Godofcoffe/FisherMan

在命令行窗口中,切换至项目根目录,并安装好工具所需的依赖组件:

$ cd FisherMan$ python3 -m pip install -r requeriments.txt

 工具使用 

$ python3 fisherman.py --help
usage: fisherman.py [-h] [--version] [-u USERNAME [USERNAME ...] | -i ID
                    [ID ...] | --use-txt TXT_FILE | -S USER] [-v | -q] [-sf]
                    [--specify {0,1,2,3,4,5} [{0,1,2,3,4,5} ...]] [-s]
                    [--filters]
                    [-work WORK | -education EDUCATION | -city CITY] [-b]
                    [--email EMAIL] [--password PASSWORD] [-o | -c]
FisherMan: Extract information from facebook profiles. (Version 3.6.0)
optional arguments:
  -h, --help            show this help message and exit
  --version             Shows the current version of the program.
  -u USERNAME [USERNAME ...], --username USERNAME [USERNAME ...]
                        Defines one or more users for the search.
  -i ID [ID ...], --id ID [ID ...]
                        Set the profile identification number.
  --use-txt TXT_FILE    Replaces the USERNAME parameter with a user list in a
                        txt.
  -S USER, --search USER
                        It does a shallow search for the username. Replace the
                        spaces with '.'(period).
  -v, -d, --verbose, --debug
                        It shows in detail the data search process.
  -q, --quiet           Eliminates and simplifies some script outputs for a
                        simpler and more discrete visualization.
  -b, --browser         Opens the browser/bot.
search options:
  --filters             Shows the list of available filters.
  -work WORK            Sets the work filter.
  -education EDUCATION  Sets the education filter.
  -city CITY            Sets the city filter.
profile options:
  -sf, --scrape-family  If this parameter is passed, the information from
                        family members will be scraped if available.
  --specify {0,1,2,3,4,5} [{0,1,2,3,4,5} ...]
                        Use the index number to return a specific part of the
                        page. about: 0, about_contact_and_basic_info: 1,
                        about_family_and_relationships: 2, about_details: 3,
                        about_work_and_education: 4, about_places: 5.
  -s, --several         Returns extra data like profile picture, number of
                        followers and friends.
credentials:
  --email EMAIL         If the profile is blocked, you can define your
                        account, however you have the search user in your
                        friends list.
  --password PASSWORD   Set the password for your facebook account, this
                        parameter has to be used with --email.
output:
  -o, --file-output      Save the output data to a .txt file.
  -c, --compact         Save the output data to a .txt file and compress.

搜索目标用户

用户名搜索:

python3 fisherman.py -u name name.profile name.profile2

ID搜索:

python3 fisherman.py -i 000000000000

我们也可以通过一个.txt文件加载多个目标用户名,这种情况适用于暴力破解输出类型:

python3 fisherman.py --use-txt filename.txt

注意:某些账号只能搜索有限的信息,并且受限于用户的好友列表:

python3 fisherman.py --email youremail@email.com --password yourpass

大规模信息收集

python3 fisherman.py --use-txt file -c -sf

基础数据收集

python3 fisherman.py -u name --specify 0

家庭和关系收集

python3 -u name --specify 2

获取额外信息(例如用户头像、粉丝和好友)

python3 fisherman.py -u name [-s | --several]

过滤搜索结果

python3 fisherman.py -S name -work fisherman
python3selenium
本作品采用《CC 协议》,转载必须注明作者和本文链接
FisherMan是一款功能强大的社交媒体信息收集工具,FisherMan基于Selenium实现其功能,可以帮助广大研究人员利用Selenium来收集Facebook用户的个人资料信息。
远程漏洞测试​
网络攻击十大目标行业:政府、通讯、银行、IT、酒店、航空、汽车、医疗、学校、关基。
Python从零到壹第17篇介绍可视化分析,希望您喜欢
为了得到更好的数据分析结果,需要对这些数据集进行数据清洗和停用词过滤等操作,这里利用Jieba库进行清洗数据。向量空间模型是用向量来表征一个文本,它将中文文本转化为数值特征。贵州省位于中国的西南地区,简称“黔”或“贵”。
对手依靠域名仿冒等方法诱骗用户下载欺诈包
其中DOS命令start这个命令,它可以启动一个exe程序,也可以启动一个BAT批处理脚本。所以,大部分多开电脑版微信的教程也是用的start。而我们作为一个Python号,正好借此聊聊,如果用Python打开一个网页应该该怎么做?os通过引用os包,调用system方法调用系统的浏览器程序来打开网址import?
爬取免费代理爬取全国高校域名端口扫描信息泄露扫描sql盲注框架未授权服务扫描递归爬取某链接中的urlphp随机亦或生成某关键字域名批量转ip根据网段生成ip列表内外方面探测开放端口基于selenium的登录爆破脚本子域名相关子域名爆破基于各大在线网站的子域名收集脚本从url中解析出顶级域名补天公益爬虫
VSole
网络安全专家