I wrote this little NSE script that allows you to store the output of Nmap into a SQLite database: <ahref="https://git.qrz.is/clemens/nmap-sqlite-output"title="sqlite-output"target="_blank">https://github.com/exitnode/nmap-sqlite-output<br/></a>
This might come in handy when performing large inventory scans. The SQLite database can be queried and sorted easily or exported as a CSV file. This way you can, for example, easily generate tables for your assessment report.
**Example:**
`$ nmap -sS -A -F --script sqlite-output scanme.nmap.org<br/>