Giter VIP home page Giter VIP logo

verisign's Introduction

verisign

Purpose is to export list of domains from Verisign


Purpose of get-verisign-zones.py script is to export domains from Verisign

You can see the documentation here, Verisign REST API Swagger

This script exports all domains. Before using it, you'll need to edit the apikey and account_id variables. See detailed information below in the Usage Example section.

I suggest that you use a read-only API user as a best practice.

Installation & Dependencies

Python 3.6 installed

The following modules installed:

  1. json
  2. requests

Usage example

To run this from command line:

./get-verisign-zones.py

These are configurable items in the script:
1. Proxy Information:


The script assumes you don't need to go through a proxy. If you have a proxy setup at work, then edit the variables section of the script and put in the correct proxy for http_proxy & https_proxy.

You will also need to change this line in the script from:
verify=False

to

proxies=proxyDict, verify=False

2. Number of pages:


The script assumes that you have 10,000 or less zones with Verisign. They limit the return results to 500 per page. Increase the enumerate number from 21 to allow you to export all zones. For example, if you have 15,000 zones change 21 to 31.

Change the number 21 in this line in script:

h = enumerate(range(1, 21), 1)

Release History

  • 0.0.1
    • Initial version

Meta

Brian Bullard โ€“ [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/ddiguy/verisign

Contributing

  1. Fork it (https://github.com/ddiguy/verisign/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

verisign's People

Contributors

ddiguy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

verisign's Issues

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.