vinitshahdeo / PortScanner

A go-to tool for scanning network. Scan all the open ports for a given host with just one click.
https://vinitshahdeo.github.io/PortScanner/
MIT License
134 stars 114 forks source link

Added the history of previous 10 scans under the History section in the UI. #81

Closed TaniaMalhotra closed 4 years ago

TaniaMalhotra commented 4 years ago

Description

Added the history of last 10 scans by storing scans in SQLite database table and retrieving the top 10 records from table. First need to compile create_db.py once to create history table. python2 create_db.py

Fixes #64

Type of change

Checklist:

Screenshot (190)

@vinitshahdeo, @kashish121 @ishika1727 Please review😀

Kashish121 commented 4 years ago

@vinitshahdeo works just fine.

Great work @TaniaMalhotra ! 🎉