| 17 | |
| 18 | |
| 19 | def 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 | |
| 30 | def cmdlist(): |