GithubHelp home page GithubHelp logo

calishot-2.0's Introduction

Application to search Shodan for Calibre Web sites that and pull all books into a database and then display on a website.

This code is based on code created by Krazybug - https://github.com/Krazybug/calishot

Instructions if you want to use existing or downloaded index.db locally (Not using Docker)

Step 1 - Setup new python environemnt and install datasette.

python -m venv shodantest ../calishot/bin/activate pip install datasette pip install datasette-json-html pip install datasette-pretty-json

Step 2 - Execute from command line: pip -r install requirements.txt

Step 3 - download index.db into your venv directory.

Step 4 - Execute from command line: docker run -d
--name=calishot
-p 5001:5000
-v /LOCALDIRHERE/app/data:/app/data
dwilliamhouston/shodantest:latest datasette -p 5000 -h 0.0.0.0 /app/data/index.db --config sql_time_limit_ms:50000 --config allow_download:off --config max_returned_rows:2000 --config num_sql_threads:10 --config allow_csv_stream:off --metadata metadata.json

Instructions if using Docker rather than setting up your own Python environment:

Step 1 - Create a directory called /app and then a directory called /app/data and put the index.db file in it.

Step 2 Execute from command line: docker run -d
--name=calishot
-p 5001:5000
-v /LOCALDIRHERE/app/data:/app/data
dwilliamhouston/shodantest:latest datasette -p 5000 -h 0.0.0.0 /app/data/index.db --config sql_time_limit_ms:50000 --config allow_download:off --config max_returned_rows:2000 --config num_sql_threads:10 --config allow_csv_stream:off --metadata metadata.json

Step 3 - open the browser to http://localhost:5001

calishot-2.0's People

Contributors

dwilliamhouston avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.