Skip to content

Commit 6b48f6e

Browse files
authored
Merge pull request sqlmapproject#2480 from jwilk/spelling
Fix typos
2 parents 36dfad1 + 06148cd commit 6b48f6e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
* Added option `--sql-file` for setting file(s) holding SQL statements to be executed (in case of stacked SQLi).
8484
* Added switch `--sqlmap-shell` to turn on interactive sqlmap shell prompt.
8585
* Added option `--test-filter` for test filtration by payloads and/or titles (e.g. `ROW`).
86-
* Added option `--test-skip` for skiping tests by payloads and/or titles (e.g. `BENCHMARK`).
86+
* Added option `--test-skip` for skipping tests by payloads and/or titles (e.g. `BENCHMARK`).
8787
* Added switch `--titles` to turn on comparison of pages based only on their titles.
8888
* Added option `--tor-port` to explicitly set Tor proxy port.
8989
* Added option `--tor-type` to set Tor proxy type (`HTTP` (default), `SOCKS4` or `SOCKS5`).
@@ -149,7 +149,7 @@
149149
* Major bugs fixed.
150150
* Cleanup of UDF source code repository, https://svn.sqlmap.org/sqlmap/trunk/sqlmap/extra/udfhack.
151151
* Major code cleanup.
152-
* Added simple file encryption/compression utility, extra/cloak/cloak.py, used by sqlmap to decrypt on the fly Churrasco, UPX executable and web shells consequently reducing drastically the number of anti-virus softwares that mistakenly mark sqlmap as a malware.
152+
* Added simple file encryption/compression utility, extra/cloak/cloak.py, used by sqlmap to decrypt on the fly Churrasco, UPX executable and web shells consequently reducing drastically the number of anti-virus software that mistakenly mark sqlmap as a malware.
153153
* Updated user's manual.
154154
* Created several demo videos, hosted on YouTube (http://www.youtube.com/user/inquisb) and linked from http://sqlmap.org/demo.html.
155155

@@ -302,7 +302,7 @@
302302
* Added support to extract database users password hash on Microsoft SQL Server;
303303
* Added a fuzzer function with the aim to parse HTML page looking for standard database error messages consequently improving database fingerprinting;
304304
* Added support for SQL injection on HTTP Cookie and User-Agent headers;
305-
* Reviewed HTTP request library (lib/request.py) to support the extended inband SQL injection functionality. Splitted getValue() into getInband() and getBlind();
305+
* Reviewed HTTP request library (lib/request.py) to support the extended inband SQL injection functionality. Split getValue() into getInband() and getBlind();
306306
* Major enhancements in common library and added checkForBrackets() method to check if the bracket(s) are needed to perform a UNION query SQL injection attack;
307307
* Implemented `--dump-all` functionality to dump entire DBMS data from all databases tables;
308308
* Added support to exclude DBMS system databases' when enumeration tables and dumping their entries (`--exclude-sysdbs`);
@@ -335,7 +335,7 @@
335335
* Added inband SQL injection (UNION query) support (`--union-use`);
336336
* Complete code refactoring, a lot of minor and some major fixes in libraries, many minor improvements;
337337
* Reviewed the directory tree structure;
338-
* Splitted lib/common.py: inband injection functionalities now are moved to lib/union.py;
338+
* Split lib/common.py: inband injection functionalities now are moved to lib/union.py;
339339
* Updated documentation files.
340340

341341
# Version 0.3 (2007-01-20)

doc/THANKS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Jim Forster, <jimforster(at)goldenwest.com>
139139
* for reporting a bug
140140

141141
Rong-En Fan, <rafan(at)freebsd.org>
142-
* for commiting the sqlmap 0.5 port to the official FreeBSD project repository
142+
* for committing the sqlmap 0.5 port to the official FreeBSD project repository
143143

144144
Giorgio Fedon, <giorgio.fedon(at)gmail.com>
145145
* for suggesting a speed improvement for bisection algorithm
@@ -562,7 +562,7 @@ Kazim Bugra Tombul, <mhackmail(at)gmail.com>
562562
* for reporting a minor bug
563563

564564
Efrain Torres, <et(at)metasploit.com>
565-
* for helping out to improve the Metasploit Framework sqlmap auxiliary module and for commiting it on the Metasploit official subversion repository
565+
* for helping out to improve the Metasploit Framework sqlmap auxiliary module and for committing it on the Metasploit official subversion repository
566566
* for his great Metasploit WMAP Framework
567567

568568
Sandro Tosi, <matrixhasu(at)gmail.com>

0 commit comments

Comments
 (0)