We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9797638 commit 12883edCopy full SHA for 12883ed
start.py
@@ -192,7 +192,7 @@ def do_GET(self):
192
193
if self.path.rsplit('/', 1)[-1] == 'rop.js':
194
print('>> Exploit sent')
195
- if self.path.rsplit('/', 2)[-2] == 'xvortex':
+ if self.path.rsplit('/', 2)[-2] != 'idc' and self.path.rsplit('/', 2)[-2] != 'specter':
196
print('>> Exploit does not support payload, skipping payload menu')
197
else:
198
self.payload_launcher()
0 commit comments