<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="https://blog.lihan.cyou/index.php/feed/rss/tag/fofa/">
<title>ikn0w1T&#039;s blog - fofa</title>
<link>https://blog.lihan.cyou/index.php/tag/fofa/</link>
<description></description>
<items>
<rdf:Seq>
<rdf:li resource="https://blog.lihan.cyou/index.php/archives/66/"/>
</rdf:Seq>
</items>
</channel>
<item rdf:about="https://blog.lihan.cyou/index.php/archives/66/">
<title>FOFA语法小记</title>
<link>https://blog.lihan.cyou/index.php/archives/66/</link>
<dc:date>2025-04-14T13:33:00+08:00</dc:date>
<description>FOFA官网这里只记录几个平时常用的，更多用法可以参考官网查询语法。domain查询指定域名信息domain=&quot;lihan.cyou&quot;
host查询指定主机的信息，与domain相比，可以查询到子域名信息host=&quot;lihan.cyou&quot;
ip查询指定ip的信息ip=&quot;127.0.0.1&quot;
title查询网页标题中包含指定关键词的页面title=&quot;美食推荐&quot;
server查找试用指定服务器的资源server=&quot;apache&quot;
body查找正文中包含指定关键词的页面body=&quot;正文关键词&quot;
body=&quot;&lt;img src=\&quot;Style/img/like.svg\&quot; draggable=\&quot;false\&quot;&gt;&quot;
由于双引号在查询语句中也有特殊含义，因此需要使用转义字符 \ 对其进行转义port查找开放了指定端口的网络资产port=&quot;8080&quot;
city查找指定城市范围的网络资产city=&quot;城市名称（英文）&quot;
city=&quot;London&quot;
os查找运行指定操作系统的网络资产os=&quot;windows&quot;
逻辑运算符&amp;&amp;domain=&quot;baidu.com&quot; &amp;&amp; server=&quot;Apache&quot;
与运算||或运算title=&quot;体育&quot; || title=&quot;娱乐&quot;
!=不等于运算os!=&quot;Linux&quot;
&nbsp;</description>
</item>
</rdf:RDF>