De117 / scanner

MIT License
0 stars 0 forks source link

Tool output should go into database #3

Open sgros opened 8 years ago

sgros commented 8 years ago

Scanner should store its output into some database. Database should also store history records, domain names, IP addresses, etc. It should allow tracking of the trends.

De117 commented 7 years ago

An sqlite3 database was added in commit 78b5e9030f2340064f34fc352e51ffee43aaffa4. It would be a good idea to tidy up the records' database format; I plan to deal with this at the same time as with issue #9.