SQLiScanner icon indicating copy to clipboard operation
SQLiScanner copied to clipboard

Automatic SQL injection with Charles and sqlmap api

Results 18 SQLiScanner issues
Sort by recently updated
recently updated
newest added

python manage.py makemigrations scanner python manage.py migrate

[root@localhost SQLiScanner]# python manage.py migrate Operations to perform: Apply all migrations: auth, admin, contenttypes, sessions, scanner, djcelery Running migrations: Rendering model states... DONE Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying...

![image](https://user-images.githubusercontent.com/40487319/44618960-61028400-a8b2-11e8-9452-c0759426e1c6.png) ![image](https://user-images.githubusercontent.com/40487319/44618962-63fd7480-a8b2-11e8-9a6a-2789139cc8b1.png) ![image](https://user-images.githubusercontent.com/40487319/44618963-665fce80-a8b2-11e8-862f-b7ac2b256c4d.png) 如图

``` → virtualenv --python=/usr/local/bin/python3.6 venv zsh: command not found: virtualenv → ls /usr/local/bin/pyenv-virtualenv --python=/usr/local/bin/python3.6 venv ls: --python=/usr/local/bin/python3.6: No such file or directory ls: venv: No such file or directory /usr/local/bin/pyenv-virtualenv...

To avoid this error message when installing: https://github.com/psycopg/psycopg2/issues/594

折腾了一个月 环境各种错误 我要崩溃了##

``` Collecting psycopg2==2.6.2 (from -r requirements.txt (line 8)) Using cached psycopg2-2.6.2.tar.gz Complete output from command python setup.py egg_info: running egg_info creating pip-egg-info/psycopg2.egg-info writing pip-egg-info/psycopg2.egg-info/PKG-INFO writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt writing...