PDA

View Full Version : ترجمه این متن



anaraki
12 January 2006, 03:15 AM
لطف کنید اگه میشه این متن رو ترجمه کنید ممنون میشم :

========


by
Debasis Mohanty (Orissa, India)
www.hackingspirits.com (http://www.hackingspirits.com)

Introduction

Google is world’s most popular and powerful search engine which has the ability to accept pre-defined commands as input and produce unbelievable results. This enables malicious users like hackers, crackers, and script kiddies etc to use Google search engine extensively to gather confidential or sensitive information which is not visible through common searches.

In this paper I shall cover the below given points that an administrators or security professionals must take into account to prevent such information disclosures:

Google’s Advance Search Query Syntaxes
Querying for vulnerable sites or servers using Google’s advance syntaxes
Securing servers or sites from Google’s invasion

Google’s Advance Search Query Syntaxes

Below discussed are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for critical information digging.

[ intitle: ]

The “intitle:” syntax helps Google restrict the search results to pages containing that word in the title. For example, “intitle: login password” (without quotes) will return links to those pages that has the word "login" in their title, and the word "password" anywhere in the page.

Similarly, if one has to query for more than one word in the page title then in that case “allintitle:” can be used instead of “intitle” to get the list of pages containing all those words in its title. For example using “intitle: login intitle: password” is same as querying “allintitle: login password”.


[ inurl: ]

The “inurl:” syntax restricts the search results to those URLs containing the search keyword. For example: “inurl: passwd” (without quotes) will return only links to those pages that have "passwd" in the URL.

Similarly, if one has to query for more than one word in an URL then in that case “allinurl:” can be used instead of “inurl” to get the list of URLs containing all those search keywords in it. For example: “allinurl: etc/passwd“ will look for the URLs containing “etc” and “passwd”. The slash (“/”) between the words will be ignored by Google.


[ site: ]

The “site:” syntax restricts Google to query for certain keywords in a particular site or domain. For example: “exploits site:hackingspirits.com” (without quotes) will look for the keyword “exploits” in those pages present in all the links of the domain “hackingspirits.com”. There should not be any space between “site:” and the “domain name”.


[ filetype: ]

This “filetype:” syntax restricts Google search for files on internet with particular extensions (i.e. doc, pdf or ppt etc). For example: “filetype:doc site:gov confidential” (without quotes) will look for files with “.doc” extension in all government domains with “.gov” extension and containing the word “confidential” either in the pages or in the “.doc” file. i.e. the result will contain the links to all confidential word document files on the government sites.


[ link: ]

“link:” syntax will list down webpages that have links to the specified webpage. For Example: “link:www.securityfocus.com” (http://www.securityfocus.com%E2%80%9D) will list webpages that have links pointing to the SecurityFocus homepage. Note there can be no space between the "link:" and the web page url.


[ related: ]

The “related:” will list web pages that are "similar" to a specified web page. For Example: “related:www.securityfocus.com” (http://www.securityfocus.com%E2%80%9D) will list web pages that are similar to the Securityfocus homepage. Note there can be no space between the "related:" and the web page url.


[ cache: ]

The query “cache:” will show the version of the web page that Google has in its cache. For Example: “cache:www.hackingspirits.com” (http://www.hackingspirits.com%E2%80%9D) will show Google's cache of the Google homepage. Note there can be no space between the "cache:" and the web page url.

If you include other words in the query, Google will highlight those words within the cached document. For Example: “cache:www.hackingspirits.com (http://www.hackingspirits.com) guest” will show the cached content with the word "guest" highlighted.


[ intext: ]

The “intext:” syntax searches for words in a particular website. It ignores links or URLs and page titles. For example: “intext:exploits” (without quotes) will return only links to those web pages that has the search keyword "exploits" in its webpage.


[ phonebook: ]

“phonebook” searches for U.S. street address and phone number information. For Example: “phonebook:Lisa+CA” will list down all names of person having “Lisa” in their names and located in “California (CA)”. This can be used as a great tool for hackers incase someone want to do dig personal information for social engineering.

Querying for vulnerable sites or servers using Google’s advance syntaxes

Well, the Google’s query syntaxes discussed above can really help people to precise their search and get what they are exactly looking for.

Now Google being so intelligent search engine, malicious users don’t mind exploiting its ability to dig confidential and secret information from internet which has got restricted access. Now I shall discuss those techniques in details how malicious user dig information from internet using Google as a tool.


Using “Index of ” syntax to find sites enabled with Index browsing

A webserver with Index browsing enabled means anyone can browse the webserver directories like ordinary local directories. Here I shall discuss how one can use “index of” syntax to get a list links to webserver which has got directory browsing enabled. This becomes an easy source for information gathering for a hacker. Imagine if the get hold of password files or others sensitive files which are not normally visible to the internet. Below given are few examples using which one can get access to many sensitive information much easily.

Index of /admin
Index of /passwd
Index of /password
Index of /mail

"Index of /" +passwd
"Index of /" +password.txt
"Index of /" +.htaccess

"Index of /secret"
"Index of /confidential"
"Index of /root"
"Index of /cgi-bin"
"Index of /credit-card"
"Index of /logs"
"Index of /config"

Looking for vulnerable sites or servers using “inurl:” or “allinurl:”

Using “allinurl:winnt/system32/” (without quotes) will list down all the links to the server which gives access to restricted directories like “system32” through web. If you are lucky enough then you might get access to the cmd.exe in the “system32” directory. Once you have the access to “cmd.exe” and are able to execute it then you can go ahead in further escalating your privileges over the server and compromise it.


Using “allinurl:wwwboard/passwd.txt”(without quotes) in the Google search will list down all the links to the server which are vulnerable to “WWWBoard Password vulnerability”. To know more about this vulnerability you can have a look at the following link:
http://www.securiteam.com/exploits/2BUQ4S0SAW.html


Using “inurl:.bash_history” (without quotes) will list down all the links to the server which gives access to “.bash_history” file through web. This is a command history file. This file includes the list of command executed by the administrator, and sometimes includes sensitive information such as password typed in by the administrator. If this file is compromised and if contains the encrypted unix (or *nix) password then it can be easily cracked using “John The Ripper”.


Using “inurl:config.txt” (without quotes) will list down all the links to the servers which gives access to “config.txt” file through web. This file contains sensitive information, including the hash value of the administrative password and database authentication credentials. For Example: Ingenium Learning Management System is a Web-based application for Windows based systems developed by Click2learn, Inc. Ingenium Learning Management System versions 5.1 and 6.1 stores sensitive information insecurely in the config.txt file. For more information refer the following links:
http://www.securiteam.com/securitynews/6M00H2K5PG.html


Other similar search using “inurl:” or “allinurl:” combined with other syntaxs

inurl:admin filetype:txt
inurl:admin filetype:db
inurl:admin filetype:cfg
inurl:mysql filetype:cfg
inurl: passwd filetype:txt
inurl:iisadmin
inurl:auth_user_file.txt
inurl: orders.txt
inurl:"wwwroot/*."
inurl:adpassword.txt
inurl:webeditor.php
inurl:file_upload.php

inurl:gov filetype:xls "restricted"
index of ftp +.mdb allinurl:/cgi-bin/ +mailto
Looking for vulnerable sites or servers using “intitle:” or “allintitle:”

Using [allintitle: "index of /root”] (without brackets) will list down the links to the web server which gives access to restricted directories like “root” through web. This directory sometimes contains sensitive information which can be easily retrieved through simple web requests.


Using [allintitle: "index of /admin”] (without brackets) will list down the links to the websites which has got index browsing enabled for restricted directories like “admin” through web. Most of the web application sometimes uses names like “admin” to store admin credentials in it. This directory sometimes contains sensitive information which can be easily retrieved through simple web requests.



Other similar search using “intitle:” or “allintitle:” combined with other syntaxs

intitle:"Index of" .sh_history
intitle:"Index of" .bash_history
intitle:"index of" passwd
intitle:"index of" people.lst
intitle:"index of" pwd.db
intitle:"index of" etc/shadow
intitle:"index of" spwd
intitle:"index of" master.passwd
intitle:"index of" htpasswd
intitle:"index of" members OR accounts
intitle:"index of" user_carts OR user_cart

allintitle: sensitive filetype:doc
allintitle: restricted filetype :mail
allintitle: restricted filetype:doc site:gov

Other interesting Search Queries

To search for sites vulnerable to Cross-Sites Scripting (XSS) attacks:
allinurl:/scripts/cart32.exe
allinurl:/CuteNews/show_archives.php
allinurl:/phpinfo.php


To search for sites vulnerable to SQL Injection attacks:
allinurl:/privmsg.php
allinurl:/privmsg.php



Securing servers or sites from Google’s invasion

Below given are the security measures which system administrators and security professionals must take into account to secure critical information available online, falling into wrong hands:

Install latest security patches available till date for the applications and as well as the operating system running on the servers.

Don’t put critical and sensitive information on servers without any proper authentication system which can be directly accessible to anyone on internet.

Disable directory browsing on the webserver. Directory browsing should be enabled for those web-folders for which you want to give access to anyone on internet.

If you find any links to your restricted server or sites in Google search result then it should be removed. Visit the following link for more details:
http://www.google.com/remove.html

Disable anonymous access in the webserver through internet to restricted systems directory.

Install filtering tools like URLScan for servers running IIS as webserver.



Conclusion

Sometimes increase in sophistication in the systems creates new problems. Google being so sophisticated can be used by any Tom, Dick & Harry on internet to dig sensitive information which is normally neither visible nor reachable to anyone.

The only options left for the security professionals and systems administrators are to secure and harden their systems from such un-authorized invasion.






دوست عزیز چند بار در نوشته هاتون فایل متنی ضمیمه شده دیدم ویرایش کردم لطفا نوشته هاتون رو به صورت مستقیم در تاپیک قرار بدین

Ace
12 January 2006, 03:11 PM
لطف کنید اگه میشه این متن رو ترجمه کنید ممنون میشم
دوست عزیز سلام
من یه سایت داشتم که یه متن رو بهش میدادی و اون رو در عرض 5 دقیقه ترجمه میکرد/الان خاطرم نیست ولی کارش خیلی درست بود

tmsx
12 January 2006, 05:59 PM
اقا اين كه زياده و پر از لغات اصطلاحي و خفن؟

Mahan
12 January 2006, 07:38 PM
بخوای من برات ترجمه می کنم البته یه 4-5 روز طول می کشه چون مقداری زیاد در مورد آقای tmsx بگم که کجای این متن لغات اصطلاحي و خفن داره؟؟؟؟؟؟؟؟

tmsx
12 January 2006, 09:24 PM
بخوای من برات ترجمه می کنم البته یه 4-5 روز طول می کشه چون مقداری زیاد در مورد آقای tmsx بگم که کجای این متن لغات اصطلاحي و خفن داره؟؟؟؟؟؟؟؟

ببخشيد از نظر من كه داره!
به نظر من شما انگليسيتون از من بهتره

anaraki
13 January 2006, 01:44 AM
از همه دوستان به خاطر لطفشون منونم..ولی کسی اگه وقت و حوصله داره لطف کنه زودتر ترجمش کنه...

houtanal
13 January 2006, 01:37 PM
یه دیکشنری تهیه کن (www.shetab.com) متن رو به سادگی خواهی فهمید و در متن های بعدی خواهی دید که چقدر کارت راحت تر شده.
اگر حال این کار رو نداری دنبال این گونه مطالب نگرد.

خارج از بحث :
متن فوق راجع به (سو) استفاده هاییست که میشه از گوگل کرد.(در مورد اکثر موتور های جستجو با کمی بالا و پاینن صادق است)
برای مطالعه میتونید در وب مقالات زیادی (احتمالا چند تایی هم فارسی) در این زمینه پیدا کنید یا به کتبی مثل Google Hacking for Penetration Testers مراجعه کنید .(نسخه 2005 رو دانلود کنید - لینک دانلود ندارم سئوال نکنید)

anaraki
14 January 2006, 08:47 PM
دوست عزیز از راهنمایتون ممنونم...ولی ترجمه کلمه کلمه متن طول می کشد..و تقاضای منم به همین دلیل است اگر کسی قادر به انجام انست لطف زحمت این متن رو بکشد...در ضمن شما ایا برنامه برای ترجمه متن ها نه کلمه کلمه بلکه متن سراق دارید لطف کنید اسمشو بگید یا لینک دانلود اونو قرار دهید ممنون میشم

Artemis
17 January 2006, 07:34 PM
دوست عزیز از سایت http://www.parstranslator.net/ استفاده کن برای ترجمه متن

(==>hell lord<==)
18 January 2006, 08:58 AM
ترجمه شد یا من براتون انجام بدم؟...

امير رضايي
18 January 2006, 02:34 PM
پیشنهاد میکنم هر کس یک پاراگراف از متن رو در فایل زیر ترجمه کنه که زود ترجمه بشه، چون متن زیاده.

(من اصلاً وقت ندارم وگرنه این پیشنهاد رو نمی دادم و به دوستمون کمک می کردم.)

anaraki
18 January 2006, 10:57 PM
متن بصورت روان ترجمه نشد..اگر کسی می تواند بصورت روان ترجمه کند

(==>hell lord<==)
20 January 2006, 03:14 PM
مقدمه
گوکل مقتدر ترین و مهبوب ترین موتور جستجوی جهان است که قابلیت این رو داره که با از قبل تعیین کردن فرمان ها نتایج غیر قابل باوری رو اراعه بده.
این باعث میشه که افراد بد خواه مثل هکر ها و ...از گوگل پهناور استفاده کنند برای جمع کردن اطلاعات محرمانه ی حساس که در جستجو های عمومی این کار امکان پذیر نیست.
:در این صفه من باید نکته های داده شده در زیر رو بپوشانم که مدیران و افراد حفاظتی (security Professionals).
سعی میکنند از فاش شدن مانند این اسناد جلوگیری میکنند
Google’s Advance Search Query Syntaxes
Querying for vulnerable sites or servers using Google’s advance syntaxes
Securing servers or sites from Google’s invasion
Google’s Advance Search Query Syntaxes(اینجا رو متاسفانه درست متوجه نشدم)
در زیر بحث های گوناگونی از فرمان های مخصوص گوگل وجود دارد و من باید هر فرمان رو به طور مختصر توضیح بدم و بگم که چگونه میتوانند برای اطلاعات وخیم جستجو شوند.
[:intitle]
ترکیبintitle (syntax ) به گوگل کمک میکنه که نتایج جستجو رو به صورت منحصر کردن محتوای صفحه به کلمهی موضوع(title) نشان بده.مثلا “intitle: login password” (بدون بیان کردن)
به صفحاتی بر میگرده که کلمه ی Login در اونها به صورت موضوع است.و کلمه ی Password در هر جای صفحه که باشه.
به طور ساده اگر یکی بخواهد باز جویی کند برای بیشتر از یک کلمه در موضوع صفحه(Page Title) در قالب“allintitle:” به جای “intitle” میتواند استفاده کند تا بتواند لیستی از صفحات محتوی تمام آن کلمات را در موضوع صفحات پیدا کند.
مثلا استفاده از “intitle: login intitle: password” مشابه جستجوی “allintitle: login password”. است.
[ inurl: ]
ترکیب “inurl:” جستجو رو به URL هایی منحصر میکنه که دارای واژه ی کلیدی جستجو هستند.
مثلا “inurl: passwd” (بدون بیان کردن) صفحاتی را نشان خواهد داد که "passwd" را در URL خود دارند.
به طور ساده اگر کسی بیش از یک کلمه را مد نظر دارد “allinurl:” میتواند به جای “inurl” مورد استفاده قرار دهد برای به دست آوردن نتایج لازم.
مثلا “allinurl: etc/passwd“ دنبال URL هایی میگردد که محتوی “etc” and “passwd” هستند.
(“/”) Slash بین 2 کلمه در گوگل قبول نمیشود و نادیده گرفته میشود.
[ site: ]
ترکیب “site:” جستجو رو به کلمات کلیدی معین در یک سایت یا Domain محدود میکند.
مثلا:“exploits site:wtland.com”(بدون بیان کردن) دنبال کلمات کلیدی “exploits” موجود در صفحات موجود در آن Domain میپردازد.
بین “site:” و "Domain Name" نباید فضایی (Space) وجود داشته باشد/
[ filetype: ]
ترکیب “filetype:” جستجو رو به جستجو در فایل های موجود در اینترنت با پسوند ویژه ی خود (i.e. doc, pdf or ppt etc) محدود میکند.
مثلا : “filetype:doc site:gov confidential” (بدون بیان کردن) دنبال فایل های همراه با پسوند “.doc” در تمام دامین های دولتی با پسوند “.gov” و محتوی کلمه ی “confidential” هم در صفحه و هم در فایل “.doc” میگردد.
i.e.(نمیدونم مخفف چیه؟...شرمنده)i.e. the result will contain the links to all confidential word document files on the government sites
...

[ link: ]
ترکیب “link:” تمام سایتهایی را لیست میکند که لینکهایی را به سایت معین دارند.
مثلا :“link:www.wtland.com” تمام سایتهایی را لینک میکند که داراری لینکی به این سایت هستند.
توجه کنید که بین "link:" و URL مورد نظر فاصله نباشد!

[ related: ]
ترکیب “related:” نشان خواهد داد تمام سایتهایی را که مشابه و مطابق یک سایت مشخص هستند.
مثلا :“related:www.wtland.com” تمام صفحات مشابه با wtland را لیست میکند/
توجه:باز بین related: و URL سایت نباید فاصله ای باشد.
[ cache: ]
بازیابی “cache:” ورژن سایت موجود در مخزن گوگل را نشان میدهد.
مثلا:“cache:www.Wtland.com”نشان خواهد داد مخزن گوگل را در مورد سایت Google(فکر کنم اینجا نویسنده اشتباه کرده)
توجه:فاصله نباید وجود داشته باشد.
اگر شما کلمات دیگر را در جستجو اضافه کنید ,گوگل آن کلمات را مطابق سند داده شده روشن تر میکند.
مثلا:“cache:www.Wtland.com guest” محتوای مخزن شده را نشان خواهد داد که کلمه ی Guest در آن روشن تر نشان داده شده است.
[ intext: ]
ترکیب “intext:” کلمات را در سایت مخصوصی جستجو میکند.این لینک ها و URL ها و Page Title ها رو نادیده میگیرد/
مثلا:“intext:exploits” (بدون بیان کردن)فقط صفحات وبی را نشان میدهد که دارای کلمه ی "exploits" هستند.
[ phonebook: ]
“phonebook” جستجو میکنه برای خیابان های ایالات متحده و اطلاعات مربوط به شماره تلفن .
مثلا:“phonebook:hell lord+CA” تمام نفرات دارای اسم (hell lord( و منطقه ی California را نشان میدهد.
این میتونه به عنوان یک ابزار خیلی قوی برای Hacker ها و ... باشه تا یک نفر رو تحت نظر گرفته و اطلاعات شخصی و اجتما عی و .. اون رو بدزدند
...تا اینجاش فعلا....خستم شد از بس تایپ کردم...ولی مقاله ی خوب و عالی ای بود.دستت درد نکنه!

anaraki
22 January 2006, 01:20 AM
دمت گرم خیلی خیلی حال دادی ..تشکر

(==>hell lord<==)
22 January 2006, 05:32 PM
ممنون از همتون...قابلی نداشت...اینم بقیش!//
جستجو برای سایت ها و یا سرور های آسیب پذیری که از ترکیب پیشرفته ی گوگل استفاده میکنند.
خوب,ترکیب جستجوی گوگل که در زیر بحث شده خیلی میتونه که به افراد کمک کنه که جستجو شون رو به صورت مختصر و مفید در بیارن و چیزی رو که دقیقا دنبالش هستند رو به دست بیارن.
این روز ها گوگل داره به صورت هوشمند ترین موتور جستجو تبدیل میشه.
افراد خرابکار براشون مهم هست؟ که از ابزار خوبی که گوگل اراعه میده برای کاوش کردن اطلاعات محرمانه و مرموز از اینترنت که دسترسی محدودی دارد استفاده کنند.حال من میخوام که در مورد جزعیات شگرد های افراد خرابکار بحث کنم که چگونه کاوش میکنند اطلاعات رو از اینترنت به وسیله ی گوگل به عنوان ابزار.
استفاده از ترکیب “Index of ” برای یافتن سایتهایی که با Index browsing enabled کار میکنند.
Index browsing enabled به معنی این هست که هر کس میتونه پوشه های سرور سایت رو بگرده مانند پوشه های محلی معمولی.
در اینجا من میخوام بگم که چطور میشه از ترکیب “index of” برای به دست آوردن لیستی از لینکهای سرور های سایتهای(Webservers)که دارای directory browsing enabled هستند استفاده کرد.
این کار باعث ایجاد یک منشا آسان برای جمع آوری اطلاعات برای هکرها میشود.مثل فایل هایی که حاوی پاسوورد ها و دیگر فایل های حساس هستند که به طور معمول از طریق اینترنت قابل رویت نیستند.
در زیر نمونه هایی از مثال هایی است که استفاده از هر کدام باعث دسترسی به بسیاری از فایل های حساس میشود...به همین سادگی.
Index of /admin
Index of /passwd
Index of /password
Index of /mail
"Index of /" +passwd
"Index of /" +password.txt
"Index of /" +.htaccess
"Index of /secret"
"Index of /confidential"
"Index of /root"
"Index of /cgi-bin"
"Index of /credit-card"
"Index of /logs"
"Index of /config"
استفاده از ترکیب “inurl:” یا “inurl:” برای یافتن سایتها یا سرور های آسیب پذیر.
استفاده از “allinurl:winnt/system32/”(بدون بیان کردن)تمام لینکهای سرور هایی را لیست میکند که اجازه دخول به پوشه های حصار شده ای مثل “system32” رو در سراسر شبکه میدهد
اگر شما یکم خوش شانس باشین میتونین به cmd.exe در پوشه ی “system32” دسترسی پیدا کنید.زمانی که شما به “cmd.exe” دسترسی پیدا میکنید و قادر به اداره کردن آن باشید ,بعد شما همچنان میتوانید پیش بروید و سرور را تحت اختیار خود بگیرید*
استفاده از ترکیب “allinurl:wwwboard/passwd.txt”(بدون بیان کردن)در جستجوی گوگل لیست میکنه تمام لینها را به “WWWBoard Password vulnerability” که آسیب پذیرند.
برای شناختن بیشتر این نوع آسیب پذیری بهتره یک سری به لینک زیر بزنید...
http://www.securiteam.com/exploits/2BUQ4S0SAW.html
استفاده از ترکیب “inurl:.bash_history” تمام لینک ها رو به سرور لیست میکنه که به شما دسترسی به پوشه ی “.bash_history” را در تمام شبکه میدهد.این یک فایل مربوط به تاریخ فرمان هاست.
این فایل فرمان هایی را که توسط admin. اجرا شده را لیست میکند,که بعضی از این فرمان ها حساس هستند مثلا تایپ کردن پاسورد ها توسط Admin و...
اگر این فایل تحت نظر گرفته شود و اگر تمام محتوا unix (or *nix) باشند و پاسورد هم بر همین پایه(Unix) باشد بعد به راحتی میتونه که کرک بشه توسط “John The Ripper”.
استفاده از ترکیب “inurl:config.txt” (بدون"")
تمام لینک ها رو به سرور هایی که امکان دسترسی به “config.txt” را دارند را لیست میکند(در تمام شبکه).
این فایل هاوی فایل های حساسی هست به علاوه ی پاسورد مدیریت ( administrative password)
و همچنین اعتبار های سند.
مثلا :Ingenium Learning Management System برنامه ی تحت شبکه ای است برای ویندوز که بر پایه ی موسسه ی Click2learn, Inc ایجاد شده.
Ingenium Learning Management System versions 5.1 and 6.1 اطلاعات حساس را بدون امنیت در فایل config.txt نگه داری میکند.برای اطلاعات بیشتر به لینک http://www.securiteam.com/securitynews/6M00H2K5PG.html بروید.
جستجو های ساده ای که از ترکیبات “inurl:” or “allinurl:” و دیگر ترکیب ها استفاده میکنند:
inurl:admin filetype:txt
inurl:admin filetype:db
inurl:admin filetype:cfg
inurl:mysql filetype:cfg
inurl: passwd filetype:txt
inurl:iisadmin
inurl:auth_user_file.txt
inurl: orders.txt
inurl:"wwwroot/*."
inurl:adpassword.txt
inurl:webeditor.php
inurl:file_upload.php
inurl:gov filetype:xls "restricted"
index of ftp +.mdb allinurl:/cgi-bin/ +mailto

استفاده از ترکیب های “intitle:” or “allintitle:” برای سایتها و سرور های آسیب پذیر.

[allintitle: "index of /root”] استفاده از این ترکیب (بدون براکت ها)لیست میکند تمام سرور ها وسایت هایی که امکان دسترسی به پوشه های حصار دار مانند “root” را در سراسر شبکه به شما میدهد.این پوشه بیشتر اوقات حاوی اطلاعات حساسی است که به راحتی میتوان باز یافت به وسیله ی یک تقاضای کوچ در شبکه(جستجو)
استفاده از [allintitle: "index of /admin”] (بدون براکت ها)لیست خواهد کرد تمام لینک هایی را که دارای index browsing enabled (که در بالا توضیح داده شد)برای پوشه های محصور مثل “admin” در سراسر شبکه.
بیشتر ابزار های تحت شبکه از نامی مثل “admin” استفاده میکنند برای نگه داشتن اعتبار نامه های Admin.
این پوشه بیشتر اوقات حاوی اطلاعات حساسی است که به راحتی میتوان باز یافت به وسیله ی یک تقاضای کوچ در شبکه(جستجو).
نمونه های دیگری از ترکیب هایی که در جستجو های ساده به علاوه ی “intitle:” or “allintitle:” استفاده میشوند:
intitle:"Index of" .sh_history
intitle:"Index of" .bash_history
intitle:"index of" passwd
intitle:"index of" people.lst
intitle:"index of" pwd.db
intitle:"index of" etc/shadow
intitle:"index of" spwd
intitle:"index of" master.passwd
intitle:"index of" htpasswd
intitle:"index of" members OR accounts
intitle:"index of" user_carts OR user_cart
allintitle: sensitive filetype:doc
allintitle: restricted filetype :mail
allintitle: restricted filetype:doc site:gov
Other interesting Search Queries
To search for sites vulnerable to Cross-Sites Scripting (XSS) attacks:
allinurl:/scripts/cart32.exe
allinurl:/CuteNews/show_archives.php
allinurl:/phpinfo.php

To search for sites vulnerable to SQL Injection attacks:
allinurl:/privmsg.php
allinurl:/privmsg.php

خستم شد ببخشید...بقیش در مورد نکته های امنیتی هست...این چند خط دیگه برای خودتون!ببخشید!@!

anaraki
22 January 2006, 05:40 PM
اقا اين هم يك تعدادديگه از كلمات كليدي

"index of/root"
inurl:"auth_user_file.txt"
"Index of /admin"
"Index of /password"
"Index of /mail"
"Index of /" +passwd
"Index of /" +password.txt
"Index of /" +.htaccess
index of ftp +.mdb allinurl:/cgi-bin/ +mailto

administrators.pwd.index
authors.pwd.index
service.pwd.index
filetype:config web
gobal.asax index

allintitle: "index of/admin"
allintitle: "index of/root"
allintitle: sensitive filetype:doc
allintitle: restricted filetype :mail
allintitle: restricted filetype:doc site:gov

inurl:passwd filetype:txt
inurl:admin filetype:db
inurl:iisadmin
inurl:"auth_user_file.txt"
inurl:"wwwroot/*."

top secret site:mil
confidential site:mil

allinurl: winnt/system32/ (get cmd.exe)
allinurl:/bash_history

intitle:"Index of" .sh_history
intitle:"Index of" .bash_history
intitle:"index of" passwd
intitle:"index of" people.lst
intitle:"index of" pwd.db
intitle:"index of" etc/shadow
intitle:"index of" spwd
intitle:"index of" master.passwd
intitle:"index of" htpasswd
intitle:"index of" members OR accounts
intitle:"index of" user_carts OR user_cart

NVX
23 January 2006, 02:56 PM
دوستان عزيز محبت کنن ..... http://www.************.net/smileys/biggrin.gif ترجمه ی متن و كلمات ... تشکر...

If you enjoy our software, please consider making a small donation to help fund development

و

Plugins
و
Outline
و
Echo
و
iBounce
و
iZoom

(==>hell lord<==)
24 January 2006, 03:52 PM
دوستان عزيز محبت کنن ..... http://www.************.net/smileys/biggrin.gif ترجمه ی متن و كلمات ... تشکر...

If you enjoy our software, please consider making a small donation to help fund development

و

Plugins
و
Outline
و
Echo
و
iBounce
و
iZoom
:icon_twis این که با یک دیکشنری میشه ترجمش کرد...:icon_roll
به هر حال....
اگر از نرم افزار ما لذت بردید لطف کنید برای اهدای (مبلغی) به سایت اقدام کنید تا کمکی به افزایش بودجه ی ما بشه :icon_twis :icon_razz
Plugin در اصطلاح به یک سری ایزار هایی میگن که روی برنامه ی مربوط به خودشون نصب میشه و کارایی برنامه رو افزایش میده!...ولی در لغت به پریز برق میگن که به صورت دوشاخه ای هست.
...
outline رو شرمنده نمیدونم.
...
Echo هم یعنی بازتاب چیزی
...
Ibounce و IZoom هم تا حالا بهشون برخورد نداشتم...منو خیلی خیلی ببخشید.بقیه دوستان حتمن میدونن:icon_cool

NVX
30 January 2006, 01:32 AM
خيلی خيلی ممنون .. تا اينجاشم كه به من كمك كرديد عاليه .. موفق باشيد ...