mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Some PEP8 related style cleaning
This commit is contained in:
@@ -184,9 +184,9 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
|
||||
goUdf = True
|
||||
|
||||
if goUdf:
|
||||
exitfunc="thread"
|
||||
exitfunc = "thread"
|
||||
else:
|
||||
exitfunc="process"
|
||||
exitfunc = "process"
|
||||
|
||||
self.createMsfShellcode(exitfunc=exitfunc, format="raw", extra="BufferRegister=EAX", encode="x86/alpha_mixed")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user