<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      shodan滲透常用語法——超詳細

      shodan滲透常用語法

      基礎語法

      警報 (alert): 管理您賬戶的網絡警報。
      轉換 (convert): 將給定的輸入數據文件轉換為不同的格式。
      計數 (count): 返回特定搜索結果的數量。
      數據 (data): 提供對Shodan的大批量數據訪問。
      域名 (domain): 查看有關域名的所有可用信息。
      下載 (download): 下載搜索結果并以壓縮的JSON格式保存。
      蜜罐評分 (honeyscore): 檢查IP地址是否為蜜罐(一種網絡安全陷阱)。
      主機 (host): 查看有關IP地址的所有可用信息。
      信息 (info): 顯示關于您賬戶的一般信息。
      初始化 (init): 初始化Shodan命令行工具。
      我的IP (myip): 打印您的外部IP地址。
      組織 (org): 管理您的組織對Shodan的訪問權限。
      解析 (parse): 從壓縮的JSON文件中提取信息。
      雷達 (radar): 實時展示Shodan找到的部分結果的地圖。
      掃描 (scan): 使用Shodan掃描一個IP或網段。
      搜索 (search): 在Shodan數據庫中進行搜索。
      統計 (stats): 提供關于搜索查詢的匯總信息。
      流式傳輸 (stream): 實時流式傳輸數據。
      趨勢 (trends): 搜索Shodan歷史數據庫中的趨勢。
      版本 (version): 打印此工具的版本信息。
      
      國別信息
      country 
      
      城市信息
      city
      
      端口
      port
      shodan "county:cn city:shenzhen port:3389" --limit 10 --fields ip_str,port
      
      查看ip信息
      host
      
      過濾ip信息
      --fieldsip_str,port
      
      os操作系統
      os:windows
      
      漏洞
      has_vuln:True
      shodan search "port:3389 country:cn os:windows city:shenzhen has_vuln:True" --fields ip_str,port --limit 20 --color 
      
      
      設備:攝像頭
      device:webcam
      shodan search "country:cn device:webcam" --limit 20 --fields ip_str,port 
                       
      
      設備:路由器
      device:router
      shodan search "country:cn device:router" --limit 20 --fields ip_str,port
      
      
      web端的一些設備
      tp-link
      
      批量查找漏洞:cve-2019-0708
      shodan search '"\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"' --limit 10 --fields ip_str,port(16進制特征碼)
      shodan search "vuln:cve-2019-0708 county:jp" --limit 10 --fiedls ip_str,port(高級會員)
      
      win默認口令
      Administrator
      
      msf批量檢測:set rhosts file:/path/
      執行:check
      
      下載
      download 0708.txt
      shodan download 0708.txt '"\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"' --limit 10 --fields ip_str,port
      
      解析命令
      shodan parse -h 幫助文檔
      shodan parse --fields ip_str,port <file>
      
      sount統計數量
      shodan count '"\x03\x00\x00\x0b\x06\xd0\x00\x00\x124\x00"'
      
      蜜罐識別
      shodan honeyscore [OPTIONS] <IP address>
      用shodan網站識別
      https://honeyscore.shodan.io/
      
      查看歷史數據
      shodan host <ip> --history
      
      vnc空密碼
      shodan search --limit 30 --fields ip_str "authentication disabled" port:5900
      shodan search "port:5900 country:jp" --limit 30 --fields ip_str "authentication disabled"
      shodan search "port:5900 country:us" --limit 30 --fields ip_str "authentication disabled"
      
      查看自己出口ip
      shodan myip
      
      查找html關鍵字內容
      shodan  search --limit 10 --fields ip_str,port http.title:hacked by
      shodan search "country:CN city:Beijing http.title:\"mysql\"" --limit 10 --fields ip_str,port
      shodan search "country:CN city:Beijing http.title:\"mysql\"" --limit 10 --fields ip_str,port
      shodan search "country:CN city:Beijing http.title:\"后臺管理\"" --limit 10 --fields ip_str,port
      
      結合HTTP標題和HTML內容
      shodan search "country:CN city:Beijing http.title:\"mysql\" http.html:\"<title>MySQL</title>\"" --limit 10 --fields ip_str,port
      
      結合HTTP標題和其他HTTP頭部信息
      shodan search "country:CN city:Beijing http.title:\"mysql\" http.server:\"Apache\"" --limit 10 --fields ip_str,port
      
      結合多個HTTP頭部信息
      shodan search "country:CN city:Beijing http.title:\"mysql\" http.server:\"Apache\" http.component:\"PHP\"" --limit 10 --fields ip_str,port
      
      添加產品和服務版本
      shodan search "country:CN city:Beijing http.title:\"mysql\" product:\"Apache httpd\" version:\"2.4.41\"" --limit 10 --fields ip_str,port
      
      查找弱口令設備
      shodan search --limit 10 --fields ip_str,port "cisco -authorized port:23"
      username:admin/cisco
      password:cisco
      
      搜索網段
      shodan search --limit 10 --fields ip_str,port "net:208.88.84.0/24"
      
      搜索組織ip
      shodan search --limit 10 --fields ip_str,port org:nas.gov 
      查找一些所在組織ip
      shodan search --limit 10 --fields ip_str,port hostname:google
      shodan search --limit 10 --fields ip_str,port "hostname:google"
      組織漏洞ip
      shodan search --limit 10 --fields ip_str,port org:nas.gov has_vuln:true
      shodan search --limit 10 --fields ip_str,port "org:\"nas.gov\" has_vuln:true"
      
      查找一些安裝了安全狗的waf網站
      shodan search --limit 10 --fields ip_str,port country:cn http.waf:safedog
      
      檢索前端頁面中帶有的ip地址和關鍵字
      shodan search --limit 10 --fiels ip_str,port country:cn http.html:login
      
      搜索mongodb 未授權 數據庫 默認端口27017
      shodan search --limit 10 --fields ip_str "mongodb server information -authentication" port:27017
      shodan search --limit 10 --fields ip_str "port:27017 product:mongodb \"server information\" -authentication"
      
      掃描次數查詢
      shodan info
      
      域名信息查詢
      shodan domain <域名>
      
      shodan實時掃描
      shodan scan submit
      
      ip統計
      shodan stats --facets ssl.version country:cn has_ssl:ture
      
      截圖功能打開
      has_screenshot:true cisco
      

      組件搜索

      組件搜索
      jenkins:shodan search --limit 10 --fields ip_str "X-jenkins" OR "Set-cookie:JSESSIONID" http.title:"Dashboard"
      shodan search --limit 10 --fields ip_str "(http.header:X-jenkins OR http.header:Set-cookie:JSESSIONID) http.title:\"Dashboard\""
      
      --limit 10:限制返回的結果數量為10個。
      --fields ip_str:指定只顯示IP地址字段。
      (http.header:X-jenkins OR http.header:Set-cookie:JSESSIONID):使用括號將兩個HTTP頭部條件組合在一起,并用OR邏輯運算符連接。這表示匹配任一條件即可。請注意,這里使用了http.header:過濾器來指定HTTP頭部。
      http.title:"Dashboard":查找HTTP標題中包含“Dashboard”的服務。這里使用了雙引號來確保準確匹配這個短語。
      
      posted @ 2024-12-17 23:11  有一大盒  閱讀(1059)  評論(0)    收藏  舉報
      主站蜘蛛池模板: 欧日韩无套内射变态| 渝中区| 国产成人精品永久免费视频| 国产成人综合在线观看不卡| 亚洲精品综合久中文字幕| 国产另类ts人妖一区二区| 中文字幕亚洲人妻系列| 久久精品国产最新地址| 精品亚洲无人区一区二区| 永久免费无码av在线网站| 中文字幕人妻熟女人妻a片| 精品国产一区二区三区久| 虹口区| 亚洲一区成人av在线| 亚洲一区二区三区四区| 六十路老熟妇乱子伦视频| 丰满少妇熟乱xxxxx视频| 久久99久国产麻精品66| av新版天堂在线观看| 浮妇高潮喷白浆视频| 色狠狠综合天天综合综合| 国产女人喷潮视频免费| 久久国产成人亚洲精品影院老金| 亚洲熟妇自偷自拍另亚洲| 一 级做人爱全视频在线看| 亚洲嫩模一区二区三区| 欧美人与zoxxxx另类| 亚洲欧洲一区二区综合精品| xxxx丰满少妇高潮| 欧美日韩一线| 被黑人伦流澡到高潮HNP动漫 | 一区二区三区国产亚洲网站| 国产精品制服丝袜第一页| 免青青草免费观看视频在线| 久9re热视频这里只有精品免费| 精品人妻中文字幕在线| 国产又色又爽又黄刺激视频 | 日本精品不卡一二三区| 无码中文字幕av免费放| 一区二区在线观看 激情| 国产一区二区日韩在线|