google黑客命令搜集
生活随笔
收集整理的這篇文章主要介紹了
google黑客命令搜集
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
| 關于google hack的幾個基礎過濾器使用[請務必謹記,過濾器雖然是死的,但人是活的,把自己的腦洞放到最大,才能拼裝出高質量dorks]: intitle:??從網頁標題中搜索指定的關鍵字,可專門用來搜索指定版本名稱的各類web程序,也可用allintitle ? ? ? ? inurl:? ? ? ? ? ? ? ? 從url中搜索指定的關鍵字,可專門用來構造各種形式的漏洞url,也可用allinurl ? ? ? ? intext:? ? ? ? 從網頁中搜索指定的關鍵字,可專門用它來穿透到漏洞頁面等……也可用allintext ? ? ? ? filetype: 搜索指定的文件后綴,例如:sql mdb txt bak backup ini zip rar doc xls……? ? ? ? ? site:? ?? ?在某個特定的網站內中搜索指定的內容 ? ? ? ? link:? ?? ?搜索和該鏈接有關聯連接,比如:友情鏈接 ? ? ? ? index of: 找目錄遍歷會用到 google所支持的一些通配符(建議選擇性的用,越精確,就意味著結果越少,這樣我們容易漏掉一些目標,畢竟不是正則,我們的最終目的是找到漏洞): ? ? ? ? +? ?強制包含某個字符進行查詢 ? ? ? ? -? ?查詢的時候忽略某個字符 ? ? ? ? ""??查詢的時候精確匹配雙引號內的字符 ? ? ? ? .? ?匹配某單個字符進行查詢 ? ? ? ? *? ?匹配任意字符進行查詢 ? ? ? ? |? ?或者,多個選擇,只要有一個關鍵字匹配上即可 找各種web入口: ? ? ? ? 當然,這并非僅限于常規的網站后臺,這里說到網站后臺,一定要手工多嘗試幾個路徑,例如:一些疑似目標內網web管理系統入口,web端的數據庫管理入口,某些設備的web端配置入口,以及一些常見的java控制臺等等……腦洞要大,東西在你手里隨便嘗試: 搜集tomcat入口[默認8080端口]: ? ?? ? ? ? ? ? ? ? 直接這樣搜無疑目標會非常多 intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat? 我們也可以帶指定端口號去搜,因為有些web不在默認端口上,這樣搜的話,可以更為精準 intext:$CATALINA_HOME/webapps/ROOT/ inurl:8080/ 針對特定版本去搜 ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat/5.5.27 site:*.hk? ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat/7.0.32 site:*.gov.br ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat/5.0.12 site:*.cn ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat/6.0.24 site:*.com ? ? ? ? ? ? 搜特定類型的目標站點 ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.edu.* ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.gov.* ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.org.* ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat/7.0 site:*.org.* ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.jp ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.vn ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:*.ph ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:Apache Tomcat site:*.uk 無意中發現百度的某個子域,變成了博彩站 intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:baidu.com ? ? ? ? ? ? ? ? intext:$CATALINA_HOME/webapps/ROOT/ intitle:apache tomcat site:org.tw ? ? ? ? 搜集weblogic入口: ? ? ? ? ? ? ? ? inurl:/console/login/LoginForm.jsp??這樣范圍太大,可根據上面的事例進行隨意變形 ? ? ? ? ? ? ? ? inurl:/console/login/LoginForm.jsp intitle:Oracle WebLogic Server ? ? ? ? ? ? ? ? inurl:/console/login/ intitle:"Oracle WebLogic Server 管理控制臺"? ? ? ? ? ? ? ? ?? ? ? ? ? 搜集jboss入口: ? ? ? ? ? ? ? ? inurl:/jmx-console/htmladaptor ? ? ? ? ? ? ? ? inurl:/jmx-console/htmladaptor site:*.edu.* ? ? ? ? ? ? ? ? inurl:/jmx-console/htmladaptor site:*.org.* ? ? ? ? ? ? ? ? inurl:/jmx-console/htmladaptor site:*.tw ? ? ? ? 搜集websphere入口: ? ? ? ? ? ? ? ? inurl:/ibm/console/logon.jsp ? ? ? ? 搜集phpmyadmin入口: ? ? ? ? ? ? ? ? inurl:/phpMyAdmin/index.php? ? ? ? ? ? ? ? ? inurl:/phpMyAdmin/index.php db+information_schema? ?指定命中數據 ? ? ? ? ? ? ? ? inurl:/phpMyAdmin/index.php intext:phpMyAdmin 2.7.0 直接針對特定版本號去搜索,更加精準 ? ? ? ? ? ? ? ? inurl:/phpMyAdmin/index.php site:*.tw ? ? ? ? ? ? ? ? inurl:/phpMyAdmin/index.php site:*.hk ? ? ? ? ? ? ? ?? ? ? ? ? 批量搜集webmin入口[默認10000端口]: ? ? ? ? ? ? ? ? intitle:Login to Webmin intext:"login to the Webmin server on" ? ? ? ? ? ? ? ?? ? ? ? ? 批量搜wordpress程序[特征比較多,請大家自行隨意構造]: ? ? ? ? ? ? ? ? index of /wp-content/uploads inurl:/wp-login.php ? ? ? ? ? ? ? ? inurl:/wp-content/themes/theagency? ? 上傳漏洞 ? ? ? ? 批量搜joomla程序: ? ? ? ? ? ? ? ? inurl:/administrator/index.php ? ? ? ? ? ? ? ? inurl:index.php?option=com_advertisementboard??找注入 ? ? ? ? ? ? ? ? inurl:index.php?option=com_carocci ? ? ? ? ? ? ? ? inurl:index.php?option=com_product ? ? ? ? ? ? ? ?? ? ? ? ? 批量搜drupal程序: ? ? ? ? ? ? ? ? inurl:CHANGELOG.txt intext:drupal intext:"SA-CORE" -site:github.com -site:drupal.org ? ? ? ? 批量搜discuz程序: ? ? ? ? 批量搜集opencart程序: ? ? ? ? 批量搜集phpbb程序: ? ? ? ? 當然,你也可以根據下面的一些特征去找特定的開源程序[這種命中率顯然沒有直接用特征目錄的命中率高]: ? ? ? ? ? ? ? ? power by wordpress? ?? ?? ?? ?? ???powered by discuz x3.2 ? ? ? ? ? ? ? ? powered by phpcms 2008? ?? ?? ?? ?powered by drupal 7 ? ? ? ? ? ? ? ? powered by dedecmsv57_gbk? ?? ?? ?powered by CubeCart 3.0.6 ? ? ? ? ? ? ? ? Powered by phpBB 2.0.6? ?? ?? ?? ?powered by paBugs 2.0 Beta 3 ? ? ? ? ? ? ? ? inurl:wp-login.php? ?? ?? ?? ?? ???inurl:/administrator/index.php? ? ? ? ? ? ? ? ? inurl:/admina.php? 批量搜集目標的各類郵件系統web端入口[不一定有,多嘗試,反正是信息搜集嘛,找到東西價值越高越好,webmail]: ? ? ? ? ? ? ? ?? owa: ? ? ? ? ? ? ? ? ? ? ? ? inurl:/owa/auth/logon.aspx? ? ? ? ? ? ? ? ? ? ? ? ? inurl:/owa/auth/logon.aspx site:*.org.* ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? mirapoint(ShellShock): ? ? ? ? ? ? ? ? ? ? ? ? inurl:/cgi-bin/search.cgi site:*.org.* ? ? ? ? ? ? ? ? ? ? ? ? inurl:/cgi-bin/madmin.cgi ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? Zimbra(本地包含): ? ? ? ? ? ? ? ? ? ? ? ? inurl:7071/zimbraAdmin/ ? ? ? ? ? ? ? ? ? ? ? ? inurl:/help/en_US/standard/version.htm ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? Atmail(用于連接數據庫的配置文件泄露): ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ?? TurboMail(配置錯誤,進入任意郵箱): ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? U-mail(注入&getshell): ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ?? Lotus Domino Webmail(越權訪問): ? ? ? ? 批量找常規網站后臺,下面的php也可以換成asp,aspx,jsp 進行多次嘗試,因為每個國家對后臺的命名習慣都各有特色,所以,這里只列舉了一些相對命中率比較高的,找到后臺以后,記得習慣性多嘗試幾個弱口令和萬能密碼之類的東西: ? ? ? ? ? ? ? ? inurl:/manager/login.php site:*.jp ? ? ? ? ? ? ? ? inurl:/cms/login.php site:*.jp ? ? ? ? ? ? ? ? inurl:/manage/index.php site:*.jp ? ? ? ? ? ? ? ? inurl:/system/login.php site:*.jp ? ? ? ? ? ? ? ? inurl:/webadmin/login.php site:*.tw ? ? ? ? ? ? ? ? inurl:admin_login.php intitle:admin login ? ? ? ? ? ? ? ? inurl:admin_login.php intitle:admin page ? ? ? ? ? ? ? ? inurl:/admin/login.php site:*.tw ? ? ? ? ? ? ? ? inurl:/admin/index.php site:*.tw ? ? ? ? ? ? ? ? inurl:/system/adminlogin.asp??site:*.tw ? ? ? ? ? ? ? ? inurl:/manage/login.aspx??site:*.tw ? ? ? ? ? ? ? ? inurl:/sysadm/index.php??site:*.com ? ? ? ? ? ? ? ? …… 別忽視了svn泄露問題: ? ? ? ? ? ? ? ? inurl:/.svn/entries? ? ? ? ? ? ? ? ? inurl:/.svn/entries site:*.org.* ? ? ? ? ? ? ? ? inurl:/.svn/entries site:*.gov.br ? ? ? ? ? ? ? ? inurl:/.svn/entries site:*.hk 批量找目標的后臺未授權訪問: ? ? ? ? intext:"Website Design & Developed By : WebSay"??默認后臺/admin ? ? ? ? intext:"Powered by ENS Consultants"??默認后臺/admin/login.php ? ? ? ? intext:"Desenvolvimento - MW Way"? ? 默認后臺/admin/index.php ? ? ? ? inurl:.php?id= intext:"Web realizada por Soma Estudio"? ? ? ? ? inurl:/_mycps/login.php ? ? ? ?? 批量找弱口令: ? ? ? ? intext:"design by weli"? ?默認后臺: /adm/login.php 除了弱口令還有注入 ? ? ? ? username :?linjizen@gmail.com ? ? ? ? password : lin719192 盡可能多的找到能夠利用的各種上傳點[比如:各種典型的漏洞編輯器地址,ck,kindeditor,fck,ewebeditor……]: ? ? ? ? intext:" Powered by JADBM "? ?JADBM Cms upload shell 注冊后登陸上傳即可 ? ? ? ? inurl:"/index.php/frontend/login/en"??Estate cms upload shell 注冊后登陸上傳即可 ? ? ? ? inurl:/Content/Roxy_Fileman/? ?該路徑下直接就是上傳點 ? ? ? ? index of:"filemanager/dialog.php"??該腳本就是上傳腳本直接上傳即可 ? ? ? ? intext:"Desenvolvido por Webnet Solu??es Tecnológicas." fck上傳 ? ? ? ? inurl:"subir_foto.php" 上傳點 ? ? ? ? inrul:"/imce?dir=" intitle:"File Browser" ? ? ? ? inurl:"Powered by Vision Helpdesk 3.9.10 Stable" 注冊后登陸進去編輯個人配置上傳 ? ? ? ? index of /admin/fckeditor site:*.tw ? ? ? ? inurl:/ewebeditor/??site:*.tw ? ? ? ? inurl:/admin/upload_file.php ? ? ? ? inurl:/admin/upfile.php? ? ? ? ? inurl:/admin/upload.asp 找到可能存在的包含和命令執行類漏洞: ? ? ? ? inurl:footer.inc.php?settings= ? ? ? ? inurl:/pb_inc/admincenter/index.php?page= ? ? ? ? inurl:/pnadmin/categories.inc.php?subpage= ? ? ? ? inurl:/index.php??view=src/sistema/vistas/ ? ? ? ? inurl:/edit.php?em=file&filename= ? ? ? ? inurl:/path_to_athena/athena.php?athena_dir= 遠程包含 ? ? ? ? inurl:/path_to_qnews/q-news.php?id=??遠程包含 ? ? ? ? inurl:/inc/backend_settings.php?cmd= ? ? ? ? inurl:login.action strus2系列執行漏洞利用 ? ? ? ? inurl:php?x=? ?? ?? ?? ?? ?? ???inurl:php?open= ? ? inurl:php?visualizar=? ?? ?? ?inurl:php?pagina= ? ? inurl:php?inc=? ?? ?? ?? ?? ???inurl:php?include_file= ? ? inurl:php?page=? ?? ?? ?? ?? ? inurl:php?pg= ? ? inurl:php?show=? ?? ?? ?? ?? ? inurl:php?cat= ? ? inurl:php?file=? ?? ?? ?? ?? ? inurl:php?path_local= ? ? inurl:php?filnavn=? ?? ?? ?? ?inurl:php?HCL_path= ? ? inurl:php?doc=? ?? ?? ?? ?? ???inurl:php?appdir= ? ? inurl:php?phpbb_root_dir=? ? inurl:php?phpc_root_path= ? ? inurl:php?path_pre=? ?? ?? ???inurl:php?nic= ? ? inurl:php?sec=? ?? ?? ?? ?? ???inurl:php?content= ? ? inurl:php?link=? ?? ?? ?? ?? ? inurl:php?filename= ? ? inurl:php?dir=? ?? ?? ?? ?? ???inurl:php?document= ? ? inurl:index.php?view=? ?? ?? ?inurl:*.php?locate= ? ? inurl:*.php?place=? ?? ?? ?? ? inurl:*.php?layout= ? ? inurl:*.php?go=? ?? ?? ?? ?? ? inurl:*.php?catch= ? ? inurl:*.php?mode=? ?? ?? ?? ?inurl:*.php?name= ? ? inurl:*.php?loc=? ?? ?? ?? ? inurl:*.php?f= ? ? inurl:*.php?inf=? ?? ?? ?? ? inurl:*.php?pg= ? ? inurl:*.php?load=? ?? ?? ?? ?inurl:*.php?naam= ? ? allinurl:php?page=? ?? ?? ???allinurl:php?file=? ? ? inurl:php?x=? ?? ?? ?? ?? ?? ?inurl:admin.php?cal_dir= ? ? inurl:php?include=? ?? ?? ???inurl:php?nav= ? ? inurl:*.php?sel=? ?? ?? ?? ? inurl:php?p= ? ? inurl:php?conf=? ?? ?? ?? ???inurl:php?prefix= ? ? inurl:theme.php?THEME_DIR=? ? ? inurl:php?lvc_include_dir=?? ? ? inurl:php?basepath=? ?? ?? ? inurl:php?pm_path= ? ? inurl:php?user_inc=? ?? ?? ? inurl:php?cutepath= ? ? inurl:php?fil_config=? ?? ???inurl:php?libpach= ? ? inurl:php?pivot_path=? ?? ???inurl:php?rep= ? ? inurl:php?conteudo=? ?? ?? ? inurl:php?root= ? ? inurl:php?configFile? ?? ?? ?inurl:php?pageurl ? ? inurl:php?inter_url? ?? ?? ? inurl:php?url= ? ? inurl:php?cmd=? ?? ?? ?? ?? ? inurl:path.php?my= ? ? inurl:php?xlink=? ?? ?? ?? ???inurl:php?to= ? ? inurl:file.php?disp= ? ? ? ?? ? ? ? ?? 找各類數據庫注入: ? ? ? ? inurl:categorysearch.php?indus= ? ? ? ? intext:"樂天臺東民宿網" inurl:news_board.php? ? ? ? ? 小商城類注入: ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"View cart" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"Buy Now" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"add to cart" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"shopping" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"boutique" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"/store/" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"/shop/" ? ? ? ? ? ? ? ? inurl:".php?catid=" intext:"Toys" ? ? ? ? ? ? ? ? inurl:details.php?BookID= ? ? ? ? ? ? ? ? inurl:shop.php?do=part&id= ? ?? ? ?普通cms類注入: ? ???inurl:article.php?ID=? ?? ???inurl:newsDetail.php?id= ? ???inurl:show.php?id=? ?? ?? ?? ?inurl:newsone.php?id= ? ???inurl:news.php?id=? ?? ?? ?? ?inurl:event.php?id= ? ???inurl:preview.php?id=? ?? ???inurl:pages.php?id= ? ???inurl:main.php?id=? ?? ?? ?? ?inurl:prod_detail.php?id= ? ???inurl:view.php?id=? ?? ?? ?? ?inurl:product.php?id= ? ???inurl:contact.php?Id=? ?? ???inurl:display_item.php?id= ? ???inurl:item.php?id=? ?? ?? ?? ?inurl:view_items.php?id= ? ???inurl:details.asp?id=? ?? ???inurl:profile.asp?id= ? ???inurl:content.asp?id=? ?? ???inurl:display_item.asp?id= ? ???inurl:view_detail.asp?ID=? ? inurl:section.php?id= ? ???inurl:theme.php?id=? ?? ?? ? inurl:produit.php?id= ? ???inurl:chappies.php?id=? ?? ? inurl:readnews.php?id= ? ???inurl:rub.php?idr=? ?? ?? ???inurl:pop.php?id= ? ???inurl:person.php?id=? ?? ?? ?inurl:read.php?id= ? ???inurl:reagir.php?num=? ?? ???inurl:staff_id= ? ???inurl:gallery.php?id=? ?? ???inurl:humor.php?id= ? ???inurl:spr.php?id=? ?? ?? ?? ?inurl:gery.php?id= ? ???inurl:profile_view.php?id= ? ???inurl:fellows.php?id=? ?? ???inurl:ray.php?id= ? ???inurl:productinfo.php?id= ? ???inurl:file.php?cont=? ?? ?? ?inurl:include.php?chapter= ? ???inurl:principal.php?param= ? ???inurl:general.php?menue=? ???inurl:php?pref= ? ???inurl:nota.php?chapter=? ?? ?inurl:php?str= ? ???inurl:php?corpo=? ?? ?? ?? ?? ?inurl:press.php?*
|
總結
以上是生活随笔為你收集整理的google黑客命令搜集的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 「 神器 」绝不简单的截图神器
- 下一篇: VPB测试 使用Osgdem运行例子