├── noteb ├── README.MD ├── vul │ ├── fileinclude │ │ ├── fileinclude2 │ │ │ └── test.php │ │ └── assets │ │ │ ├── scss │ │ │ ├── bootstrap │ │ │ │ ├── scss │ │ │ │ │ ├── utilities │ │ │ │ │ │ ├── _clearfix.scss │ │ │ │ │ │ ├── _overflow.scss │ │ │ │ │ │ ├── _screenreaders.scss │ │ │ │ │ │ ├── _visibility.scss │ │ │ │ │ │ ├── _shadows.scss │ │ │ │ │ │ ├── _float.scss │ │ │ │ │ │ ├── _align.scss │ │ │ │ │ │ ├── _background.scss │ │ │ │ │ │ ├── _stretched-link.scss │ │ │ │ │ │ ├── _sizing.scss │ │ │ │ │ │ ├── _position.scss │ │ │ │ │ │ ├── _display.scss │ │ │ │ │ │ └── _embed.scss │ │ │ │ │ ├── _media.scss │ │ │ │ │ ├── mixins │ │ │ │ │ │ ├── _clearfix.scss │ │ │ │ │ │ ├── _size.scss │ │ │ │ │ │ ├── _lists.scss │ │ │ │ │ │ ├── _text-truncate.scss │ │ │ │ │ │ ├── _visibility.scss │ │ │ │ │ │ ├── _resize.scss │ │ │ │ │ │ ├── _alert.scss │ │ │ │ │ │ ├── _nav-divider.scss │ │ │ │ │ │ ├── _text-hide.scss │ │ │ │ │ │ ├── _badge.scss │ │ │ │ │ │ ├── _transition.scss │ │ │ │ │ │ ├── _text-emphasis.scss │ │ │ │ │ │ ├── _float.scss │ │ │ │ │ │ ├── _list-group.scss │ │ │ │ │ │ ├── _reset-text.scss │ │ │ │ │ │ ├── _pagination.scss │ │ │ │ │ │ ├── _background-variant.scss │ │ │ │ │ │ ├── _box-shadow.scss │ │ │ │ │ │ ├── _deprecate.scss │ │ │ │ │ │ ├── _screen-reader.scss │ │ │ │ │ │ ├── _hover.scss │ │ │ │ │ │ └── _table-row.scss │ │ │ │ │ ├── _transitions.scss │ │ │ │ │ ├── bootstrap-reboot.scss │ │ │ │ │ ├── _jumbotron.scss │ │ │ │ │ ├── _utilities.scss │ │ │ │ │ ├── _root.scss │ │ │ │ │ ├── bootstrap-grid.scss │ │ │ │ │ ├── bootstrap.scss │ │ │ │ │ ├── _close.scss │ │ │ │ │ ├── _toasts.scss │ │ │ │ │ ├── _code.scss │ │ │ │ │ └── _grid.scss │ │ │ │ └── js │ │ │ │ │ ├── tests │ │ │ │ │ ├── integration │ │ │ │ │ │ ├── bundle.js │ │ │ │ │ │ └── rollup.bundle.js │ │ │ │ │ └── unit │ │ │ │ │ │ └── .eslintrc.json │ │ │ │ │ └── dist │ │ │ │ │ └── index.js │ │ │ └── theme │ │ │ │ ├── styles.scss │ │ │ │ ├── _about.scss │ │ │ │ └── _mixins.scss │ │ │ ├── images │ │ │ ├── profile.png │ │ │ ├── about-me.jpg │ │ │ ├── promo-banner.jpg │ │ │ └── blog │ │ │ │ ├── blog-post-banner.jpg │ │ │ │ ├── blog-post-thumb-1.jpg │ │ │ │ ├── blog-post-thumb-2.jpg │ │ │ │ ├── blog-post-thumb-3.jpg │ │ │ │ ├── blog-post-thumb-4.jpg │ │ │ │ ├── blog-post-thumb-5.jpg │ │ │ │ ├── blog-post-thumb-6.jpg │ │ │ │ ├── blog-post-thumb-7.jpg │ │ │ │ ├── blog-post-thumb-8.jpg │ │ │ │ ├── blog-post-thumb-9.jpg │ │ │ │ ├── blog-post-thumb-10.jpg │ │ │ │ ├── blog-post-thumb-11.jpg │ │ │ │ └── blog-post-thumb-12.jpg │ │ │ ├── plugins │ │ │ └── highlight │ │ │ │ └── styles │ │ │ │ ├── pojoaque.jpg │ │ │ │ ├── school-book.png │ │ │ │ ├── brown-papersq.png │ │ │ │ ├── darkula.css │ │ │ │ ├── ascetic.css │ │ │ │ ├── mono-blue.css │ │ │ │ ├── dark.css │ │ │ │ ├── androidstudio.css │ │ │ │ ├── codepen-embed.css │ │ │ │ ├── brown-paper.css │ │ │ │ ├── vs.css │ │ │ │ ├── far.css │ │ │ │ ├── arta.css │ │ │ │ ├── ir-black.css │ │ │ │ ├── magula.css │ │ │ │ └── color-brewer.css │ │ │ └── js │ │ │ └── blog.js │ ├── upload │ │ ├── upload1 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload2 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload3 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload4 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload5 │ │ │ └── flag │ │ ├── upload6 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload7 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload8 │ │ │ ├── flag │ │ │ └── code.php │ │ ├── upload9 │ │ │ └── flag │ │ ├── upload10 │ │ │ └── flag │ │ └── upload_cache │ │ │ └── readme.php │ ├── editor │ │ ├── fckedior │ │ │ ├── editor │ │ │ │ ├── dialog │ │ │ │ │ ├── fck_spellerpages │ │ │ │ │ │ └── spellerpages │ │ │ │ │ │ │ ├── blank.html │ │ │ │ │ │ │ └── spellerStyle.css │ │ │ │ │ ├── common │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── locked.gif │ │ │ │ │ │ │ ├── reset.gif │ │ │ │ │ │ │ └── unlocked.gif │ │ │ │ │ ├── fck_about │ │ │ │ │ │ ├── logo_fredck.gif │ │ │ │ │ │ ├── logo_fckeditor.gif │ │ │ │ │ │ └── sponsors │ │ │ │ │ │ │ └── spellchecker_net.gif │ │ │ │ │ └── fck_template │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── template1.gif │ │ │ │ │ │ ├── template2.gif │ │ │ │ │ │ └── template3.gif │ │ │ │ ├── images │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── arrow_ltr.gif │ │ │ │ │ ├── arrow_rtl.gif │ │ │ │ │ └── smiley │ │ │ │ │ │ └── msn │ │ │ │ │ │ ├── cake.gif │ │ │ │ │ │ ├── kiss.gif │ │ │ │ │ │ ├── heart.gif │ │ │ │ │ │ ├── cry_smile.gif │ │ │ │ │ │ ├── envelope.gif │ │ │ │ │ │ ├── lightbulb.gif │ │ │ │ │ │ ├── omg_smile.gif │ │ │ │ │ │ ├── sad_smile.gif │ │ │ │ │ │ ├── thumbs_up.gif │ │ │ │ │ │ ├── angel_smile.gif │ │ │ │ │ │ ├── angry_smile.gif │ │ │ │ │ │ ├── broken_heart.gif │ │ │ │ │ │ ├── devil_smile.gif │ │ │ │ │ │ ├── shades_smile.gif │ │ │ │ │ │ ├── teeth_smile.gif │ │ │ │ │ │ ├── thumbs_down.gif │ │ │ │ │ │ ├── tounge_smile.gif │ │ │ │ │ │ ├── wink_smile.gif │ │ │ │ │ │ ├── confused_smile.gif │ │ │ │ │ │ ├── regular_smile.gif │ │ │ │ │ │ ├── embaressed_smile.gif │ │ │ │ │ │ └── whatchutalkingabout_smile.gif │ │ │ │ ├── css │ │ │ │ │ ├── images │ │ │ │ │ │ ├── block_div.png │ │ │ │ │ │ ├── block_h1.png │ │ │ │ │ │ ├── block_h2.png │ │ │ │ │ │ ├── block_h3.png │ │ │ │ │ │ ├── block_h4.png │ │ │ │ │ │ ├── block_h5.png │ │ │ │ │ │ ├── block_h6.png │ │ │ │ │ │ ├── block_p.png │ │ │ │ │ │ ├── block_pre.png │ │ │ │ │ │ ├── fck_anchor.gif │ │ │ │ │ │ ├── fck_plugin.gif │ │ │ │ │ │ ├── block_address.png │ │ │ │ │ │ ├── fck_flashlogo.gif │ │ │ │ │ │ ├── fck_pagebreak.gif │ │ │ │ │ │ ├── block_blockquote.png │ │ │ │ │ │ └── fck_hiddenfield.gif │ │ │ │ │ └── behaviors │ │ │ │ │ │ ├── disablehandles.htc │ │ │ │ │ │ └── showtableborders.htc │ │ │ │ ├── skins │ │ │ │ │ ├── silver │ │ │ │ │ │ ├── fck_strip.gif │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── sprites.gif │ │ │ │ │ │ │ ├── sprites.png │ │ │ │ │ │ │ ├── dialog.sides.gif │ │ │ │ │ │ │ ├── dialog.sides.png │ │ │ │ │ │ │ ├── toolbar.end.gif │ │ │ │ │ │ │ ├── toolbar.expand.gif │ │ │ │ │ │ │ ├── toolbar.start.gif │ │ │ │ │ │ │ ├── dialog.sides.rtl.png │ │ │ │ │ │ │ ├── toolbar.buttonbg.gif │ │ │ │ │ │ │ ├── toolbar.collapse.gif │ │ │ │ │ │ │ ├── toolbar.separator.gif │ │ │ │ │ │ │ ├── toolbar.arrowright.gif │ │ │ │ │ │ │ └── toolbar.buttonarrow.gif │ │ │ │ │ ├── default │ │ │ │ │ │ ├── fck_strip.gif │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── sprites.gif │ │ │ │ │ │ │ ├── sprites.png │ │ │ │ │ │ │ ├── toolbar.end.gif │ │ │ │ │ │ │ ├── dialog.sides.gif │ │ │ │ │ │ │ ├── dialog.sides.png │ │ │ │ │ │ │ ├── toolbar.expand.gif │ │ │ │ │ │ │ ├── toolbar.start.gif │ │ │ │ │ │ │ ├── dialog.sides.rtl.png │ │ │ │ │ │ │ ├── toolbar.collapse.gif │ │ │ │ │ │ │ ├── toolbar.arrowright.gif │ │ │ │ │ │ │ ├── toolbar.buttonarrow.gif │ │ │ │ │ │ │ └── toolbar.separator.gif │ │ │ │ │ └── office2003 │ │ │ │ │ │ ├── fck_strip.gif │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── sprites.gif │ │ │ │ │ │ ├── sprites.png │ │ │ │ │ │ ├── toolbar.bg.gif │ │ │ │ │ │ ├── toolbar.end.gif │ │ │ │ │ │ ├── dialog.sides.gif │ │ │ │ │ │ ├── dialog.sides.png │ │ │ │ │ │ ├── toolbar.start.gif │ │ │ │ │ │ ├── dialog.sides.rtl.png │ │ │ │ │ │ ├── toolbar.collapse.gif │ │ │ │ │ │ ├── toolbar.expand.gif │ │ │ │ │ │ ├── toolbar.arrowright.gif │ │ │ │ │ │ ├── toolbar.separator.gif │ │ │ │ │ │ └── toolbar.buttonarrow.gif │ │ │ │ ├── plugins │ │ │ │ │ ├── placeholder │ │ │ │ │ │ ├── placeholder.gif │ │ │ │ │ │ └── lang │ │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ │ └── de.js │ │ │ │ │ └── bbcode │ │ │ │ │ │ └── _sample │ │ │ │ │ │ └── sample.config.js │ │ │ │ ├── filemanager │ │ │ │ │ ├── browser │ │ │ │ │ │ └── default │ │ │ │ │ │ │ └── images │ │ │ │ │ │ │ ├── Folder.gif │ │ │ │ │ │ │ ├── spacer.gif │ │ │ │ │ │ │ ├── Folder32.gif │ │ │ │ │ │ │ ├── FolderUp.gif │ │ │ │ │ │ │ ├── icons │ │ │ │ │ │ │ ├── 32 │ │ │ │ │ │ │ │ ├── ai.gif │ │ │ │ │ │ │ │ ├── avi.gif │ │ │ │ │ │ │ │ ├── bmp.gif │ │ │ │ │ │ │ │ ├── cs.gif │ │ │ │ │ │ │ │ ├── dll.gif │ │ │ │ │ │ │ │ ├── doc.gif │ │ │ │ │ │ │ │ ├── exe.gif │ │ │ │ │ │ │ │ ├── fla.gif │ │ │ │ │ │ │ │ ├── gif.gif │ │ │ │ │ │ │ │ ├── htm.gif │ │ │ │ │ │ │ │ ├── jpg.gif │ │ │ │ │ │ │ │ ├── js.gif │ │ │ │ │ │ │ │ ├── mdb.gif │ │ │ │ │ │ │ │ ├── mp3.gif │ │ │ │ │ │ │ │ ├── pdf.gif │ │ │ │ │ │ │ │ ├── png.gif │ │ │ │ │ │ │ │ ├── ppt.gif │ │ │ │ │ │ │ │ ├── rdp.gif │ │ │ │ │ │ │ │ ├── swf.gif │ │ │ │ │ │ │ │ ├── swt.gif │ │ │ │ │ │ │ │ ├── txt.gif │ │ │ │ │ │ │ │ ├── vsd.gif │ │ │ │ │ │ │ │ ├── xls.gif │ │ │ │ │ │ │ │ ├── xml.gif │ │ │ │ │ │ │ │ ├── zip.gif │ │ │ │ │ │ │ │ ├── html.gif │ │ │ │ │ │ │ │ └── default.icon.gif │ │ │ │ │ │ │ ├── ai.gif │ │ │ │ │ │ │ ├── avi.gif │ │ │ │ │ │ │ ├── bmp.gif │ │ │ │ │ │ │ ├── cs.gif │ │ │ │ │ │ │ ├── dll.gif │ │ │ │ │ │ │ ├── doc.gif │ │ │ │ │ │ │ ├── exe.gif │ │ │ │ │ │ │ ├── fla.gif │ │ │ │ │ │ │ ├── gif.gif │ │ │ │ │ │ │ ├── htm.gif │ │ │ │ │ │ │ ├── html.gif │ │ │ │ │ │ │ ├── jpg.gif │ │ │ │ │ │ │ ├── js.gif │ │ │ │ │ │ │ ├── mdb.gif │ │ │ │ │ │ │ ├── mp3.gif │ │ │ │ │ │ │ ├── pdf.gif │ │ │ │ │ │ │ ├── png.gif │ │ │ │ │ │ │ ├── ppt.gif │ │ │ │ │ │ │ ├── rdp.gif │ │ │ │ │ │ │ ├── swf.gif │ │ │ │ │ │ │ ├── swt.gif │ │ │ │ │ │ │ ├── txt.gif │ │ │ │ │ │ │ ├── vsd.gif │ │ │ │ │ │ │ ├── xls.gif │ │ │ │ │ │ │ ├── xml.gif │ │ │ │ │ │ │ ├── zip.gif │ │ │ │ │ │ │ └── default.icon.gif │ │ │ │ │ │ │ ├── ButtonArrow.gif │ │ │ │ │ │ │ ├── FolderOpened.gif │ │ │ │ │ │ │ └── FolderOpened32.gif │ │ │ │ │ └── connectors │ │ │ │ │ │ └── php │ │ │ │ │ │ └── phpcompat.php │ │ │ │ └── dtd │ │ │ │ │ └── fck_dtd_test.html │ │ │ ├── index.php │ │ │ └── fckeditor.php │ │ ├── img │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── 3.jpg │ │ └── upload.php │ ├── more │ │ ├── more1 │ │ │ ├── 1.jpg │ │ │ ├── static │ │ │ │ ├── fonts │ │ │ │ │ ├── iconfont.eot │ │ │ │ │ ├── iconfont.ttf │ │ │ │ │ └── iconfont.woff │ │ │ │ └── images │ │ │ │ │ └── banners.jpg │ │ │ └── down.php │ │ ├── more2 │ │ │ ├── images │ │ │ │ ├── 1.jpg │ │ │ │ ├── 2.jpg │ │ │ │ └── banner.jpg │ │ │ ├── logic4 │ │ │ │ └── static │ │ │ │ │ └── images │ │ │ │ │ └── forgerstepbg.png │ │ │ ├── more2.1 │ │ │ │ └── yzm.php │ │ │ └── more2.2 │ │ │ │ └── yzm.php │ │ └── more3 │ │ │ └── poolcookie │ │ │ └── logout.php │ ├── sqli │ │ ├── img │ │ │ ├── bg9.jpg │ │ │ ├── forum-sprites.png │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── images │ │ │ ├── log1o.png │ │ │ ├── logo.png │ │ │ └── logo1.png │ │ ├── static │ │ │ ├── images │ │ │ │ └── 57.jpg │ │ │ └── picture │ │ │ │ ├── zh.png │ │ │ │ └── pass.png │ │ ├── config.php │ │ └── sql-connect.php │ ├── ssrf │ │ ├── img │ │ │ ├── mint.jpg │ │ │ ├── avatar.jpg │ │ │ ├── favicon.png │ │ │ ├── foliowrap.jpg │ │ │ ├── header-bg.jpg │ │ │ ├── apple-touch-icon.png │ │ │ └── portfolio │ │ │ │ ├── folio01.jpg │ │ │ │ ├── folio02.jpg │ │ │ │ ├── folio03.jpg │ │ │ │ ├── folio04.jpg │ │ │ │ ├── folio05.jpg │ │ │ │ └── folio06.jpg │ │ ├── lib │ │ │ ├── ecoicons │ │ │ │ ├── ecoicons.eot │ │ │ │ ├── ecoicons.ttf │ │ │ │ └── ecoicons.woff │ │ │ └── bootstrap │ │ │ │ └── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ ├── ssrf1 │ │ │ └── share.php │ │ ├── ssrf4 │ │ │ └── share.php │ │ └── ssrf3 │ │ │ └── share.php │ ├── xxe │ │ ├── xxe1 │ │ │ ├── flag.php │ │ │ └── doLogin.php │ │ ├── xxe2 │ │ │ ├── flag.php │ │ │ └── doLogin.php │ │ ├── xxe3 │ │ │ ├── flag.php │ │ │ └── doLogin.php │ │ └── images │ │ │ ├── emil.png │ │ │ ├── login.png │ │ │ ├── backgroud.png │ │ │ └── password.png │ ├── poolpass │ │ ├── images │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── banner.jpg │ │ └── poolpass5 │ │ │ └── yzm.php │ ├── rce │ │ └── static │ │ │ ├── images │ │ │ └── 1.png │ │ │ └── fonts │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ ├── logic │ │ ├── logic4 │ │ │ ├── images │ │ │ │ ├── bag.png │ │ │ │ ├── blog.jpg │ │ │ │ ├── box_1.jpg │ │ │ │ ├── box_2.jpg │ │ │ │ ├── box_3.jpg │ │ │ │ ├── cart.jpg │ │ │ │ ├── down.png │ │ │ │ ├── next.png │ │ │ │ ├── prev.png │ │ │ │ ├── blog_1.jpg │ │ │ │ ├── blog_2.jpg │ │ │ │ ├── blog_3.jpg │ │ │ │ ├── card_1.jpg │ │ │ │ ├── card_2.jpg │ │ │ │ ├── card_3.jpg │ │ │ │ ├── card_4.jpg │ │ │ │ ├── card_5.jpg │ │ │ │ ├── cart_1.jpg │ │ │ │ ├── checkout.jpg │ │ │ │ ├── view_1.png │ │ │ │ ├── view_2.png │ │ │ │ ├── view_3.png │ │ │ │ ├── categories.jpg │ │ │ │ ├── newsletter.jpg │ │ │ │ ├── product_1.jpg │ │ │ │ ├── product_10.jpg │ │ │ │ ├── product_11.jpg │ │ │ │ ├── product_12.jpg │ │ │ │ ├── product_13.jpg │ │ │ │ ├── product_14.jpg │ │ │ │ ├── product_15.jpg │ │ │ │ ├── product_16.jpg │ │ │ │ ├── product_17.jpg │ │ │ │ ├── product_18.jpg │ │ │ │ ├── product_19.jpg │ │ │ │ ├── product_2.jpg │ │ │ │ ├── product_3.jpg │ │ │ │ ├── product_4.jpg │ │ │ │ ├── product_5.jpg │ │ │ │ ├── product_6.jpg │ │ │ │ ├── product_7.jpg │ │ │ │ ├── product_8.jpg │ │ │ │ ├── product_9.jpg │ │ │ │ ├── footer_blog_1.jpg │ │ │ │ ├── footer_blog_2.jpg │ │ │ │ ├── home_slider_1.jpg │ │ │ │ ├── product_background.jpg │ │ │ │ ├── product_single_1.jpg │ │ │ │ ├── product_single_2.jpg │ │ │ │ ├── product_single_3.jpg │ │ │ │ ├── product_single_4.jpg │ │ │ │ └── product_single_5.jpg │ │ │ └── plugins │ │ │ │ ├── OwlCarousel2-2.2.1 │ │ │ │ ├── ajax-loader.gif │ │ │ │ └── owl.video.play.png │ │ │ │ └── font-awesome-4.7.0 │ │ │ │ └── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ ├── logic2 │ │ │ ├── font │ │ │ │ └── NEOTERICc.ttf │ │ │ └── register.php │ │ └── logic3 │ │ │ └── static │ │ │ └── images │ │ │ └── forgerstepbg.png │ ├── xss │ │ └── static │ │ │ ├── picture │ │ │ ├── face.jpg │ │ │ ├── 5470c752e4c94a469feb559d38440308.gif │ │ │ └── fa89556a350544d5be18c01ef31fa25a.gif │ │ │ ├── fonts │ │ │ ├── consolas.ttf │ │ │ ├── ubuntu-b.ttf │ │ │ ├── ubuntu-r.ttf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ │ └── images │ │ │ └── 20130527182017_dqhh4.jpeg │ └── csrf │ │ ├── csrf1 │ │ └── logout.php │ │ ├── csrf2 │ │ └── logout.php │ │ ├── csrf3 │ │ └── logout.php │ │ ├── csrf5 │ │ └── logout.php │ │ ├── csrf4 │ │ └── logout.php │ │ └── jsonp │ │ ├── jq_poc.php │ │ ├── poc.php │ │ └── jsonp.php ├── src │ ├── images │ │ ├── 1.png │ │ ├── bg.png │ │ ├── face │ │ │ ├── 0.gif │ │ │ ├── 1.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 13.gif │ │ │ ├── 14.gif │ │ │ ├── 15.gif │ │ │ ├── 16.gif │ │ │ ├── 17.gif │ │ │ ├── 18.gif │ │ │ ├── 19.gif │ │ │ ├── 20.gif │ │ │ ├── 21.gif │ │ │ ├── 22.gif │ │ │ ├── 23.gif │ │ │ ├── 24.gif │ │ │ ├── 25.gif │ │ │ ├── 26.gif │ │ │ ├── 27.gif │ │ │ ├── 28.gif │ │ │ ├── 29.gif │ │ │ ├── 30.gif │ │ │ ├── 31.gif │ │ │ ├── 32.gif │ │ │ ├── 33.gif │ │ │ ├── 34.gif │ │ │ ├── 35.gif │ │ │ ├── 36.gif │ │ │ ├── 37.gif │ │ │ ├── 38.gif │ │ │ ├── 39.gif │ │ │ ├── 40.gif │ │ │ ├── 41.gif │ │ │ ├── 42.gif │ │ │ ├── 43.gif │ │ │ ├── 44.gif │ │ │ ├── 45.gif │ │ │ ├── 46.gif │ │ │ ├── 47.gif │ │ │ ├── 48.gif │ │ │ ├── 49.gif │ │ │ ├── 50.gif │ │ │ ├── 51.gif │ │ │ ├── 52.gif │ │ │ ├── 53.gif │ │ │ ├── 54.gif │ │ │ ├── 55.gif │ │ │ ├── 56.gif │ │ │ ├── 57.gif │ │ │ ├── 58.gif │ │ │ ├── 59.gif │ │ │ ├── 60.gif │ │ │ ├── 61.gif │ │ │ ├── 62.gif │ │ │ ├── 63.gif │ │ │ ├── 64.gif │ │ │ ├── 65.gif │ │ │ ├── 66.gif │ │ │ ├── 67.gif │ │ │ ├── 68.gif │ │ │ ├── 69.gif │ │ │ ├── 70.gif │ │ │ └── 71.gif │ │ ├── logo1.png │ │ ├── logo12.png │ │ ├── baidu_resultlogo@2.png │ │ └── 8be7d1838d838cf92483476b064ee0e6_face.jpg │ ├── videos │ │ ├── 1.mp4 │ │ ├── 2.mp4 │ │ ├── 3.mp4 │ │ └── 4.mp4 │ ├── font │ │ ├── iconfont.eot │ │ ├── iconfont.ttf │ │ ├── iconfont.woff │ │ └── iconfont.woff2 │ ├── css │ │ └── modules │ │ │ ├── layer │ │ │ └── default │ │ │ │ ├── icon.png │ │ │ │ ├── icon-ext.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ │ └── code.css │ └── lay │ │ └── modules │ │ └── code.js ├── logout.php └── footer.php ├── log ├── NOT DELETE TISH FOLDER └── README.md ├── .gitattributes └── img ├── image-20210702162528346.png ├── image-20210702162938019.png ├── image-20210702162952841.png ├── image-20210702163013000.png ├── image-20210702163118182.png ├── image-20210702163144860.png ├── image-20210702163159178.png ├── image-20210702163224617.png ├── image-20210702163229231.png └── image-20210702163250448.png /noteb/README.MD: -------------------------------------------------------------------------------- 1 | README.MD 2 | -------------------------------------------------------------------------------- /log/NOT DELETE TISH FOLDER: -------------------------------------------------------------------------------- 1 | 请勿删除该文件夹 -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.html linguist-language=php 2 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/fileinclude2/test.php: -------------------------------------------------------------------------------- 1 | test -------------------------------------------------------------------------------- /noteb/vul/upload/upload1/flag: -------------------------------------------------------------------------------- 1 | flag{upload_1_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload2/flag: -------------------------------------------------------------------------------- 1 | flag{upload_2_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload3/flag: -------------------------------------------------------------------------------- 1 | flag{upload_3_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload4/flag: -------------------------------------------------------------------------------- 1 | flag{upload_4_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload5/flag: -------------------------------------------------------------------------------- 1 | flag{upload_5_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload6/flag: -------------------------------------------------------------------------------- 1 | flag{upload_6_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload7/flag: -------------------------------------------------------------------------------- 1 | flag{upload_7_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload8/flag: -------------------------------------------------------------------------------- 1 | flag{upload_8_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload9/flag: -------------------------------------------------------------------------------- 1 | flag{upload_9_get} -------------------------------------------------------------------------------- /noteb/vul/upload/upload10/flag: -------------------------------------------------------------------------------- 1 | flag{upload_10_get} -------------------------------------------------------------------------------- /log/README.md: -------------------------------------------------------------------------------- 1 | # README 2 | 3 | 该文件夹用来记录sql注入的步骤记录,请勿删除。 -------------------------------------------------------------------------------- /noteb/vul/upload/upload_cache/readme.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_spellerpages/spellerpages/blank.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /noteb/src/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/1.png -------------------------------------------------------------------------------- /noteb/src/videos/1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/videos/1.mp4 -------------------------------------------------------------------------------- /noteb/src/videos/2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/videos/2.mp4 -------------------------------------------------------------------------------- /noteb/src/videos/3.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/videos/3.mp4 -------------------------------------------------------------------------------- /noteb/src/videos/4.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/videos/4.mp4 -------------------------------------------------------------------------------- /noteb/src/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/bg.png -------------------------------------------------------------------------------- /noteb/src/font/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/font/iconfont.eot -------------------------------------------------------------------------------- /noteb/src/font/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/font/iconfont.ttf -------------------------------------------------------------------------------- /noteb/src/images/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/0.gif -------------------------------------------------------------------------------- /noteb/src/images/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/1.gif -------------------------------------------------------------------------------- /noteb/src/images/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/2.gif -------------------------------------------------------------------------------- /noteb/src/images/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/3.gif -------------------------------------------------------------------------------- /noteb/src/images/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/4.gif -------------------------------------------------------------------------------- /noteb/src/images/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/5.gif -------------------------------------------------------------------------------- /noteb/src/images/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/6.gif -------------------------------------------------------------------------------- /noteb/src/images/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/7.gif -------------------------------------------------------------------------------- /noteb/src/images/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/8.gif -------------------------------------------------------------------------------- /noteb/src/images/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/9.gif -------------------------------------------------------------------------------- /noteb/src/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/logo1.png -------------------------------------------------------------------------------- /noteb/src/images/logo12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/logo12.png -------------------------------------------------------------------------------- /noteb/vul/editor/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/img/1.jpg -------------------------------------------------------------------------------- /noteb/vul/editor/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/img/2.jpg -------------------------------------------------------------------------------- /noteb/vul/editor/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/img/3.jpg -------------------------------------------------------------------------------- /noteb/vul/more/more1/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more1/1.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/img/bg9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/bg9.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/mint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/mint.jpg -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe1/flag.php: -------------------------------------------------------------------------------- 1 | hello,world!"; 3 | 4 | 5 | #flag{xxe-daguai111} -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe2/flag.php: -------------------------------------------------------------------------------- 1 | hello,world2!"; 3 | 4 | 5 | #flag{xxe-2222xxe} -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe3/flag.php: -------------------------------------------------------------------------------- 1 | hello,world3!"; 3 | 4 | 5 | #flag{xxe-dag3333get} -------------------------------------------------------------------------------- /noteb/src/font/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/font/iconfont.woff -------------------------------------------------------------------------------- /noteb/src/font/iconfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/font/iconfont.woff2 -------------------------------------------------------------------------------- /noteb/src/images/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/10.gif -------------------------------------------------------------------------------- /noteb/src/images/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/11.gif -------------------------------------------------------------------------------- /noteb/src/images/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/12.gif -------------------------------------------------------------------------------- /noteb/src/images/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/13.gif -------------------------------------------------------------------------------- /noteb/src/images/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/14.gif -------------------------------------------------------------------------------- /noteb/src/images/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/15.gif -------------------------------------------------------------------------------- /noteb/src/images/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/16.gif -------------------------------------------------------------------------------- /noteb/src/images/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/17.gif -------------------------------------------------------------------------------- /noteb/src/images/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/18.gif -------------------------------------------------------------------------------- /noteb/src/images/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/19.gif -------------------------------------------------------------------------------- /noteb/src/images/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/20.gif -------------------------------------------------------------------------------- /noteb/src/images/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/21.gif -------------------------------------------------------------------------------- /noteb/src/images/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/22.gif -------------------------------------------------------------------------------- /noteb/src/images/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/23.gif -------------------------------------------------------------------------------- /noteb/src/images/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/24.gif -------------------------------------------------------------------------------- /noteb/src/images/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/25.gif -------------------------------------------------------------------------------- /noteb/src/images/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/26.gif -------------------------------------------------------------------------------- /noteb/src/images/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/27.gif -------------------------------------------------------------------------------- /noteb/src/images/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/28.gif -------------------------------------------------------------------------------- /noteb/src/images/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/29.gif -------------------------------------------------------------------------------- /noteb/src/images/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/30.gif -------------------------------------------------------------------------------- /noteb/src/images/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/31.gif -------------------------------------------------------------------------------- /noteb/src/images/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/32.gif -------------------------------------------------------------------------------- /noteb/src/images/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/33.gif -------------------------------------------------------------------------------- /noteb/src/images/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/34.gif -------------------------------------------------------------------------------- /noteb/src/images/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/35.gif -------------------------------------------------------------------------------- /noteb/src/images/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/36.gif -------------------------------------------------------------------------------- /noteb/src/images/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/37.gif -------------------------------------------------------------------------------- /noteb/src/images/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/38.gif -------------------------------------------------------------------------------- /noteb/src/images/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/39.gif -------------------------------------------------------------------------------- /noteb/src/images/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/40.gif -------------------------------------------------------------------------------- /noteb/src/images/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/41.gif -------------------------------------------------------------------------------- /noteb/src/images/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/42.gif -------------------------------------------------------------------------------- /noteb/src/images/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/43.gif -------------------------------------------------------------------------------- /noteb/src/images/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/44.gif -------------------------------------------------------------------------------- /noteb/src/images/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/45.gif -------------------------------------------------------------------------------- /noteb/src/images/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/46.gif -------------------------------------------------------------------------------- /noteb/src/images/face/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/47.gif -------------------------------------------------------------------------------- /noteb/src/images/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/48.gif -------------------------------------------------------------------------------- /noteb/src/images/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/49.gif -------------------------------------------------------------------------------- /noteb/src/images/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/50.gif -------------------------------------------------------------------------------- /noteb/src/images/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/51.gif -------------------------------------------------------------------------------- /noteb/src/images/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/52.gif -------------------------------------------------------------------------------- /noteb/src/images/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/53.gif -------------------------------------------------------------------------------- /noteb/src/images/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/54.gif -------------------------------------------------------------------------------- /noteb/src/images/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/55.gif -------------------------------------------------------------------------------- /noteb/src/images/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/56.gif -------------------------------------------------------------------------------- /noteb/src/images/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/57.gif -------------------------------------------------------------------------------- /noteb/src/images/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/58.gif -------------------------------------------------------------------------------- /noteb/src/images/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/59.gif -------------------------------------------------------------------------------- /noteb/src/images/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/60.gif -------------------------------------------------------------------------------- /noteb/src/images/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/61.gif -------------------------------------------------------------------------------- /noteb/src/images/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/62.gif -------------------------------------------------------------------------------- /noteb/src/images/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/63.gif -------------------------------------------------------------------------------- /noteb/src/images/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/64.gif -------------------------------------------------------------------------------- /noteb/src/images/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/65.gif -------------------------------------------------------------------------------- /noteb/src/images/face/66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/66.gif -------------------------------------------------------------------------------- /noteb/src/images/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/67.gif -------------------------------------------------------------------------------- /noteb/src/images/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/68.gif -------------------------------------------------------------------------------- /noteb/src/images/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/69.gif -------------------------------------------------------------------------------- /noteb/src/images/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/70.gif -------------------------------------------------------------------------------- /noteb/src/images/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/face/71.gif -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/avatar.jpg -------------------------------------------------------------------------------- /noteb/vul/xxe/images/emil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xxe/images/emil.png -------------------------------------------------------------------------------- /img/image-20210702162528346.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702162528346.png -------------------------------------------------------------------------------- /img/image-20210702162938019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702162938019.png -------------------------------------------------------------------------------- /img/image-20210702162952841.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702162952841.png -------------------------------------------------------------------------------- /img/image-20210702163013000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163013000.png -------------------------------------------------------------------------------- /img/image-20210702163118182.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163118182.png -------------------------------------------------------------------------------- /img/image-20210702163144860.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163144860.png -------------------------------------------------------------------------------- /img/image-20210702163159178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163159178.png -------------------------------------------------------------------------------- /img/image-20210702163224617.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163224617.png -------------------------------------------------------------------------------- /img/image-20210702163229231.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163229231.png -------------------------------------------------------------------------------- /img/image-20210702163250448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/img/image-20210702163250448.png -------------------------------------------------------------------------------- /noteb/vul/poolpass/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/poolpass/images/1.jpg -------------------------------------------------------------------------------- /noteb/vul/poolpass/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/poolpass/images/2.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/images/log1o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/images/log1o.png -------------------------------------------------------------------------------- /noteb/vul/sqli/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/images/logo.png -------------------------------------------------------------------------------- /noteb/vul/sqli/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/images/logo1.png -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/favicon.png -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/foliowrap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/foliowrap.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/header-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/header-bg.jpg -------------------------------------------------------------------------------- /noteb/vul/xxe/images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xxe/images/login.png -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_clearfix.scss: -------------------------------------------------------------------------------- 1 | .clearfix { 2 | @include clearfix(); 3 | } 4 | -------------------------------------------------------------------------------- /noteb/vul/more/more2/images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more2/images/1.jpg -------------------------------------------------------------------------------- /noteb/vul/more/more2/images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more2/images/2.jpg -------------------------------------------------------------------------------- /noteb/vul/rce/static/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/rce/static/images/1.png -------------------------------------------------------------------------------- /noteb/vul/xxe/images/backgroud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xxe/images/backgroud.png -------------------------------------------------------------------------------- /noteb/vul/xxe/images/password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xxe/images/password.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/bag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/bag.png -------------------------------------------------------------------------------- /noteb/vul/poolpass/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/poolpass/images/banner.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/img/forum-sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/forum-sprites.png -------------------------------------------------------------------------------- /noteb/vul/sqli/static/images/57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/static/images/57.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/static/picture/zh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/static/picture/zh.png -------------------------------------------------------------------------------- /noteb/vul/xss/static/picture/face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/picture/face.jpg -------------------------------------------------------------------------------- /noteb/src/images/baidu_resultlogo@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/baidu_resultlogo@2.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/blog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/blog.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/box_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/box_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/box_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/box_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/box_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/box_3.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/cart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/cart.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/down.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/next.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/prev.png -------------------------------------------------------------------------------- /noteb/vul/more/more2/images/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more2/images/banner.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/static/picture/pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/static/picture/pass.png -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/apple-touch-icon.png -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/consolas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/consolas.ttf -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/ubuntu-b.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/ubuntu-b.ttf -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/ubuntu-r.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/ubuntu-r.ttf -------------------------------------------------------------------------------- /noteb/vul/logic/logic2/font/NEOTERICc.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic2/font/NEOTERICc.ttf -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/blog_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/blog_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/blog_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/blog_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/blog_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/blog_3.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/card_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/card_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/card_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/card_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/card_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/card_3.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/card_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/card_4.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/card_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/card_5.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/cart_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/cart_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/checkout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/checkout.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/view_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/view_1.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/view_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/view_2.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/view_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/view_3.png -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio01.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio02.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio03.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio04.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio05.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/img/portfolio/folio06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/img/portfolio/folio06.jpg -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/ecoicons/ecoicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/ecoicons/ecoicons.eot -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/ecoicons/ecoicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/ecoicons/ecoicons.ttf -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/ecoicons/ecoicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/ecoicons/ecoicons.woff -------------------------------------------------------------------------------- /noteb/src/css/modules/layer/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/css/modules/layer/default/icon.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/categories.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/categories.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/newsletter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/newsletter.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_10.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_11.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_12.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_13.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_14.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_15.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_16.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_17.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_18.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_19.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_3.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_4.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_5.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_6.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_7.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_8.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_9.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/profile.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/footer_blog_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/footer_blog_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/footer_blog_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/footer_blog_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/home_slider_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/home_slider_1.jpg -------------------------------------------------------------------------------- /noteb/vul/more/more1/static/fonts/iconfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more1/static/fonts/iconfont.eot -------------------------------------------------------------------------------- /noteb/vul/more/more1/static/fonts/iconfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more1/static/fonts/iconfont.ttf -------------------------------------------------------------------------------- /noteb/vul/more/more1/static/fonts/iconfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more1/static/fonts/iconfont.woff -------------------------------------------------------------------------------- /noteb/vul/more/more1/static/images/banners.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more1/static/images/banners.jpg -------------------------------------------------------------------------------- /noteb/src/css/modules/layer/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/css/modules/layer/default/icon-ext.png -------------------------------------------------------------------------------- /noteb/src/css/modules/layer/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/css/modules/layer/default/loading-0.gif -------------------------------------------------------------------------------- /noteb/src/css/modules/layer/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/css/modules/layer/default/loading-1.gif -------------------------------------------------------------------------------- /noteb/src/css/modules/layer/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/css/modules/layer/default/loading-2.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/about-me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/about-me.jpg -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/anchor.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/spacer.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/promo-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/promo-banner.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_background.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_single_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_single_1.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_single_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_single_2.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_single_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_single_3.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_single_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_single_4.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/images/product_single_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/images/product_single_5.jpg -------------------------------------------------------------------------------- /noteb/vul/sqli/img/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /noteb/vul/sqli/img/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /noteb/vul/sqli/img/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /noteb/vul/xss/static/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/arrow_ltr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/arrow_ltr.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/arrow_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/arrow_rtl.gif -------------------------------------------------------------------------------- /noteb/vul/logic/logic3/static/images/forgerstepbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic3/static/images/forgerstepbg.png -------------------------------------------------------------------------------- /noteb/vul/sqli/img/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/sqli/img/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /noteb/vul/xss/static/images/20130527182017_dqhh4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/images/20130527182017_dqhh4.jpeg -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_div.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_div.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h1.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h2.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h3.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h4.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h5.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_h6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_h6.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_p.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_pre.png -------------------------------------------------------------------------------- /noteb/src/images/8be7d1838d838cf92483476b064ee0e6_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/src/images/8be7d1838d838cf92483476b064ee0e6_face.jpg -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/fck_anchor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/fck_anchor.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/fck_plugin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/fck_plugin.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/cake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/cake.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/kiss.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/fck_strip.gif -------------------------------------------------------------------------------- /noteb/vul/more/more2/logic4/static/images/forgerstepbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/more/more2/logic4/static/images/forgerstepbg.png -------------------------------------------------------------------------------- /noteb/vul/rce/static/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/rce/static/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /noteb/vul/rce/static/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/rce/static/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_address.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/fck_flashlogo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/fck_flashlogo.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/fck_pagebreak.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/fck_pagebreak.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/heart.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/fck_strip.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-banner.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-1.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-2.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-3.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-4.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-5.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-6.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-7.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-8.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-9.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_media.scss: -------------------------------------------------------------------------------- 1 | .media { 2 | display: flex; 3 | align-items: flex-start; 4 | } 5 | 6 | .media-body { 7 | flex: 1; 8 | } 9 | -------------------------------------------------------------------------------- /noteb/vul/rce/static/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/rce/static/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /noteb/vul/rce/static/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/rce/static/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/block_blockquote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/block_blockquote.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/images/fck_hiddenfield.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/css/images/fck_hiddenfield.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/common/images/locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/common/images/locked.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/common/images/reset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/common/images/reset.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/cry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/cry_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/envelope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/envelope.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/lightbulb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/lightbulb.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/omg_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/omg_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/sad_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/sad_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/thumbs_up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/thumbs_up.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/fck_strip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/fck_strip.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/sprites.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/sprites.png -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-10.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-11.jpg -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/images/blog/blog-post-thumb-12.jpg -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/common/images/unlocked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/common/images/unlocked.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_about/logo_fredck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_about/logo_fredck.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/angel_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/angel_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/angry_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/angry_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/broken_heart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/broken_heart.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/devil_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/devil_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/shades_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/shades_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/teeth_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/teeth_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/thumbs_down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/thumbs_down.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/tounge_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/tounge_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/wink_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/wink_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/sprites.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/sprites.png -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/pojoaque.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/plugins/highlight/styles/pojoaque.jpg -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/OwlCarousel2-2.2.1/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/OwlCarousel2-2.2.1/ajax-loader.gif -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /noteb/vul/xss/static/picture/5470c752e4c94a469feb559d38440308.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/picture/5470c752e4c94a469feb559d38440308.gif -------------------------------------------------------------------------------- /noteb/vul/xss/static/picture/fa89556a350544d5be18c01ef31fa25a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/xss/static/picture/fa89556a350544d5be18c01ef31fa25a.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_about/logo_fckeditor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_about/logo_fckeditor.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/confused_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/confused_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/regular_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/regular_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/placeholder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/plugins/placeholder/placeholder.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.end.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/sprites.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/sprites.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/sprites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/sprites.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.end.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/school-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/plugins/highlight/styles/school-book.png -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_clearfix.scss: -------------------------------------------------------------------------------- 1 | @mixin clearfix() { 2 | &::after { 3 | display: block; 4 | clear: both; 5 | content: ""; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/OwlCarousel2-2.2.1/owl.video.play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/OwlCarousel2-2.2.1/owl.video.play.png -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/ssrf/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/embaressed_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/embaressed_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.expand.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.start.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.bg.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.end.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.end.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.expand.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.start.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/brown-papersq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/fileinclude/assets/plugins/highlight/styles/brown-papersq.png -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template1.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template2.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_template/images/template3.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.start.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.buttonbg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.buttonbg.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.separator.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/default/images/toolbar.separator.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/dialog.sides.rtl.png -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.collapse.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.expand.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/silver/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_about/sponsors/spellchecker_net.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/dialog/fck_about/sponsors/spellchecker_net.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/Folder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/Folder.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/spacer.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.arrowright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.arrowright.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.separator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.separator.gif -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/Folder32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/Folder32.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderUp.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/ai.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/avi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/avi.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/bmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/bmp.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/cs.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/dll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/dll.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/doc.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/exe.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/fla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/fla.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/gif.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/htm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/htm.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/html.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/jpg.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/js.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/js.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/mdb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/mdb.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/mp3.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/pdf.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/png.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/png.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/ppt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/rdp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/rdp.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/swf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/swf.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/swt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/swt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/txt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/vsd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/vsd.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/xls.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/xml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/xml.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/zip.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/images/smiley/msn/whatchutalkingabout_smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/images/smiley/msn/whatchutalkingabout_smile.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.buttonarrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/skins/office2003/images/toolbar.buttonarrow.gif -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/logic/logic4/plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/ButtonArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/ButtonArrow.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderOpened.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderOpened.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/ai.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/ai.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/avi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/avi.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/bmp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/bmp.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/cs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/cs.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/dll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/dll.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/doc.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/exe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/exe.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/fla.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/fla.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/gif.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/htm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/htm.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/jpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/jpg.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/js.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/js.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/mdb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/mdb.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/mp3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/mp3.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/pdf.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/png.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/png.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/ppt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/ppt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/rdp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/rdp.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/swf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/swf.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/swt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/swt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/txt.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/vsd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/vsd.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/xls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/xls.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/xml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/xml.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/zip.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderOpened32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/FolderOpened32.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/html.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_overflow.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $value in $overflows { 4 | .overflow-#{$value} { overflow: $value !important; } 5 | } 6 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/default.icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/default.icon.gif -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/default.icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/refengs/noteb-labs/HEAD/noteb/vul/editor/fckedior/editor/filemanager/browser/default/images/icons/32/default.icon.gif -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/darkula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Deprecated due to a typo in the name and left here for compatibility purpose only. 3 | Please use darcula.css instead. 4 | */ 5 | 6 | @import url('darcula.css'); 7 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_size.scss: -------------------------------------------------------------------------------- 1 | // Sizing shortcuts 2 | 3 | @mixin size($width, $height: $width) { 4 | width: $width; 5 | height: $height; 6 | @include deprecate("`size()`", "v4.3.0", "v5"); 7 | } 8 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_screenreaders.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Screenreaders 3 | // 4 | 5 | .sr-only { 6 | @include sr-only(); 7 | } 8 | 9 | .sr-only-focusable { 10 | @include sr-only-focusable(); 11 | } 12 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_lists.scss: -------------------------------------------------------------------------------- 1 | // Lists 2 | 3 | // Unstyled keeps list items block level, just removes default browser padding and list-style 4 | @mixin list-unstyled { 5 | padding-left: 0; 6 | list-style: none; 7 | } 8 | -------------------------------------------------------------------------------- /noteb/vul/sqli/config.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_text-truncate.scss: -------------------------------------------------------------------------------- 1 | // Text truncate 2 | // Requires inline-block or block for proper styling 3 | 4 | @mixin text-truncate() { 5 | overflow: hidden; 6 | text-overflow: ellipsis; 7 | white-space: nowrap; 8 | } 9 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/js/blog.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function() { 2 | 3 | /* ======= Highlight.js Plugin ======= */ 4 | /* Ref: https://highlightjs.org/usage/ */ 5 | $('pre code').each(function(i, block) { 6 | hljs.highlightBlock(block); 7 | }); 8 | 9 | }); -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Visibility 4 | 5 | @mixin invisible($visibility) { 6 | visibility: $visibility !important; 7 | @include deprecate("`invisible()`", "v4.3.0", "v5"); 8 | } 9 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_resize.scss: -------------------------------------------------------------------------------- 1 | // Resize anything 2 | 3 | @mixin resizable($direction) { 4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` 5 | resize: $direction; // Options: horizontal, vertical, both 6 | } 7 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/js/tests/integration/bundle.js: -------------------------------------------------------------------------------- 1 | import 'popper.js' 2 | import $ from 'jquery' 3 | import bootstrap from '../../../dist/js/bootstrap' 4 | 5 | $(() => { 6 | $('#resultUID').text(bootstrap.Util.getUID('bs')) 7 | $('[data-toggle="tooltip"]').tooltip() 8 | }) 9 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_visibility.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // 4 | // Visibility utilities 5 | // 6 | 7 | .visible { 8 | visibility: visible !important; 9 | } 10 | 11 | .invisible { 12 | visibility: hidden !important; 13 | } 14 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_shadows.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | .shadow-sm { box-shadow: $box-shadow-sm !important; } 4 | .shadow { box-shadow: $box-shadow !important; } 5 | .shadow-lg { box-shadow: $box-shadow-lg !important; } 6 | .shadow-none { box-shadow: none !important; } 7 | -------------------------------------------------------------------------------- /noteb/logout.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 退出登陆 6 | 7 | 8 | 9 | 10 | 11 | window.location.href="login.php";'; 15 | ?> 16 | -------------------------------------------------------------------------------- /noteb/vul/csrf/csrf1/logout.php: -------------------------------------------------------------------------------- 1 | 7 | alert("退出成功"); 10 |   window.location.href="index.php"; 11 |   '; 12 | 13 | ?> -------------------------------------------------------------------------------- /noteb/vul/csrf/csrf2/logout.php: -------------------------------------------------------------------------------- 1 | 7 | alert("退出成功"); 10 |   window.location.href="index.php"; 11 |   '; 12 | 13 | ?> -------------------------------------------------------------------------------- /noteb/vul/csrf/csrf3/logout.php: -------------------------------------------------------------------------------- 1 | 7 | alert("退出成功"); 10 |   window.location.href="index.php"; 11 |   '; 12 | 13 | ?> -------------------------------------------------------------------------------- /noteb/vul/csrf/csrf5/logout.php: -------------------------------------------------------------------------------- 1 | 7 | alert("退出成功"); 10 |   window.location.href="index.php"; 11 |   '; 12 | 13 | ?> -------------------------------------------------------------------------------- /noteb/vul/more/more1/down.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_alert.scss: -------------------------------------------------------------------------------- 1 | @mixin alert-variant($background, $border, $color) { 2 | color: $color; 3 | @include gradient-bg($background); 4 | border-color: $border; 5 | 6 | hr { 7 | border-top-color: darken($border, 5%); 8 | } 9 | 10 | .alert-link { 11 | color: darken($color, 10%); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /noteb/footer.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_nav-divider.scss: -------------------------------------------------------------------------------- 1 | // Horizontal dividers 2 | // 3 | // Dividers (basically an hr) within dropdowns and nav lists 4 | 5 | @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) { 6 | height: 0; 7 | margin: $margin-y 0; 8 | overflow: hidden; 9 | border-top: 1px solid $color; 10 | } 11 | -------------------------------------------------------------------------------- /noteb/vul/csrf/csrf4/logout.php: -------------------------------------------------------------------------------- 1 | 2 | alert("退出成功"); 11 |   window.location.href="index.php"; 12 |   '; 13 | 14 | ?> -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_transitions.scss: -------------------------------------------------------------------------------- 1 | .fade { 2 | @include transition($transition-fade); 3 | 4 | &:not(.show) { 5 | opacity: 0; 6 | } 7 | } 8 | 9 | .collapse { 10 | &:not(.show) { 11 | display: none; 12 | } 13 | } 14 | 15 | .collapsing { 16 | position: relative; 17 | height: 0; 18 | overflow: hidden; 19 | @include transition($transition-collapse); 20 | } 21 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_text-hide.scss: -------------------------------------------------------------------------------- 1 | // CSS image replacement 2 | @mixin text-hide($ignore-warning: false) { 3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword 4 | font: 0/0 a; 5 | color: transparent; 6 | text-shadow: none; 7 | background-color: transparent; 8 | border: 0; 9 | 10 | @include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning); 11 | } 12 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_badge.scss: -------------------------------------------------------------------------------- 1 | @mixin badge-variant($bg) { 2 | color: color-yiq($bg); 3 | background-color: $bg; 4 | 5 | @at-root a#{&} { 6 | @include hover-focus { 7 | color: color-yiq($bg); 8 | background-color: darken($bg, 10%); 9 | } 10 | 11 | &:focus, 12 | &.focus { 13 | outline: 0; 14 | box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/theme/styles.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * DevBlog - Bootstrap 4 Blog Template For Developers 3 | * Version: 1.1 4 | * Author: Xiaoying Riley 5 | * Copyright: 3rd Wave Media Ltd. 6 | * Website: http://themes.3rdwavemedia.com/ 7 | * Twitter: @3rdwave_themes 8 | */ 9 | @import "mixins"; 10 | @import "base"; 11 | @import "blog"; 12 | @import "about"; 13 | @import "responsive"; 14 | @import "demo"; //REMOVE ON YOUR PRODUCTION SITE 15 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_float.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $breakpoint in map-keys($grid-breakpoints) { 4 | @include media-breakpoint-up($breakpoint) { 5 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 6 | 7 | .float#{$infix}-left { float: left !important; } 8 | .float#{$infix}-right { float: right !important; } 9 | .float#{$infix}-none { float: none !important; } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/filemanager/connectors/php/phpcompat.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | JSONP劫持测试 6 | 7 | 8 | 9 |
10 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /noteb/vul/csrf/jsonp/poc.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | JSONP劫持测试 6 | 7 | 8 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/bootstrap-reboot.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.3.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2019 The Bootstrap Authors 4 | * Copyright 2011-2019 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | 9 | @import "functions"; 10 | @import "variables"; 11 | @import "mixins"; 12 | @import "reboot"; 13 | -------------------------------------------------------------------------------- /noteb/vul/more/more3/poolcookie/logout.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 退出登陆 6 | 7 | 8 | 14 | alert("退出成功"); 17 |   window.location.href="index.php"; 18 |   '; 19 | 20 | ?> 21 | 22 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_jumbotron.scss: -------------------------------------------------------------------------------- 1 | .jumbotron { 2 | padding: $jumbotron-padding ($jumbotron-padding / 2); 3 | margin-bottom: $jumbotron-padding; 4 | color: $jumbotron-color; 5 | background-color: $jumbotron-bg; 6 | @include border-radius($border-radius-lg); 7 | 8 | @include media-breakpoint-up(sm) { 9 | padding: ($jumbotron-padding * 2) $jumbotron-padding; 10 | } 11 | } 12 | 13 | .jumbotron-fluid { 14 | padding-right: 0; 15 | padding-left: 0; 16 | @include border-radius(0); 17 | } 18 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_background.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | @each $color, $value in $theme-colors { 4 | @include bg-variant(".bg-#{$color}", $value); 5 | } 6 | 7 | @if $enable-gradients { 8 | @each $color, $value in $theme-colors { 9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value); 10 | } 11 | } 12 | 13 | .bg-white { 14 | background-color: $white !important; 15 | } 16 | 17 | .bg-transparent { 18 | background-color: transparent !important; 19 | } 20 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | fckedit 6 | 7 | 8 | BasePath = $sBasePath ; 16 | //设置表单初始值 17 | $oFCKeditor->Value = 'This is some sample text' ; 18 | $oFCKeditor->Create() ; 19 | 20 | 21 | ?> 22 | 23 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/js/tests/integration/rollup.bundle.js: -------------------------------------------------------------------------------- 1 | /* eslint-env node */ 2 | 3 | const resolve = require('rollup-plugin-node-resolve') 4 | const commonjs = require('rollup-plugin-commonjs') 5 | const babel = require('rollup-plugin-babel') 6 | 7 | module.exports = { 8 | input: 'js/tests/integration/bundle.js', 9 | output: { 10 | file: 'js/coverage/bundle.js', 11 | format: 'iife' 12 | }, 13 | plugins: [ 14 | resolve(), 15 | commonjs(), 16 | babel({ 17 | exclude: 'node_modules/**' 18 | }) 19 | ] 20 | } 21 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/theme/_about.scss: -------------------------------------------------------------------------------- 1 | /* ============= About Page ============= */ 2 | .about-section { 3 | .heading { 4 | font-size: 2rem; 5 | } 6 | p, li { 7 | font-size: 1.125rem; 8 | line-height: 1.6; 9 | } 10 | h1 { 11 | font-size: 2.125rem; 12 | } 13 | h2 { 14 | font-size: 2rem; 15 | } 16 | h3 { 17 | font-size: 1.75rem; 18 | } 19 | h4 { 20 | font-size: 1.5rem; 21 | } 22 | h5 { 23 | font-size: 1.25rem; 24 | } 25 | h6 { 26 | font-size: 1.125rem; 27 | } 28 | } -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_stretched-link.scss: -------------------------------------------------------------------------------- 1 | // 2 | // Stretched link 3 | // 4 | 5 | .stretched-link { 6 | &::after { 7 | position: absolute; 8 | top: 0; 9 | right: 0; 10 | bottom: 0; 11 | left: 0; 12 | z-index: 1; 13 | // Just in case `pointer-events: none` is set on a parent 14 | pointer-events: auto; 15 | content: ""; 16 | // IE10 bugfix, see https://stackoverflow.com/questions/16947967/ie10-hover-pseudo-class-doesnt-work-without-background-color 17 | background-color: rgba(0, 0, 0, 0); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_list-group.scss: -------------------------------------------------------------------------------- 1 | // List Groups 2 | 3 | @mixin list-group-item-variant($state, $background, $color) { 4 | .list-group-item-#{$state} { 5 | color: $color; 6 | background-color: $background; 7 | 8 | &.list-group-item-action { 9 | @include hover-focus { 10 | color: $color; 11 | background-color: darken($background, 5%); 12 | } 13 | 14 | &.active { 15 | color: $white; 16 | background-color: $color; 17 | border-color: $color; 18 | } 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_reset-text.scss: -------------------------------------------------------------------------------- 1 | @mixin reset-text { 2 | font-family: $font-family-base; 3 | // We deliberately do NOT reset font-size or word-wrap. 4 | font-style: normal; 5 | font-weight: $font-weight-normal; 6 | line-height: $line-height-base; 7 | text-align: left; // Fallback for where `start` is not supported 8 | text-align: start; 9 | text-decoration: none; 10 | text-shadow: none; 11 | text-transform: none; 12 | letter-spacing: normal; 13 | word-break: normal; 14 | word-spacing: normal; 15 | white-space: normal; 16 | line-break: auto; 17 | } 18 | -------------------------------------------------------------------------------- /noteb/vul/sqli/sql-connect.php: -------------------------------------------------------------------------------- 1 | query('set names utf8'); 9 | !$mysqli->connect_error or die("连接失败".$mysqli->connect_error); 10 | 11 | /** 12 | * 写入文本文件 13 | */ 14 | class writeFW 15 | { 16 | 17 | function fw ($id, $path) { 18 | // $this->path = $path; 19 | // $this->id = $id; 20 | $fp=fopen("../../../log/".$path,'a'); 21 | fwrite($fp,'这是你输入的: '.$id."\n"); 22 | fclose($fp); 23 | } 24 | } 25 | ?> -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_pagination.scss: -------------------------------------------------------------------------------- 1 | // Pagination 2 | 3 | @mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) { 4 | .page-link { 5 | padding: $padding-y $padding-x; 6 | @include font-size($font-size); 7 | line-height: $line-height; 8 | } 9 | 10 | .page-item { 11 | &:first-child { 12 | .page-link { 13 | @include border-left-radius($border-radius); 14 | } 15 | } 16 | &:last-child { 17 | .page-link { 18 | @include border-right-radius($border-radius); 19 | } 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /noteb/vul/csrf/jsonp/jsonp.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_utilities.scss: -------------------------------------------------------------------------------- 1 | @import "utilities/align"; 2 | @import "utilities/background"; 3 | @import "utilities/borders"; 4 | @import "utilities/clearfix"; 5 | @import "utilities/display"; 6 | @import "utilities/embed"; 7 | @import "utilities/flex"; 8 | @import "utilities/float"; 9 | @import "utilities/overflow"; 10 | @import "utilities/position"; 11 | @import "utilities/screenreaders"; 12 | @import "utilities/shadows"; 13 | @import "utilities/sizing"; 14 | @import "utilities/stretched-link"; 15 | @import "utilities/spacing"; 16 | @import "utilities/text"; 17 | @import "utilities/visibility"; 18 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_background-variant.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Contextual backgrounds 4 | 5 | @mixin bg-variant($parent, $color) { 6 | #{$parent} { 7 | background-color: $color !important; 8 | } 9 | a#{$parent}, 10 | button#{$parent} { 11 | @include hover-focus { 12 | background-color: darken($color, 10%) !important; 13 | } 14 | } 15 | } 16 | 17 | @mixin bg-gradient-variant($parent, $color) { 18 | #{$parent} { 19 | background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important; 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_sizing.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Width and height 4 | 5 | @each $prop, $abbrev in (width: w, height: h) { 6 | @each $size, $length in $sizes { 7 | .#{$abbrev}-#{$size} { #{$prop}: $length !important; } 8 | } 9 | } 10 | 11 | .mw-100 { max-width: 100% !important; } 12 | .mh-100 { max-height: 100% !important; } 13 | 14 | // Viewport additional helpers 15 | 16 | .min-vw-100 { min-width: 100vw !important; } 17 | .min-vh-100 { min-height: 100vh !important; } 18 | 19 | .vw-100 { width: 100vw !important; } 20 | .vh-100 { height: 100vh !important; } 21 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_box-shadow.scss: -------------------------------------------------------------------------------- 1 | @mixin box-shadow($shadow...) { 2 | @if $enable-shadows { 3 | $result: (); 4 | 5 | @if (length($shadow) == 1) { 6 | // We can pass `@include box-shadow(none);` 7 | $result: $shadow; 8 | } @else { 9 | // Filter to avoid invalid properties for example `box-shadow: none, 1px 1px black;` 10 | @for $i from 1 through length($shadow) { 11 | @if nth($shadow, $i) != "none" { 12 | $result: append($result, nth($shadow, $i), "comma"); 13 | } 14 | } 15 | } 16 | @if (length($result) > 0) { 17 | box-shadow: $result; 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_position.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // Common values 4 | @each $position in $positions { 5 | .position-#{$position} { position: $position !important; } 6 | } 7 | 8 | // Shorthand 9 | 10 | .fixed-top { 11 | position: fixed; 12 | top: 0; 13 | right: 0; 14 | left: 0; 15 | z-index: $zindex-fixed; 16 | } 17 | 18 | .fixed-bottom { 19 | position: fixed; 20 | right: 0; 21 | bottom: 0; 22 | left: 0; 23 | z-index: $zindex-fixed; 24 | } 25 | 26 | .sticky-top { 27 | @supports (position: sticky) { 28 | position: sticky; 29 | top: 0; 30 | z-index: $zindex-sticky; 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_display.scss: -------------------------------------------------------------------------------- 1 | // stylelint-disable declaration-no-important 2 | 3 | // 4 | // Utilities for common `display` values 5 | // 6 | 7 | @each $breakpoint in map-keys($grid-breakpoints) { 8 | @include media-breakpoint-up($breakpoint) { 9 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints); 10 | 11 | @each $value in $displays { 12 | .d#{$infix}-#{$value} { display: $value !important; } 13 | } 14 | } 15 | } 16 | 17 | 18 | // 19 | // Utilities for toggling `display` in print 20 | // 21 | 22 | @media print { 23 | @each $value in $displays { 24 | .d-print-#{$value} { display: $value !important; } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_root.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | // Custom variable values only support SassScript inside `#{}`. 3 | @each $color, $value in $colors { 4 | --#{$color}: #{$value}; 5 | } 6 | 7 | @each $color, $value in $theme-colors { 8 | --#{$color}: #{$value}; 9 | } 10 | 11 | @each $bp, $value in $grid-breakpoints { 12 | --breakpoint-#{$bp}: #{$value}; 13 | } 14 | 15 | // Use `inspect` for lists so that quoted items keep the quotes. 16 | // See https://github.com/sass/sass/issues/2383#issuecomment-336349172 17 | --font-family-sans-serif: #{inspect($font-family-sans-serif)}; 18 | --font-family-monospace: #{inspect($font-family-monospace)}; 19 | } 20 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_deprecate.scss: -------------------------------------------------------------------------------- 1 | // Deprecate mixin 2 | // 3 | // This mixin can be used to deprecate mixins or functions. 4 | // `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to 5 | // some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap) 6 | @mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) { 7 | @if ($enable-deprecation-messages != false and $ignore-warning != true) { 8 | @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}."; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /noteb/vul/ssrf/ssrf1/share.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 分享中…… 12 | 13 | 14 | 返回上一步"; 28 | } 29 | 30 | ?> 31 | 32 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/bootstrap-grid.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Grid v4.3.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2019 The Bootstrap Authors 4 | * Copyright 2011-2019 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | html { 9 | box-sizing: border-box; 10 | -ms-overflow-style: scrollbar; 11 | } 12 | 13 | *, 14 | *::before, 15 | *::after { 16 | box-sizing: inherit; 17 | } 18 | 19 | @import "functions"; 20 | @import "variables"; 21 | 22 | @import "mixins/breakpoints"; 23 | @import "mixins/grid-framework"; 24 | @import "mixins/grid"; 25 | 26 | @import "grid"; 27 | @import "utilities/display"; 28 | @import "utilities/flex"; 29 | @import "utilities/spacing"; 30 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload2/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')";
13 |     }
14 |     else
15 |     {
16 |         // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下
17 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $_FILES["file"]["name"]);
18 |         echo "alert('"."文件存储在: " . "../upload_cache/" . $_FILES["file"]["name"]."')";
19 |     }
20 | }
21 | 
22 | 
23 | -------------------------------------------------------------------------------- /noteb/vul/editor/upload.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 文件上传 12 | 13 | 14 | alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')"; 19 | } 20 | else 21 | { 22 | // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下 23 | move_uploaded_file($_FILES["file"]["tmp_name"], "./img/" . $_FILES["file"]["name"]); 24 | echo ""; 25 | } 26 | } 27 | ?> 28 | 29 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/ascetic.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Original style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: white; 12 | color: black; 13 | } 14 | 15 | .hljs-string, 16 | .hljs-variable, 17 | .hljs-template-variable, 18 | .hljs-symbol, 19 | .hljs-bullet, 20 | .hljs-section, 21 | .hljs-addition, 22 | .hljs-attribute, 23 | .hljs-link { 24 | color: #888; 25 | } 26 | 27 | .hljs-comment, 28 | .hljs-quote, 29 | .hljs-meta, 30 | .hljs-deletion { 31 | color: #ccc; 32 | } 33 | 34 | .hljs-keyword, 35 | .hljs-selector-tag, 36 | .hljs-section, 37 | .hljs-name, 38 | .hljs-type, 39 | .hljs-strong { 40 | font-weight: bold; 41 | } 42 | 43 | .hljs-emphasis { 44 | font-style: italic; 45 | } 46 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/theme/_mixins.scss: -------------------------------------------------------------------------------- 1 | /* ============= Theme Mixins ============= */ 2 | @mixin opacity ($opacity: 0.5) { 3 | -webkit-opacity: $opacity; 4 | -moz-opacity: $opacity; 5 | opacity: $opacity; 6 | } 7 | 8 | @mixin scale ($factor) { 9 | -webkit-transform: scale($factor); 10 | -moz-transform: scale($factor); 11 | -ms-transform: scale($factor); 12 | -o-transform: scale($factor); 13 | } 14 | 15 | 16 | @mixin background-size ($string: contain) { 17 | -webkit-background-size: $string; 18 | -moz-background-size: $string; 19 | -o-background-size: $string; 20 | background-size: $string; 21 | } 22 | 23 | @mixin reset-box-sizing ($size:content-box) { 24 | &, 25 | *, 26 | *:before, 27 | *:after { 28 | -webkit-box-sizing: $size; 29 | -moz-box-sizing: $size; 30 | box-sizing: $size; 31 | } 32 | } 33 | 34 | 35 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Only display content to screen readers 2 | // 3 | // See: https://a11yproject.com/posts/how-to-hide-content/ 4 | // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/ 5 | 6 | @mixin sr-only { 7 | position: absolute; 8 | width: 1px; 9 | height: 1px; 10 | padding: 0; 11 | overflow: hidden; 12 | clip: rect(0, 0, 0, 0); 13 | white-space: nowrap; 14 | border: 0; 15 | } 16 | 17 | // Use in conjunction with .sr-only to only display content when it's focused. 18 | // 19 | // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 20 | // 21 | // Credit: HTML5 Boilerplate 22 | 23 | @mixin sr-only-focusable { 24 | &:active, 25 | &:focus { 26 | position: static; 27 | width: auto; 28 | height: auto; 29 | overflow: visible; 30 | clip: auto; 31 | white-space: normal; 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_hover.scss: -------------------------------------------------------------------------------- 1 | // Hover mixin and `$enable-hover-media-query` are deprecated. 2 | // 3 | // Originally added during our alphas and maintained during betas, this mixin was 4 | // designed to prevent `:hover` stickiness on iOS-an issue where hover styles 5 | // would persist after initial touch. 6 | // 7 | // For backward compatibility, we've kept these mixins and updated them to 8 | // always return their regular pseudo-classes instead of a shimmed media query. 9 | // 10 | // Issue: https://github.com/twbs/bootstrap/issues/25195 11 | 12 | @mixin hover { 13 | &:hover { @content; } 14 | } 15 | 16 | @mixin hover-focus { 17 | &:hover, 18 | &:focus { 19 | @content; 20 | } 21 | } 22 | 23 | @mixin plain-hover-focus { 24 | &, 25 | &:hover, 26 | &:focus { 27 | @content; 28 | } 29 | } 30 | 31 | @mixin hover-focus-active { 32 | &:hover, 33 | &:focus, 34 | &:active { 35 | @content; 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload8/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')/script>";
13 |     }
14 |     else
15 |     {
16 |         $name = strrev($_FILES['file']['name']);
17 |         $name = strtolower($name); //转换为小写
18 |         $array = explode('.',$name);  //获取.后面的名字
19 |         $file_name=strtolower(rand(10000,99999).".".$array[0]);
20 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $file_name);
21 |         // echo "alert('"."文件存储在: " . "../upload_cache/" .$file_name."')/script>";
22 |         echo "alert('图片上传成功!!!')";
23 |     }
24 | }
25 | 
26 | 
27 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/bbcode/_sample/sample.config.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Sample custom configuration settings used by the BBCode plugin. It simply 22 | * loads the plugin. All the rest is done by the plugin itself. 23 | */ 24 | 25 | // Add the BBCode plugin. 26 | FCKConfig.Plugins.Add( 'bbcode' ) ; 27 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/js/tests/unit/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "env": { 3 | "es6": false, 4 | "jquery": true, 5 | "qunit": true 6 | }, 7 | "globals": { 8 | "bootstrap": false, 9 | "sinon": false, 10 | "Util": false, 11 | "Alert": false, 12 | "Button": false, 13 | "Carousel": false, 14 | "Simulator": false, 15 | "Toast": false 16 | }, 17 | "parserOptions": { 18 | "ecmaVersion": 5, 19 | "sourceType": "script" 20 | }, 21 | "extends": "../../../.eslintrc.json", 22 | "rules": { 23 | "no-console": "error", 24 | // Best Practices 25 | "consistent-return": "off", 26 | "no-magic-numbers": "off", 27 | "vars-on-top": "off", 28 | 29 | // Stylistic Issues 30 | "func-style": "off", 31 | "spaced-comment": "off", 32 | 33 | // ECMAScript 6 34 | "no-var": "off", 35 | "object-shorthand": "off", 36 | "prefer-arrow-callback": "off", 37 | "prefer-template": "off", 38 | "prefer-rest-params": "off" 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/mixins/_table-row.scss: -------------------------------------------------------------------------------- 1 | // Tables 2 | 3 | @mixin table-row-variant($state, $background, $border: null) { 4 | // Exact selectors below required to override `.table-striped` and prevent 5 | // inheritance to nested tables. 6 | .table-#{$state} { 7 | &, 8 | > th, 9 | > td { 10 | background-color: $background; 11 | } 12 | 13 | @if $border != null { 14 | th, 15 | td, 16 | thead th, 17 | tbody + tbody { 18 | border-color: $border; 19 | } 20 | } 21 | } 22 | 23 | // Hover states for `.table-hover` 24 | // Note: this is not available for cells or rows within `thead` or `tfoot`. 25 | .table-hover { 26 | $hover-background: darken($background, 5%); 27 | 28 | .table-#{$state} { 29 | @include hover { 30 | background-color: $hover-background; 31 | 32 | > td, 33 | > th { 34 | background-color: $hover-background; 35 | } 36 | } 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe3/doLogin.php: -------------------------------------------------------------------------------- 1 | 7 | loadXML($xml_post, LIBXML_NOENT | LIBXML_DTDLOAD); 18 | $creds = simplexml_import_dom($dom); 19 | // var_dump($creds); 20 | $user = $creds->username; //提取username节点 21 | $pass = $creds->password; //提取password节点 22 | if ($username == $user && $password == $pass) { 23 | $result = '0登录成功'; 24 | echo $result; 25 | 26 | }else{ 27 | $result = '1'.$user.'登录失败'; 28 | echo $result; 29 | } 30 | 31 | 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe1/doLogin.php: -------------------------------------------------------------------------------- 1 | 7 | loadXML($xml_post, LIBXML_NOENT | LIBXML_DTDLOAD); 18 | $creds = simplexml_import_dom($dom); 19 | // var_dump($creds); 20 | $user = $creds->username; //提取username节点 21 | $pass = $creds->password; //提取password节点 22 | if ($username == $user && $password == $pass) { 23 | $result = '0登录成功'; 24 | echo $result; 25 | 26 | }else{ 27 | $result = '1'.$user.'登录失败'; 28 | echo $result; 29 | } 30 | 31 | 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/css/behaviors/showtableborders.htc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /noteb/vul/ssrf/ssrf4/share.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 分享中…… 12 | 13 | 14 | 返回上一步"; 33 | } 34 | 35 | ?> 36 | 37 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/js/dist/index.js: -------------------------------------------------------------------------------- 1 | /** 2 | * -------------------------------------------------------------------------- 3 | * Bootstrap (v4.3.0): index.js 4 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 | * -------------------------------------------------------------------------- 6 | */ 7 | (function ($) { 8 | if (typeof $ === 'undefined') { 9 | throw new TypeError('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.'); 10 | } 11 | 12 | var version = $.fn.jquery.split(' ')[0].split('.'); 13 | var minMajor = 1; 14 | var ltMajor = 2; 15 | var minMinor = 9; 16 | var minPatch = 1; 17 | var maxMajor = 4; 18 | 19 | if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) { 20 | throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0'); 21 | } 22 | })($); 23 | //# sourceMappingURL=index.js.map -------------------------------------------------------------------------------- /noteb/vul/upload/upload3/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')";
13 |     }
14 |     else
15 |     {
16 |         $name = strrev($_FILES['file']['name']);
17 |         $array = explode('.',$name);  //获取.后面的名字
18 |         if (($array[0]=="php")||($array[0]=="PHP")) {
19 |             echo "请不要上传敏感文件";
20 |         }else{
21 |             // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下
22 |         $file_name=strtolower($_FILES["file"]["name"]);
23 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $file_name);
24 |         echo "alert('"."文件存储在: " . "../upload_cache/" .$file_name."')";
25 |         }
26 |     }
27 | }
28 | 
29 | 
30 | -------------------------------------------------------------------------------- /noteb/src/css/modules/code.css: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.5 MIT License By https://www.layui.com */ 2 | html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none} -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/mono-blue.css: -------------------------------------------------------------------------------- 1 | /* 2 | Five-color theme from a single blue hue. 3 | */ 4 | .hljs { 5 | display: block; 6 | overflow-x: auto; 7 | padding: 0.5em; 8 | background: #eaeef3; 9 | } 10 | 11 | .hljs { 12 | color: #00193a; 13 | } 14 | 15 | .hljs-keyword, 16 | .hljs-selector-tag, 17 | .hljs-title, 18 | .hljs-section, 19 | .hljs-doctag, 20 | .hljs-name, 21 | .hljs-strong { 22 | font-weight: bold; 23 | } 24 | 25 | .hljs-comment { 26 | color: #738191; 27 | } 28 | 29 | .hljs-string, 30 | .hljs-title, 31 | .hljs-section, 32 | .hljs-built_in, 33 | .hljs-literal, 34 | .hljs-type, 35 | .hljs-addition, 36 | .hljs-tag, 37 | .hljs-quote, 38 | .hljs-name, 39 | .hljs-selector-id, 40 | .hljs-selector-class { 41 | color: #0048ab; 42 | } 43 | 44 | .hljs-meta, 45 | .hljs-subst, 46 | .hljs-symbol, 47 | .hljs-regexp, 48 | .hljs-attribute, 49 | .hljs-deletion, 50 | .hljs-variable, 51 | .hljs-template-variable, 52 | .hljs-link, 53 | .hljs-bullet { 54 | color: #4c81c9; 55 | } 56 | 57 | .hljs-emphasis { 58 | font-style: italic; 59 | } 60 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/utilities/_embed.scss: -------------------------------------------------------------------------------- 1 | // Credit: Nicolas Gallagher and SUIT CSS. 2 | 3 | .embed-responsive { 4 | position: relative; 5 | display: block; 6 | width: 100%; 7 | padding: 0; 8 | overflow: hidden; 9 | 10 | &::before { 11 | display: block; 12 | content: ""; 13 | } 14 | 15 | .embed-responsive-item, 16 | iframe, 17 | embed, 18 | object, 19 | video { 20 | position: absolute; 21 | top: 0; 22 | bottom: 0; 23 | left: 0; 24 | width: 100%; 25 | height: 100%; 26 | border: 0; 27 | } 28 | } 29 | 30 | @each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios { 31 | $embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1); 32 | $embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2); 33 | 34 | .embed-responsive-#{$embed-responsive-aspect-ratio-x}by#{$embed-responsive-aspect-ratio-y} { 35 | &::before { 36 | padding-top: percentage($embed-responsive-aspect-ratio-y / $embed-responsive-aspect-ratio-x); 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /noteb/vul/xxe/xxe2/doLogin.php: -------------------------------------------------------------------------------- 1 | 7 | loadXML($xml_post, LIBXML_NOENT | LIBXML_DTDLOAD); 19 | $creds = simplexml_import_dom($dom); 20 | // var_dump($creds); 21 | $user = $creds->username; //提取username节点 22 | $pass = $creds->password; //提取password节点 23 | if ($username == $user && $password == $pass) { 24 | $result = '0登录成功'; 25 | echo $result; 26 | 27 | }else{ 28 | $result = '1登录失败'; 29 | echo $result; 30 | } 31 | 32 | 33 | 34 | ?> 35 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload7/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')";
13 |     }
14 |     else
15 |     {
16 |         $name = strrev($_FILES['file']['name']);
17 |         $name = strtolower($name); //转换为小写
18 |         $array = explode('.',$name);  //获取.后面的名字
19 |         if (($array[0]=="php")||($array[0]=="PHP")) {
20 |             echo "请不要上传敏感文件";
21 |         }else{
22 |             // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下
23 |         $file_name=strtolower($_FILES["file"]["name"]);
24 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $file_name);
25 |         echo "alert('"."文件存储在: " . "../upload_cache/" .$file_name."')";
26 |         }
27 |     }
28 | }
29 | 
30 | 
31 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/pl.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placholder Polish language file. 22 | */ 23 | FCKLang.PlaceholderBtn = 'Wstaw/Edytuj nagłówek' ; 24 | FCKLang.PlaceholderDlgTitle = 'Właśności nagłówka' ; 25 | FCKLang.PlaceholderDlgName = 'Nazwa nagłówka' ; 26 | FCKLang.PlaceholderErrNoName = 'Proszę wprowadzić nazwę nagłówka' ; 27 | FCKLang.PlaceholderErrNameInUse = 'Podana nazwa jest już w użyciu' ; 28 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/dark.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Dark style from softwaremaniacs.org (c) Ivan Sagalaev 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #444; 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal, 17 | .hljs-section, 18 | .hljs-link { 19 | color: white; 20 | } 21 | 22 | .hljs, 23 | .hljs-subst { 24 | color: #ddd; 25 | } 26 | 27 | .hljs-string, 28 | .hljs-title, 29 | .hljs-name, 30 | .hljs-type, 31 | .hljs-attribute, 32 | .hljs-symbol, 33 | .hljs-bullet, 34 | .hljs-built_in, 35 | .hljs-addition, 36 | .hljs-variable, 37 | .hljs-template-tag, 38 | .hljs-template-variable { 39 | color: #d88; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-deletion, 45 | .hljs-meta { 46 | color: #777; 47 | } 48 | 49 | .hljs-keyword, 50 | .hljs-selector-tag, 51 | .hljs-literal, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-doctag, 55 | .hljs-type, 56 | .hljs-name, 57 | .hljs-strong { 58 | font-weight: bold; 59 | } 60 | 61 | .hljs-emphasis { 62 | font-style: italic; 63 | } 64 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload6/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')";
13 |     }
14 |     else{
15 |     //识别文件类型
16 |     $file_name = $_FILES['file']['tmp_name'];
17 |     $allow_ext = array('image/png', 'image/gif', 'image/jpeg', 'image/bmp');
18 |     $img_arr = getimagesize($file_name);
19 |     $file_ext = $img_arr['mime'];
20 |     if (in_array($file_ext, $allow_ext)) {
21 |             if (move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $_FILES["file"]["name"])) {
22 |                 echo "alert('"."文件存储在: " . "../upload_cache/" . $_FILES["file"]["name"]."')";
23 |             }
24 |         } else {
25 |             echo "alert('此文件不允许上传')";
26 |         }
27 |     }
28 | }
29 | 
30 | 
31 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/androidstudio.css: -------------------------------------------------------------------------------- 1 | /* 2 | Date: 24 Fev 2015 3 | Author: Pedro Oliveira 4 | */ 5 | 6 | .hljs { 7 | color: #a9b7c6; 8 | background: #282b2e; 9 | display: block; 10 | overflow-x: auto; 11 | padding: 0.5em; 12 | } 13 | 14 | .hljs-number, 15 | .hljs-literal, 16 | .hljs-symbol, 17 | .hljs-bullet { 18 | color: #6897BB; 19 | } 20 | 21 | .hljs-keyword, 22 | .hljs-selector-tag, 23 | .hljs-deletion { 24 | color: #cc7832; 25 | } 26 | 27 | .hljs-variable, 28 | .hljs-template-variable, 29 | .hljs-link { 30 | color: #629755; 31 | } 32 | 33 | .hljs-comment, 34 | .hljs-quote { 35 | color: #808080; 36 | } 37 | 38 | .hljs-meta { 39 | color: #bbb529; 40 | } 41 | 42 | .hljs-string, 43 | .hljs-attribute, 44 | .hljs-addition { 45 | color: #6A8759; 46 | } 47 | 48 | .hljs-section, 49 | .hljs-title, 50 | .hljs-type { 51 | color: #ffc66d; 52 | } 53 | 54 | .hljs-name, 55 | .hljs-selector-id, 56 | .hljs-selector-class { 57 | color: #e8bf6a; 58 | } 59 | 60 | .hljs-emphasis { 61 | font-style: italic; 62 | } 63 | 64 | .hljs-strong { 65 | font-weight: bold; 66 | } 67 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/en.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placholder English language file. 22 | */ 23 | FCKLang.PlaceholderBtn = 'Insert/Edit Placeholder' ; 24 | FCKLang.PlaceholderDlgTitle = 'Placeholder Properties' ; 25 | FCKLang.PlaceholderDlgName = 'Placeholder Name' ; 26 | FCKLang.PlaceholderErrNoName = 'Please type the placeholder name' ; 27 | FCKLang.PlaceholderErrNameInUse = 'The specified name is already in use' ; 28 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/it.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placholder Italian language file. 22 | */ 23 | FCKLang.PlaceholderBtn = 'Aggiungi/Modifica Placeholder' ; 24 | FCKLang.PlaceholderDlgTitle = 'Proprietà del Placeholder' ; 25 | FCKLang.PlaceholderDlgName = 'Nome del Placeholder' ; 26 | FCKLang.PlaceholderErrNoName = 'Digitare il nome del placeholder' ; 27 | FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ; 28 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/fckeditor.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 正在注册 6 | 7 | 8 | 9 | 10 | 16 | prepare($sql); 23 | //3、绑定参数(给?传值,必须传变量) 24 | $user = $_POST['username']; 25 | $pass = md5($_POST['password']); 26 | $mysqli_stmt->bind_param("ss",$user,$pass); 27 | //4、执行 28 | $b = $mysqli_stmt->execute(); 29 | if($b){ 30 | echo ""; 31 | }else{ 32 | echo $mysqli_stmt->error.""; 33 | } 34 | $mysqli_stmt->close(); 35 | $mysqli->close(); 36 | } 37 | 38 | ?> 39 | 40 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/es.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placholder Spanish language file. 22 | */ 23 | FCKLang.PlaceholderBtn = 'Insertar/Editar contenedor' ; 24 | FCKLang.PlaceholderDlgTitle = 'Propiedades del contenedor ' ; 25 | FCKLang.PlaceholderDlgName = 'Nombre de contenedor' ; 26 | FCKLang.PlaceholderErrNoName = 'Por favor escriba el nombre de contenedor' ; 27 | FCKLang.PlaceholderErrNameInUse = 'El nombre especificado ya esta en uso' ; 28 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/fr.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placeholder French language file. 22 | */ 23 | FCKLang.PlaceholderBtn = "Insérer/Modifier l'Espace réservé" ; 24 | FCKLang.PlaceholderDlgTitle = "Propriétés de l'Espace réservé" ; 25 | FCKLang.PlaceholderDlgName = "Nom de l'Espace réservé" ; 26 | FCKLang.PlaceholderErrNoName = "Veuillez saisir le nom de l'Espace réservé" ; 27 | FCKLang.PlaceholderErrNameInUse = "Ce nom est déjà utilisé" ; 28 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dtd/fck_dtd_test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | DTD Test Page 5 | 10 | 11 | 12 | 13 | 14 |

15 | DTD Contents 16 |

17 | 18 | 39 |
40 | 41 | 42 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/plugins/placeholder/lang/de.js: -------------------------------------------------------------------------------- 1 | /* 2 | * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 | * Copyright (C) 2003-2008 Frederico Caldeira Knabben 4 | * 5 | * == BEGIN LICENSE == 6 | * 7 | * Licensed under the terms of any of the following licenses at your 8 | * choice: 9 | * 10 | * - GNU General Public License Version 2 or later (the "GPL") 11 | * http://www.gnu.org/licenses/gpl.html 12 | * 13 | * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 | * http://www.gnu.org/licenses/lgpl.html 15 | * 16 | * - Mozilla Public License Version 1.1 or later (the "MPL") 17 | * http://www.mozilla.org/MPL/MPL-1.1.html 18 | * 19 | * == END LICENSE == 20 | * 21 | * Placholder German language file. 22 | */ 23 | FCKLang.PlaceholderBtn = 'Einfügen/editieren Platzhalter' ; 24 | FCKLang.PlaceholderDlgTitle = 'Platzhalter Eigenschaften' ; 25 | FCKLang.PlaceholderDlgName = 'Platzhalter Name' ; 26 | FCKLang.PlaceholderErrNoName = 'Bitte den Namen des Platzhalters schreiben' ; 27 | FCKLang.PlaceholderErrNameInUse = 'Der angegebene Namen ist schon in Gebrauch' ; 28 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/bootstrap.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v4.3.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2019 The Bootstrap Authors 4 | * Copyright 2011-2019 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | */ 7 | 8 | @import "functions"; 9 | @import "variables"; 10 | @import "mixins"; 11 | @import "root"; 12 | @import "reboot"; 13 | @import "type"; 14 | @import "images"; 15 | @import "code"; 16 | @import "grid"; 17 | @import "tables"; 18 | @import "forms"; 19 | @import "buttons"; 20 | @import "transitions"; 21 | @import "dropdown"; 22 | @import "button-group"; 23 | @import "input-group"; 24 | @import "custom-forms"; 25 | @import "nav"; 26 | @import "navbar"; 27 | @import "card"; 28 | @import "breadcrumb"; 29 | @import "pagination"; 30 | @import "badge"; 31 | @import "jumbotron"; 32 | @import "alert"; 33 | @import "progress"; 34 | @import "media"; 35 | @import "list-group"; 36 | @import "close"; 37 | @import "toasts"; 38 | @import "modal"; 39 | @import "tooltip"; 40 | @import "popover"; 41 | @import "carousel"; 42 | @import "spinners"; 43 | @import "utilities"; 44 | @import "print"; 45 | -------------------------------------------------------------------------------- /noteb/src/lay/modules/code.js: -------------------------------------------------------------------------------- 1 | /** layui-v2.5.5 MIT License By https://www.layui.com */ 2 | ;layui.define("jquery",function(e){"use strict";var a=layui.$,l="http://www.layui.com/doc/modules/code.html";e("code",function(e){var t=[];e=e||{},e.elem=a(e.elem||".layui-code"),e.about=!("about"in e)||e.about,e.elem.each(function(){t.push(this)}),layui.each(t.reverse(),function(t,i){var c=a(i),o=c.html();(c.attr("lay-encode")||e.encode)&&(o=o.replace(/&(?!#?[a-zA-Z0-9]+;)/g,"&").replace(//g,">").replace(/'/g,"'").replace(/"/g,""")),c.html('
  1. '+o.replace(/[\r\t\n]+/g,"
  2. ")+"
"),c.find(">.layui-code-h3")[0]||c.prepend('

'+(c.attr("lay-title")||e.title||"code")+(e.about?'layui.code':"")+"

");var d=c.find(">.layui-code-ol");c.addClass("layui-box layui-code-view"),(c.attr("lay-skin")||e.skin)&&c.addClass("layui-code-"+(c.attr("lay-skin")||e.skin)),(d.find("li").length/100|0)>0&&d.css("margin-left",(d.find("li").length/100|0)+"px"),(c.attr("lay-height")||e.height)&&d.css("max-height",c.attr("lay-height")||e.height)})})}).addcss("modules/code.css","skincodecss"); -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/codepen-embed.css: -------------------------------------------------------------------------------- 1 | /* 2 | codepen.io Embed Theme 3 | Author: Justin Perry 4 | Original theme - https://github.com/chriskempson/tomorrow-theme 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #222; 12 | color: #fff; 13 | } 14 | 15 | .hljs-comment, 16 | .hljs-quote { 17 | color: #777; 18 | } 19 | 20 | .hljs-variable, 21 | .hljs-template-variable, 22 | .hljs-tag, 23 | .hljs-regexp, 24 | .hljs-meta, 25 | .hljs-number, 26 | .hljs-built_in, 27 | .hljs-builtin-name, 28 | .hljs-literal, 29 | .hljs-params, 30 | .hljs-symbol, 31 | .hljs-bullet, 32 | .hljs-link, 33 | .hljs-deletion { 34 | color: #ab875d; 35 | } 36 | 37 | .hljs-section, 38 | .hljs-title, 39 | .hljs-name, 40 | .hljs-selector-id, 41 | .hljs-selector-class, 42 | .hljs-type, 43 | .hljs-attribute { 44 | color: #9b869b; 45 | } 46 | 47 | .hljs-string, 48 | .hljs-keyword, 49 | .hljs-selector-tag, 50 | .hljs-addition { 51 | color: #8f9c6c; 52 | } 53 | 54 | .hljs-emphasis { 55 | font-style: italic; 56 | } 57 | 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | -------------------------------------------------------------------------------- /noteb/vul/editor/fckedior/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css: -------------------------------------------------------------------------------- 1 | .blend { 2 | font-family: courier new; 3 | font-size: 10pt; 4 | border: 0; 5 | margin-bottom:-1; 6 | } 7 | .normalLabel { 8 | font-size:8pt; 9 | } 10 | .normalText { 11 | font-family:arial, helvetica, sans-serif; 12 | font-size:10pt; 13 | color:000000; 14 | background-color:FFFFFF; 15 | } 16 | .plainText { 17 | font-family: courier new, courier, monospace; 18 | font-size: 10pt; 19 | color:000000; 20 | background-color:FFFFFF; 21 | } 22 | .controlWindowBody { 23 | font-family:arial, helvetica, sans-serif; 24 | font-size:8pt; 25 | padding: 7px ; /* by FredCK */ 26 | margin: 0px ; /* by FredCK */ 27 | /* color:000000; by FredCK */ 28 | /* background-color:DADADA; by FredCK */ 29 | } 30 | .readonlyInput { 31 | background-color:DADADA; 32 | color:000000; 33 | font-size:8pt; 34 | width:392px; 35 | } 36 | .textDefault { 37 | font-size:8pt; 38 | width: 200px; 39 | } 40 | .buttonDefault { 41 | width:90px; 42 | height:22px; 43 | font-size:8pt; 44 | } 45 | .suggSlct { 46 | width:200px; 47 | margin-top:2; 48 | font-size:8pt; 49 | } 50 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_close.scss: -------------------------------------------------------------------------------- 1 | .close { 2 | float: right; 3 | @include font-size($close-font-size); 4 | font-weight: $close-font-weight; 5 | line-height: 1; 6 | color: $close-color; 7 | text-shadow: $close-text-shadow; 8 | opacity: .5; 9 | 10 | // Override 's hover style 11 | @include hover { 12 | color: $close-color; 13 | text-decoration: none; 14 | } 15 | 16 | &:not(:disabled):not(.disabled) { 17 | @include hover-focus { 18 | opacity: .75; 19 | } 20 | } 21 | } 22 | 23 | // Additional properties for button version 24 | // iOS requires the button element instead of an anchor tag. 25 | // If you want the anchor version, it requires `href="#"`. 26 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile 27 | 28 | // stylelint-disable-next-line selector-no-qualifying-type 29 | button.close { 30 | padding: 0; 31 | background-color: transparent; 32 | border: 0; 33 | appearance: none; 34 | } 35 | 36 | // Future-proof disabling of clicks on `` elements 37 | 38 | // stylelint-disable-next-line selector-no-qualifying-type 39 | a.close.disabled { 40 | pointer-events: none; 41 | } 42 | -------------------------------------------------------------------------------- /noteb/vul/ssrf/ssrf3/share.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | 9 | 10 | 11 | 分享中…… 12 | 13 | 14 | 返回上一步"; 30 | exit; 31 | }else{ 32 | echo "分享成功!"; 33 | echo "
返回上一步"; 34 | } 35 | // 关闭cURL资源,并且释放系统资源 36 | curl_close($ch); 37 | }else{ 38 | echo "分享失败!"; 39 | echo "
返回上一步"; 40 | } 41 | ?> 42 | 43 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/brown-paper.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Brown Paper style from goldblog.com.ua (c) Zaripov Yura 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background:#b7a68e url(./brown-papersq.png); 12 | } 13 | 14 | .hljs-keyword, 15 | .hljs-selector-tag, 16 | .hljs-literal { 17 | color:#005599; 18 | font-weight:bold; 19 | } 20 | 21 | .hljs, 22 | .hljs-subst { 23 | color: #363c69; 24 | } 25 | 26 | .hljs-string, 27 | .hljs-title, 28 | .hljs-section, 29 | .hljs-type, 30 | .hljs-attribute, 31 | .hljs-symbol, 32 | .hljs-bullet, 33 | .hljs-built_in, 34 | .hljs-addition, 35 | .hljs-variable, 36 | .hljs-template-tag, 37 | .hljs-template-variable, 38 | .hljs-link, 39 | .hljs-name { 40 | color: #2c009f; 41 | } 42 | 43 | .hljs-comment, 44 | .hljs-quote, 45 | .hljs-meta, 46 | .hljs-deletion { 47 | color: #802022; 48 | } 49 | 50 | .hljs-keyword, 51 | .hljs-selector-tag, 52 | .hljs-literal, 53 | .hljs-doctag, 54 | .hljs-title, 55 | .hljs-section, 56 | .hljs-type, 57 | .hljs-name, 58 | .hljs-strong { 59 | font-weight: bold; 60 | } 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/vs.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Visual Studio-like style based on original C# coloring by Jason Diamond 4 | 5 | */ 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: white; 11 | color: black; 12 | } 13 | 14 | .hljs-comment, 15 | .hljs-quote, 16 | .hljs-variable { 17 | color: #008000; 18 | } 19 | 20 | .hljs-keyword, 21 | .hljs-selector-tag, 22 | .hljs-built_in, 23 | .hljs-name, 24 | .hljs-tag { 25 | color: #00f; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-title, 30 | .hljs-section, 31 | .hljs-attribute, 32 | .hljs-literal, 33 | .hljs-template-tag, 34 | .hljs-template-variable, 35 | .hljs-type, 36 | .hljs-addition { 37 | color: #a31515; 38 | } 39 | 40 | .hljs-deletion, 41 | .hljs-selector-attr, 42 | .hljs-selector-pseudo, 43 | .hljs-meta { 44 | color: #2b91af; 45 | } 46 | 47 | .hljs-doctag { 48 | color: #808080; 49 | } 50 | 51 | .hljs-attr { 52 | color: #f00; 53 | } 54 | 55 | .hljs-symbol, 56 | .hljs-bullet, 57 | .hljs-link { 58 | color: #00b0e8; 59 | } 60 | 61 | 62 | .hljs-emphasis { 63 | font-style: italic; 64 | } 65 | 66 | .hljs-strong { 67 | font-weight: bold; 68 | } 69 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload1/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo " 文件已经存在。";
13 |     }
14 |     else
15 |     {
16 |         $name = strrev($_FILES['file']['name']); //获取上传文件名的倒序
17 |         $array = explode('.',$name);  //获取.后面的名字
18 |         $file_name = $array[0]; //将后缀名赋值给file_name
19 |         $New_File_Name = str_ireplace("php","",$file_name); //替换后缀名的php,不区分大小写(单独获取后缀名是怕对文件名也替换)
20 |         $rand_name = explode('.',$_FILES['file']['name']);//获取源文件的文件名,不需要后缀名
21 |         $rand_name = $array[1]; //由于之前将后缀名传入数组,这次应该获取第二个(从0开始)
22 |         $name = $rand_name.".".strrev($New_File_Name);
23 |         // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下
24 |         $file_name=strtolower($_FILES["file"]["name"]);
25 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $name);
26 |         echo "('"."文件存储在: " . "../upload_cache/" .$name."')";
27 |     }
28 | }
29 | 
30 | 
31 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/far.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | FAR Style (c) MajestiC 4 | 5 | */ 6 | 7 | .hljs { 8 | display: block; 9 | overflow-x: auto; 10 | padding: 0.5em; 11 | background: #000080; 12 | } 13 | 14 | .hljs, 15 | .hljs-subst { 16 | color: #0ff; 17 | } 18 | 19 | .hljs-string, 20 | .hljs-attribute, 21 | .hljs-symbol, 22 | .hljs-bullet, 23 | .hljs-built_in, 24 | .hljs-builtin-name, 25 | .hljs-template-tag, 26 | .hljs-template-variable, 27 | .hljs-addition { 28 | color: #ff0; 29 | } 30 | 31 | .hljs-keyword, 32 | .hljs-selector-tag, 33 | .hljs-section, 34 | .hljs-type, 35 | .hljs-name, 36 | .hljs-selector-id, 37 | .hljs-selector-class, 38 | .hljs-variable { 39 | color: #fff; 40 | } 41 | 42 | .hljs-comment, 43 | .hljs-quote, 44 | .hljs-doctag, 45 | .hljs-deletion { 46 | color: #888; 47 | } 48 | 49 | .hljs-number, 50 | .hljs-regexp, 51 | .hljs-literal, 52 | .hljs-link { 53 | color: #0f0; 54 | } 55 | 56 | .hljs-meta { 57 | color: #008080; 58 | } 59 | 60 | .hljs-keyword, 61 | .hljs-selector-tag, 62 | .hljs-title, 63 | .hljs-section, 64 | .hljs-name, 65 | .hljs-strong { 66 | font-weight: bold; 67 | } 68 | 69 | .hljs-emphasis { 70 | font-style: italic; 71 | } 72 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_toasts.scss: -------------------------------------------------------------------------------- 1 | .toast { 2 | max-width: $toast-max-width; 3 | overflow: hidden; // cheap rounded corners on nested items 4 | @include font-size($toast-font-size); 5 | color: $toast-color; 6 | background-color: $toast-background-color; 7 | background-clip: padding-box; 8 | border: $toast-border-width solid $toast-border-color; 9 | box-shadow: $toast-box-shadow; 10 | backdrop-filter: blur(10px); 11 | opacity: 0; 12 | @include border-radius($toast-border-radius); 13 | 14 | &:not(:last-child) { 15 | margin-bottom: $toast-padding-x; 16 | } 17 | 18 | &.showing { 19 | opacity: 1; 20 | } 21 | 22 | &.show { 23 | display: block; 24 | opacity: 1; 25 | } 26 | 27 | &.hide { 28 | display: none; 29 | } 30 | } 31 | 32 | .toast-header { 33 | display: flex; 34 | align-items: center; 35 | padding: $toast-padding-y $toast-padding-x; 36 | color: $toast-header-color; 37 | background-color: $toast-header-background-color; 38 | background-clip: padding-box; 39 | border-bottom: $toast-border-width solid $toast-header-border-color; 40 | } 41 | 42 | .toast-body { 43 | padding: $toast-padding-x; // apply to both vertical and horizontal 44 | } 45 | -------------------------------------------------------------------------------- /noteb/vul/more/more2/more2.1/yzm.php: -------------------------------------------------------------------------------- 1 | 4 | */ 5 | 6 | .hljs { 7 | display: block; 8 | overflow-x: auto; 9 | padding: 0.5em; 10 | background: #222; 11 | } 12 | 13 | .hljs, 14 | .hljs-subst { 15 | color: #aaa; 16 | } 17 | 18 | .hljs-section { 19 | color: #fff; 20 | } 21 | 22 | .hljs-comment, 23 | .hljs-quote, 24 | .hljs-meta { 25 | color: #444; 26 | } 27 | 28 | .hljs-string, 29 | .hljs-symbol, 30 | .hljs-bullet, 31 | .hljs-regexp { 32 | color: #ffcc33; 33 | } 34 | 35 | .hljs-number, 36 | .hljs-addition { 37 | color: #00cc66; 38 | } 39 | 40 | .hljs-built_in, 41 | .hljs-builtin-name, 42 | .hljs-literal, 43 | .hljs-type, 44 | .hljs-template-variable, 45 | .hljs-attribute, 46 | .hljs-link { 47 | color: #32aaee; 48 | } 49 | 50 | .hljs-keyword, 51 | .hljs-selector-tag, 52 | .hljs-name, 53 | .hljs-selector-id, 54 | .hljs-selector-class { 55 | color: #6644aa; 56 | } 57 | 58 | .hljs-title, 59 | .hljs-variable, 60 | .hljs-deletion, 61 | .hljs-template-tag { 62 | color: #bb1166; 63 | } 64 | 65 | .hljs-section, 66 | .hljs-doctag, 67 | .hljs-strong { 68 | font-weight: bold; 69 | } 70 | 71 | .hljs-emphasis { 72 | font-style: italic; 73 | } 74 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/ir-black.css: -------------------------------------------------------------------------------- 1 | /* 2 | IR_Black style (c) Vasily Mikhailitchenko 3 | */ 4 | 5 | .hljs { 6 | display: block; 7 | overflow-x: auto; 8 | padding: 0.5em; 9 | background: #000; 10 | color: #f8f8f8; 11 | } 12 | 13 | .hljs-comment, 14 | .hljs-quote, 15 | .hljs-meta { 16 | color: #7c7c7c; 17 | } 18 | 19 | .hljs-keyword, 20 | .hljs-selector-tag, 21 | .hljs-tag, 22 | .hljs-name { 23 | color: #96cbfe; 24 | } 25 | 26 | .hljs-attribute, 27 | .hljs-selector-id { 28 | color: #ffffb6; 29 | } 30 | 31 | .hljs-string, 32 | .hljs-selector-attr, 33 | .hljs-selector-pseudo, 34 | .hljs-addition { 35 | color: #a8ff60; 36 | } 37 | 38 | .hljs-subst { 39 | color: #daefa3; 40 | } 41 | 42 | .hljs-regexp, 43 | .hljs-link { 44 | color: #e9c062; 45 | } 46 | 47 | .hljs-title, 48 | .hljs-section, 49 | .hljs-type, 50 | .hljs-doctag { 51 | color: #ffffb6; 52 | } 53 | 54 | .hljs-symbol, 55 | .hljs-bullet, 56 | .hljs-variable, 57 | .hljs-template-variable, 58 | .hljs-literal { 59 | color: #c6c5fe; 60 | } 61 | 62 | .hljs-number, 63 | .hljs-deletion { 64 | color:#ff73fd; 65 | } 66 | 67 | .hljs-emphasis { 68 | font-style: italic; 69 | } 70 | 71 | .hljs-strong { 72 | font-weight: bold; 73 | } 74 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/magula.css: -------------------------------------------------------------------------------- 1 | /* 2 | Description: Magula style for highligh.js 3 | Author: Ruslan Keba 4 | Website: http://rukeba.com/ 5 | Version: 1.0 6 | Date: 2009-01-03 7 | Music: Aphex Twin / Xtal 8 | */ 9 | 10 | .hljs { 11 | display: block; 12 | overflow-x: auto; 13 | padding: 0.5em; 14 | background-color: #f4f4f4; 15 | } 16 | 17 | .hljs, 18 | .hljs-subst { 19 | color: black; 20 | } 21 | 22 | .hljs-string, 23 | .hljs-title, 24 | .hljs-symbol, 25 | .hljs-bullet, 26 | .hljs-attribute, 27 | .hljs-addition, 28 | .hljs-variable, 29 | .hljs-template-tag, 30 | .hljs-template-variable { 31 | color: #050; 32 | } 33 | 34 | .hljs-comment, 35 | .hljs-quote { 36 | color: #777; 37 | } 38 | 39 | .hljs-number, 40 | .hljs-regexp, 41 | .hljs-literal, 42 | .hljs-type, 43 | .hljs-link { 44 | color: #800; 45 | } 46 | 47 | .hljs-deletion, 48 | .hljs-meta { 49 | color: #00e; 50 | } 51 | 52 | .hljs-keyword, 53 | .hljs-selector-tag, 54 | .hljs-doctag, 55 | .hljs-title, 56 | .hljs-section, 57 | .hljs-built_in, 58 | .hljs-tag, 59 | .hljs-name { 60 | font-weight: bold; 61 | color: navy; 62 | } 63 | 64 | .hljs-emphasis { 65 | font-style: italic; 66 | } 67 | 68 | .hljs-strong { 69 | font-weight: bold; 70 | } 71 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/plugins/highlight/styles/color-brewer.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | Colorbrewer theme 4 | Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock 5 | Ported by Fabrício Tavares de Oliveira 6 | 7 | */ 8 | 9 | .hljs { 10 | display: block; 11 | overflow-x: auto; 12 | padding: 0.5em; 13 | background: #fff; 14 | } 15 | 16 | .hljs, 17 | .hljs-subst { 18 | color: #000; 19 | } 20 | 21 | .hljs-string, 22 | .hljs-meta, 23 | .hljs-symbol, 24 | .hljs-template-tag, 25 | .hljs-template-variable, 26 | .hljs-addition { 27 | color: #756bb1; 28 | } 29 | 30 | .hljs-comment, 31 | .hljs-quote { 32 | color: #636363; 33 | } 34 | 35 | .hljs-number, 36 | .hljs-regexp, 37 | .hljs-literal, 38 | .hljs-bullet, 39 | .hljs-link { 40 | color: #31a354; 41 | } 42 | 43 | .hljs-deletion, 44 | .hljs-variable { 45 | color: #88f; 46 | } 47 | 48 | 49 | 50 | .hljs-keyword, 51 | .hljs-selector-tag, 52 | .hljs-title, 53 | .hljs-section, 54 | .hljs-built_in, 55 | .hljs-doctag, 56 | .hljs-type, 57 | .hljs-tag, 58 | .hljs-name, 59 | .hljs-selector-id, 60 | .hljs-selector-class, 61 | .hljs-strong { 62 | color: #3182bd; 63 | } 64 | 65 | .hljs-emphasis { 66 | font-style: italic; 67 | } 68 | 69 | .hljs-attribute { 70 | color: #e6550d; 71 | } 72 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_code.scss: -------------------------------------------------------------------------------- 1 | // Inline code 2 | code { 3 | @include font-size($code-font-size); 4 | color: $code-color; 5 | word-break: break-word; 6 | 7 | // Streamline the style when inside anchors to avoid broken underline and more 8 | a > & { 9 | color: inherit; 10 | } 11 | } 12 | 13 | // User input typically entered via keyboard 14 | kbd { 15 | padding: $kbd-padding-y $kbd-padding-x; 16 | @include font-size($kbd-font-size); 17 | color: $kbd-color; 18 | background-color: $kbd-bg; 19 | @include border-radius($border-radius-sm); 20 | @include box-shadow($kbd-box-shadow); 21 | 22 | kbd { 23 | padding: 0; 24 | @include font-size(100%); 25 | font-weight: $nested-kbd-font-weight; 26 | @include box-shadow(none); 27 | } 28 | } 29 | 30 | // Blocks of code 31 | pre { 32 | display: block; 33 | @include font-size($code-font-size); 34 | color: $pre-color; 35 | 36 | // Account for some code outputs that place code tags in pre tags 37 | code { 38 | @include font-size(inherit); 39 | color: inherit; 40 | word-break: normal; 41 | } 42 | } 43 | 44 | // Enable scrollable blocks of code 45 | .pre-scrollable { 46 | max-height: $pre-scrollable-max-height; 47 | overflow-y: scroll; 48 | } 49 | -------------------------------------------------------------------------------- /noteb/vul/upload/upload4/code.php: -------------------------------------------------------------------------------- 1 | 7 |
 8 | 
 9 | if (!empty($_FILES)) {
10 |     if (file_exists("../upload_cache/" . $_FILES["file"]["name"]))
11 |     {
12 |         echo "alert('".$_FILES["file"]["name"] . " 文件已经存在。 "."')";
13 |     }
14 |     else
15 |     {
16 |         $name = strrev($_FILES['file']['name']); //获取上传文件名的倒序
17 |         $array = explode('.',$name);  //获取.后面的名字
18 |         $file_name = $array[0]; //将后缀名赋值给file_name
19 |         $New_File_Name = str_ireplace("php","",$file_name); //替换后缀名的php,不区分大小写(单独获取后缀名是怕对文件名也替换)
20 |         $rand_name = explode('.',$_FILES['file']['name']);//获取源文件的文件名,不需要后缀名
21 |         $rand_name = $array[1]; //由于之前将后缀名传入数组,这次应该获取第二个(从0开始)
22 |         $name = $rand_name.".".strrev($New_File_Name);
23 |         // 如果 upload 目录不存在该文件则将文件上传到 upload 目录下
24 |         $file_name=strtolower($_FILES["file"]["name"]);
25 |         move_uploaded_file($_FILES["file"]["tmp_name"], "../upload_cache/" . $name);
26 |         echo "alert('"."文件存储在: " . "../upload_cache/" .$name."')";
27 |     }
28 | }
29 | 
30 | 
31 | -------------------------------------------------------------------------------- /noteb/vul/fileinclude/assets/scss/bootstrap/scss/_grid.scss: -------------------------------------------------------------------------------- 1 | // Container widths 2 | // 3 | // Set the container width, and override it for fixed navbars in media queries. 4 | 5 | @if $enable-grid-classes { 6 | .container { 7 | @include make-container(); 8 | @include make-container-max-widths(); 9 | } 10 | } 11 | 12 | // Fluid container 13 | // 14 | // Utilizes the mixin meant for fixed width containers, but with 100% width for 15 | // fluid, full width layouts. 16 | 17 | @if $enable-grid-classes { 18 | .container-fluid { 19 | @include make-container(); 20 | } 21 | } 22 | 23 | // Row 24 | // 25 | // Rows contain and clear the floats of your columns. 26 | 27 | @if $enable-grid-classes { 28 | .row { 29 | @include make-row(); 30 | } 31 | 32 | // Remove the negative margin from default .row, then the horizontal padding 33 | // from all immediate children columns (to prevent runaway style inheritance). 34 | .no-gutters { 35 | margin-right: 0; 36 | margin-left: 0; 37 | 38 | > .col, 39 | > [class*="col-"] { 40 | padding-right: 0; 41 | padding-left: 0; 42 | } 43 | } 44 | } 45 | 46 | // Columns 47 | // 48 | // Common styles for small and large grid columns 49 | 50 | @if $enable-grid-classes { 51 | @include make-grid-columns(); 52 | } 53 | --------------------------------------------------------------------------------