Skip to content

Snyksearch searches for vulnerable application versions.

License

Notifications You must be signed in to change notification settings

TralseDev/snyksearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snyksearch

Snyksearch searches for vulnerable application versions.

Description

Snyksearch is a simple vulnerability search program from command line. It fetches data from snyk using BeautifulSoup and requests then snyksearch prints them out. It's completely written in Python.

snyk: https://snyk.io/

Getting Started

Installation

Python version 3.0 - 3.10

git clone https://github.com/TralseDev/snyksearch.git
pip3 install -r requirements.txt

Executing program

python3 main.py

Examples:

python3 main.py --search phpmyadmin
python3 main.py --search /vuln/SNYK-ALPINE32-PHPMYADMIN-1087148

Help

python3 main.py -h

Authors

Tralse

Version History

  • 1.0 (14.10.2021)
    • Stable version

License

This project is licensed under the GNU General Public License v3.0 (GNU GPLv3 License). License also contains copy-right notices and licenses of both libraries: requests and prettytable

About

Snyksearch searches for vulnerable application versions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages