Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 801 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 801 Bytes

Dert

Author: Coleton Pierson ([email protected]) - LinkedIn | Twitter

Tool used to enumerate hosts and domains for reconnaissance during a penetration test.

Installation

Add this line to your application's Gemfile:

gem 'dert'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dert

Usage

require 'dert'

Dert.run(options)

or

cd bin

chmod +x ./dert

./dert

Contributing

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