Skip to content

Commit

Permalink
Release 20190425
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Apr 25, 2019
1 parent 6c98981 commit 114b59f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dnstwist.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# dnstwist
# _ _ _ _
# __| |_ __ ___| |___ _(_)___| |_
# / _` | '_ \/ __| __\ \ /\ / / / __| __|
# | (_| | | | \__ \ |_ \ V V /| \__ \ |_
# \__,_|_| |_|___/\__| \_/\_/ |_|___/\__|
#
# Generate and resolve domain variations to detect typo squatting,
# phishing and corporate espionage.
Expand All @@ -19,7 +22,7 @@
# limitations under the License.

__author__ = 'Marcin Ulikowski'
__version__ = '20180623'
__version__ = '20190425'
__email__ = '[email protected]'

import re
Expand Down

0 comments on commit 114b59f

Please sign in to comment.