POC详情: 75dd2bc21f079ddf8c73481db3ddd02071b22521

来源
关联漏洞
标题: OWASP AntiSamy 安全漏洞 (CVE-2016-10006)
描述:OWASP AntiSamy是美国OWASP基金会的一个用于HTML和CSS编码的库。 OWASP AntiSamy 1.5.5之前的版本中存在安全漏洞。攻击者可通过提交特制的输入利用该漏洞绕过库的安全保护,提交可执行的代码。
描述
nahsra/antisamy with CVE-2016-10006
介绍
antisamy
========

A library for performing fast, configurable cleansing of HTML coming from untrusted sources.

Another way of saying that could be: It's an API that helps you make sure that clients don't supply malicious cargo code in the HTML they supply for their profile, comments, etc., 
that get persisted on the server. The term "malicious code" in regards to web applications usually mean "JavaScript." Mostly, Cascading Stylesheets are only considered malicious 
when they invoke the JavaScript. However, there are many situations where "normal" HTML and CSS can be used in a malicious manner.

How to Use
----------
First, add the dependency from Maven:
```xml
<dependency>
   <groupId>org.owasp.antisamy</groupId>
   <projectId>antisamy</projectId>
   <version>1.5.5</version>
</dependency>
```

How to Build
------------
You can build and test from source pretty easily:
```
$ git clone https://github.com/nahsra/antisamy
$ cd antisamy
$ mvn package
```
文件快照

[4.0K] /data/pocs/75dd2bc21f079ddf8c73481db3ddd02071b22521 ├── [2.1K] pom.xml ├── [ 967] README.md └── [4.0K] src ├── [4.0K] main │   ├── [4.0K] java │   │   └── [4.0K] org │   │   └── [4.0K] owasp │   │   └── [4.0K] validator │   │   ├── [4.0K] css │   │   │   ├── [ 15K] CssHandler.java │   │   │   ├── [9.7K] CssScanner.java │   │   │   ├── [ 15K] CssValidator.java │   │   │   ├── [6.2K] ExternalCssScanner.java │   │   │   └── [2.1K] UnknownSelectorException.java │   │   └── [4.0K] html │   │   ├── [4.3K] AntiSamy.java │   │   ├── [4.1K] CleanResults.java │   │   ├── [4.9K] InternalPolicy.java │   │   ├── [4.0K] model │   │   │   ├── [2.3K] AntiSamyPattern.java │   │   │   ├── [5.7K] Attribute.java │   │   │   ├── [3.0K] Property.java │   │   │   └── [5.6K] Tag.java │   │   ├── [2.0K] PolicyException.java │   │   ├── [ 35K] Policy.java │   │   ├── [4.0K] scan │   │   │   ├── [4.2K] AbstractAntiSamyScanner.java │   │   │   ├── [ 30K] AntiSamyDOMScanner.java │   │   │   ├── [7.0K] AntiSamySAXScanner.java │   │   │   ├── [2.3K] ASHTMLSerializer.java │   │   │   ├── [2.7K] ASXHTMLSerializer.java │   │   │   ├── [3.6K] Constants.java │   │   │   └── [ 15K] MagicSAXFilter.java │   │   ├── [2.0K] ScanException.java │   │   ├── [2.4K] TagMatcher.java │   │   └── [4.0K] util │   │   ├── [4.7K] ErrorMessageUtil.java │   │   ├── [2.4K] HTMLEntityEncoder.java │   │   ├── [6.4K] URIUtils.java │   │   └── [6.8K] XMLUtil.java │   └── [4.0K] resources │   ├── [ 74K] antisamy-anythinggoes.xml │   ├── [4.2K] AntiSamy_de_DE.properties │   ├── [ 69K] antisamy-ebay.xml │   ├── [4.8K] AntiSamy_en_AU.properties │   ├── [4.8K] AntiSamy_en_CA.properties │   ├── [4.8K] AntiSamy_en_GB.properties │   ├── [4.8K] AntiSamy_en_US.properties │   ├── [5.0K] AntiSamy_es_MX.properties │   ├── [5.0K] AntiSamy_it_IT.properties │   ├── [ 72K] antisamy-myspace.xml │   ├── [4.8K] AntiSamy_no_NB.properties │   ├── [4.8K] AntiSamy_pt_BR.properties │   ├── [4.9K] AntiSamy_pt_PT.properties │   ├── [6.7K] AntiSamy_ru_RU.properties │   ├── [6.1K] antisamy-slashdot.xml │   ├── [6.6K] antisamy-tinymce.xml │   ├── [ 77K] antisamy.xml │   ├── [4.8K] antisamy.xsd │   └── [4.3K] AntiSamy_zh_CN.properties └── [4.0K] test ├── [4.0K] java │   └── [4.0K] org │   └── [4.0K] owasp │   └── [4.0K] validator │   └── [4.0K] html │   ├── [4.0K] model │   │   └── [1.3K] TagTest.java │   ├── [2.0K] TagMatcherTest.java │   └── [4.0K] test │   ├── [4.5K] AntiSamyPerformanceTest.java │   ├── [ 69K] AntiSamyTest.java │   ├── [3.3K] LiteralTest.java │   ├── [3.8K] PolicyTest.java │   └── [4.0K] TestPolicy.java └── [4.0K] resources └── [4.0K] s ├── [4.0K] cf │   ├── [1023] 07.png │   ├── [6.1K] 120202030055-mysteries-of-love-video-tease.jpg │   ├── [7.1K] 121127015552-egypt-morsy-protester-wall-4-tease.jpg │   ├── [ 46K] 128727546.js │   ├── [5.9K] 130111142539-mali-rebels-video-tease.jpg │   ├── [ 11K] 130121090431-lance-armstrong-tour-de-france-left-tease.jpg │   ├── [ 11K] 130121194827-harry-2-left-tease.jpg │   ├── [8.6K] 130122022600-pkg-defterios-davos-reflections-00001605-left-tease.jpg │   ├── [ 16K] 130122025846-unemployment-spain-left-tease.jpg │   ├── [6.2K] 130122191230-dnt-endo-food-fake-worrries-00003220-video-tease.jpg │   ├── [5.0K] 130123214949-dnt-baby-with-heart-outside-leaves-hospital-00003615-video-tease.jpg │   ├── [ 10K] 130123215410-cambodia-countryside-bin-tease.jpg │   ├── [ 13K] 130123224300-pkg-wedeman-italy-colorful-colosseum-00000225-left-tease.jpg │   ├── [ 11K] 130124015917-pkg-soares-davos-top-tech-00013829-left-tease.jpg │   ├── [ 65K] 130124063356-kim-jong-un-c1-main.jpg │   ├── [3.8K] 130124065152-01-aus-0124-video-tease.jpg │   ├── [5.5K] 130124113236-idesk-russia-baby-thrown-from-car-00002504-video-tease.jpg │   ├── [8.4K] 130124120451-david-cameron-getty-uk-cnni-tvbox-left-tease.jpg │   ├── [ 20K] 130124135403-feinstein-guns-t1-main.jpg │   ├── [6.8K] 130124141447-kimberly-brantic-video-tease.jpg │   ├── [4.5K] 130124154655-syria-refugees-video-tease.jpg │   ├── [7.5K] 130124173021-marketplace-europe-davos-boris-johnson-00032715-wall-4-tease.jpg │   ├── [4.9K] 130124173044-pkg-mann-india-gandhi-dynasty-00003305-video-tease.jpg │   ├── [5.3K] 130124194238-unreasonable-at-sea-video-tease.jpg │   ├── [4.1K] 130125092312-hong-kong-harbour-silohuette-video-tease.jpg │   ├── [7.0K] 130125094508-hanoi-old-quarter-video-tease.jpg │   ├── [ 43] 1.gif │   ├── [ 43] 1px(1).gif │   ├── [ 43] 1px.gif │   ├── [3.2K] 3512Nikon175x31_gray.gif │   ├── [ 42K] 431711Dassault-banniere-Davos-2013-300x250.gif │   ├── [5.1K] 534011cnn_com_hyperchrome_clay_120x90.jpg │   ├── [ 15K] activity.htm │   ├── [ 94] advertisement(1).gif │   ├── [ 94] advertisement.gif │   ├── [1.0K] ais.js │   ├── [174K] all.js │   ├── [ 679] arrow_black.png │   ├── [ 585] banner.htm │   ├── [ 858] btn_search_hp_text.gif │   ├── [7.0K] chartbeat.js │   ├── [ 26K] CKg2om0CN5k.js │   ├── [6.7K] Cmazr8ysNP0.js │   ├── [1.9K] csi_include(1).js │   ├── [1.9K] csi_include.js │   ├── [230K] E-6Q2pI-TPI.js │   ├── [9.7K] editionvars.htm │   ├── [ 54K] eSRVo56oY0y.js │   ├── [ 32] exists.json │   ├── [ 43] f.gif │   ├── [ 771] flashwrite_1_2.js │   ├── [ 69K] follow_button.1359077775.htm │   ├── [ 475] footer_cnn_logo.png │   ├── [1.4K] footer_google.png │   ├── [ 17K] getForecast(1).htm │   ├── [ 17K] getForecast.htm │   ├── [ 10K] globallib.intl-min.js │   ├── [4.4K] hdr-globe-central.gif │   ├── [175K] intlhplib-min.css │   ├── [682K] intlhplib-min.js │   ├── [ 43] jot │   ├── [157K] jsmd-347.min.js │   ├── [ 12K] like.htm │   ├── [3.7K] loading(1).gif │   ├── [3.7K] loading.gif │   ├── [ 585] logo_ad_choices_footer.png │   ├── [176K] qhgKCsbyG91.js │   ├── [8.5K] safe_image.php │   ├── [ 889] search_btn_footer.gif │   ├── [ 138] video_icon.gif │   ├── [ 80K] widgets.js │   ├── [ 25K] xd_arbiter(1).htm │   ├── [ 25K] xd_arbiter.htm │   ├── [ 329] xd.sjs │   └── [ 67K] ykTYXgXFmtV.js ├── [124K] cnn.com ├── [236K] deadspin.com ├── [4.0K] deadspin_files │   ├── [ 15K] 33330X911648.skimlinks.js │   ├── [ 21] a62ec163c8 │   ├── [ 793] ad_iframe(10).htm │   ├── [ 804] ad_iframe(11).htm │   ├── [ 796] ad_iframe(12).htm │   ├── [ 806] ad_iframe(13).htm │   ├── [ 809] ad_iframe(14).htm │   ├── [ 940] ad_iframe(15).htm │   ├── [ 794] ad_iframe(1).htm │   ├── [ 904] ad_iframe(2).htm │   ├── [ 932] ad_iframe(3).htm │   ├── [ 806] ad_iframe(4).htm │   ├── [ 930] ad_iframe(5).htm │   ├── [ 794] ad_iframe(6).htm │   ├── [ 812] ad_iframe(7).htm │   ├── [ 793] ad_iframe(8).htm │   ├── [ 796] ad_iframe(9).htm │   ├── [ 790] ad_iframe.htm │   ├── [ 591] ad_iframe.js │   ├── [174K] all.js │   ├── [6.7K] apple-touch-icon.png │   ├── [111K] base.v10.static.20130118.css │   ├── [ 27K] base.v10.static.framework.20130118.js │   ├── [ 93K] base.v10.static.jquery.20130118.js │   ├── [ 88K] base.v10.static.jqueryplugin.20130118.js │   ├── [123K] base.v10.static.misc.20130118.js │   ├── [275K] base.v10.static.widget.20130118.js │   ├── [1.9K] beacon.js │   ├── [ 21K] bootstrap-ganja.js │   ├── [ 72K] cb=gapi.loaded_0 │   ├── [7.0K] chartbeat.js │   ├── [ 197] deadspin.com │   ├── [8.2K] deadspin.png │   ├── [ 38K] fastbutton.htm │   ├── [ 36K] ga.js │   ├── [7.2K] gawker.png │   ├── [5.6K] gizmodo.png │   ├── [7.4K] gomez.js │   ├── [ 540] icon-gallery.png │   ├── [1.1K] icon-question.png │   ├── [ 672] icon-video.png │   ├── [4.9K] io9.png │   ├── [6.0K] jalopnik.png │   ├── [5.1K] jezebel.png │   ├── [5.8K] kotaku.png │   ├── [5.6K] lifehacker.png │   ├── [ 19] ;loggedin=no;hints=mantiteo;segment=intender;origin=deadspin;sz=640x360;ord=70631643 │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643 │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(1) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(10) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(11) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(2) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(3) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(4) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(5) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(6) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(7) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(8) │   ├── [ 19] ;loggedin=no;sz=80x45;ord=70631643(9) │   ├── [ 28K] medium_169(1).jpg │   ├── [ 34K] medium_169.jpg │   ├── [ 25K] medium.jpg │   ├── [7.9K] micro(10).jpg │   ├── [ 16K] micro(1).jpg │   ├── [8.5K] micro(2).jpg │   ├── [9.3K] micro(3).jpg │   ├── [8.0K] micro(4).jpg │   ├── [5.6K] micro(5).jpg │   ├── [ 12K] micro(6).jpg │   ├── [ 12K] micro(7).jpg │   ├── [ 14K] micro(8).jpg │   ├── [ 10K] micro(9).jpg │   ├── [9.1K] micro.jpg │   ├── [1.7K] oauth-facebook.png │   ├── [2.3K] oauth-twitter.png │   ├── [6.3K] p.js │   ├── [ 19K] plusone.js │   ├── [1.8K] progressIndicator_roller_f0f0f0.gif │   ├── [1.8K] progressIndicator_roller.gif │   ├── [ 97K] ptrack_v18.js │   ├── [5.7K] quant.js │   ├── [ 396] rightbar.comment.png │   ├── [ 332] rightbar.flame.png │   ├── [ 197] rta.js │   ├── [ 11K] rum.js │   ├── [ 105] saved_resource │   ├── [ 15K] scripts.js │   ├── [ 19] ;slot=marquee;loggedin=no;hints=nosuchdame;segment=intender;origin=deadspin;sz=2x1;ord=70631643 │   ├── [ 19] ;slot=rightbar;loggedin=no;hints=nosuchdame;segment=intender;origin=deadspin;sz=300x250;ord=70631643 │   ├── [ 19] ;slot=takeover;loggedin=no;hints=nosuchdame;segment=intender;origin=deadspin;sz=1x1;ord=70631643 │   ├── [2.6K] static.css │   ├── [ 22] track.php │   ├── [ 168] userstate │   ├── [ 25K] xd_arbiter(1).htm │   ├── [ 25K] xd_arbiter.htm │   ├── [ 93K] xlarge.jpg │   ├── [4.9K] xsmall(10).jpg │   ├── [ 10K] xsmall(11).jpg │   ├── [9.0K] xsmall(12).jpg │   ├── [3.1K] xsmall(13).jpg │   ├── [6.0K] xsmall(14).jpg │   ├── [4.4K] xsmall(15).jpg │   ├── [9.5K] xsmall(16).jpg │   ├── [ 11K] xsmall(17).jpg │   ├── [ 11K] xsmall(18).jpg │   ├── [3.9K] xsmall(19).jpg │   ├── [2.1K] xsmall(1).jpg │   ├── [1.8K] xsmall(20).jpg │   ├── [3.2K] xsmall(21).jpg │   ├── [6.1K] xsmall(22).jpg │   ├── [3.1K] xsmall(23).jpg │   ├── [2.8K] xsmall(24).jpg │   ├── [3.2K] xsmall(25).jpg │   ├── [ 18K] xsmall(26).jpg │   ├── [ 11K] xsmall(2).jpg │   ├── [7.5K] xsmall(3).jpg │   ├── [4.5K] xsmall(4).jpg │   ├── [3.4K] xsmall(5).jpg │   ├── [3.9K] xsmall(6).jpg │   ├── [ 10K] xsmall(7).jpg │   ├── [4.5K] xsmall(8).jpg │   ├── [4.5K] xsmall(9).jpg │   ├── [9.5K] xsmall.jpg │   ├── [ 11K] xsmall.png │   └── [ 29K] zvc4iwz.js ├── [254K] fark.com ├── [4.0K] Filer_for_fark │   ├── [4.6K] 3newsnewzealand.jpg │   ├── [3.3K] 939litefm.png │   ├── [ 127] adallnossl.png │   ├── [ 127] adallpage.png │   ├── [ 127] adall.png │   ├── [174K] all_002.js │   ├── [174K] all.js │   ├── [ 15K] azfamily.jpg │   ├── [ 919] bbcnews.gif │   ├── [1.9K] beacon.js │   ├── [1012] bloomberg.gif │   ├── [ 724] buzzfeed.gif │   ├── [1.4K] cbc.png │   ├── [ 72K] cbgapi.loaded_0 │   ├── [3.7K] chicagotrib.jpg │   ├── [4.8K] citypages.jpg │   ├── [280K] ckeditor.js │   ├── [2.0K] cnbc.gif │   ├── [1.0K] cnnb.gif │   ├── [2.0K] dailymail.png │   ├── [2.2K] examiner.jpg │   ├── [2.5K] fark.js │   ├── [2.3K] farktography_002.gif │   ├── [1.3K] farktography.gif │   ├── [ 38K] fastbutton.htm │   ├── [3.2K] fbphotos.jpg │   ├── [ 547] flickrb.png │   ├── [ 12K] Freeloader-Fork_10009-m.jpg │   ├── [2.1K] FXN_77x27_1.gif │   ├── [1.3K] G4_logo.jpg │   ├── [ 36K] ga.js │   ├── [ 52K] google_ads_gpt.js │   ├── [ 35K] gpt.js │   ├── [3.2K] hawaiinewsnow.jpg │   ├── [2.8K] huffingtonpost.png │   ├── [1009] io9.jpg │   ├── [110K] jquery-farktools.js │   ├── [1.5K] kansas.gif │   ├── [1.9K] kmovstlouis.jpg │   ├── [2.6K] kotaku.gif │   ├── [4.9K] ktrk.jpg │   ├── [4.4K] ktvb.jpg │   ├── [ 16K] lifecom.jpg │   ├── [7.4K] lifelogo.png │   ├── [ 12K] like.htm │   ├── [ 937] livescience.gif │   ├── [ 61] ll.gif │   ├── [2.7K] mcall.jpg │   ├── [ 63K] minfarkstyle_new_15553.css │   ├── [1.9K] mlivecom.gif │   ├── [2.5K] mothernaturenetwork.jpg │   ├── [1.7K] msn.gif │   ├── [2.4K] nbcnews.jpg │   ├── [2.2K] newyorkdailynews.gif │   ├── [ 381] npr.png │   ├── [4.6K] nycaviation.jpg │   ├── [1.3K] nytimes.gif │   ├── [ 823] oauth.htm │   ├── [3.6K] opposingviews.jpg │   ├── [1.3K] orlandosentinel.jpg │   ├── [ 17K] osd.js │   ├── [ 14K] Peri-and-Sil-Doctor-Who-Action-Figure_7932-m.jpg │   ├── [ 19K] plusone.js │   ├── [5.7K] quant.js │   ├── [3.5K] ramblingbeachcatcom1.jpg │   ├── [ 666] reuters.gif │   ├── [6.1K] Samurai-Umbrella_2648-m.jpg │   ├── [2.7K] scribollogowide.jpg │   ├── [1.3K] sfgate.png │   ├── [ 508] shareFacebook.gif │   ├── [ 614] shareTwitter.png │   ├── [4.4K] smithsonianmagazine.jpg │   ├── [1.8K] starpulse.gif │   ├── [3.0K] sunnewsnetwork.jpg │   ├── [ 716] sunsentinel.gif │   ├── [2.8K] theatlantic.png │   ├── [ 723] theonion.gif │   ├── [2.1K] therawstory.jpg │   ├── [1.6K] thesmokinggun.gif │   ├── [2.6K] thisislincolnshire.jpg │   ├── [1.8K] timesofisrael.jpg │   ├── [4.6K] today.png │   ├── [1.6K] torontostar.png │   ├── [1.0K] usatoday.png │   ├── [4.2K] usnews1.jpg │   ├── [ 11K] Vitruvian-Squirrel_16426-m.jpg │   ├── [2.3K] wbtv3charlotte.jpg │   ├── [4.6K] wtkr.jpg │   ├── [3.8K] x103indianapolis.jpg │   ├── [ 25K] xd_arbiter_002.htm │   ├── [ 25K] xd_arbiter.htm │   ├── [1006] yahoo.gif │   └── [2.1K] yorkpressuk.jpg ├── [4.0K] Filer_for_microsoft │   ├── [2.3K] bimapping.js │   ├── [1.8K] bing_symbol_clr_52x52.png │   ├── [6.0K] broker-config_s1.js │   ├── [ 32K] broker.js │   ├── [ 42] c_002.gif │   ├── [ 3] css.css │   ├── [ 35K] DynGA_1015_420x210_EN_US.jpg │   ├── [ 557] fallpromo_bug_black.png │   ├── [ 24K] IE_1026_420x210_EN_US.jpg │   ├── [ 93K] jquery-1.js │   ├── [ 3] js.ashx │   ├── [1.6K] logo-lg-1x.png │   ├── [3.7K] logo_Microsoft_hl.jpg │   ├── [1.4K] logo-type-1x.png │   ├── [ 15K] modernizr.js │   ├── [1.2K] office_symbol_clr_52x52.png │   ├── [181K] PrCld_0114_1600x540_EN_US.jpg │   ├── [9.2K] prod_bingSidebar_hl.jpg │   ├── [ 13K] prod_SurfacePro2_hl.jpg │   ├── [2.7K] script_002.jsx │   ├── [ 48K] script_003.jsx │   ├── [ 23K] script.jsx │   ├── [ 764] search-button-blue.png │   ├── [ 42] Segments.js │   ├── [1.6K] skype_symbol_clr_52x52.png │   ├── [ 28K] Store_1127_420x210_EN_US.jpg │   ├── [ 289] store_symbol_clr_52x52.png │   ├── [ 44K] style.css │   ├── [ 63K] Surface_BG_0114_1600x540_EN_US.jpg │   ├── [5.1K] Surface_RetLogo_500x60.png │   ├── [9.2K] SystemCenter_NoDate_RetnaLogo_500x60.png │   ├── [ 34K] Win8Eval_1001_420x210_EN_US.jpg │   ├── [156K] Win8OfferApps_BG_1217_1600x540_EN_US.jpg │   ├── [7.8K] Win8_RetLogo__1127_500x60_EN_US.png │   ├── [ 748] windowsphone_symbol_clr_52x52.png │   ├── [ 476] windows_symbol_clr_52x52.png │   ├── [ 28K] WinIntune_1217_420x210_EN_US.jpg │   ├── [115K] WPBrand_BG_1112_1600x540_EN_US.jpg │   ├── [9.2K] WP_RetLogo_1112_500x60_EN_US.png │   ├── [5.8K] WT3fnXyVYIitjOKfVuxmRkPCE8nDekpsniX0oA2AaEi7w7w3Sf7JGR1cp6SV.htm │   ├── [ 25K] wt_capi.js │   ├── [ 40K] wt_lib.js │   ├── [9.3K] XboxOffer_1210_420x210_EN_US.jpg │   └── [1.6K] xbox_symbol_clr_52x52.png ├── [4.0K] google.com_files │   ├── [ 85K] 7326c3a62f8db7be.js │   ├── [ 170] blank.htm │   ├── [486K] rs=AItRSTOMu1zCzaHy-NicNmSX0bO501zNrQ │   ├── [ 45K] rs=AItRSTOMu1zCzaHy-NicNmSX0bO501zNrQ(1) │   └── [ 47K] sem_02745283c6d09baf2ddd04f5e47ece34.js ├── [105K] google.com.html ├── [ 64K] microsoft.com ├── [4.0K] slashdot.org_files │   ├── [4.2K] 2675_SlashBIUpdate_HubIcon_v2.gif │   ├── [7.7K] 273-2-thumb.png │   ├── [ 43] 817-grey.gif │   ├── [262K] all-minified.js │   ├── [2.0K] android_64.png │   ├── [6.1K] business_64.png │   ├── [1.9K] cellphones_64.png │   ├── [122K] classic.css │   ├── [5.9K] crime_64.png │   ├── [6.8K] direct;vt.1;wi.300 │   ├── [ 11K] engage.js │   ├── [ 935] facebook_64.png │   ├── [ 36K] ga.js │   ├── [5.1K] graphics_64.png │   ├── [3.9K] hardware_64.png │   ├── [ 91K] login │   ├── [ 295] mainpage_p33_powerswitch;pg=index2;logged_in=0;tile=3;sz=980x66;u= │   ├── [7.1K] mars_64.png │   ├── [4.6K] microsoft_64100.png │   ├── [2.3K] networking_64.png │   ├── [ 11K] pg_index_CPL_medrec;pg=index;logged_in=0;tile=6;sz=300x250;ord=892495382577180.9 │   ├── [2.5K] pg_index_google_medrec;pg=index2;logged_in=0;tile=8;sz=300x250,300x600;u= │   ├── [ 11K] pg_index_p1_leader;pg=index2;logged_in=0;tile=1;sz=728x90;u= │   ├── [ 274] pg_index_p31_lower_poll_spons;pg=index;logged_in=0;tile=5 │   ├── [ 896] pg_index_p83_medrec;pg=index2;logged_in=0;tile=4;sz=300x250,300x600;u= │   ├── [ 19K] pg_index_p85_medrec;pg=index2;logged_in=0;tile=7;sz=300x250,300x600;u= │   ├── [7.0K] piracy_64.png │   ├── [ 51K] providers.css │   ├── [ 362] sd_hub_icon;tile=2;sz=200x90 │   ├── [6.1K] starwars_64.png │   ├── [ 0] tagger_v04.php │   └── [3.4K] wireless_64.png └── [100K] slashdot.org.htm 28 directories, 435 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。