mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Removing deprecated stuff
This commit is contained in:
parent
0c413e80f2
commit
7476e762a3
16
index.html
16
index.html
|
@ -51,13 +51,6 @@ Warning: SQLite3::exec(): near "": syntax error in index.php on line 19
|
||||||
<div class="inner clearfix">
|
<div class="inner clearfix">
|
||||||
<section id="main-content">
|
<section id="main-content">
|
||||||
|
|
||||||
<!--
|
|
||||||
<a name="news"><h1>News</h1></a>
|
|
||||||
|
|
||||||
<a href="https://twitter.com/sqlmap"><img src="images/twitter.jpg" alt="Follow sqlmap on Twitter" width="90" height="90" class="left"></a>
|
|
||||||
<div id="tweet">Loading news.. if you can not wait, click <a href="http://twitter.com/sqlmap">here</a>.</div>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<a name="introduction"><h1>Introduction</h1></a>
|
<a name="introduction"><h1>Introduction</h1></a>
|
||||||
|
|
||||||
<p>sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.</p>
|
<p>sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.</p>
|
||||||
|
@ -102,17 +95,10 @@ Warning: SQLite3::exec(): near "": syntax error in index.php on line 19
|
||||||
<p><script type="text/javascript" src="https://asciinema.org/a/46601.js" id="asciicast-46601" async></script></p>
|
<p><script type="text/javascript" src="https://asciinema.org/a/46601.js" id="asciicast-46601" async></script></p>
|
||||||
<p>Watch more demos <a href="http://www.youtube.com/user/inquisb/videos">here</a>.</p>
|
<p>Watch more demos <a href="http://www.youtube.com/user/inquisb/videos">here</a>.</p>
|
||||||
|
|
||||||
<a name="communication"><h1>Communication</h1></a>
|
|
||||||
|
|
||||||
<p>The <code>sqlmap-users@lists.sourceforge.net</code> <a href="https://lists.sourceforge.net/lists/listinfo/sqlmap-users">mailing list</a> is the preferred way to ask questions and discuss with other users, <a href="https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS">contributors</a> and the <a href="#developers">developers</a>.<br>
|
|
||||||
To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlmap-users">online web form</a>. It is also available via Gmane <a href="http://rss.gmane.org/messages/complete/gmane.comp.security.sqlmap">RSS feed</a>. The archives are available online on <a href="http://news.gmane.org/gmane.comp.security.sqlmap">Gmane</a>.</p>
|
|
||||||
|
|
||||||
<p><strong>Bug reports are welcome</strong>! Please report all bugs on the <a href="https://github.com/sqlmapproject/sqlmap/issues">issue tracker</a> or (alternatively) to the <a href="https://lists.sourceforge.net/lists/listinfo/sqlmap-users">mailing list</a>.</p>
|
|
||||||
|
|
||||||
<a name="contribute"><h1>Contribute</h1></a>
|
<a name="contribute"><h1>Contribute</h1></a>
|
||||||
|
|
||||||
<p>All code contributions are greatly appreciated. First off, clone the <a href="https://github.com/sqlmapproject/sqlmap">Git repository</a>, read the <a href="https://github.com/sqlmapproject/sqlmap/wiki">user's manual</a> carefully, go through the code yourself and <a href="mailto:dev@sqlmap.org">drop us</a> an email if you are having a hard time grasping its structure and meaning.</p>
|
<p>All code contributions are greatly appreciated. First off, clone the <a href="https://github.com/sqlmapproject/sqlmap">Git repository</a>, read the <a href="https://github.com/sqlmapproject/sqlmap/wiki">user's manual</a> carefully, go through the code yourself and <a href="mailto:dev@sqlmap.org">drop us</a> an email if you are having a hard time grasping its structure and meaning.</p>
|
||||||
<p>Our preferred method of patch submission is via a Git <a href="https://help.github.com/articles/using-pull-requests">pull request</a>.</p>
|
<p><strong>Bug reports are welcome</strong>! Please report all bugs on the <a href="https://github.com/sqlmapproject/sqlmap/issues">issue tracker</a>. Our preferred method of patch submission is via a Git <a href="https://help.github.com/articles/using-pull-requests">pull request</a>.</p>
|
||||||
<p>Each patch should make one logical change. Please follow the existing stylistic conventions: wrap code to 76 columns when possible. Avoid tabs, use four space characters instead. Before you put time into a non-trivial patch, it is worth discussing it on the <a href="https://lists.sourceforge.net/lists/listinfo/sqlmap-users">mailing list</a> or privately by <a href="mailto:dev@sqlmap.org">email</a>.</p>
|
<p>Each patch should make one logical change. Please follow the existing stylistic conventions: wrap code to 76 columns when possible. Avoid tabs, use four space characters instead. Before you put time into a non-trivial patch, it is worth discussing it on the <a href="https://lists.sourceforge.net/lists/listinfo/sqlmap-users">mailing list</a> or privately by <a href="mailto:dev@sqlmap.org">email</a>.</p>
|
||||||
<p>Many <a href="https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS.md">people</a> have contributed in different ways to the sqlmap development. <strong>You</strong> can be the next!</p>
|
<p>Many <a href="https://raw.github.com/sqlmapproject/sqlmap/master/doc/THANKS.md">people</a> have contributed in different ways to the sqlmap development. <strong>You</strong> can be the next!</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user