Skip to main content

Posts

Showing posts from October 26, 2017

How to install Automater | How to use Automater

Description:  Automater is a URL/Domain, IP Address, and Md5 Hash OSINT tool aimed at making the analysis process easier for intrusion Analysts . Given a target (URL, IP, or HASH) or a file full of targets Automater will return relevant results from sources -: IPvoid.com , Robtex.com , Fortiguard.com , unshorten.me , Urlvoid.com , Labs.alienvault.com , ThreatExpert, VxVault, VirusTotal. Automater is installed on HoneyDrive and Kali by default Installation: Linux: As this is a python script you will need to ensure you have the correct version of python, which for this script is python 2.7. I used mostly standard libraries, but just incase you don't have them, here are the libraries that are required: httplib2 , re , sys , argparse , urllib , urllib2 With the python and the libraries out of the way, you can simply use git to clone the tekdefense code to your local machine. git clone https://github.com/1aN0rmus/TekDefense-Automater.git If