mirror of https://github.com/n1nj4sec/pupy.git
Merge branch 'lazagne' of https://github.com/AlessandroZ/pupy
This commit is contained in:
commit
b9e95c59a2
|
@ -26,6 +26,8 @@ from lazagne.config.constant import *
|
|||
from lazagne.config.manageModules import get_categories, get_modules
|
||||
from lazagne.config.changePrivileges import ListSids, rev2self, impersonate_sid_long_handle
|
||||
|
||||
sys.setrecursionlimit(10000) # workaround to this error: RuntimeError: maximum recursion depth exceeded while calling a Python object
|
||||
|
||||
# Tab containing all passwords
|
||||
stdoutRes = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue