Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bl4de/security-tools
/ functions
Functions
60 in github.com/bl4de/security-tools
⨍
Functions
60
◇
Types & classes
3
↓ 18 callers
Method
getColor
returns color identified by color_name or white as default value
pef/imports/beautyConsole.py:24
↓ 14 callers
Method
getColor
returns color identified by color_name or white as default value
nodestructor/imports/beautyConsole.py:34
↓ 8 callers
Function
format_chunk
Formats one full chunk (byte)
hexview/hexview.py:240
↓ 6 callers
Function
char_type
Returns char type depends on its ASCII code
hexview/hexview.py:181
↓ 6 callers
Method
getSpecialChar
returns special character identified by char_name
nodestructor/imports/beautyConsole.py:41
↓ 4 callers
Function
make_color
Formats color for byte depends on if it's printable ASCII
hexview/hexview.py:192
↓ 4 callers
Method
run
runs scanning
pef/pef.py:158
↓ 3 callers
Function
encode_part
(part)
jwt_decoder.py:26
↓ 3 callers
Function
perform_code_analysis
performs code analysis, line by line
nodestructor/nodestructor.py:269
↓ 2 callers
Function
decode_part
(part)
jwt_decoder.py:19
↓ 2 callers
Function
format_text
Formats color for character depends on if it's printable ASCII
hexview/hexview.py:226
↓ 2 callers
Function
get_object_dir_prefix
Returns object directory prefix (first two chars of object hash)
diggit/diggit.py:62
↓ 2 callers
Function
get_object_url
Returns object git url
diggit/diggit.py:57
↓ 2 callers
Method
main
main engine loop
pef/pef.py:137
↓ 2 callers
Method
print_code_line
prints formatted code line
pef/pef.py:98
↓ 2 callers
Function
printcodeline
Formats and prints line of output
nodestructor/nodestructor.py:223
↓ 2 callers
Function
process
()
aem-explorer.py:22
↓ 2 callers
Function
process_files
recursively iterates ofer all files and checks those which meet criteria set by options only
nodestructor/nodestructor.py:249
↓ 2 callers
Function
send_request
sends request to check if server is alive
denumerator/denumerator.py:364
↓ 1 callers
Method
analyse_line
analysis of single line of code; searches for pattern (passed as fn and atfn) occurence if occurence found, output is printed
pef/pef.py:78
↓ 1 callers
Function
append_to_output
(html_output, url, http_status_code, response_headers, nmap_output, ip_addresses, output_directory)
denumerator/denumerator.py:249
↓ 1 callers
Function
brute
Iterate over login:password pairs from credentials array and send GET request to Apache Tomcat with Authorization header set If HTTP re
apache-tomcat-login-bruteforce.py:105
↓ 1 callers
Function
create_output_footer
(html_output)
denumerator/denumerator.py:353
↓ 1 callers
Function
create_output_header
(html_output)
denumerator/denumerator.py:77
↓ 1 callers
Function
enumerate_domains
enumerates domain from domains
denumerator/denumerator.py:395
↓ 1 callers
Function
enumerate_from_crt_sh
Perform subdomains enumeration using crt.sh service
denumerator/denumerator.py:453
↓ 1 callers
Function
extract_shellcode
Extract shellcode in hex format, eg. for C exploits, from given range of bytes
hexview/hexview.py:268
↓ 1 callers
Function
file_type
Recognize file type based on file 'magic numbers'
hexview/hexview.py:166
↓ 1 callers
Function
fn
(arg)
nodestructor/js/foobar.js:3
↓ 1 callers
Function
generate
(start, stop, logfile)
ip_generator.py:24
↓ 1 callers
Function
generate
generates and returns single payload
redir_gen/redirgen.py:8
↓ 1 callers
Function
get_objhash_from_object_desc
returns object hash without control characters
diggit/diggit.py:67
↓ 1 callers
Function
get_parts
(jwt)
jwt_decoder.py:15
↓ 1 callers
Function
help
()
ip_generator.py:20
↓ 1 callers
Function
hex_encode
HEX-encode string
hasher.py:31
↓ 1 callers
Method
is_comment
If line is a comment, we should ignore it
pef/pef.py:185
↓ 1 callers
Function
main
(zipfilename, dictionary)
zip-cracker.py:10
↓ 1 callers
Function
main
prints all hashes for provided string
hasher.py:41
↓ 1 callers
Function
main
()
aem-explorer.py:53
↓ 1 callers
Function
main
()
virustotal.py:52
↓ 1 callers
Function
main
Main execution routine.
apache-tomcat-login-bruteforce.py:129
↓ 1 callers
Function
main
()
denumerator/denumerator.py:477
↓ 1 callers
Function
parse_arguments
Parses command line arguments
pef/pef.py:212
↓ 1 callers
Function
print_banner
Prints credits :)
diggit/diggit.py:25
↓ 1 callers
Function
print_object_details
Prints and saves object details/content
diggit/diggit.py:30
↓ 1 callers
Method
print_summary
prints summary at the bottom of search results
pef/pef.py:192
↓ 1 callers
Function
process
(cidr, logfile)
virustotal.py:12
↓ 1 callers
Function
save_git_object
Saves git object in temporary .git directory preserves its path
diggit/diggit.py:72
↓ 1 callers
Function
save_output
Saves output to file defined as out param
redir_gen/redirgen.py:20
↓ 1 callers
Function
send_request_with_username
(username, passwords)
xmlrpc_amplif_bruteforce.py:52
↓ 1 callers
Function
show_banner
Prints welcome banner with contact info
nodestructor/nodestructor.py:213
↓ 1 callers
Function
usage
prints usage info
hasher.py:23
Method
__init__
(self)
nodestructor/imports/beautyConsole.py:30
Method
__init__
constructor
pef/pef.py:55
Method
__init__
(self)
pef/imports/beautyConsole.py:20
Function
banner
Prints welcome banner with contact info
pef/pef.py:201
Function
build_jwt
(header, payload, key, alg='hmac')
jwt_decoder.py:31
Method
getSpecialChar
returns special character identified by char_name
pef/imports/beautyConsole.py:31
Function
main
fixgz.cpp:18
Function
usage
prints welcome message
denumerator/denumerator.py:70