http://open-source-security-software.net/project/dnstwist/releases.atomRecent releases for dnstwist2024-11-15T09:03:27.753413+00:00python-feedgendnstwist v1.00dnstwist v1.002015-10-24T11:53:32+00:00- First stable release with multithreaded job distribution.
- Extra features include: evaluating web pages similarity with fuzzy hashes, banner grabbing for HTTP and SMTP, GeoIP and WHOIS lookups.
2015-10-24T11:53:32+00:00dnstwist v1.01dnstwist v1.012015-10-28T14:31:27+00:00- Added --mxcheck option to test if SMTP servers from DNS MX record can be used to intercept misdirected e-mails.
- Added --dictionary option to generate additional domain variants.
- Added URL parser which extends --ssdeep functionality.
- Added new glyph definitions to the homoglyph fuzzing function.
- Added local copies of GeoIP and TLD databases.
- Added a few various and common phishing domain transforms.
2015-10-28T14:31:27+00:00dnstwist v1.02dnstwist v1.022016-01-11T19:23:10+00:00- Added Docker and MacOSX support
- Added JSON output
- Added new fuzzer: "Addition"
- Changed CLI output: new colors and percentage progress indicator
- Added QWERTZ and AZERTY keyboard layouts for wider typo coverage
- Added full-tld-scan.sh script
2016-01-11T19:23:10+00:00dnstwist 20190425dnstwist 201904252019-04-26T06:49:50+00:002019-04-26T06:49:50+00:00dnstwist 20190518dnstwist 201905182019-05-18T06:21:31+00:002019-05-18T06:21:31+00:00dnstwist 20190619dnstwist 201906192019-06-18T22:36:57+00:002019-06-18T22:36:57+00:00dnstwist 20190706dnstwist 201907062019-07-06T08:12:02+00:002019-07-06T08:12:02+00:00dnstwist 20200424dnstwist 202004242020-04-23T20:54:07+00:002020-04-23T20:54:07+00:00dnstwist 20200427dnstwist 202004272020-04-27T10:42:18+00:002020-04-27T10:42:18+00:00dnstwist 20200429dnstwist 202004292020-04-29T18:36:20+00:002020-04-29T18:36:20+00:00dnstwist 20200521dnstwist 202005212020-05-21T19:18:24+00:002020-05-21T19:18:24+00:00dnstwist 20200707dnstwist 202007072020-07-07T16:29:28+00:002020-07-07T16:29:28+00:00dnstwist 20200916dnstwist 202009162020-09-16T17:17:34+00:002020-09-16T17:17:34+00:00dnstwist 20201022dnstwist 202010222020-10-22T12:25:17+00:002020-10-22T12:25:17+00:00dnstwist 20201228dnstwist 202012282020-12-28T13:47:36+00:002020-12-28T13:47:36+00:00dnstwist 20211204dnstwist 202112042021-12-04T15:53:14+00:002021-12-04T15:53:14+00:00dnstwist 20220120dnstwist 202201202022-01-20T17:26:24+00:002022-01-20T17:26:24+00:00dnstwist 20220131dnstwist 202201312022-01-31T19:46:27+00:002022-01-31T19:46:27+00:00dnstwist 20220815dnstwist 202208152022-08-15T15:39:49+00:002022-08-15T15:39:49+00:00dnstwist 20221008dnstwist 202210082022-10-08T16:33:43+00:002022-10-08T16:33:43+00:00dnstwist 20221011dnstwist 202210112022-10-11T10:22:48+00:002022-10-11T10:22:48+00:00dnstwist 20221022dnstwist 202210222022-10-22T12:53:46+00:002022-10-22T12:53:46+00:00dnstwist 20221213dnstwist 202212132022-12-13T16:04:52+00:00Changes:
- Added optional support for TLSH (used as a fallback when ssdeep is unavailable)
- Added new fuzzer: cyrillic (translates latin characters to cyrillic homographs)
- Moved essential HTTP headers to `UrlOpener()`
- Minor optimizations
- Refreshed `common_tlds.dict` dictionary file2022-12-13T16:04:52+00:00dnstwist 20230402dnstwist 202304022023-04-02T12:48:54+00:00Changes:
- Replaced `--ssdeep` with new `--lsh` argument allowing to request particular fuzzy hash (ssdeep or tlsh)
- Updated and improved web application (session sharing, janitor thread, memory limit, input validation, etc.)
- Refactored debug messages
- Minor bug fixes2023-04-02T12:48:54+00:00dnstwist 20230413dnstwist 202304132023-04-13T07:41:56+00:00Changes:
- Bug fixes
- Minor optimizations2023-04-13T07:41:56+00:00dnstwist 20230509dnstwist 202305092023-05-09T16:48:45+00:00Changes:
- Improved homoglyph fuzzer: more accurate permutations for selected country-code TLD and extended homograph mapping
- Tuned webdriver timeout value2023-05-09T16:48:45+00:00dnstwist 20230918dnstwist 202309182023-09-18T19:22:58+00:00Changes:
- Replaced external WHOIS module with faster pure-Python implementation
- Refactored code responsible for discovering HTTP and SMTP service banners
- Updated homoglyph fuzzer
- Allowed writing output to os.devnull2023-09-18T19:22:58+00:00dnstwist 20240116dnstwist 202401162024-01-16T20:51:37+00:00Changes:
- Full HTTP proxy support - including headless browser (perceptual hashing)
- New fuzzer: plural
- Added context manager support to class Fuzzer()
- Quicker permutations sorting
- Reduced exceptions
- Extended input validation for --fuzzers argument2024-01-16T20:51:37+00:00