Depant – Default Password Network Tool

I just came across to packetstorm , and found an interesting network security tool , called Depant . Depant is mainly used to audit network based on default password which was previously downloaded. It works by mapping out the local network to find out the opened services. And once it gathers all available services on a local network , it will test each services for default password.

Here’s the short excerpt from their official website :

User/Password combinations can be entered in one of two ways, either with separate files for usernames and passwords (this will test every combination of username/passwords), or with a “combined” file that has entries formatted like “username:password”. ‘-u’, and ‘-p’ (or ‘-U’, and ‘-P’ for the second phase) specify the individual username/password files, and ‘-c’ (or ‘-C’ for the second phase) specifies a “combined” username:password file. Only one of these methods is intended to be used at one time.

Here is the usage information, along with a couple examples:

usage: depant ( -H | -f ) ( -c | -u -p
)
Options:
-H
-f (each ip or CIDR block per line)
-e (each ip or CIDR block per line)
-g (Gets list from Phenoelit site)
-c (not in conjunction with -u/-p)
-u (used in conjunction with password list)
-p
(used in conjunction with username list)
-o
(e.g. 21,22,137-139 default is “safe ports”)
-O (CSV log of any user/passwords we find)
-C (not in conjunction with -U/-P)
-U
-P
-A (run all ports hydra knows about)
-D (Do a dry run only, map network, and output what things are going to be checked)
-h (help)
-d (debug)

Examples:
Downloads the default password list into dpl.txt:

./depant.py -g ./dpl.txt

Checks for the user:pass combinations in dpl.txt on all ports for ips in hosts.txt:

./depant.py -f ~/hosts.txt -d -A -c dpl.txt

Checks the network services anywhere in 192.168.1.1/24 (excluding hosts listed in exclude.txt)
with the users and passwords specified, and if nothing is found, it will check the
larger user and dictionary list against the fastest service:

./depant.py -A -H 192.168.1.1/24 -e exclude.txt -u users.txt -p passwd.txt -U more-users.txt -P big-dict.txt

To get more details about this tool , please visit their official site.
To download , just download it at http://midnightresearch.com/local/packages/depant/depant-0.1a.tgz

Computer Security Stuff on eBay!
Electronics stuffs on ebay

Some people come to this post with this search term: depant, depant password, default facebook password, bigdict.txt, password list.txt, default network password, facebook default password, default password list txt, network router password scanner, depant download, default password for network, password list .txt, how to hack password in friendster, yahoo password list.txt, depant network, network, depant hack, bigdict.txt download , Download bigdict.txt, default password for facebook,

And here is the related entries of this post:

One Response to “Depant – Default Password Network Tool”

  1. It’s awesome

Leave a Reply