예제 #1
0
파일: log.py 프로젝트: sequel7/pwntools
 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')
예제 #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')
예제 #3
0
파일: log.py 프로젝트: X-N2O/pwntools
def warning(s):
    trace(''.join([' ', text.boldyellow('[!]'), ' ', s, '\n']))
예제 #4
0
파일: log.py 프로젝트: X-N2O/pwntools
 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')
예제 #5
0
def warning(s):
    trace(''.join([' ', text.boldyellow('[!]'), ' ', s, '\n']))