We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb9618 commit 8844b6fCopy full SHA for 8844b6f
1 file changed
app.js
@@ -753,6 +753,7 @@ class SQLMapGenerator {
753
'--cookie-del': 'cookieDel',
754
'--live-cookies': 'cookieLive',
755
'--drop-set-cookie': 'cookieDrop',
756
+ '--load-cookies': 'cookieLoad',
757
'--auth-type': 'authType',
758
'--auth-cred': 'authCred',
759
'--auth-file': 'authFile',
@@ -796,8 +797,6 @@ class SQLMapGenerator {
796
797
'--tamper': 'tamper',
798
'--prefix': 'prefix',
799
'--suffix': 'suffix',
- '--csrf-token': 'csrfToken',
800
- '--csrf-url': 'csrfUrl',
801
'--second-url': 'secondUrl'
802
};
803
0 commit comments