Skip to content

Commit 1dc26e5

Browse files
committed
Site updated: 2016-10-25 19:58:50
1 parent f490edb commit 1dc26e5

File tree

6 files changed

+152
-132
lines changed

6 files changed

+152
-132
lines changed

2014/10/30/SQLi--PART-IIBypassing-Login-pages-on-websites-using-SQL-injectable-queries/index.html

Lines changed: 18 additions & 20 deletions
Large diffs are not rendered by default.

2014/11/01/SQLi--PART-IIIUnion-BasedNormal-SQL-injection/index.html

Lines changed: 51 additions & 39 deletions
Large diffs are not rendered by default.

atom.xml

Lines changed: 66 additions & 57 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h1 itemprop="name" class="post-title">
310310

311311

312312

313-
<p itemprop="description" >PrefaceSo a lot of people view bling injection as having to guess everything, when it’s called blind injection because no data is visible on...</p>
313+
<p itemprop="description" >PrefaceThe method used to extract information from a database in a website using SQL injection queries on the URL/Address bar is what we’re ...</p>
314314

315315

316316

page/2/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ <h1 itemprop="name" class="post-title">
7777

7878

7979

80-
<p itemprop="description" >PrefaceAlright in this tutorial, we’ll be learning how to bypass login pages with the help of MySequel injection using Login Queries.Please ...</p>
80+
<p itemprop="description" >PrefaceAlright in this tutorial, we’ll be learning how to bypass login pages with the help of MySQL injection using Login Queries.
81+
Please...</p>
8182

8283

8384

sitemap.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33

4+
<url>
5+
<loc>http://sec.php101.cn/2014/11/01/SQLi--PART-IIIUnion-BasedNormal-SQL-injection/</loc>
6+
7+
<lastmod>2016-10-25T11:55:36.000Z</lastmod>
8+
9+
</url>
10+
11+
<url>
12+
<loc>http://sec.php101.cn/2014/10/30/SQLi--PART-IIBypassing-Login-pages-on-websites-using-SQL-injectable-queries/</loc>
13+
14+
<lastmod>2016-10-25T10:29:18.000Z</lastmod>
15+
16+
</url>
17+
418
<url>
519
<loc>http://sec.php101.cn/2014/10/30/SQLi--PART%20I:Dorks/</loc>
620

@@ -71,18 +85,4 @@
7185

7286
</url>
7387

74-
<url>
75-
<loc>http://sec.php101.cn/2014/11/01/SQLi--PART-IIIUnion-BasedNormal-SQL-injection/</loc>
76-
77-
<lastmod>2016-03-17T08:39:25.000Z</lastmod>
78-
79-
</url>
80-
81-
<url>
82-
<loc>http://sec.php101.cn/2014/10/30/SQLi--PART-IIBypassing-Login-pages-on-websites-using-SQL-injectable-queries/</loc>
83-
84-
<lastmod>2016-03-17T08:39:17.000Z</lastmod>
85-
86-
</url>
87-
8888
</urlset>

0 commit comments

Comments
 (0)