mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Adding twitter widget and minor fix on resize
This commit is contained in:
parent
aedfa32a65
commit
45dd03864c
|
@ -34,7 +34,7 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>sqlmap</h1>
|
<h1>sqlmap</h1>
|
||||||
<h2>Automatic SQL injection and database takeover tool</h2>
|
<h2>Automatic SQL injection and database takeover tool</h2>
|
||||||
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on</small>GitHub</a>
|
<a href="https://github.com/sqlmapproject/sqlmap" class="button"><small>View project on </small>GitHub</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -143,6 +143,9 @@ To subscribe use the <a href="https://lists.sourceforge.net/lists/listinfo/sqlma
|
||||||
<small>Download</small>
|
<small>Download</small>
|
||||||
.tar.gz file
|
.tar.gz file
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/sqlmap" data-widget-id="517688929021992960">Tweets by @sqlmap</a>
|
||||||
|
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user