MCPcopy
hub / github.com/Datalux/Osintgram / printlogo

Function printlogo

main.py:19–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18
19def printlogo():
20 pc.printout(artwork.ascii_art, pc.YELLOW)
21 pc.printout("\nVersion 1.1 - Developed by Giuseppe Criscione\n\n", pc.YELLOW)
22 pc.printout("Type 'list' to show all allowed commands\n")
23 pc.printout("Type 'FILE=y' to save results to files like '<target username>_<command>.txt (default is disabled)'\n")
24 pc.printout("Type 'FILE=n' to disable saving to files'\n")
25 pc.printout("Type 'JSON=y' to export results to a JSON files like '<target username>_<command>.json (default is "
26 "disabled)'\n")
27 pc.printout("Type 'JSON=n' to disable exporting to files'\n")
28
29
30def cmdlist():

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected