Advertisement
Lulz-Tigre

cupp.cfg

Jul 12th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. # [ cupp.cfg ]
  2. #
  3. # This is configuration file for cupp.py
  4. #
  5.  
  6. # There are no options to configure the application within it. The app reads it,
  7. # does not change it. I'm hoping you'll figure out how to looking at this.
  8.  
  9. # [ 1337 mode ]
  10. # If you think this default settings are not right,
  11. # you can change it for yourself. For example if you
  12. # don't like a=4, just change it to a=@ :)
  13. # If you don't need some chars, just comment it! Duplicates are allowed too.
  14. # For adding chars, you might need to add some lines in cupp.py...
  15. [years]
  16. years = 2008,2009,2010,2011,2012,2013,2014,2015,2016
  17.  
  18. [leet]
  19. a=4
  20. i=1
  21. e=3
  22. t=7
  23. o=0
  24. s=5
  25. g=9
  26. z=2
  27.  
  28.  
  29. # [ Special chars ] for adding some pwnsauce! Remove or add as necessary,
  30. # separated by comma
  31.  
  32. [specialchars]
  33. chars=!,@,'#',$,%%,&,*
  34.  
  35.  
  36. # [ Random years ] take it as much as you need!
  37.  
  38.  
  39.  
  40.  
  41. # [ Random numbers ]
  42. # In this default setting, numbers from 0 to 100 will be added to all words
  43. # compiled by cupp.py
  44.  
  45. [nums]
  46. from=0
  47. to=100
  48.  
  49. # [ Word length shaping ]
  50. # This setting will exclude words from compiled wordlist that are shorter
  51. # than [wcfrom] and longer than [wcto].
  52.  
  53. wcfrom=5
  54. wcto=12
  55.  
  56. # [ Threshold ]
  57. # Threshold setting for word concatenations parsed from existing wordlist
  58. # (using -w option).
  59. # For example, from 200 words CUPP will compile 200*200=40,000 new words.
  60. # Increasing this level may cause high memory consumption, be careful.
  61.  
  62. threshold=200
  63.  
  64.  
  65. # [ Wordlist config ]
  66. [alecto]
  67. alectourl=http://www.helith.net/projects/alecto/alectodb.csv.gz
  68.  
  69. [downloader]
  70. ftpname=FUNET
  71. ftpurl=ftp.funet.fi
  72. ftppath=/pub/unix/security/passwd/crack/dictionaries/
  73. ftpuser=anonymous
  74. ftppass=cupp3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement