An open API service indexing awesome lists of open source software.

https://github.com/farinap5/vulnmanager

Vulnerability Manager - For web application.
https://github.com/farinap5/vulnmanager

manager python3 sqlite3 vulnerabilities

Last synced: about 1 month ago
JSON representation

Vulnerability Manager - For web application.

Awesome Lists containing this project

README

        

Vulnerabilities Manager


python3 and SQLite3

```
---Vulnerability Manager---
For Web Application
Type "help" for help menu

> help

help Help Menu.
show All about a web site.
show all Show all web sites registered.
new Input a new vuln.
exit Exit.

> show
Web Site.
-> example.com

Web Site: example.com
Vuln: xss
URL: http://example.com/login.html
Description: xss reflected.

Web Site: example.com
Vuln: rce
URL: http://example.com/rce.html
Description: remote code executation

>
```