sqliv icon indicating copy to clipboard operation
sqliv copied to clipboard

massive SQL injection vulnerability scanner

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

File "sqliv.py", line 36 print "" # move carriage return to newline ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("" # move carriage return to newline)?

dumpjson not called if ```target``` argument is specified even with ```-o``` flag this line need to be changed https://github.com/the-robot/sqliv/blob/master/sqliv.py#L176

could you add filter called site to filter output urls with specific wanted domain, like .com OR .org OR .info I think this would be great if we include +site:...

``` URL error, [Errno 111] Connection refused Traceback (most recent call last): File "sqliv.py", line 117, in domains = reverseip.reverseip(args.target) File "/root/sqliv/src/reverseip.py", line 43, in reverseip obj = json.loads(result) UnboundLocalError:...

python2 sqliv.py -d inurl:article.php?id= -e google [MSG] [22:33:14] searching for websites with given dork [MSG] [22:33:18] 10 websites found Traceback (most recent call last): File "sqliv.py", line 94, in vulnerables...

Running setup.py install for MarkupSafe ... done Running setup.py install for sphinx-better-theme ... done Running setup.py install for nyawc ... done Successfully installed Jinja2-2.10 MarkupSafe-1.0 Pygments-2.2.0 alabaster-0.7.11 babel-2.6.0 docutils-0.14 imagesize-1.0.0...

hi, there Could anyone advise about this issue?? root@kali:~/Desktop/Tool/sqliv# python sqliv.py -d "inurl:index.php?id=" -e google [MSG] [03:40:42] searching for websites with given dork [503] Service Unreachable Appreciate you'r help.

`root@kali:~/sqliv# python sqliv.py -d "inurl:index.php?id=" -e google Traceback (most recent call last): File "sqliv.py", line 13, in from src.crawler import Crawler File "/root/sqliv/src/crawler.py", line 5, in from nyawc.Options import Options...

oot@xxxx:~/Desktop/sqliv# python sqliv.py -d "inurl:index.php?id=" -e google Traceback (most recent call last): File "sqliv.py", line 13, in from src.crawler import crawler File "/root/Desktop/sqliv/src/crawler.py", line 5, in from nyawc.Options import Options...

Installed from git using git clone and install method listed. ``` root@kali:~/Tools# git clone https://github.com/Hadesy2k/sqliv.git && cd sqliv && sudo python2 setup.py -i Cloning into 'sqliv'... remote: Counting objects: 825,...