Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mebus/cupp
/ functions
Functions
27 in github.com/Mebus/cupp
⨍
Functions
27
◇
Types & classes
1
↓ 40 callers
Function
komb
(seq, start, special="")
cupp.py:110
↓ 8 callers
Function
concats
(seq, start, stop)
cupp.py:103
↓ 3 callers
Function
read_config
Read the given configuration file and update global variables to reflect changes (CONFIG).
cupp.py:52
↓ 2 callers
Function
alectodb_download
Download csv from alectodb and save into local file as a list of usernames and passwords
cupp.py:715
↓ 2 callers
Function
download_http
(url, targetfile)
cupp.py:706
↓ 2 callers
Function
download_wordlist
Implementation of -l switch. Download wordlists from http repository as defined in the configuration file.
cupp.py:755
↓ 2 callers
Function
download_wordlist_http
do the HTTP download of a wordlist
cupp.py:798
↓ 2 callers
Function
generate_wordlist_from_profile
Generates a wordlist from a given profile
cupp.py:371
↓ 2 callers
Function
improve_dictionary
Implementation of the -w option. Improve a dictionary by interactively questioning the user.
cupp.py:177
↓ 2 callers
Function
interactive
Implementation of the -i switch. Interactively question the user and create a password dictionary file based on the answer.
cupp.py:299
↓ 2 callers
Function
main
Command-line interface to the cupp utility
cupp.py:1020
↓ 2 callers
Function
make_leet
convert string to leet
cupp.py:95
↓ 2 callers
Function
mkdir_if_not_exists
(dire)
cupp.py:1014
↓ 2 callers
Function
print_cow
()
cupp.py:157
↓ 2 callers
Function
print_to_file
(filename, unique_list_finished)
cupp.py:119
↓ 1 callers
Function
get_parser
Create and return a parser (argparse.ArgumentParser instance) for main() to use
cupp.py:1046
↓ 1 callers
Function
version
Display version
cupp.py:168
Method
setUp
(self)
test_cupp.py:37
Method
test_alectodb_download
(self)
test_cupp.py:80
Method
test_config
(self)
test_cupp.py:41
Method
test_download_wordlist
Download wordlists via menu
test_cupp.py:101
Method
test_generate_wordlist_from_profile
(self)
test_cupp.py:45
Method
test_improve_dictionary
(self)
test_cupp.py:93
Method
test_interactive
Tests the interactive menu
test_cupp.py:108
Method
test_main
test run for the main function
test_cupp.py:148
Method
test_parser
downloads a file and checks if it exists
test_cupp.py:68
Method
test_print_cow
test the cow
test_cupp.py:76