(string)
| 341 | continue |
| 342 | return |
| 343 | def PrintInfo(string): |
| 344 | prefix = "\033[1;32m[*]\033[0m " |
| 345 | print( prefix + string ) |
| 346 | return prefix + string |
| 347 | |
| 348 | def randomString(): |
| 349 | return ''.join(random.sample('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789', 16)) |
no outgoing calls
no test coverage detected