Beispiel #1
0
 def _hook(*args):
     global _spinner
     if _spinner is not None:
         _spinner.running = False
         _spinner = None
     _trace(' ' + text.boldyellow('[!]') + ' Anything is possible when your exploit smells like x86 and not a lady\n')
     _trace(' ' + text.boldyellow('[!]') + ' I\'m on a pwnie!\n\x1b[?25h\x1b[0m')
Beispiel #2
0
 def _hook(*args):
     global _spinner
     _stop_spinner('')
     _trace(
         ' ' + text.boldyellow('[!]') +
         ' Anything is possible when your exploit smells like x86 and not a lady\n'
     )
     _trace(' ' + text.boldyellow('[!]') +
            ' I\'m on a pwnie!\n\x1b[?25h\x1b[0m')
Beispiel #3
0
def warning(s):
    trace(''.join([' ', text.boldyellow('[!]'), ' ', s, '\n']))
Beispiel #4
0
 def _hook(*args):
     global _spinner
     _stop_spinner('')
     _trace(' ' + text.boldyellow('[!]') + ' Anything is possible when your exploit smells like x86 and not a lady\n')
     _trace(' ' + text.boldyellow('[!]') + ' I\'m on a pwnie!\n\x1b[?25h\x1b[0m')
Beispiel #5
0
def warning(s):
    trace(''.join([' ', text.boldyellow('[!]'), ' ', s, '\n']))