@@ -58,15 +58,16 @@ <H2><A NAME="toc7">7.</A> <A HREF="README.html#s7">Authors</A></H2>
5858< HR >
5959< H2 > < A NAME ="s1 "> 1.</ A > < A HREF ="#toc1 "> Introduction</ A > </ H2 >
6060
61- < P > sqlmap is an automatic
62- < A HREF ="http://www.google.com/search?q=SQL+injection "> SQL injection</ A > tool. Its goal is to detect and take advantage of
63- SQL injection vulnerabilities on web applications. Once it detects one or
64- more SQL injections on the target host, the user can choose among a
65- variety of options to perform an extensive back-end database management
66- system fingerprint, retrieve DBMS session user and database, enumerate
67- users, password hashes, privileges, databases, dump entire or user's
68- specific DBMS tables/columns, run his own SQL < CODE > SELECT</ CODE > statement,
69- read specific files on the file system and much more.</ P >
61+ < P > sqlmap is an open source command-line automatic
62+ < A HREF ="http://www.google.com/search?q=SQL+injection "> SQL injection</ A >
63+ tool.
64+ Its goal is to detect and take advantage of SQL injection vulnerabilities
65+ in web applications. Once it detects one or more SQL injections on the
66+ target host, the user can choose among a variety of options to perform an
67+ extensive back-end database management system fingerprint, retrieve DBMS
68+ session user and database, enumerate users, password hashes, privileges,
69+ databases, dump entire or user's specific DBMS tables/columns, run his own
70+ SQL statement, read specific files on the file system and more.</ P >
7071
7172
7273< H2 > < A NAME ="ss1.1 "> 1.1</ A > < A HREF ="#toc1.1 "> Requirements</ A >
@@ -232,8 +233,8 @@ <H2><A NAME="s2">2.</A> <A HREF="#toc2">Features</A></H2>
232233< UL >
233234< LI > Full support for < B > MySQL</ B > , < B > Oracle</ B > , < B > PostgreSQL</ B >
234235and < B > Microsoft SQL Server</ B > back-end database management systems.
235- Besides these four database management systems, sqlmap can also identify
236- Microsoft Access, DB2, Informix, Sybase and Interbase.
236+ Besides these four database management systems software. sqlmap can also
237+ identify Microsoft Access, DB2, Informix, Sybase and Interbase.
237238</ LI >
238239< LI > < B > Extensive back-end database management system fingerprint</ B >
239240based upon
@@ -3596,9 +3597,9 @@ <H3>Run your own SQL statement</H3>
35963597</ CODE > </ BLOCKQUOTE >
35973598</ P >
35983599
3599- < P > The SQL shell option gives you access to run your own SQL < CODE > SELECT </ CODE >
3600- statement interactively, like a SQL console logged into the back-end
3601- database management system.
3600+ < P > The SQL shell option gives you access to run your own SQL statement
3601+ interactively, like a SQL console logged into the back-end database
3602+ management system.
36023603This feature has TAB completion and history support.</ P >
36033604
36043605< P > Example of history support on a < B > PostgreSQL 8.3.5</ B > target:</ P >
0 commit comments