TXDNS 2.0.0 Released – DNS Digger for Brute Force
TXDNS 2.0.0 has been released.
TXDNS is a Win32 aggressive multithreaded DNS digger. Capable of placing, on the wire, thousands of DNS queries per minute. TXDNS main goal is to expose a domain namespace trough a number of techniques:
- Typos
- TLD rotation
- Dictionary attack
- Brute force
This new version features a distributed model which further boosts TXDNS’s parallelism and performance. This model allows a TXDNS client to send jobs to a TXDNS server over a clear or encrypted TCP channel.
For example, to put a TXDNS host on listening mode:
> txdns -l
By default TXDNS listens on port 5353. On the client side you may postany query jobs by appending ‘-c xx.xx.xx.xx’ to the regular query syntax (where xx.xx.xx.xx is the host’s IP running TXDNS on listening mode), for example:
> txdns foo.com -rt -t -c xx.xx.xx.xx
Using -cr instead of -c will force the TXDNS server to redirect all output to the client, so basically you get the results from the server’s job right on the client console. Note that file system streams are not redirected, which means that any file switches (-f or -h) will still have the remote host as root reference.
To encrypt all the traffic between the client and the server just append ‘–key
A new –countdown option has been added as a very basic synchronization mechanism, and by default, any jobs, no matter remote or local will now delay for 5s before firing. If you want to bypass this countdown delay you’ll have to add ‘–countdown 0′.
You can read more and download at:
Tweet
Recent in Hacking Tools:
- Arachni v0.4 Released – High-Performance (Open Source) Web Application Security Scanner Framework
- Patator – Multi Purpose Brute Forcing Tool
- MySQLPasswordAuditor – Free MySQL Audit/Password Recovery & Cracking Tool
Related Posts:
- DNS Brute Force eXtract – WS-DNS-BFX
- Patator – Multi Purpose Brute Forcing Tool
- NiX Brute Force – Parallel Log-in Brute Forcing/Password Cracking Tool
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,630,886 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 899,236 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 505,330 views


Posted in:


One Response to “TXDNS 2.0.0 Released – DNS Digger for Brute Force”