mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 02:53:46 +03:00
Update index.html
This commit is contained in:
parent
152edcedcd
commit
9cc5c789eb
|
@ -5,6 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<script src="javascripts/twitter.min.js" type="text/javascript"></script>
|
||||
<script src="http://gitcdn.org/libs/bitcoinate/0.2.1/index.min.js"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
getTwitters('tweet', {
|
||||
id: 'sqlmap',
|
||||
|
@ -106,10 +107,14 @@ To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlma
|
|||
<p>Each patch should make one logical change. Please follow the existing stylistic conventions: wrap code to 76 columns when possible. Avoid tabbing, use four blank spaces instead. Before you put time into a nontrivial 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>
|
||||
|
||||
<a name="support"><h1>Support</h1></a>
|
||||
<a name="donate"><h1>Donate</h1></a>
|
||||
|
||||
<p>sqlmap is the result of numerous hours of passionated work from a small team of computer security enthusiasts. If you appreciated our work and you want to see sqlmap kept being developed, please consider making a <a href="https://www.paypal.com/uk/cgi-bin/webscr?cmd=_send-money&nav=1">donation</a> to our efforts via <a href="https://www.paypal.com/">PayPal</a> to <code>donations@sqlmap.org</code>.</p>
|
||||
|
||||
Also, we accept bitcoins:
|
||||
|
||||
<button class="bitcoinate" data-size="30" data-address="1AUrrKYsamBEThdruYTQmUfMfLF7aaxU6x">bitcoinate</button>
|
||||
|
||||
<a name="license"><h1>License</h1></a>
|
||||
|
||||
<p>sqlmap is (C) 2006-2014 <a href="mailto:bernardo@sqlmap.org">Bernardo Damele Assumpcao Guimaraes</a>, <a href="mailto:miroslav@sqlmap.org">Miroslav Stampar</a>.</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user