<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>ikn0w1T&#039;s blog - 信息收集</title>
<link>https://blog.lihan.cyou/index.php/tag/%E4%BF%A1%E6%81%AF%E6%94%B6%E9%9B%86/</link>
<atom:link href="https://blog.lihan.cyou/index.php/feed/tag/%E4%BF%A1%E6%81%AF%E6%94%B6%E9%9B%86/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Mon, 14 Apr 2025 13:33:00 +0800</lastBuildDate>
<pubDate>Mon, 14 Apr 2025 13:33:00 +0800</pubDate>
<item>
<title>FOFA语法小记</title>
<link>https://blog.lihan.cyou/index.php/archives/66/</link>
<guid>https://blog.lihan.cyou/index.php/archives/66/</guid>
<pubDate>Mon, 14 Apr 2025 13:33:00 +0800</pubDate>
<dc:creator>ikn0w1T</dc:creator>
<description><![CDATA[FOFA官网这里只记录几个平时常用的，更多用法可以参考官网查询语法。domain查询指定域名信息domain=&quot;lihan.cyou&quot;host查询指定主机的信息，与domai...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p><a href='https://fofa.info/'>FOFA官网</a></p><p>这里只记录几个平时常用的，更多用法可以参考官网查询语法。</p><h2>domain</h2><p>查询指定域名信息</p><pre><code class='language-cmd' lang='cmd'>domain=&quot;lihan.cyou&quot;
</code></pre><h2>host</h2><p>查询指定主机的信息，与domain相比，可以查询到子域名信息</p><pre><code class='language-cmd' lang='cmd'>host=&quot;lihan.cyou&quot;
</code></pre><h2>ip</h2><p>查询指定ip的信息</p><pre><code class='language-cmd' lang='cmd'>ip=&quot;127.0.0.1&quot;
</code></pre><h2>title</h2><p>查询网页标题中包含指定关键词的页面</p><pre><code class='language-cmd' lang='cmd'>title=&quot;美食推荐&quot;
</code></pre><h2>server</h2><p>查找试用指定服务器的资源</p><pre><code class='language-cmd' lang='cmd'>server=&quot;apache&quot;
</code></pre><h2>body</h2><p>查找正文中包含指定关键词的页面</p><pre><code class='language-cmd' lang='cmd'>body=&quot;正文关键词&quot;
</code></pre><pre><code class='language-cmd' lang='cmd'>body=&quot;&lt;img src=\&quot;Style/img/like.svg\&quot; draggable=\&quot;false\&quot;&gt;&quot;
</code></pre><blockquote><p>由于双引号在查询语句中也有特殊含义，因此需要使用转义字符 <code>\</code> 对其进行转义</p><p></blockquote></p><h2>port</h2><p>查找开放了指定端口的网络资产</p><pre><code class='language-cmd' lang='cmd'>port=&quot;8080&quot;
</code></pre><h2>city</h2><p>查找指定城市范围的网络资产</p><pre><code class='language-cmd' lang='cmd'>city=&quot;城市名称（英文）&quot;
city=&quot;London&quot;
</code></pre><h2>os</h2><p>查找运行指定操作系统的网络资产</p><pre><code class='language-cmd' lang='cmd'>os=&quot;windows&quot;
</code></pre><h2>逻辑运算符</h2><h3>&amp;&amp;</h3><pre><code class='language-cmd' lang='cmd'>domain=&quot;baidu.com&quot; &amp;&amp; server=&quot;Apache&quot;
</code></pre><p>与运算</p><h3>||</h3><p>或运算</p><pre><code class='language-cmd' lang='cmd'>title=&quot;体育&quot; || title=&quot;娱乐&quot;
</code></pre><h3>!=</h3><p>不等于运算</p><pre><code class='language-cmd' lang='cmd'>os!=&quot;Linux&quot;
</code></pre><p>&nbsp;</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://blog.lihan.cyou/index.php/archives/66/#comments</comments>
<wfw:commentRss>https://blog.lihan.cyou/index.php/feed/tag/%E4%BF%A1%E6%81%AF%E6%94%B6%E9%9B%86/</wfw:commentRss>
</item>
</channel>
</rss>