Code Monkey home page Code Monkey logo

ansible_shodan's Introduction

Ansible Shodan Modules

Ansible License

This collection provides Ansible modules for interacting with the Shodan API. The modules allow you to perform various tasks related to Shodan, such as querying information, searching for hosts, and more.

Modules

This collection includes the following modules:

Installation

You can install this collection using the following command:

ansible-galaxy collection install simeononsecurity.ansible_shodan

See the collection on the Ansible Galaxy page.

Usage

To use these modules, include them in your Ansible playbooks or roles and reference them using their respective names. Here's an example playbook using the get_shodan_api_info module:

---
- name: Get Shodan API Info
  hosts: localhost
  tasks:
    - name: Get Shodan API Info
      simeononsecurity.ansible_shodan.get_shodan_api_info:
        api_key: your_shodan_api_key
      register: shodan_api_info

    - name: Display API Info
      debug:
        var: shodan_api_info

You can find examples of all the ansible shodan modules used as playbooks.

Contributing

Contributions to this collection are welcome! If you have improvements or new modules to add, please fork this repository, create a new branch, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

This Ansible Shodan Modules collection is authored by SimeonOnSecurity.

Acknowledgments

Special thanks to the Shodan API for providing the capabilities to interact with their service using Ansible.

Alternate Versions

PowerShell

If you need a version in powershell, we have our Shodan Powershell repo.

SimeonOnSecurity Logo

ansible_shodan's People

Contributors

simeononsecurity avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.