GithubHelp home page GithubHelp logo

pombredanne / ex_wpvulndb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juhalehtonen/ex_wpvulndb

0.0 1.0 0.0 16 KB

Elixir API wrapper for the WPScan Vulnerability Database

License: MIT License

Elixir 100.00%

ex_wpvulndb's Introduction

ex_wpvulndb

Build Status

Elixir API wrapper library for the WPVULNDB / WPScan Vulnerability Database API v2.

Installation

Install from Hex.pm:

def deps do
  [
    {:ex_wpvulndb, "~> 0.2.0"}
  ]
end

Usage

No API keys are required by the WPVULNDB API. Note that the API is intended to be free only for non-commercial software. Use this API wrapper at your own discretion.

Get vulnerabilities affecting a particular...

  • WordPress core version: ExWpvulndb.Core.get_by_version("4.8.1")
  • WordPress plugin: ExWpvulndb.Plugin.get_by_slug("eshop")
  • WordPress theme: ExWpvulndb.Theme.get_by_slug("pagelines")

All functions return either an {:ok, results} or an {:error, reason} tuple.

Testing

You can run mix test for unit tests, and mix credo and mix dialyzer to ensure a level of code consistency and freedom from type errors.

License

Licensed under MIT. See LICENSE for details.

ex_wpvulndb's People

Contributors

juhalehtonen avatar

Watchers

 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.