Skip to content

Commit a161a8a

Browse files
committed
Update index.html
1 parent f77b6e5 commit a161a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset='utf-8'>
4+
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
77
<script src="javascripts/twitter.min.js" type="text/javascript"></script>
@@ -53,7 +53,7 @@ <h2>Automatic SQL injection and database takeover tool</h2>
5353

5454
<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>
5555

56-
<p><div style="text-align: center"><img src="images/screenshot.png"/></div></p>
56+
<div style="text-align: center"><img src="images/screenshot.png"></div>
5757

5858
<a name="features"><h1>Features</h1></a>
5959

0 commit comments

Comments
 (0)