Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark0smith/Maltego_with_Fofa
https://github.com/mark0smith/Maltego_with_Fofa
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mark0smith/Maltego_with_Fofa
- Owner: mark0smith
- Created: 2020-06-14T02:57:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T06:38:49.000Z (over 4 years ago)
- Last Synced: 2023-07-16T18:26:42.763Z (over 1 year ago)
- Language: Python
- Size: 5.9 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-search-engines - Maltego with Fofa
README
# Maltego_with_Fofa
整合fofa.so在Maltego里面,详细的文章会在nosec上提交。
## 使用指南
### 设置环境变量
需要设置如下两个环境变量,分别是fofa的邮箱和token,用于FOFA的API查询。
**建议用户等级为高级会员。**```python
fofa_email = getenv("fofa_email")
fofa_token = getenv("fofa_token")
```### 安装Maltego
这一步可以自行搜索,大致内容为下载maltego(版本为社区版),注册账号,登录。
然后新建一个图,完成后之后效果大致如下图,建议学习大致怎么使用:
![](./images/maltego_init.png)### 下载本脚本
下载本脚本,存在电脑某一路径上
```git clone https://github.com/mark0smith/Maltego_with_Fofa.git ```### Maltego 导入新建的Entry类型
![](./images/maltego_import_entry.png)第2步勾选就好了
### 添加本地脚本 Local Transfer
建议参考[官方的教程](https://docs.maltego.com/support/solutions/articles/15000017605-local-transforms-example-#adding-the-transform-to-maltego-0-6)一共需要添加4次,完成后查看效果如下:
![](./images/maltego_import_local_transfer.png)
### 效果展示
![](./images/maltego_with_fofa_demo.gif)