Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

CVEScanner

Northwestern Polytechnical University Information Security Innovation Experiment Assignment .

西工大信息安全创新实验大作业。

Usage

image

Function

Target

IP: 192.168.203.133

image

Port Scan

python3 main.py -pt 192.168.203.133

image

CVE Scan

To use this feature you must use the following format, http or https://url or ip/ such as http://192.168.203.133/ .

python3 main.py -t http://192.168.203.133/

image

IsAlive Scan

python3 main.py -t http://192.168.203.133/
python3 main.py -t 192.168.203.133

image