sleepy-puppy icon indicating copy to clipboard operation
sleepy-puppy copied to clipboard

Sleepy Puppy XSS Payload Management Framework

Results 6 sleepy-puppy issues
Sort by recently updated
recently updated
newest added

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',**_...

In setup.py you list the requirements ```python 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==2.0.0', 'gunicorn==19.3.0', 'psycopg2==2.6.1', 'boto==2.38.0', 'BeautifulSoup', 'flask-migrate==2.0.0' ] ``` But according...

see https://github.com/flask-admin/flask-admin/issues/1007 for reference.

bug

Set default values on objects created via API that are not required

bug
enhancement

Create an API Endpoint that Maps Assessments to Captures, Generic Collectors, Access Log Events.

enhancement

A number of clever xss attack vectors have surfaced recently. Include them in sleepy puppy.

enhancement
help wanted