Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dedsec1121fk/DedSec
/ ccolor
Function
ccolor
Scripts/Developer Base/Devices Finder.py:31–34 ·
view source on GitHub ↗
(color, text)
Source
from the content-addressed store, hash-verified
29
30
31
def
ccolor(color, text):
32
if
USE_COLOR:
33
return
f
"{color}{text}{RESET}"
34
return
text
35
36
37
def
banner():
Callers
14
banner
Function · 0.70
info
Function · 0.70
success
Function · 0.70
warn
Function · 0.70
error
Function · 0.70
divider
Function · 0.70
signal_handler
Function · 0.70
check_dependencies
Function · 0.70
presence_bar
Function · 0.70
save_results
Function · 0.70
print_summary
Function · 0.70
scan_network
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected