搜尋語法整理

2022-05-06 22:09:14 字數 1683 閱讀 6251

title="後台管理"

header="thinkphp"

body="管理後台"

body="welcome to burp suite"

domain="itellyou.cn"

host="login"

port="3388" && country=cn

ip="120.27.6.1/24"

ip="120.97.56.1"

cert="phpinfo.me"

ports="3306,443,22"

ports=="3306,443,22"

&&  -- 表示邏輯與

||   -- 表示邏輯或

header="x-pingback" || header="thinkphp"

(注:用法類似於google,主頁搜尋框直接輸入想要搜尋的內容即可)

搜尋過濾:

搜尋指定的主機或網域名稱,例如:hostname:"google"

搜尋指定的埠或服務,例如:port:"21"

搜尋指定的國家,例如:country:"cn"

搜尋指定的城市,例如:city:"hefei"

搜尋指定的組織或公司,例如:org:"google"

搜尋指定的isp**商,例如:isp:"china telecom"

搜尋指定的作業系統/軟體/平台,例如:product:"apache httpd"

搜尋指定的軟體版本,例如:version:"1.6.2"

搜尋指定的地理位置,引數為經緯度,例如:geo:"31.8639, 117.2808"

搜尋指定收錄時間前後的資料,格式為dd-mm-yy,例如:before:"11-11-15"

搜尋指定的ip位址或子網,例如:net:"210.45.240.0/24"

元件名稱

例如:apache httpd, 版本2.2.16

port: 開放埠。

搜尋遠端桌面連線:port:3389

搜尋ssh:port:22

一些伺服器可能監聽了非標準的埠。要按照更精確的協議進行檢索,請使用service: 過濾器。

os: 作業系統。

如:os:linux

service: 結果分析中的「服務名」字段。

公網路由器:service:routersetup

公網攝像頭:service:webcam

完整的「服務名」列表,請參閱:

hostname: 分析結果中的「主機名」字段。

如:hostname:google.com

country: 國家或者地區**。city: 城市名稱。

完整的國家**,請參閱:國家地區** – 維基百科

ip: 搜尋乙個指定的ip 位址

google 的公共dns 伺服器:ip:8.8.8.8

ip 的cidr 網段。如:cidr:8.8.8.8/24

site:**網域名稱。如:site:google.com

title: 頁面標題。如:title:nginx

如:keywords:nginx

desc: 定義的頁面說明。

如:desc:nginx

headers: http 請求中的headers。如:headers:server

Python語法整理

一 python中的變數 python中的標準資料型別一共有五種 數字 字串 元組 列表和字典。1 數字型 在python當中,所有的變數無需宣告便可以直接賦值使用。2 字串 在python中,字串變數的定義和c c 中類似,都是雙引號中間是字串的內容,不同的是,在python中除了用雙引號還可以用...

Sql 語法整理

q uery 1select 和 select 語句 select lastname,firstname from persons 2select distinct 語句 select distinct company from orders 3where select from persons w...

mysqltest語法整理

1.mysqltest是mysql自帶的測試引擎,它實現了一種小語言,用來描述測試過程,並將測試結果與預期對比。小語言按照語法大致分為三類 mysql command,sql,comment。sql和comment很容易理解,前者是mysql支援的sql,後者是注釋,一般用來描述測試過程.mysql...