Pentest Tools

Published on March 13th, 2018 📆 | 7070 Views ⚑

0

MANY-EYES IS A DATA COLLECTOR THAT CAN BE USED FOR THREAT-HUNTING AND DATA COLLECTION.


https://www.ispeech.org
Many-Eyes is a data collector that can be used for threat hunting and data collection, multi-threaded program to scrape data from multiple OSINT sources. This is cross platform however has zero exception handling
for windows as windows sucks. developer wrote this to teach interns and analysts at KPMG on how to collect relevant data automagically with python from public sources as part of the infosec training.

[adsense size='1' ]

Example Many-Eyes Output

many-eyes reads data from terms.txt and outputs intel as nice json dumps. Before running it, configure your api keys in config.py.





Dependencies:
+ Python2
+ Shodan, twiter and pastebin api key

Use and Download:

Source: https://github.com/rishdang



Comments are closed.