You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some problems with "python setup.py install" step, and I had to use next list
install_requires=[
'Flask==0.10.1',
'WTForms==2.0.2',
'Flask-Admin==1.2.0',
'Flask-Bcrypt==0.6.2',
'Flask-Login==0.2.11',
'Flask-Mail==0.9.1',
'Flask-RESTful==0.3.4',
'Flask-SQLAlchemy==2.0',
'Flask-Script==2.0.5',
'Flask-WTF==0.11',
'Pillow==2.8.2',
'SQLAlchemy==1.0.5', 'bcrypt',
'gunicorn==19.3.0', 'psycopg2==2.7',
'boto==2.38.0',
'BeautifulSoup',
'flask-migrate==2.0.0'
]
After install burp extension I don't have any errors. Intercept work fine and I see all API steps "up", "callback" etc. But intruder, repeater just send POST and thats all (I saw it in logger++). I am used correct server URL and key, payload with 127.0.0.1:8000. I am tested it on example from tutorial (http://xss-quiz.int21h.jp/).
Im use Burp Community 1.7.34, Python 2.7.15, OS Kali Linux 2018.2
Can you help me please?
The text was updated successfully, but these errors were encountered:
I have some problems with "python setup.py install" step, and I had to use next list
install_requires=[
'Flask==0.10.1',
'WTForms==2.0.2',
'Flask-Admin==1.2.0',
'Flask-Bcrypt==0.6.2',
'Flask-Login==0.2.11',
'Flask-Mail==0.9.1',
'Flask-RESTful==0.3.4',
'Flask-SQLAlchemy==2.0',
'Flask-Script==2.0.5',
'Flask-WTF==0.11',
'Pillow==2.8.2',
'SQLAlchemy==1.0.5',
'bcrypt',
'gunicorn==19.3.0',
'psycopg2==2.7',
'boto==2.38.0',
'BeautifulSoup',
'flask-migrate==2.0.0'
]
After install burp extension I don't have any errors. Intercept work fine and I see all API steps "up", "callback" etc. But intruder, repeater just send POST and thats all (I saw it in logger++). I am used correct server URL and key, payload with 127.0.0.1:8000. I am tested it on example from tutorial (http://xss-quiz.int21h.jp/).
Im use Burp Community 1.7.34, Python 2.7.15, OS Kali Linux 2018.2
Can you help me please?
The text was updated successfully, but these errors were encountered: