mirror of https://github.com/n1nj4sec/pupy.git
Disable tracebacks to reduce access to FS during exception handling
This commit is contained in:
parent
b4e13bf3f8
commit
5007957722
|
@ -9,6 +9,7 @@ import argparse
|
||||||
|
|
||||||
remove_stdout='''
|
remove_stdout='''
|
||||||
import sys
|
import sys
|
||||||
|
sys.tracebacklimit = 0
|
||||||
class Blackhole(object):
|
class Blackhole(object):
|
||||||
softspace = 0
|
softspace = 0
|
||||||
def read(self):
|
def read(self):
|
||||||
|
|
Loading…
Reference in New Issue