MCPcopy Create free account

hub / github.com/Mebus/cupp / functions

Functions27 in github.com/Mebus/cupp

↓ 40 callersFunctionkomb
(seq, start, special="")
cupp.py:110
↓ 8 callersFunctionconcats
(seq, start, stop)
cupp.py:103
↓ 3 callersFunctionread_config
Read the given configuration file and update global variables to reflect changes (CONFIG).
cupp.py:52
↓ 2 callersFunctionalectodb_download
Download csv from alectodb and save into local file as a list of usernames and passwords
cupp.py:715
↓ 2 callersFunctiondownload_http
(url, targetfile)
cupp.py:706
↓ 2 callersFunctiondownload_wordlist
Implementation of -l switch. Download wordlists from http repository as defined in the configuration file.
cupp.py:755
↓ 2 callersFunctiondownload_wordlist_http
do the HTTP download of a wordlist
cupp.py:798
↓ 2 callersFunctiongenerate_wordlist_from_profile
Generates a wordlist from a given profile
cupp.py:371
↓ 2 callersFunctionimprove_dictionary
Implementation of the -w option. Improve a dictionary by interactively questioning the user.
cupp.py:177
↓ 2 callersFunctioninteractive
Implementation of the -i switch. Interactively question the user and create a password dictionary file based on the answer.
cupp.py:299
↓ 2 callersFunctionmain
Command-line interface to the cupp utility
cupp.py:1020
↓ 2 callersFunctionmake_leet
convert string to leet
cupp.py:95
↓ 2 callersFunctionmkdir_if_not_exists
(dire)
cupp.py:1014
↓ 2 callersFunctionprint_cow
()
cupp.py:157
↓ 2 callersFunctionprint_to_file
(filename, unique_list_finished)
cupp.py:119
↓ 1 callersFunctionget_parser
Create and return a parser (argparse.ArgumentParser instance) for main() to use
cupp.py:1046
↓ 1 callersFunctionversion
Display version
cupp.py:168
MethodsetUp
(self)
test_cupp.py:37
Methodtest_alectodb_download
(self)
test_cupp.py:80
Methodtest_config
(self)
test_cupp.py:41
Methodtest_download_wordlist
Download wordlists via menu
test_cupp.py:101
Methodtest_generate_wordlist_from_profile
(self)
test_cupp.py:45
Methodtest_improve_dictionary
(self)
test_cupp.py:93
Methodtest_interactive
Tests the interactive menu
test_cupp.py:108
Methodtest_main
test run for the main function
test_cupp.py:148
Methodtest_parser
downloads a file and checks if it exists
test_cupp.py:68
Methodtest_print_cow
test the cow
test_cupp.py:76