Search Criteria
Package Details: cupp-v3 3.0-1
Git Clone URL: | https://aur.archlinux.org/cupp-v3.git (read-only, click to copy) |
---|---|
Package Base: | cupp-v3 |
Description: | Common User Passwords Profiler |
Upstream URL: | http://www.remote-exploit.org/?page_id=418 |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-11 15:57 |
Last Updated: | 2017-11-18 19:10 |
Latest Comments
izmntuk commented on 2014-05-16 12:36
Seem upstream has been unavailable, use http://http.kali.org/kali/pool/main/m/mdk3/mdk3_6.0.orig.tar.gz instead please.
reztho commented on 2011-05-05 16:04
You must use python2 instead of python3 and it's impossible to add arguments since your script file isn't prepared. Make these changes:
- Change the python dependency to python2.
- In your script, substitute this line:
python -E cupp.py
to:
python2 -E cupp.py $@
onny commented on 2011-05-03 20:30
heres the neu version: http://www.remote-exploit.org/wp-content/uploads/2010/08/cupp-3.1.tar.gz
please update!