A shodan parser that given a query will download results and parse them into CSV or JSON files while also scoring them.
Project description
About The Project
This project was writen to download data from shodan's api, parsing it, and scoring it. In its current state it uses a sqlite database to store objects. Every run of Parsedan will save to this database, so for example, you can run the program once a week and build a database of computers with scores for a given query.
If you simply want to run the script for a one time use, from a fresh database, run with the command --reset-db.
Getting Started
Prerequisites
This pacakge was built for python 3.6+.
- python 3.6+ See https://www.python.org/
Installation
- Install Parsedan
pip install parsedan
- Get a shodan API Key at https://developer.shodan.io/api/requirements
- Initalize parsedan with your key
parsedan init API_KEY
Usage
WIP
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Stephenson Disaster Management Institute at Louisiana State University - sdmidev@lsu.edu
Project Link: https://github.com/SDMI-Developers/parsedan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file parsedan-0.1.1b3.tar.gz
.
File metadata
- Download URL: parsedan-0.1.1b3.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85615666fd9847dc4084ffc5c4a77f29f894df5825b8f0e966a439bb9dac0734 |
|
MD5 | 1addad7580a1d200fd373c02ed90f62f |
|
BLAKE2b-256 | 98e22e0ac8a9b44920ac6064d764c5c54684c938a7957624f726947d4ecdae2c |