Skip to content

Pv4Scanner-POC is a program that performs a port scan of the entered IP address and automatically downloads a PoC code associated with the vulnerability if a CVE vulnerability exists.

License

Notifications You must be signed in to change notification settings

KamilDogo/IPv4Scanner-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPv4Scanner-POC

Pv4Scanner-POC is a program that performs a port scan of the entered IP address and automatically downloads a PoC code associated with the vulnerability if a CVE vulnerability exists.

It was created utilizing the API of motikan2010's PoC-in-GitHub and the search engine of Criminal IP.

You need to create an API key, accessible through a free account at criminalip.io.

Installation

Clone repository:

$ git clone https://github.com/KamilDogo/IPv4Scanner-POC.git  
$ cd ipv4scanner-poc
$ python3 -m venv .venv  
$ source .venv/bin/activate  
$ pip3 install -r requirements.txt  

Usage

$ python3 ipv4scanner-poc.py --api_key [your-criminalip-api-key]  

Optional Arguments

Flag MetaVar Usage
--api_key API key api authentication with a valid criminalip.io api key
--ip Exploit Query Return IP data from query and download cve github source code

About

Pv4Scanner-POC is a program that performs a port scan of the entered IP address and automatically downloads a PoC code associated with the vulnerability if a CVE vulnerability exists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages