A python tool to quickly analyze all IPs and see which ones have open ports and vulnerabilities
- apt-get install python3
- git clone https://github.com/SecureAxom/strike
- cd strike
- pip3 install -r requirements.txt
- python3 strike.py
python3 strike.py -h
python3 strike.py -t 208.91.198.10
______________________________.___ ____ __.___________
/ _____/\__ ___/\______ \ | |/ _|\_ _____/
\_____ \ | | | _/ | < | __)_
/ \ | | | | \ | | \ | \
/_______ / |____| |____|_ /___|____|__ \/_______ /
\/ \/ \/ \/
CODED BY MRIDUPAWAN
I am not responsible for your actions
CPES : ['cpe:/a:apache:http_server:2.2.3']
HOSTNAME : ['outbound-2.webhostbox.net', 'webhostbox.net']
IP : 208.91.198.10
PORTS : [80, 443]
VULNERABILITIES : ['CVE-2010-0408', 'CVE-2016-4975', 'CVE-2012-0053', 'CVE-2007-6203', 'CVE-2017-3169', 'CVE-2017-3167', 'CVE-2017-7679', 'CVE-2012-0883', 'CVE-2007-5000', 'CVE-2014-0231', 'CVE-2008-2168', 'CVE-2011-4415', 'CVE-2012-2687', 'CVE-2007-1743', 'CVE-2017-7668', 'CVE-2010-1452', 'CVE-2009-2699', 'CVE-2009-1891', 'CVE-2007-1742', 'CVE-2007-6421', 'CVE-2011-3192', 'CVE-2010-0425', 'CVE-2013-1862', 'CVE-2016-8612', 'CVE-2007-6420', 'CVE-2007-4465', 'CVE-2012-3499', 'CVE-2010-0434', 'CVE-2011-3639', 'CVE-2007-6422', 'CVE-2013-6438', 'CVE-2014-0098', 'CVE-2008-2939', 'CVE-2007-6750', 'CVE-2018-1312', 'CVE-2006-5752', 'CVE-2008-0456', 'CVE-2007-6388', 'CVE-2011-3368', 'CVE-2007-1741', 'CVE-2009-1890', 'CVE-2012-0031', 'CVE-2013-2249', 'CVE-2008-0455', 'CVE-2007-6423', 'CVE-2011-3348', 'CVE-2011-0419', 'CVE-2008-2384', 'CVE-2011-4317', 'CVE-2013-1896', 'CVE-2012-4558', 'CVE-2009-1195', 'CVE-2011-3607']
This project is licensed under the MIT License