Giter Club home page Giter Club logo

musubi's Introduction

Musubi the DNSBL and MX Toolkit

Setup

First, you need to create a virtual environment and activate it.

$ pip install virtualenv
$ virtualenv musubi
$ . musubi/bin/activate
(musubi)$

Next, install musubi in the environment.

(musubi)$ pip install musubi

Usage

With musubi setup, you can now play with it.

To see a list of commands availble, run:

(musubi)$ musubi --help

Here are some of the commands you can try:

(musubi)$ musubi mx cakebread.info
(musubi)$ musubi ips cakebread.info
(musubi)$ musubi spf dreamhost.com
(musubi)$ musubi scan toad.com

(musubi)$ musubi scan -f html toad.com
(musubi)$ musubi -v --debug scan rocklosangeles.com

To see help for an individual command, include the command name on the command line:

(musubi)$ musubi scan --help

Important

If you pass an IP range in CIDR notation, please understand what you're doing. Each IP in that range will be tested against 70+ DNSBLs which could potentially make thousands of DNS/UDP connections very quickly. Do not try this at home! If you are an ISP or web hosting company, it should not be a problem.

Cleaning Up

Finally, when done, deactivate your virtual environment:

(musubi)$ deactivate
$

musubi's People

Contributors

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