python -m pip install -r requirements.txt
python main.py -h
usage: main.py [-h] [--list] [--updateDB UPDATEDB] [--support] [--checkUpdate]
[--checkVulnerable]
optional arguments:
-h, --help show this help message and exit
--list List all installed program
--updateDB UPDATEDB Update newest version into Database
--support List application support by this project
--checkUpdate Check update for supported applications
--checkVulnerable Search CVEdetails about installed version
Liệt kê tất cả chương trình đã được cài đặt trong máy mà project này hỗ trợ, đồng thời update file Database/current_version.json
.
Update newest version trong file Database/new_version.json
.
Liệt kê tất cả các chương trình mà project này hỗ trợ.
Liệt kê tất cả chương trình có thể update lên phiên bản cao hơn.
Liệt kê tất cả lỗ hổng của phiên bản hiện tại, nếu mà không có in ra No vulnerable
.