📅  最后修改于: 2023-12-03 14:39:21.675000             🧑  作者: Mango
Ashok是一种基于Kali Linux的Osint(开放式情报)侦察工具。它是一个可以帮助渗透测试人员和安全专业人员查找目标信息的工具,从而进行更好的网络安全评估。
Ashok具有以下功能和特点:
要安装Ashok工具,只需执行以下命令:
git clone https://github.com/ShivaKumar06/Ashok.git
cd Ashok
pip3 install -r requirements.txt
Ashok的使用非常简单。只需在终端中执行以下命令:
python3 ashok.py -t [target] -l [language]
其中,目标是您要搜索的主题,可以是人物、公司或域,而语言是搜索结果要使用的语言。
以下是使用Ashok工具进行搜索的示例代码片段:
python3 ashok.py -t "John Smith" -l "en"
执行上述代码后,Ashok将开始搜索有关John Smith的信息,并在终端中显示结果,如下所示:
[+] Searching the target...
[+] Searching Social media platforms ...
[+] Searching search engines ...
[+] Searching company details...
[+] Searching pastebin for sensible details ...
[+] Searching API's ...
[+] Searching Google site specific ...
[+] Feeding the information to make a detailed report...
[+] The Report for John Smith is generated...
[+] txt file is saved in /root/Ashok/Reports/
Ashok是一种非常有用的Osint侦察工具,可以帮助渗透测试人员和安全专业人员查找目标信息,从而进行更好的网络安全评估。安装和使用都非常简单,因此建议给它一试。