Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atao committed Jan 16, 2024
1 parent f35f9cb commit c9a9bec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ shodan2db.py -i <json_file>
Example of report :

<img src="img/report.png">

## Development

Use Shodan2DB as python class

```python
import shodan2db as sh

sh.Shodan2DB.export(verbose=True, exportfile="test.html", database="test.db")
```

0 comments on commit c9a9bec

Please sign in to comment.