mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 12:00:35 +03:00
minor updates
parent
0b52b18825
commit
59523003b4
4
FAQ.md
4
FAQ.md
|
@ -24,9 +24,9 @@ Where `C:\Python27` is the path where you installed [Python](http://www.python.o
|
|||
|
||||
**Yes**. sqlmap is released under the terms of the [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html), which means that any derivative work must be distributed without further restrictions on the rights granted by the General Public License itself.
|
||||
|
||||
## Can I integrate sqlmap with a commercial closed source security tool my company is developing?
|
||||
## Can I embed sqlmap into a proprietary software?
|
||||
|
||||
We **might** consider to release you a copy under a commercial license - drop us an [email](mailto:dev@sqlmap.org) and we will discuss it through.
|
||||
If you wish to embed sqlmap technology into proprietary software, we sell alternative licenses (contact [dev@sqlmap.org](dev@sqlmap.org))
|
||||
|
||||
## How can I report bugs or request new features?
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ This program is free software; you may redistribute and/or modify it under the t
|
|||
|
||||
# Disclaimer
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v2.0 for more details at http://www.gnu.org/licenses/gpl-2.0.html.
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v2.0 for more details at [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html).
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -1,37 +1,49 @@
|
|||
# Screenshots
|
||||
|
||||
Verbose output (option `-v` set to `3`):
|
||||
|
||||
![Verbose output set to 3](images/sqlmap_verbose_3.png)
|
||||
|
||||
Concatenation of three tamper scripts to obfuscate the injected SQL payloads (switch `--tamper`):
|
||||
|
||||
![Tamper scripts in action](images/sqlmap_tamper_in_action.png)
|
||||
|
||||
Cracking dumped databased users' password hashes (switch `--passwords`):
|
||||
|
||||
![Users' password hashes cracking](images/sqlmap_cracking_password_hashes.png)
|
||||
|
||||
Enumerating database table's columns (switch `--columns`):
|
||||
|
||||
![Database table's columns dump](images/sqlmap_enumerating_columns.png)
|
||||
|
||||
Mnemonics (option `-z` set to `"flu,ign,bat,tec=B"`):
|
||||
|
||||
![Mnemonics usage](images/sqlmap_mnemonics.png)
|
||||
|
||||
Conducting through tests only if positive heuristic(s) (switch `--smart`):
|
||||
|
||||
![Smart mode](images/sqlmap_smart.png)
|
||||
|
||||
DNS exfiltration technique (option `--dns-domain`):
|
||||
|
||||
![DNS exfiltration technique](images/sqlmap_dns_exfiltration.png)
|
||||
|
||||
Replicating table to a local SQLite3 database (switch `--replicate`):
|
||||
|
||||
![Replicated table](images/sqlmap_replicate_result.png)
|
||||
|
||||
OS pwn mode (Meterpreter) (switch `--os-pwn`):
|
||||
|
||||
![OS pwn mode](images/sqlmap_os_pwn.png)
|
||||
|
||||
OS shell mode (switch `--os-shell`):
|
||||
|
||||
![SQL shell mode](images/sqlmap_os_shell.png)
|
||||
|
||||
SQL shell mode (switch `--sql-shell`):
|
||||
|
||||
![SQL shell mode](images/sqlmap_sql_shell.png)
|
||||
|
||||
Wizard mode (switch `--wizard`):
|
||||
|
||||
![Wizard mode](images/sqlmap_wizard.png)
|
||||
|
|
Loading…
Reference in New Issue
Block a user