Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 2.42 KB

README.md

File metadata and controls

63 lines (36 loc) · 2.42 KB

dnssec-name-and-shame.com

Look at a domain and check for DNSSEC records. Naming and shaming included!

Initially developed during The Next Web's Kings of Code Hack Battle 2014 in Amsterdam, The Netherlands.

Requirements

Getting started

  • Make sure getdns is installed properly, including unbound's root anchor. If the root anchor isn't set up properly, all DNS lookups will be labeled insecure.
  • Make sure mongodb is running.
# Clone the repository
git clone --recursive https://github.com/joelpurra/node-dnssec-name-shame.git node-dnssec-name-shame
cd node-dnssec-name-shame

# Install dependencies
npm install
bower install

# Start the server
node app/web.js

Todo

☐ Tweet the results.
☑ Add sounds for pass and fail.
☑ Create a small API.

Thanks

License

Copyright (c) 2014, Joel Purra and Tom Cuddy. All rights reserved.

When using node-dnssec-name-shame, comply to the GNU Affero General Public License 3.0 (AGPL-3.0). Please see the LICENSE file for details.