forked from Karanxa/Bug-Bounty-Wordlists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
google.txt
6491 lines (6491 loc) · 256 KB
/
google.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
intitle:"Ganglia" "Cluster Report for"
intitle:index.of people.lst
index.of.secret
index.of.private
index.of.secure
index.of.protected
"ORA-00921: unexpected end of SQL command"
inurl:passlist.txt
intitle:"the page cannot be found" inetmgr
intitle:"the page cannot be found" "2004 microsoft corporation"
"Fatal error: Call to undefined function" -reply -the -next
intitle:"index.of.personal"
allinurl:/examples/jsp/snp/snoop.jsp
intitle:"MikroTik RouterOS Managing Webpage"
+intext:"webalizer" +intext:"Total Usernames" +intext:"Usage Statistics for"
intitle:"index of" intext:globals.inc
intitle:"Samba Web Administration Tool" intext:"Help Workgroup"
filetype:reg reg +intext:"defaultusername" +intext:"defaultpassword"
inurl:metaframexp/default/login.asp | intitle:"Metaframe XP Login"
inurl:"webadmin" filetype:nsf
filetype:url +inurl:"ftp://" +inurl:"@"
intitle:"index of" mysql.conf OR mysql_config
intitle:"Dell Remote Access Controller"
filetype:pem intext:private
intitle:"Big Sister" +"OK Attention Trouble"
inurl:"/cricket/grapher.cgi"
inurl:"cacti" +inurl:"graph_view.php" +"Settings Tree View" -cvs -RPM
intitle:"System Statistics" +"System and Network Information Center"
inurl:"wvdial.conf" intext:"password"
inurl:"slapd.conf" intext:"credentials" -manpage -"Manual Page" -man: -sample
inurl:"slapd.conf" intext:"rootpw" -manpage -"Manual Page" -man: -sample
filetype:netrc password
intitle:"ZyXEL Prestige Router" "Enter password"
filetype:php inurl:"webeditor.php"
BEGIN (CERTIFICATE|DSA|RSA) filetype:key
inurl:explorer.cfm inurl:(dirpath|This_Directory)
BEGIN (CERTIFICATE|DSA|RSA) filetype:csr
"sets mode: +s"
inurl:email filetype:mdb
data filetype:mdb -site:gov -site:mil
intitle:"Index Of" cookies.txt "size"
inurl:backup filetype:mdb
inurl:forum filetype:mdb
intext:(password | passcode) intext:(username | userid | user) filetype:csv
inurl:profiles filetype:mdb
"Novell, Inc" WEBACCESS Username Password "Version *.*" Copyright -inurl:help -guides|guide
ext:pwd inurl:(service | authors | administrators | users) "# -FrontPage-"
filetype:fp5 fp5 -site:gov -site:mil -"cvs log"
filetype:fp3 fp3
filetype:fp7 fp7
inurl:/cgi-bin/sqwebmail?noframes=1
filetype:ini ServUDaemon
filetype:cfg login "LoginServer="
intitle:"please login" "your password is *"
mail filetype:csv -site:gov intext:name
filetype:xls -site:gov inurl:contact
filetype:log "PHP Parse error" | "PHP Warning" | "PHP Error"
intext:"404 Object Not Found" Microsoft-IIS/5.0
"ftp://" "www.eastgame.net"
intitle:"ITS System Information" "Please log on to the SAP System"
intitle:Novell intitle:WebAccess "Copyright *-* Novell, Inc"
intitle:phpMyAdmin "Welcome to phpMyAdmin ***" "running on * as root@*"
filetype:xls inurl:"email.xls"
filetype:pl "Download: SuSE Linux Openexchange Server CA"
filetype:php inurl:index.php inurl:"module=subjects" inurl:"func=*" (listpages| viewpage | listcat)
intitle:"remote ui:top page"
inurl:hp/device/this.LCDispatcher
intitle:"WordPress > * > Login form" inurl:"wp-login.php"
intitle:webeye inurl:login.ml
intitle:"Object not found" netware "apache 1.."
intitle:"DEFAULT_CONFIG - HP"
camera linksys inurl:main.cgi
intitle:"my webcamXP server!" inurl:":8080"
intitle:"Object not found!" intext:"Apache/2.0.* (Linux/SuSE)"
"The script whose uid is " "is not allowed to access"
inurl:/cgi-bin/finger? Enter (account|host|user|username)
intitle:"Virtual Server Administration System"
"OPENSRS Domain Management" inurl:manage.cgi
intitle:"toshiba network camera - User Login"
"File Upload Manager v1.3" "rename to"
intitle:"index of" intext:"content.ie5"
"please visit" intitle:"i-Catcher Console" Copyright "iCode Systems"
inurl:"putty.reg"
inurl:portscan.php "from Port"|"Port Range"
intitle:"sysinfo * " intext:"Generated by Sysinfo * written by The Gamblers."
intitle:Configuration.File inurl:softcart.exe
filetype:pst pst -from -to -date
inurl:technote inurl:main.cgi*filename=*
intext:"Ready with 10/100T Ethernet"
intext:"UAA (MSB)" Lexmark -ext:pdf
intitle:"Welcome to Your New Home Page!" "by the Debian release"
inurl:postfixadmin intitle:"postfix admin" ext:php
"Starting SiteZAP 6.0"
intitle:"phpPgAdmin - Login" Language
intext:("UBB.threadsâ„¢ 6.2"|"UBB.threadsâ„¢ 6.3") intext:"You * not logged *" -site:ubbcentral.com
inurl:/SiteChassisManager/
intitle:"EvoCam" inurl:"webcam.html"
inurl:/webedit.* intext:WebEdit Professional -html
intext:"Videoconference Management System" ext:htm
ext:txt "Final encryption key"
"Phorum Admin" "Database Connection" inurl:forum inurl:admin
"Warning: mysql_query()" "invalid query"
inurl:"/cgi-bin/loadpage.cgi?user_id="
filetype:pl -intext:"/usr/bin/perl" inurl:webcal (inurl:webcal | inurl:add | inurl:delete | inurl:config)
site:ups.com intitle:"Ups Package tracking" intext:"1Z ### ### ## #### ### #"
"Copyright (c) Tektronix, Inc." "printer status"
intext:"MaiLinX Alert (Notify)" -site:networkprinters.com
inurl:"sitescope.html" intitle:"sitescope" intext:"refresh" -demo
inurl:"printer/main.html" intext:"settings"
php-addressbook "This is the addressbook for *" -warning
intitle:"Multimon UPS status page"
intitle:"Live NetSnap Cam-Server feed"
intitle:"V-Gear BEE"
filetype:php inurl:ipinfo.php "Distributed Intrusion Detection System"
intitle:"iVISTA.Main.Page"
intext:"Welcome to the Web V.Networks" intitle:"V.Networks [Top]" -filetype:htm
allinurl:"/*/_vti_pvt/" | allinurl:"/*/_vti_cnf/"
filetype:blt "buddylist"
intitle:upload inurl:upload intext:upload -forum -shop -support -w3c
intitle:"SpeedStream * Management Interface"
inurl:"next_file=main_fs.htm" inurl:img inurl:image.cgi
filetype:ctt Contact
filetype:ctt "msn"
"Index of" rar r01 nfo Modified 2004
intitle:"Network Print Server" filetype:shtm ( inurl:u_printjobs | inurl:u_server | inurl:a_server | inurl:u_generalhelp | u_printjobs )
intitle:"Network Print Server" intext:"http://www.axis.com" filetype:shtm
inurl:"631/admin" (inurl:"op=*") | (intitle:CUPS)
intitle:"Browser Launch Page"
intext:"Mail admins login here to administrate your domain."
intitle:Group-Office "Enter your username and password to login"
inurl:"bookmark.htm"
intitle:"EpsonNet WebAssist Rev"
intitle:"welcome to netware *" -site:novell.com
intitle:"Brother" intext:"View Configuration" intext:"Brother Industries, Ltd."
intitle:"switch login" "IBM Fast Ethernet Desktop"
intitle:"web server status" SSH Telnet
intitle:opengroupware.org "resistance is obsolete" "Report Bugs" "Username" "password"
intitle:Linksys site:ourlinksys.com
intext:"Please enter correct password for Administrator Access. Thank you" "Copyright © 2003 SMC Networks, Inc. All rights reserved."
inurl:camctrl.cgi
"Traffic Analysis for" "RMON Port * on unit *"
filetype:sql ("values * MD5" | "values * password" | "values * encrypt")
(inurl:81-cobalt | inurl:cgi-bin/.cobalt)
intitle:"Kurant Corporation StoreSense" filetype:bok
intitle:"active webcam page"
intitle:"Belarc Advisor Current Profile" intext:"Click here for Belarc's PC Management products, for large and small companies."
intitle:HomeSeer.Web.Control | Home.Status.Events.Log
intitle:"SuSE Linux Openexchange Server" "Please activate JavaScript!"
inurl:"suse/login.pl"
intitle:"Flash Operator Panel" -ext:php -wiki -cms -inurl:asternic -inurl:sip -intitle:ANNOUNCE -inurl:lists
intitle:"Service Managed Gateway Login"
inurl:webmail./index.pl "Interface"
intitle:"actiontec" main setup status "Copyright 2001 Actiontec Electronics Inc"
"Webthru User Login"
ext:cgi intitle:"control panel" "enter your owner password to continue!"
intitle:"ListMail Login" admin -demo
intitle:"Test Page for the Apache HTTP Server on Fedora Core" intext:"Fedora Core Test Page"
intitle:asterisk.management.portal web-access
intitle:"Flash Operator Panel" -ext:php -wiki -cms -inurl:asternic -inurl:sip -intitle:ANNOUNCE -inurl:lists
intitle:index.of /maildir/new/
intitle:"OfficeConnect Wireless 11g Access Point" "Checking your browser"
powered.by.instaBoard.version.1.3
intitle:"Lexmark *" inurl:port_0
inurl:/en/help.cgi "ID=*"
intitle:jdewshlp "Welcome to the Embedded Web Server!"
"display printer status" intitle:"Home"
inurl:JPGLogin.htm
intitle:"Welcome to Windows Small Business Server 2003"
"[SQL Server Driver][SQL Server]Line 1: Incorrect syntax near" -forum -thread -showthread
intitle:"inc. vpn 3000 concentrator"
intext:"vbulletin" inurl:admincp
intitle:ilohamail intext:"Version 0.8.10" "Powered by IlohaMail"
"Parse error: parse error, unexpected T_VARIABLE" "on line" filetype:php
"Please use Netscape 2.0 or enhance !!" -site:dlink.com -site:ovislink.com.tw
inurl:cgi-bin inurl:bigate.cgi
ext:dhtml intitle:"document centre|(home)" OR intitle:"xerox"
ext:DBF DBF
ext:CDX CDX
ext:ccm ccm -catacomb
ext:DCA DCA
intitle:"ERROR: The requested URL could not be retrieved" "While trying to retrieve the URL" "The following error was encountered:"
!Host=*.* intext:enc_UserPassword=* ext:pcf
intitle:"Welcome To Your WebSTAR Home Page"
intitle:"site administration: please log in" "site designed by emarketsouth"
intitle:"Document title goes here" intitle:"used by web search tools" " example of a simple Home Page"
intitle:"WorldClient" intext:"© (2003|2004) Alt-N Technologies."
site:*/lost_pass.php
intitle:"SWW link" "Please wait....."
intitle:"InterJak Web Manager"
inurl:server.cfg rcon password
inurl::2082/frontend -demo
intitle:"Welcome to 602LAN SUITE *"
intitle:"SSHVnc Applet"OR intitle:"SSHTerm Applet"
intext:"powered by Hosting Controller" intitle:Hosting.Controller
intitle:"Netopia Router (*.)""to view this site"
"To view the Web interface of the SpeedTouch, Java
intitle:"Dell *" inurl:port_0
(intitle:"502 Proxy Error")|(intitle:"503 Proxy Error") "The proxy server could not handle the request" -topic -mail -4suite -list -site:geocrawler.co
intitle:"PacketShaper Customer Login"
( intitle:"PacketShaper Login")|(intitle:"PacketShaper Customer Login")
inurl:Citrix/MetaFrame/default/default.aspx
inurl:/SUSAdmin intitle:"Microsoft Software Update Services"
inurl:exchweb/bin/auth/owalogon.asp
(cam1java)|(cam2java)|(cam3java)|(cam4java)|(cam5java)|(cam6java) -navy.mil -backflip -power.ne.jp
+intext:"powered by MyBulletinBoard"
intext:"SteamUserPassphrase=" intext:"SteamAppUser=" -"username" -"user"
inurl:"CgiStart?page="
intitle:"phpinfo()" +"mysql.default_password" +"Zend Scripting Language Engine"
printers/printman.html
intitle:"configuration" inurl:port_0
intitle:"Dell Laser Printer M5200" port_0
"RICOH Network Printer D model-Restore Factory"
intitle:"GCC WebAdmin" -gcc.ru
inurl:textpattern/index.php
tilt intitle:"Live View / - AXIS" | inurl:view/view.shtml
allinurl:cdkey.txt
"This section is for Administrators only. If you are an administrator then please"
intitle:"Member Login" "NOTE: Your browser must have cookies enabled in order to log into the site." ext:php OR ext:cgi
filetype:mdb "standard jet" (password | username | user | pass)
ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:"budget approved") inurl:confidential
intitle:"admin panel" +"Powered by RedKernel"
intitle:MyShell 1.1.0 build 20010923
http://www.google.com/search?q=intitle:%22Network+Storage+Link+for+USB+2.0+Disks%22+Firmware&num=100&hl=en&lr=&c2coff=1&safe=off&filter=0
intitle:"AlternC Desktop"
"inspanel" intitle:"login" -"cannot" "Login ID" -site:inspediumsoft.com
"HostingAccelerator" intitle:"login" +"Username" -"news" -demo
intitle:iDVR -intitle:"com | net | shop" -inurl:"asp | htm | pdf | html | php | shtml | com | at | cgi | tv"
"There seems to have been a problem with the" " Please try again by clicking the Refresh button in your web browser."
inurl:csCreatePro.cgi
intitle:"Content Management System" "user name"|"password"|"admin" "Microsoft IE 5.5" -mambo -johnny.ihackstuff
phpLDAPadmin intitle:phpLDAPadmin filetype:php inurl:tree.php | inurl:login.php | inurl:donate.php (0.9.6 | 0.9.7)
intext:"Master Account" "Domain Name" "Password" inurl:/cgi-bin/qmailadmin
intitle:"web-cyradm"|"by Luc de Louw" "This is only for authorized users" -tar.gz -site:web-cyradm.org -johnny.ihackstuff
"You have requested to access the management functions" -.edu
inurl:chitchat.php "choose graphic"
"Please authenticate yourself to get access to the management interface"
ext:inc "pwd=" "UID="
intext:"Master Account" "Domain Name" "Password" inurl:/cgi-bin/qmailadmin
intitle:guestbook inurl:guestbook "powered by Advanced guestbook 2.*" "Sign the Guestbook"
"powered by Gallery v" "[slideshow]"|"images" inurl:gallery
intitle:"Backup-Management (phpMyBackup v.0.4 beta * )" -johnny.ihackstuff
"you can now password" | "this is a special page only seen by you. your profile visitors" inurl:imchaos
"Welcome to Administration" "General" "Local Domains" "SMTP Authentication" inurl:admin
intitle:rapidshare intext:login
intitle:"Orite IC301" | intitle:"ORITE Audio IP-Camera IC-301" -the -a
inurl:/modcp/ intext:Moderator+vBulletin
"Powered by GTChat 0.95"+"User Login"+"Remember my login information"
intitle:"WEB//NEWS Personal Newsmanagement" intext:"© 2002-2004 by Christian Scheb - Stylemotion.de"+"Version 1.4 "+"Login"
intitle:"i-secure v1.1" -edu
intitle:"Login to the forums - @www.aimoo.com" inurl:login.cfm?id=
"Warning:" "SAFE MODE Restriction in effect." "The script whose uid is" "is not allowed to access owned by uid 0 in" "on line"
"CosmoShop by Zaunz Publishing" inurl:"cgi-bin/cosmoshop/lshop.cgi" -johnny.ihackstuff.com -V8.10.106 -V8.10.100 -V.8.10.85 -V8.10.108 -V8.11*
"Powered by Woltlab Burning Board" -"2.3.3" -"v2.3.3" -"v2.3.2" -"2.3.2"
intitle:"Folder Listing" "Folder Listing" Name Size Date/Time File Folder
"Directory Listing for" "Hosted by Xerver"
intitle:"Netcam" intitle:"user login"
intitle:"Biromsoft WebCam" -4.0 -serial -ask -crack -software -a -the -build -download -v4 -3.01 -numrange:1-10000
(intitle:"VisionGS Webcam Software")|(intext:"Powered by VisionGS Webcam") -showthread.php -showpost.php -"Search Engine" -computersglobal.com -site:g
inurl:login.jsp.bak
intitle:"IQeye302 | IQeye303 | IQeye601 | IQeye602 | IQeye603" intitle:"Live Images"
intitle:"urchin (5|3|admin)" ext:cgi
inurl:polly/CP
intitle:Bookmarks inurl:bookmarks.html "Bookmarks
server-dbs "intitle:index of"
("port_255/home")|(inurl:"home?port=255")
"This page is for configuring Samsung Network Printer" | printerDetails.htm
inurl:course/category.php | inurl:course/info.php | inurl:iplookup/ipatlas/plot.php
"Powered by XOOPS 2.2.3 Final"
intitle:"EXTRANET * - Identification"
intitle:"EXTRANET login" -.edu -.mil -.gov -johnny.ihackstuff
intitle:"*- HP WBEM Login" | "You are being prompted to provide login account information for *" | "Please provide the information requested and press
intitle:"Novell Web Services" "GroupWise" -inurl:"doc/11924" -.mil -.edu -.gov -filetype:pdf
intitle:"SNOIE Intel Web Netport Manager" OR intitle:"Intel Web Netport Manager Setup/Status"
intitle:"Welcome to F-Secure Policy Manager Server Welcome Page"
"Establishing a secure Integrated Lights Out session with" OR intitle:"Data Frame - Browser not HTTP 1.1 compatible" OR intitle:"HP Integrated Lights-
inurl:nnls_brand.html OR inurl:nnls_nav.html
intitle:"Summit Management Interface" -georgewbush.org.uk
intitle:Cisco "You are using an old browser or have disabled javascript. You must use version 4 or higher of Netscape Navigator/Communicator"
intitle:"Iomega NAS Manager" -ihackstuff.com
"This website was created with phpWebThings 1.4"
intitle:"Sony SNT-V304 Video Network Station" inurl:hsrindex.shtml
"Copyright 2000 - 2005 Miro International Pty Ltd. All rights reserved" "Mambo is Free Software released"
("Skin Design by Amie of Intense")|("Fanfiction Categories" "Featured Stories")|("default2, 3column, Romance, eFiction")
"Powered by UPB" (b 1.0)|(1.0 final)|(Public Beta 1.0b)
"Welcome to the directory listing of" "NetworkActiv-Web-Server"
"Powered by Xaraya" "Copyright 2005"
"This website powered by PHPX" -demo
"Warning: Installation directory exists at" "Powered by Zen Cart" -demo
"Based on DoceboLMS 2.0"
inurl:Printers/ipp_0001.asp
"Site powered By Limbo CMS"
inurl:/Merchant2/admin.mv | inurl:/Merchant2/admin.mvc | intitle:"Miva Merchant Administration Login" -inurl:cheap-malboro.net
intitle:Axis inurl:"/admin/admin.shtml"
intitle:"Admin login" "Web Site Administration" "Copyright"
intitle:"b2evo > Login form" "Login form. You must log in! You will have to accept cookies in order to log in" -demo -site:b2evolution.net
inurl:ovcgi/jovw
(intitle:WebStatistica inurl:main.php) | (intitle:"WebSTATISTICA server") -inurl:statsoft -inurl:statsoftsa -inurl:statsoftinc.com -edu -software -rob
intext:"Powered by CubeCart 3.0.6" intitle:"Powered by CubeCart"
inurl:proxy | inurl:wpad ext:pac | ext:dat findproxyforurl
inurl:/cgi-bin/pass.txt
"Emergisoft web applications are a part of our"
inurl:/img/vr.htm
DCS inurl:"/web/login.asp"
intitle:"Dell Laser Printer *" port_0 -johnny.ihackstuff
"bp blog admin" intitle:login | intitle:admin -site:johnny.ihackstuff.com
ext:asa | ext:bak intext:uid intext:pwd -"uid..pwd" database | server | dsn
intext:"PhpGedView Version" intext:"final - index" -inurl:demo
intext:"Powered by DEV web management system" -dev-wms.sourceforge.net -demo
intitle:"phpDocumentor web interface"
intitle:Ovislink inurl:private/login
inurl:install.pl intitle:GTchat
inurl:rpSys.html
intitle:"::::: INTELLINET IP Camera Homepage :::::
filetype:pl intitle:"Ultraboard Setup"
intext:ViewCVS inurl:Settings.php
"Powered by Midmart Messageboard" "Administrator Login"
inurl:install.pl intext:"Reading path paramaters" -edu
inurl:build.err
intitle:"Horde :: My Portal" -"[Tickets"
"Please re-enter your password It must match exactly"
intext:"Fill out the form below completely to change your password and user name. If new username is left blank, your old one will be assumed." -edu
inurl:CrazyWWWBoard.cgi intext:"detailed debugging information"
intitle:"4images - Image Gallery Management System" and intext:"Powered by 4images 1.7.1"
filetype:sql "insert into" (pass|passwd|password)
"Powered by Simplog"
"index of /" ( upload.cfm | upload.asp | upload.php | upload.cgi | upload.jsp | upload.pl )
"powered by sblog" +"version 0.7"
(intitle:"WordPress › Setup Configuration File")|(inurl:"setup-config.php?step=")
intitle:"AR-*" "browser of frame dealing is necessary"
intext:"you to handle frequent configuration jobs easily and quickly" | intitle:"Show/Search other devices"
"Thank You for using WPCeasy"
intitle:"NAS" inurl:indexeng.html
intitle:"Skystream Networks Edge Media Router" -securitytracker.com
intitle:"EZPartner" -netpond
intitle:"Ethernet Network Attached Storage Utility"
inurl:2000 intitle:RemotelyAnywhere -site:realvnc.comg
intitle:"GigaDrive Utility"
intitle:"LOGREP - Log file reporting system" -site:itefix.no
"Web-Based Management" "Please input password to login" -inurl:johnny.ihackstuff.com
intitle:"DVR Client" -the -free -pdf -downloads -blog -download -dvrtop
"OK logout" inurl:vb.htm?logout=1
inurl:"calendarscript/users.txt"
intitle:"Edr1680 remote viewer"
inurl:"vsadmin/login" | inurl:"vsadmin/admin" inurl:.php|.asp -"Response.Buffer = True" -javascript
intitle:"Login to @Mail" (ext:pl | inurl:"index") -dwaffleman
"Powered by Loudblog"
intitle:"b2evo installer" intext:"Installer für Version"
"This website engine code is copyright" "2005 by Clever Copy" -inurl:demo
"powered by runcms" -runcms.com -runcms.org
("This Dragonflyâ„¢ installation was" | "Thanks for downloading Dragonfly") -inurl:demo -inurl:cpgnuke.com
inurl:updown.php | intext:"Powered by PHP Uploader Downloader"
inurl:docmgr | intitle:"DocMGR" "enter your Username and"|"und Passwort bitte"|"saisir votre nom"|"su nombre de usuario" -ext:pdf -inurl:"download.php
(intitle:"Flyspray setup"|"powered by flyspray 0.9.7") -flyspray.rocks.cc
intext:"LinPHA Version" intext:"Have fun"
"powered by 4images"
intext:"Powered by Plogger!" -plogger.org -ihackstuff -exploit
intext:"powered by gcards" -ihackstuff -exploit
"Powered by XHP CMS" -ihackstuff -exploit -xhp.targetit.ro
"powered by php icalendar" -ihackstuff -exploit
"powered by guestbook script" -ihackstuff -exploit
"powered by claroline" -demo
"PhpCollab . Log In" | "NetOffice . Log In" | (intitle:"index.of." intitle:phpcollab|netoffice inurl:phpcollab|netoffice -gentoo)
intext:"2000-2001 The phpHeaven Team" -sourceforge
intext:"2000-2001 The phpHeaven Team" -sourceforge
"2004-2005 ReloadCMS Team."
"powered by phplist" | inurl:"lists/?p=subscribe" | inurl:"lists/index.php?p=subscribe" -ubbi -bugs +phplist -tincan.co.uk
intitle:"IVC Control Panel"
(intitle:MOBOTIX intitle:PDAS) | (intitle:MOBOTIX intitle:Seiten) | (inurl:/pda/index.html +camera)
"Warning: Division by zero in" "on line" -forum
"Warning: mysql_connect(): Access denied for user: '*@*" "on line" -help -forum
inurl:"php121login.php"
intitle:("TrackerCam Live Video")|("TrackerCam Application Login")|("Trackercam Remote") -trackercam.com
"Warning:" "failed to open stream: HTTP request failed" "on line"
"You have not provided a survey identification num
"Warning: Bad arguments to (join|implode) () in" "on line" -help -forum
"This script was created by Php-ZeroNet" "Script . Php-ZeroNet"
"Unable to jump to row" "on MySQL result index" "on line"
intitle:"HelpDesk" "If you need additional help, please email helpdesk at"
inurl:database.php | inurl:info_db.php ext:php "Database V2.*" "Burning Board *"
"The statistics were last updated" "Daily"-microsoft.com
(intitle:"Please login - Forums powered by WWWThreads")|(inurl:"wwwthreads/login.php")|(inurl:"wwwthreads/login.pl?Cat=")
(intitle:"rymo Login")|(intext:"Welcome to rymo") -family
intitle:"Employee Intranet Login"
inurl:"/slxweb.dll/external?name=(custportal|webticketcust)"
intitle:"Uploader - Uploader v6" -pixloads.com
intitle:"Apache Status" "Apache Server Status for"
"SquirrelMail version" "By the SquirrelMail Development Team"
(intitle:"Please login - Forums powered by UBB.threads")|(inurl:login.php "ubb")
intitle:"Veo Observer XT" -inurl:shtml|pl|php|htm|asp|aspx|pdf|cfm -intext:observer
(intitle:(EyeSpyFX|OptiCamFX) "go to camera")|(inurl:servlet/DetectBrowser)
intitle:"X7 Chat Help Center" | "Powered By X7 Chat" -milw0rm -exploit
allinurl:tseekdir.cgi
inurl:cgi-bin/guestimage.html
intitle:"BadBlue: the file-sharing web server anyone can use"
"powered by pppblog v 0.3.(.)"
Copyright . Nucleus CMS v3.22 . Valid XHTML 1.0 Strict . Valid CSS . Back to top -demo -"deadly eyes"
"Powered by PHP-Fusion v6.00.110" | "Powered by PHP-Fusion v6.00.2.." | "Powered by PHP-Fusion v6.00.3.." -v6.00.400 -johnny.ihackstuff
intitle:"XOOPS Site" intitle:"Just Use it!" | "powered by xoops (2.0)|(2.0.....)"
allintitle: EverFocus | EDSR | EDSR400 Applet
allintitle:Edr1680 remote viewer
allintitle: EDR1600 login | Welcome
allintitle: EDR400 login | Welcome
intitle:"Divar Web Client"
intitle:"Live View / - AXIS" | inurl:view/view.shtml OR inurl:view/indexFrame.shtml | intitle:"MJPG Live Demo" | "intext:Select preset position"
allintitle: Axis 2.10 OR 2.12 OR 2.30 OR 2.31 OR 2.32 OR 2.33 OR 2.34 OR 2.40 OR 2.42 OR 2.43 "Network Camera "
intitle:"Login to @Mail" (ext:pl | inurl:"index") -dwaffleman
ext:php intext:"$dbms""$dbhost""$dbuser""$dbpasswd""$table_prefix""phpbb_installed"
"Powered by sendcard - an advanced PHP e-card program" -site:sendcard.org
"powered by xmb"
inurl:wrcontrollite
"Powered by Vsns Lemon" intitle:"Vsns Lemon"
inurl:"simplenews/admin"
"LANCOM DSL/*-* Office *" "Entry Page"
intitle:"AppServ Open Project *" "AppServ is a merging open source software installer package" -phpbb
intitle:ARI "Phone System Administrator"
filetype:reg reg HKEY_CURRENT_USER SSHHOSTKEYS
"Cisco PIX Security Appliance Software Version" + "Serial Number" + "show ver" -inurl
http://www.google.com/search?q=inurl%3Aindex.php%3Fpagedb%3Drss
inurl:"sbw2Behoerden.php"
intitle:index.of cisco asa -site:cisco.com
allintext:"fs-admin.php"
intitle:index.of ios -site:cisco.com
"Remote Supervisor Adapter II" inurl:userlogin_logo.ssi
allintext:"WebServerX Server at"
allintitle:"SyncThru Web Service"
inurl:/dana-na/auth/
inurl:src/login.php
This page was produced using SAM Broadcaster. © Copyright Spacial Audio Solutions, LLC 1999 - 2004.
allinurl: id "com_jooget"
inurl:comment.asp intext:Your e-mail address will be used to send you voting and comment activity. Inclusion of your address is optional but Battle Blog cannot notify you of these activities unless you supply an accurate e-mail.
inurl:com_img
intitle:"Welcome to IIS 4.0"
inurl:"toplist.php" "powered by phpbb"
"Designed and Developed by Debliteck Ltd"
intext:"Powered By : Yamamah Version 1.00"
inurl:"whoiscart/admin/hostinginterfaces/"
"Powered by nzFotolog v0.4.1 © 2005-2006 Ricardo Amaral"
"SQuery 4.5" |"SQuery 4.0" |"SQuery 3.9" | inurl:"modules.php?name=SQuery"
"Upload unique IP List:" AND "The Ultimate Fake Hit Generator - BOOST YOUR ALEXA RANK"
inurl:"ir/addlink.php?id=" OR inurl:"addlink.php?id="
intext:"powered and designed by Dow Group"
intext:"powered by Milonic" inurl:viewnews.php?id=
"mirco blogging"
"Sitedesign by: Dieleman www.dieleman.nl - Copyright © 2010"
"intext:Warning: passthru()" "inurl:view=help"
PHPGénéalogie fonctionne sur un serveur PHP
inurl:"char.php?id=" OR intitle:Minimanager for trinity server
inurl:"product_desc.php?id=" Powered by Zeeways.com
"Transloader by Somik.org" OR "Transloader by" OR "Transloder"
Powered by ArticlesOne.com oR Website Powered by ArticlesOne.com
"powered by CubeCart" inurl:"index.php?_a="
intext: "Site developed & mantained by Woodall Creative Group"
"Web Group Communication Center beta 0.5.6" OR "Web Group Communication Center beta 0.5.5"
inurl:"picture.php?cat=" "Powered by PhpWebGallery 1.3.4"
"Powered by Glossword 1.8.11" OR "Powered by Glossword 1.8.6"
Maian Events v2.0 Copyright © 2005-2008 Maian Script World. All Rights Reserved
intitle:index.of mt-db-pass.cgi
inurl:categoria.php?ID= comune
"Web site engine's code is copyright © 2001-2007 ATutor®"
Créé par Narfight, ClanLite V2.2006.05.20 © 2000-2005
"Powered by Atomic Photo Album" inurl:"photo.php?apa_album_ID="
"100% | 50% | 25%" "Back to gallery" inurl:"show.php?imageid="
Powered by DUdforum 3.0 inurl:/forums.asp?iFor=
allinurl: galid "index.php?p=gallerypic"
"Powered by yappa-ng 2.3.1" AND "Powered by yappa-ng 2.3.1"
"ActualAnalyzer Lite (free) 2.78"+"Copyright © 2006 ActualScripts"
inurl:com_forum
"Copyright (c) 2004-2006 by Simple PHP Guestbook"
inurl:"browse.php?folder=" Powered by GeneShop 5
inurl:/modules/Partenaires/clic.php?id=
intitle:"Index of" .mysql_history
"powered by DBHcms"
intext:"sitio web diseñado por www.toronja.com.pe"
Maian Gallery v2.0 Copyright © 2006-2008 Maian Script World. All Rights Reserved.
allintext:" If you would like to contact us, our email address is" traffic
powered by apt-webservice ;apt-webshop-system v3.0
Maian Music v1.0. Copyright © 2007-2008 Maian Script World. All Rights Reserved.
"Help desk software by United Web Coders rev. 3.0.640"
"Index of /backup"
"Software PBLang 4.66z" AND "Software PBLang 4.60" OR "Software PBLang"
intext:"Web design by goffgrafix.com"
"Welcome to Exponent CMS" | "my new exponent site" inurl:articlemodule
"Powered by Drumbeat" inurl:index02.php
"Designed & Developed by N.E.T E-Commerce Group. All Rights Reserved."
"Powered by SocketMail Lite version 2.2.8. Copyright © 2002-2006"
Powered by WHMCompleteSolution - OR inurl:WHMCS OR announcements.php
inurl:inc_catalogmanager.asp
allinurl: "pollBooth.php?op=results"pollID
"Factux le facturier libre V 1.1.5"
Powered by XAOS systems
inurl:inc_documentlibrarymanager.asp
inurl:"phpRaid" "phpRaid" "roster.php?Sort=Race"
inurl:"classifieds.php?cat="
inurl:"index.php?option=com_jequoteform"
"Software Categories" "Featured Resources" "Search"
"Website Powered By Creative SplashWorks - SplashSite"
inurl:"index.php?com_remository"
© 2007 by Lama Software - Accomm Solutions GmbH & Co. KG
inurl:"index.php?option=com_portfolio"
Powered by Article DashBoard
inurl:post.php?Category=Garage
"Send amazing greetings to your friends and relative!"
inurl:tabid/176/Default.aspx OR inurl:portals/0/
"Eyeland Studio Inc. All Rights Reserved."
Powered by Info Fisier
Powered by ArticleMS from ArticleTrader
"powered by Sniggabo CMS" inurl:article.php?id
"Powered By 0DayDB v2.3"
intext:"Powered by Max.Blog"
"Powered by Active PHP Bookmarks v1.3" inurl:.view_group.php?id=
Powered by: XP Book v3.0
"Powered by ispCP Omega"
"This site is powered by CMS Made Simple version 1."
"Jax Calendar v1.34 by Jack (tR), www.jtr.de/scripting/php"
Powered by Platinum 7.6.b.5
allinurl: "index php p shop"categ
Rash Version: 1.2.1
Powered by: mevin productions
inurl:"catalog/product/detail.php?cat="
inurl: user_info.php?user_id= " Or " inurl: index.php?catid= "
Powered by:Traidnt Gallery Version 1.0.
intitle: phpBazar-AdminPanel
allinurl: "index.php?showlink"links
"Aurora CMS"
alegrocart
inurl:/hbcms/php/
inurl:"list.php?lcat_id="
Designed and Developed by karkia E-commerce
"hlstats.php?mode=dailyawardinfo&award=" hlstatsx
Powered by Plogger!
Help Desk Software by Kayako SupportSuite v3.70.02
"powered by dataface" "powered by xataface"
inurl:"weblink_cat_list.php?bcat_id="
allinurl:"/lildbi/"
"Copyrights © 2005 Belgische Federale Overheidsdiensten"
JBC explorer [ by Psykokwak & XaV ]
"powered by Blue Dove Web Design"
"Powered by Fantastic News v2.1.2" or "Powered by Fantastic News v2.1.3"
inurl:treplies.asp?message= intitle:ASP Talk
"MidiCart PHP Database Management"
[ Web Wiz Forums® version 9.64 [Free Express Edition] ]
Copyright 2006 © Flax Article Manager v1.1
allinurl:readmore.php?news_id
"Powered by Elgg, the leading open source social networking platform"
inurl:/index.php?option=com_yellowpages
"Emanuele Guadagnoli" "CcMail"
This FAQ is powered by CascadianFAQ
"site powered by intuitive-websites.com"
Copyright © 2010 ASP SiteWare. All rights reserved.
"powered by openbsd" +"powered by apache"
intext:"RPG Inferno is not available to guests" or intext:"Battle Ground · Clans · Store · Jobs · Auction · Spells Shop · Statistics · Member List"
inurl:com_jstore
APBoard 2.1.0 © 2003-2010 APP - Another PHP Program
allintext:"Browse our directory of our members top sites or create your own for free!"
"ParsBlogger ? 2006. All rights reserved"
"Powered by: PhotoPost PHP 4.6" or "Powered by: PhotoPost PHP 4.5"
"Powered by PG Online Training Solution - learning management system"
inurl:cart.php?m=features&id=
"Bu Site Ticimax E-Ticaret yazılımı ile hazırlanmıştır."
Powered by: Arab Portal inurl:mod.php?mod=html
Powered by NKINFOWEB VSp © 2009
Powered by: PHPDirector 0.30 or nurl:videos.php?id=
"Powered by RedCat" inurl:index.php?contentId=
powered by x7 chat 1.3.6b
intext:Powered by Infront
Powered by Info Fisier.
Powered by WHMCompleteSolution - or inurl:WHMCS
inurl:"product_desc.php?id=" Powered by Zeeways.com
"Website powered by Subdreamer CMS & Sequel Theme Designed by indiqo.media"
"Desenvolvido por WeBProdZ"
inurl:"inurl:file.php?recordID="
"Powered by myBusinessAdmin and Red Cow Technologies, Inc."
"Powered by cityadmin and Red Cow Technologies, Inc."
"Powered by RealAdmin and Red Cow Technologies, Inc."
mod.php?mod=publisher&op=printarticle&artid=
inurl:"index.php?option=com_spa"
inurl:"photo_album.php?alb_id="
intext : "Website by conceptinternetltd"
Powered by PHP Melody 1.5.3
inurl:"guestbook.admin.php?action=settings"
"Developed by Bispage.com"
Script créé par Funewik - Dezign-Box © France
"# Dumping data for table"
inurl:/level/15/exec/-/configure/http
inurl:/exec/show/tech-support/cr
inurl:/level/15/exec/-
"by in-link" or "Powered by In-Link 2."
allintext:"Latest Pictures" Name Gender Profile Rating
inurl:"noticias.php?notiId="
Copyright 2008 Free Image & File Hosting
"PHP Gallery © 2010 PHP Weby hostgator coupon"
"Send amazing greetings to your friends and relative!"
"PHP Gallery © 2010 PHP Weby hostgator coupon"
Copyright © 2007 Agares Media. Powered by AMCMS3.
inurl:"lista_articulos.php?id_categoria="
"PHPWebAdmin for hMailServer" intitle:PHPWebAdmin -site:hmailserver.com
Copyright 2010 My Hosting. All rights reserved
"PHP Gallery © 2010 PHP Weby hostgator coupon"
"index.php?option=com_chronocontact" / "com_chronocontact"
"pages.php?page_ID=" "K9 Kreativity"
intitle:index.of intext:"secring.skr"|"secring.pgp"|"secring.bak"
inurl:"picture.php?cat=" "Powered by PhpWebGallery 1.3.4"
"index.php?option=com_chronoconnectivity" / "com_chronoconnectivity
Powered by cP Creator v2.7.1
intitle:index.of passwd passwd.bak
Powered by PHP Advanced Transfer Manager v1.10 - @2002 Bugada Andrea
Powered by iScripts EasyBiller
"Powered By phpCOIN v1.2.1" / "mod.php?mod=faq"
intext:"Powered By WorldPay" inurl:productdetail.php
inurl:"com_dbquery" OR "index.php?option=com_dbquery"
Powered by Discuz! 1.0 © 2002, Crossday Studio of 11cn.org
Power by donghungx. Copyright © 2008 AttMp3.com. All rights reserved.
"Powered by osCMax v2.0" , "Copyright @" "RahnemaCo.com"
intext:"Free Ecommerce Shopping Cart Software by ViArt" +"Your shopping cart is empty!" + "Products Search" +"Advanced Search" + "All Categories"
"powered by WonderEdit Pro"
"PHP Link Portal v1.95.1 © Big Resources, Inc."
[ Copyright 2005-2006 phpDirectorySourceâ„¢, all rights reserved ]
"index.php?option=com_sef" / "com_sef"
inurl:.asp? Powered by Comersus ASP Shopping Cart
"Powered by: Yes Solutions"
Powered by PBBoard© 2009 Version 2.0.5
inurl:/components/je-media-player.html?
"Forum Active Bulletin Board version 1.1 béta 2"
inurl:module=My_eGallery pid
Website powered by Subdreamer CMS & Sequel Theme Designed by indiqo.media
"These forums are running on" "miniBB"
intitle:index.of master.passwd
intext:"Powered by Ramaas Software"
Powered by Maian Greetings v2.1
"Powered by [ iSupport 1.8 ]"
intext:"Remository 3.25. is technology by Black Sheep Research"
inurl:index.php?title=gamepage
Powered by: Maian Uploader v4.0
"Site designed and built by Powder Blue." inurl:index.php?id_page=
"Powered by MetInfo 2.0"
intext:"Marketing Web Design - Posicionamiento en Buscadores"
allintext:"Home Member Search Chat Room Forum Help/Support privacy policy"
"Developed by Infoware Solutions"
"Powered by: MyPHP Forum"
Ayemsis Emlak Pro
"Powered By CrownWeb.net!" inurl:"page.cfm"
Copyright @ 2007 Powered By Hot or Not Clone by Jnshosts.com Rate My Pic :: Home :: Advertise :: Contact us::
inurl:"contentPage.php?id=" OR inurl:"displayResource.php?id=" AND intext:"Website by Mile High Creative"
inurl:com_jepoll
Come from home Script ( Latest Project ) www.esmart-vision.com
"powered by zomplog"
Joomla Component com_eportfolio Upload Vulnerability
"Site designed and built Powered by GlobalWebTek."
Copyright ©2007-2009 by Kasseler CMS. All rights reserved.
intitle:"Index of" pwd.db
inurl:inc_webblogmanager.asp
Powered by eLitius Version 1.0
inurl:index.php?option=com_races "raceId"
inurl:/phpplanner/userinfo.php?userid=
"/nuke/htmltonuke.php" - "htmltonuke.php"
"Powered by ClanAdmin Tools v1.4.2"
Powered by osCommerce | Customized by EZ-Oscommerce
inurl:"coursepage.php?id=" intext:"Web Site design by : Aim Web Design Cheshire"
Powered by One-News
intitle:"Index of" dbconvert.exe chats
"Powered by PHP Director"
"Webdesign Cosmos Solutions"
"cacheserverreport for" "This analysis was produced by calamaris"
"Site designed and built by ProWeb Associates."
"Powered By Basic CMS SweetRice"
inurl:index.php?option=com_liveticker "viewticker"
"Tanyakan Pada Rumput Yang Bergoyang"
"Devana is an open source project !"
"sitio web diseñado por www.toronja.com.pe"
E-Commerce Engine Copyright © 2005 osCSS
Powered by Ac4p.com Gallery v1.0 , Copyright© 2007 ac4p.com
Powered by Digital College 1.0 - Magtrb Soft 2010
intitle:"Index of" ".htpasswd" htpasswd.bak
inurl:"/wp-content/plugins/wp-shopping-cart/"
intitle:"igenus webmail login"
"Powered by FreeWebshop"
intext:"Designed by Spaceacre"
This site is powered by e107, which is released under the terms of the GNU GPL License.
"S-CMS by matteoiamma"
inurl:"cal_day.php?op=day&catview="
netGitar.com - Shop v1.0
intitle:"Index of" ".htpasswd" "htgroup" -intitle:"dist" -apache -htpasswd.c
allinurl:fullview.php?tempid=
www.stwc-counter.de
[ Powered by: RadLance v7.5 ]
Powered by CMScout (c)2005 CMScout Group
Powered by Comersus v6 Shopping Cart
"Powered by MobPartner" inurl:"chat.php"
[ Content Copyright © 2007 RadNics Gold ]
"index.php?option=com_news_portal" or "Powered by iJoomla News Portal"
inurl:"/modules/friendfinder/"
allinurl:forum_answer.php?que_id=
"Powered by EPay Enterprise" inurl:"shop.htm?cid=" | nurl:"shop.php?cid="
"Copyright 2004 easy-content forums"
"Website by WebSolutions.ca"
"Powered by Nukedit"
Powered by Gbook MX v4.1.0 ©2003 Magtrb Soft
Powered by SLAED CMS © 2005-2008 SLAED. All rights reserved.
myAlbum-P 2.0
[ Software Directory Powered by SoftDirec 1.05 ]
"By Geeklog" "Created this page in" +seconds +powered
inurl:"xampp/biorhythm.php"
inurl:"/modules/glossaire/"
index.php?option=com_is
Powered by Ninja Designs This is a port of WordPress
Copyright 1999-2010 Rocksalt International Pty Ltd. All rights reserved
inurl:"/modules/wfsection/"
intext:"phpbb - auction" inurl:"auction"
Powered by Forums W-Agora
intitle:admbook intitle:version filetype:php
inurl:"com_icrmbasic"
index.php?option=com_mambads
"AlumniServer project"
Powered by PHP F1 (Max's Photo Album)
"Powered by LightNEasy"
"The Merchant Project"
intitle:"Directory Listing For /" + inurl:webdav tomcat
"Search Projects" intitle:"The ultimate project website"
Powered by Dodo, Bubo & Misty. Feed us!
allinurl:"shop.htm?shopMGID="
"By Geeklog" "Created this page in" +seconds +powered inurl:public_html
"Powered by LifeType" "RSS 0.90" "RSS 1.0" "RSS 2.0" "Valid XHTML 1.0 Strict and CSS"
inurl:pmwiki.php +"Page last modified on" | PmWikiPhilosophy
"Powered by UPB"
"Powered by Claroline" -demo
"Galerie 3.2 © 2004 by progressive"
"Powered By Pligg" + "Legal: License and Source"
"toendaCMS is Free Software released under the GNU/GPL License." | "powered by toendaCMS" -inurl:demo
intitle:"Index of" spwd.db passwd -pam.conf
"Powered by cpCommerce"
"propulsé par JBlog"
"Help * Contact * Imprint * Sitemap" | "powered by papoo" | "powered by cms papoo"
"Help * Contact * Imprint * Sitemap" | "powered by papoo" | "powered by cms papoo"
"100% | 50% | 25%" "Back to gallery" inurl:"show.php?imageid="
"Powered by PHP-Update" -site:www.php-update.co.uk
"powered by jaws" | "powered by the jaws project" | inurl:?gadget=search
intitle:"Index of..etc" passwd
"FlatNuke" "Valid HTML 4.01!" "Valid CSS!" "Get RSS 2.0 Feed" "Get RSS
"Powered by BLOG:CMS"|"Powered by blogcms.com"|"2003-2004, Radek Hulán"
"FlatNuke" "Valid HTML 4.01!" "Valid CSS!" "Get RSS 2.0 Feed" "Get RSS
"Powered by PHP Photo Album"
"Site powered by GuppY" | "Site créé avec GuppY" +inurl:lng=
"This site is powered by e107"|inurl:e107_plugins|e107_handlers|e107_files
intext:"This site is using phpGraphy" | intitle:"my phpgraphy site"
inurl:"lists/?p=subscribe" | inurl:"lists/index.php?p=subscribe"
"Powered by sendcard - an advanced PHP e-card program"
"This is a Free & Open Source mailing list manager"
intitle:"X7 Chat Help Center"|"Powered By X7 Chat"
SmarterMail Enterprise 7.1
("powered by nocc" intitle:"NOCC Webmail") -site:sourceforge.net -Zoekinalles.nl -analysis
inurl:"?delete" +intext:"PHP version" +intext:"Safe_mode"
inurl:"?act=phpinfo"
filetype: log inurl:"access.log" +intext:"HTTP/1.1"
php Kolay Forum (php KF) © 2007 - 2010 phpKF Ekibi
"[ phpinfo ] [ php.ini ] [ cpu ] [ mem ] [ users ] [ tmp ] [ delete ]"
"r57shell 1.4"
"r57shell"
"Powered by SOOP Portal Raven 1.0b"
"safe_mode: * PHP version: * cURL: * MySQL: * MSSQL: * PostgreSQL: * Oracle: *"
"www.*.com - c99shell" OR "www.*.net - c99shell" OR "www.*.org - c99shell"
"CGI-Telnet Unit-x Team Connected to *.com" OR "CGI-Telnet Unit-x Team Connected to"
inurl:/vb/install/upgrade.php
inurl:"produtos.asp?produto="
inurl:com_jeauto
allinurl:index.php?db=information_schema
"Powered by CubeCart 3.0.4"
"Website Design by Rocktime"
"Powered by UNO.com.my"
"/index.php?id=cmp-noticias"
"Powered by YourTube v1.0"
"POWERED BY ALITALK"
inurl:"jscripts/tiny_mce/plugins/tinybrowser/" OR inurl:"jscripts/tiny_mce/plugins/tinybrowser/" "index of"
inurl:config/databases.yml -trac -trunk -"Google Code" -source -repository
"TinyBB 2011 all rights reserved"
"Powered by: PHP Link Directory"
Photo Gallery powered by TinyWebGallery 1.8.3
site:ebay.com inurl:callback
http://www.google.com/#sclient=psy&hl=en&safe=off&site=&source=hp&q=:inurl%3Amj_wwwusr&aq=f&aqi=&aql=&oq=&pbx=1&fp=2dcb6979649afcb0
allintext: /qcodo/_devtools/codegen.php
"Powered By Dew-NewPHPLinks v.2.1b"
"powered by zipbox media"
intext:db_pass inurl:settings.ini
intitle:cyber anarchy shell
MySQL: ON MSSQL: OFF Oracle: OFF MSSQL: OFF PostgreSQL: OFF cURL: ON WGet: ON Fetch: OFF Perl: ON
"POWERED BY ZIPBOX MEDIA" inurl:"album.php"
intext:"Powered by EZPub"
filetype:ini "pdo_mysql" (pass|passwd|password|pwd)
filetype:ini "SavedPasswords" (pass|passwd|password|pwd)
filetype:ini "precurio" (pass|passwd|password|pwd)
filetype:ini "[FFFTP]" (pass|passwd|password|pwd)
"Login Name" Repository Webtop intitle:login
filetype:sql "PostgreSQL database dump" (pass|password|passwd|pwd)
filetype:sql "MySQL dump" (pass|password|passwd|pwd)
filetype:sql "phpmyAdmin SQL Dump" (pass|password|passwd|pwd)
intitle:"vtiger CRM 5 - Commercial Open Source CRM"
filetype:ini "Bootstrap.php" (pass|passwd|password|pwd)
inurl:view.php?board1_sn=
inurl:"amfphp/browser/servicebrowser.swf"
inurl:"/Application Data/Filezilla/*" OR inurl:"/AppData/Filezilla/*" filetype:xml
filetype:reg reg HKEY_CURRENT_USER SSHHOSTKEYS
inurl:php intitle:"Cpanel , FTP CraCkeR"
filetype:php inurl:tiki-index.php +sirius +1.9.*
filetype:sql inurl:wp-content/backup-*
Google Dork inurl:Curriculum Vitale filetype:doc ( Vital Informaticon , Addres, Telephone Numer, SSN , Full Name, Work , etc ) In Spanish.
Microsoft-IIS/7.0 intitle:index.of name size
inurl:.php intitle:- BOFF 1.0 intext:[ Sec. Info ]
(username=* | username:* |) | ( ((password=* | password:*) | (passwd=* | passwd:*) | (credentials=* | credentials:*)) | ((hash=* | hash:*) | (md5:* | md5=*)) | (inurl:auth | inurl:passwd | inurl:pass) ) filetype:log
intitle:"HtmlAnvView:D7B039C1"
intext:"~~Joomla1.txt" title:"Index of /"
intitle:"-N3t" filetype:php undetectable
inurl:RgFirewallRL.asp | inurl:RgDmzHost.asp | inurl:RgMacFiltering.asp | inurl:RgConnect.asp | inurl:RgEventLog.asp | inurl:RgSecurity.asp | inurl:RgContentFilter.asp | inurl:wlanRadio.asp
inurl:cgi-bin/cosmobdf.cgi?
inurl:"mod.php?mod=blog" intext:"powered by DIY-CMS"
inurl:"/showPlayer.php?id=" intext:"powered by ellistonSPORT"
inurl:wp-content/plugins/age-verification/age-verification.php
"Welcome to Sitecore" + "License Holder"
?intitle:index.of?".mysql_history"
inurl:"tiki-index.php" filetype:php "This is TikiWiki 1.9"
inurl:"*.php?*=*.php" intext:"Warning: include" -inurl:.html -site:"php.net" -site:"stackoverflow.com" -inurl:"*forums*"
filetype:cfg "radius" (pass|passwd|password)
inurl:"phpmyadmin/index.php" intext:"[ Edit ] [ Create PHP Code ] [ Refresh ]"
inurl:"passes" OR inurl:"passwords" OR inurl:"credentials" -search -download -techsupt -git -games -gz -bypass -exe filetype:txt @yahoo.com OR @gmail OR @hotmail OR @rediff
intitle:"hp laserjet" inurl:info_configuration.htm
filetype:avastlic
Please-logon "intitle:zarafa webaccess "
intext:"You may also donate through the Moneybookers account mb@dd-wrt"
intext:charset_test= email= default_persistent=
inurl:finger.cgi
inurl:phpliteadmin.php
inurl:admin intext:username= AND email= AND password= OR pass= filetype:xls
you really should fix this security hole by setting a password for user '.root'. inurl:/phpmyadmin intitle:localhost
inurl:/wp-content/w3tc/dbcache/
inurl:/control/userimage.html
allintext: "Please login to continue..." "ZTE Corporation. All rights reserved."
"index of" inurl:root intitle:symlink
inurl:"php?id=" intext:"DB_Error Object "
inurl:/voice/advanced/ intitle:Linksys SPA configuration
inurl:"/root/etc/passwd" intext:"home/*:"
intext:"root:x:0:0:root:/root:/bin/bash" inurl:*=/etc/passwd
intitle:"VNC Viewer for Java"
"information_schema" filetype:sql
"Welcome to phpMyAdmin" + "Username:" + "Password:" + "Language:" + "Afrikaans"
inurl:5000/webman/index.cgi
intitle:"Internet Security Appliance" & intext:"Enter Password and click Login"
inurl:8080 intitle:"Dashboard [Jenkins]"
intitle:"Login - OTRS" inurl:pl
intitle:"WebMail | Powered by Winmail Server - Login" & (intext:"Username" & intext:"Password")
inurl:8080 intitle:"login" intext:"UserLogin" "English"
intitle:"::: Login :::" & intext:"Customer Login" & "Any time & Any where"
inurl:phpmyadmin/index.php & (intext:username & password & "Welcome to")
"BEGIN RSA PRIVATE KEY" filetype:key -github
inurl:*/graphs* intitle:"Traffic and system resource graphing"
inurl:*/webalizer/* intitle:"Usage Statistics"
ext:sql intext:@gmail.com intext:password
site:github.com inurl:"known_hosts" "ssh-rsa"
site:github.com inurl:"id_rsa" -inurl:"pub"
inurl:"/module.php/core/loginuserpass.php"
intitle:"uploader by ghost-dz" ext:php
intitle:"WSO 2.4" [ Sec. Info ], [ Files ], [ Console ], [ Sql ], [ Php ], [ Safe mode ], [ String tools ], [ Bruteforce ], [ Network ], [ Self remove ]
intitle:not accepted inurl:"union+select" inurl:"id?="
"[function.getimagesize]: failed to open stream: No such file or directory in"
intitle:Admin inurl:login.php site:.co.in
filetype:pdf "acunetix website audit" "alerts summary"
inurl:typo3/install/index.php?mode=
inurl:typo3conf/localconf.php
intitle:"Zimbra Web Client Sign In"
intitle:"Zimbra Web Client Log In"
xamppdirpasswd.txt filetype:txt
intext:"Hikvision" inurl:"login.asp"
inurl:"/munin/network-*.html" OR inurl:"/munin/apache-*.html" OR inurl:"/munin/disk-*.html" OR inurl:"/munin/system-*.html" OR inurl:"/munin/munin-*.html" OR inurl:"/munin/problems.html"
filetype:sql site:gov and "insert into"
dorks:SiteScope inurl:/SiteScope/cgi/go.exe/SiteScope?page=
intitle:"index" intext:"Login to the Administrative Interface"
inurl:ws_ftp.ini "[WS_FTP]" filetype:ini
"automatic teller" "operator manual" "password" filetype:pdf
ext:cgi inurl:cgi-bin intext:#!/bin/bash
(intext:mail AND intext:samAccountName) AND (filetype:xlsx OR filetype:xls OR filetype:csv OR filetype:txt)
inurl:cgi-bin/mailgraph.cgi
ext:msg OR ext:eml site:gov OR site:edu
ext:log telnet intext:password
filetype:mobileconfig intext:password OR intext:pass
ext:pem intext:BEGIN CERTIFICATE
inurl:/cgi-bin/.cgi
".git" intitle:"Index of"
inurl:.cgi-bin/luci
intitle:"AP Router New Generation" intext:"Status do AP Router"
"Config" intitle:"Index of" intext:vpn
intitle:index of /weekly cpbackup
intitle:index.of +"Indexed by Apache::Gallery"
intitle:index.of.accounts
intitle:index.of.dropbox
inurl:upsstats.cgi?host
inurl:/graphs/ intitle:RouterOs
inurl:private_files
intitle:"Index Of" intext:"iCloud Photos" OR intext:"My Photo Stream" OR intext:"Camera Roll"
ext:asp intext:Smart.Shell 1.0 BY P0Uy@_$3r\/3R -
filetype:asmx inurl:(_vti_bin|api|webservice)
inurl:Citrix/MetaframeXP
intitle:"Index of" "wwwroot"
"Futon on Apache" inurl:_utils
allinurl:foldercontent.html?folder=
inurl:cgi-bin ext:pl intext:"-rwxr-xr-x"
intext:bbdd index.of "/" "Parent Directory"
intitle:SN0X SHELL: WEEEEEEEEEEEEEEEEED
intitle:"Index of" "DCIM"
site: edu|org + inurl:"faculty_login.asp | .php"
intitle:"Index of" "WhatsApp Images"
inurl:/set_config_password.html
intitle:Error Page pageWrapper.jsp?
intitle:IBM Lotus iNotes Login
inurl:src/viewcvs.cgi/log/.c?=
intitle:Content Server Error IdcService=DOC_INFO
intitle:Oracle PeopleSoft Sign-in "Oracle" Sign-in "error"
intitle:Parallels Plesk Panel for Microsoft Windows /login_up.php3
inurl:"/web-console/" intitle:"Administration Console"
mail spool intitle:index.of
inurl:/my.logon.php3?
inurl:.listing intitle:index.of
inurl:.DS_Store intitle:index.of
"sql" "parent" intitle:index.of -injection
intitle:index.of inurl:grades site:edu
intitle:"Solr Admin" "Core Admin" "Thread Dump"
ext:xls intext:NAME intext:TEL intext:EMAIL intext:PASSWORD
intitle:index.of inurl:openwebmail -site:openwebmail.org
inurl:portal | intitle:portal ("login" | "logon" | "admin") inurl:patient | intitle:patient
inurl:"http://cms" | inurl:"https://cms" ("login" | "logon" | "admin") -school
intitle:"SmarterMail Login" inurl:"/Login.aspx"
inurl:"wp-content/uploads/private"
inurl:pipermail intitle:index.of parent
inurl:"https://blackboard" | inurl:"http://blackboard"
intitle:index.of.mail
inurl:"http://canvas" | inurl:"https://canvas" | intitle:"Log In to Canvas"
" Proudly Served by LiteSpeed Web Server" intitle:index.of./
intext:smtp | pop3 intext:login | logon intext:password | passcode filetype:xls | filetype:xlsx
intext:"This is Apache Hadoop release" "Local Logs"
inurl:"ftp" intext:"user" | "username" | "userID" | "user ID" | "logon" | "login" intext:"password" | "passcode" filetype:xls | filetype:xlsx
intitle:"Workspace Login" intext:"WinOcular WorkSpace"
intext:http | https intext:login | logon intext:password | passcode filetype:xls | filetype:xlsx
intitle:"router"inurl:"home.asp"
inurl:.gov/wp-login.php | inurl:.edu/wp-login.php | inurl:.mil/wp-login.php | inurl:.us/wp-login.php
intitle:AP Router New Generation | inurl:/home.asp
intitle:FootPrints Login | inurl:/MRcgi/MRentrancePage.pl
intext:"Roundcube Webmail" intitle:"Welcome to Roundcube Webmail" -site:roundcube.net
intitle:Tomcat Status | inurl:/status?full=true
intitle:"Mail - AfterLogic WebMail"
-inurl:http | -inurl:https inurl:ftp ext:xls | ext:xlsx bank
intext:"GET http://" ext:txt intext:"password" inurl:log
inurl:trafficcams -intext:trafficcams ext:asp OR ext:htm
intext:"Thehacker - Agd_Scorp - BLaSTER - Cr@zy_King - KinSize - JeXToXiC - s3f4 - rx5"
inurl:httpmon.php
intext:"Please select file to upload:" ext:php
intext:"Powered By OpenCart" -site:opencart.com -inurl:"Powered By OpenCart" -intitle:"OpenCart" -intitle:"powered by"
inurl:http | -inurl:https inurl:ftp ext:pdf taxreturn
intitle:"CPPLUS DVR -Web View"
inurl:wp-content/uploads filetype:xls | filetype:xlsx password
inurl:"cgi-bin" "No password set!" " There is no password set on this router."
intitle:"Lost Password Reset" | inurl:/secure/pwreset.php | inurl:/portal/index.php
inurl:/tcpipv4.htm
intitle:"Microsoft+Outlook+Web+Access+Log+On" | inurl:/owa/auth/logon.aspx
ext:html intext:Airties inurl:login.html
crime24 stealer ext:txt
intitle:"WSO " ext:php intext:"server ip" 2015 intext:" [ home ]"
"Password=" inurl:web.config -intext:web.config ext:config
inurl:/SAML2/SOAP/ | inurl:/SAML2/POST
inurl:/welcome.cgi? | p=no-cert
inurl:/oam/server/obrareq.cgi | ext:"encquery" | ext:"Portal_Webcenter"
inurl:phpPgAdmin/browser.php intitle:"phpPgAdmin"
inurl:haproxy-status site:example.com
intitle:"Welcome | PRTG Network Monitor" inurl:/index.htm
(intitle:"phpshell" OR intitle:"c99shell" OR intitle:"r57shell" OR intitle:"PHP Shell " OR intitle:"phpRemoteView") `rwx` "uname"
intitle: "phpshell" "Php Safe-Mode Bypass"
intext:Apache/2.2.29 (Unix) mod_ssl/2.2.29 | intitle:"Index of /"
inurl:/console-selfservice/common/scripts/calendar/ipopeng.htm
inurl:"info_deviceStatus.html" | inurl:"info_suppliesStatus.html" | inurl:"info_configuration.html" | inurl:"info_config_network.html" | inurl:"info_specialPages.html" | inurl:"info_colorUsageJobLog.html" | inurl:"info_eventLog.html"
inurl:"/,DanaInfo="
intitle:"VOOD - Welcome to Vood Residential Gateway >Login"
inurl:/smpwservices.fcc | "/lm_private/CkeSetter.aspx"
inurl:/siteminderagent/ | app:"Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /siteminderagent/"
intitle:"DSM Terminator [ ABORT ]" | inurl:"./com.sap.portal.dsm.Terminator"
inurl:index.php?app=main intitle:sms
filetype:pcf "cisco" "GroupPwd"
filetype:pwd intitle:index
inurl:configfile.cgi
inurl:"/owncloud/public.php" -github -forum
inurl:citrix inurl:login.asp -site:citrix.com
filetype:txt "gmail" | "hotmail" | "yahoo" -robots site:gov | site:us
intext:"Powered by BOMGAR"
inurl:.ssh intitle:index.of authorized_keys
Zixmail inurl:/s/login?
site:github.com ext:csv userid | username | user -example password
"Index of /wp-content/uploads/backupbuddy_backups" zip
intext:"Dumping data for table `orders`"
intitle:"bandwidthd" "programmed by david hinkle, commissioned by derbytech wireless networking."
intext:"Web Application Report" intext:"This report was created by IBM Security AppScan" ext:pdf
inurl:"/login/login.html" intitle:"Greenbone Security Assistant"
(inurl:"8080/monitorix" & intext:"Hostname") | inurl:"8080/monitorix-cgi"
intitle:"nstview v2.1:: nst.void.ru" | intext:"nsTView v2.1 :: nst.void.ru. Password: Host:"
inurl:"/sgdadmin/" Secure Global Desktop
"generated by Munin" inurl:index -intext:index localhost
inurl:/?skipANDROID=true intext:"Pydio Community"