Snyksearch searches for vulnerable application versions.
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/
Python version 3.0 - 3.10
git clone https://github.com/TralseDev/snyksearch.git
pip3 install -r requirements.txt
python3 main.py
python3 main.py --search phpmyadmin
python3 main.py --search /vuln/SNYK-ALPINE32-PHPMYADMIN-1087148
python3 main.py -h
Tralse
- 1.0 (14.10.2021)
- Stable version
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