Chicago CyberSecurity is an organization dedicated to promoting the education of security in the Chicago community. Check out our Meetups
====================================================================================== This a sample demo to demonstrate how we can automate the collection of threat intelligence and lauch an automated attack based on the collected intel.
-
Prerequisites for making this demo work:
- Python3
- MISP VM
- MISP API
- Metasploit Python3 Library
- Vulnerable Tomcat Server (I used an Ubuntu VM)
================================================================================
- Preparations
- You must obtain the vFeed database from their website
- Update the environment variables to reflect yours:
- misp_key = yourmisp_apikey
- misp_api_endpoint = yourmisp_endpoint
- remote_ip = the_victim_ip (vulnerable Tomcat server)
- metasploit_login = yourmsf_password
================================================================================
- How to Run * python3 mydemo.py