`
passedbylove
  • 浏览: 19069 次
  • 性别: Icon_minigender_1
  • 来自: 沭阳人得南京
社区版块
存档分类

Google Hacking Against Privacy学习笔记

阅读更多
Google Hacking Against Privacy
title:Google Hacking 挑战隐私

ps:此文档内容为德国一家国立大学的***写出来的
英语烂翻译不是很好,欢迎查错,但我有把握绝对没有扭曲作者文章中的原意
部分搜索语句中还有"(注释内容)" 查询时候请手动删除
-----------------------

[all]inurl
[all]intext
[all]intitle
site
ext,filetype
symbol: - . * |
boolean Epression: and or not

lang:"c++" define

隐私信息
1.用户名和密码
   "create table" insert into" "pass|passwd|password" (ext:sql | ext:dump | ext:txt)
   "your password * is" (ext:csv | ext.doc | ext:txt)

2. 密匙
   "index of" slave_datatrans OR from_master

3.隐私的密码
   "Begin (DSA | RSA)" ext:key
   "index of" "secring.gpg"

4.经过加密的消息
   -"public | pubring | pubkeysignature | pgp | and | or |release" ext:gpg
   -intext:"and" (ext:enc | ext:axx)
   "ciphervalue" ext:xml


机密信息
那些期望成为机密以杜绝未经授权人查看的信息
data that is expected to stay confidential against unauthorized access

1.聊天日志
   "session start" "session ident" thomas ext:txt

2.私人信件/邮件
   "index of" inbox.dbx
   "To parent directory" inurl:"Identities"

3.机密的目录和文件
   "index of" (private | secure | geheim | gizli)
   "robots.txt" "User-agent" ext:txt
   "this document is private | confidential(机密的) | secret" ext:doc | ext:pdf | ext:xls
   intitle:"index of" "jpg | png | bmp" inurl"personal | inurl:private

4.在线网络摄像头

intitle:"live View/ -AXIS" | inurl:view/view.shtml
   inurl:"ViewFrame?Mode="
   inurl:"MultiCameraFrame?Mode="
inturl:"axis-cgi/mjpg"
intext:"MOBOTIX M1"
   intext:"Open Menu"
   inurl:"view/index.shtml"
  www.undertree.us/allcams.html

Google Video
   supergirl duration:(short | medium | long) is:free



在线设备
inurl:"hp/device/this.LCDispatcher"
intitle:liveapplet inurl:LvAppl
"Please wait ....." intitle:"SWW link"

敏感信息
(那些通常公众于世但它的透露可能会给当事人带来麻烦的信息)
Data which is normally public but whose reveal may disturb its owner

1.位于讨论会,邮局等场所
   inurl:"search.php?search_author=thomas"
   inurl:pipermail "thomas fischer"

2.敏感的目录
   intitle:"index of" inurl:"backup"


3.Web 2.0
   "thomas fischer" site:blogspot.com
   "thomas" site:flickr.com
   "thomas" site:youtube.com


鉴定资料
1.描述标识私人的信息
   姓名,地址,电话,电话分机
   allintext: name email phone address intext:"thomas fischer(人物)" ext:pdf
   Twiki inurl:"View/Main" "thomas fischer"

   个人简历
   intitle:CV OR intitle:Lebenslauf "thomas fischer"
   intitle:CV OR intitle:Lebenslauf ext:pdf OR ext:doc

2 用户姓名
   intitle:"usage Statistics(统计表) for" intext:"Total Unique Usernames"


Examples Of Google Hacking 1
不可靠程序透露的信息
"php version" intitle:phpinfo inurl:info.php

程序中含有SQL注入漏洞并且路径可以修改弱口
"advanced guestbook * powered" inurl:addentry.php
intitle:"View img" inurl:viewimg.php

安全扫描报告
"Assessment report" "nessus" filetype:pdf


数据库程序和错误文件
"Welcome to phpmyadmin ***" "running on * as root@*" intitle:phpmyadmin
"mysql error with query"

============================================================================
countermeasure(对策)

Use automatic tools to check your system(e.g. gooscan,sitedigger,goolink)
Install and manage Google Honeypot

sitedigger

free from FoundStone Company
support Both GHD and foundstone's own hacking database

for a given host,all etries in the database are queried


===================================================
References


google hacking database  
http://johnny.ihackstuff.com


google hack honeypot project
http://ghh.sourceforge.net


goolink -security scanner


www.ghacks.net/2005/11/23/goolink-scanner-beta-preview/


siteDigger c2.0 -information Gathering Tool
http://www.foundstone.com
FileSearching
www.filesearching.com

gooscan-google security scanner

http://johnny.ihackstuff.com
=====================================================
Please use this information for no other reason

Online Cameras

inurl:"viewrframe?mode=motion"(Requires ActiveX)
intitle:"snc-rz30 home" (requires activeX)
intitle:"WJ-NT104 Main"
inurl:LvApp1 intilte:liveapplet(great pan and zoom)
intitle:"Live Vew / -AXIS"
inurl:indexFrame.shtml "Axis Video Server"

查看从Google中注销的网站

思路:找到记载这些网站的robots.txt进行筛选
"robots.txt" "disallow:" filetype:txt

Front Page user logins
使用此字符串进行搜索,你可以获取很多登陆密码和账户,搜索到的的这些文件中密码和账户都未进行过加密
inurl:_vti_pvt "service.pwd"

Php Photo Albums
此搜索算法允许你察看PHP用户上传倻面相册,并且你可以上传你自己的照片到里面
   inurl:"phphotoabum/upload"

   VNC User info
   通过虚拟机绕过密码验证使用VNc Brute强行破解密码需求这一验证强行的登陆别人的电脑
   "vnc desktop" inurl:5800

   Network Printers
   察看公网的共享打印机,你可以查看他们的状态,设置 ,你还可以用他们中的一些来打印自己的东西
    inurl:"port_255" -htm
   
    php Administrator Access
    PHPMyAdmin是用户操控网站数据库的一个账户,你可以用它来访问那些安全系数比较低的网站,通过这个账户你可以操控他们的网站
    intitle:phpMyAdmin "Welcome to phpMyAdmin ***" running on * as root@*"
5
3
分享到:
评论

相关推荐

    Python_Study Notes For Web Hacking Web安全学习笔记.zip

    总的来说,这份学习笔记提供了从基础到进阶的Python Web安全知识体系,适合对Web安全感兴趣或者希望提升自己安全技能的开发者。通过深入学习和实践,你不仅可以理解Web安全的原理,还能掌握实际的防护和攻击技巧。

    Google Hacking技术手册

    《GoogleHacking技术手册》采纳了详尽的Google语法与工具。在发挥Google的最大搜索效用后,你又将如何反其道,让自己的信息无法被别人搜索到呢?只要你细细品读书中的讲解,顺着作者的逆向思维提示,便可轻松地找到...

    Google Hacking

    ### Google Hacking详解 在数字化时代,信息安全已成为企业和个人必须重视的重要议题。随着网络技术的发展,利用搜索引擎进行安全渗透的技术也日益成熟。“Google Hacking”就是一种通过利用搜索引擎(特别是Google...

    google hacking

    标题与描述:“Google Hacking”概述 Google Hacking是一种利用Google搜索引擎的强大功能,来获取网络上敏感信息的技术。它不仅仅是用于查找未修改过的数据库或遗留的WebShell那么简单,而是能够挖掘出更为深层的...

    google hacking 技术手册

    google hacking 技术手册

    GOOGLE_HACKING技术手册

    ### GOOGLE_HACKING技术手册知识点解析 #### 一、Google Hacking概述 - **定义**:Google Hacking是指利用Google搜索引擎的功能来查找安全漏洞或敏感信息的一种技术手段。通过特定的搜索语法,用户可以深入挖掘...

    Google Hacking语法.md

    自己整理的一些关于Google Hacking语法相关知识,希望对你有所帮助

    Google Hacking技术手册.pdf.zip

    Google Hacking 是利用谷歌搜索的强大,来在浩瀚的互联网中搜索到我们需要的信息。轻量级的搜索可以搜素出一些遗留后门,不想被发现的后台入口,中量级的搜索出一些用户信息泄露,源代码泄露,未授权访问等等,重量...

    Google Hacking for Penetration Testers.pdf

    Google Hacking for Penetration Testers.rar and Google Hacking for Penetration Testers.pdf

    GoogleHacking的入侵原理及防范策略.pdf

    GoogleHacking的入侵原理及防范策略.pdf

    Google Hacking For Penetration Testers (2005).rar

    《Google Hacking for Penetration Testers》是一本深入探讨如何利用谷歌搜索引擎进行渗透测试的书籍。这本书籍源自2005年,虽然时间相对较早,但其中的核心概念和技术原理至今仍具有很高的参考价值。在网络安全领域...

    Google_Hacking技术手册

    《GoogleHacking技术手册》采纳了详尽的Google语法与工具。在发挥Google的最大搜索效用后,你又将如何反其道,让自己的信息无法被别人搜索到呢?只要你细细品读书中的讲解,顺着作者的逆向思维提示,便可轻松地找到...

    Google hacking技术

    Google hacking技术

    GOOGLE_HACKING技术手册.part1.rar

    GOOGLE_HACKING技术手册 GOOGLE_HACKING技术手册 GOOGLE_HACKING技术手册 GOOGLE_HACKING技术手册

    google_hacking_for_penetration_testers_volume_2.0931408796.pdf

    - **定制搜索脚本**:学习如何编写自定义的Python脚本来自动执行复杂的Google搜索任务,并将结果导出到文件或其他应用程序中。 - **数据挖掘与分析**:讲解如何从大量搜索结果中提取有用的数据,并使用数据分析...

Global site tag (gtag.js) - Google Analytics