在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → xss利用平台搭建(利用xsser.me源码)

xss利用平台搭建(利用xsser.me源码)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.54M
  • 下载次数:2
  • 浏览次数:113
  • 发布时间:2020-10-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
xss利用平台搭建(利用xsser.me源码),并有最详细的搭建教程。为你解决多个搭建难题,比如搭建完成后访问出现空白页等。
【实例截图】
【核心代码】
xss利用平台搭建(利用xsser.me源码)
└── xss利用平台搭建(利用xsser.me源码)
├── admin
│   ├── index.php
│   ├── source
│   │   ├── admin_index.php
│   │   └── admin_module.php
│   ├── style
│   │   ├── images
│   │   │   ├── bg.png
│   │   │   ├── logo.gif
│   │   │   └── Thumbs.db
│   │   └── style.css
│   └── templates
│   ├── admin_footer.html
│   ├── admin_header.html
│   ├── admin_index.html
│   ├── admin_menu.html
│   └── admin_module.html
├── authtest.php
├── captcha.php
├── config.php
├── download.php
├── index.php
├── init.php
├── libs
│   ├── Config_File.class.php
│   ├── debug.tpl
│   ├── internals
│   │   ├── core.assemble_plugin_filepath.php
│   │   ├── core.assign_smarty_interface.php
│   │   ├── core.create_dir_structure.php
│   │   ├── core.display_debug_console.php
│   │   ├── core.get_include_path.php
│   │   ├── core.get_microtime.php
│   │   ├── core.get_php_resource.php
│   │   ├── core.is_secure.php
│   │   ├── core.is_trusted.php
│   │   ├── core.load_plugins.php
│   │   ├── core.load_resource_plugin.php
│   │   ├── core.process_cached_inserts.php
│   │   ├── core.process_compiled_include.php
│   │   ├── core.read_cache_file.php
│   │   ├── core.rm_auto.php
│   │   ├── core.rmdir.php
│   │   ├── core.run_insert_handler.php
│   │   ├── core.smarty_include_php.php
│   │   ├── core.write_cache_file.php
│   │   ├── core.write_compiled_include.php
│   │   ├── core.write_compiled_resource.php
│   │   └── core.write_file.php
│   ├── plugins
│   │   ├── block.textformat.php
│   │   ├── compiler.assign.php
│   │   ├── function.assign_debug_info.php
│   │   ├── function.config_load.php
│   │   ├── function.counter.php
│   │   ├── function.cycle.php
│   │   ├── function.debug.php
│   │   ├── function.eval.php
│   │   ├── function.fetch.php
│   │   ├── function.html_checkboxes.php
│   │   ├── function.html_image.php
│   │   ├── function.html_options.php
│   │   ├── function.html_radios.php
│   │   ├── function.html_select_date.php
│   │   ├── function.html_select_time.php
│   │   ├── function.html_table.php
│   │   ├── function.mailto.php
│   │   ├── function.math.php
│   │   ├── function.popup_init.php
│   │   ├── function.popup.php
│   │   ├── modifier.capitalize.php
│   │   ├── modifier.cat.php
│   │   ├── modifier.count_characters.php
│   │   ├── modifier.count_paragraphs.php
│   │   ├── modifier.count_sentences.php
│   │   ├── modifier.count_words.php
│   │   ├── modifier.date_format.php
│   │   ├── modifier.debug_print_var.php
│   │   ├── modifier.default.php
│   │   ├── modifier.escape.php
│   │   ├── modifier.indent.php
│   │   ├── modifier.lower.php
│   │   ├── modifier.nl2br.php
│   │   ├── modifier.regex_replace.php
│   │   ├── modifier.replace.php
│   │   ├── modifier.spacify.php
│   │   ├── modifier.string_format.php
│   │   ├── modifier.strip.php
│   │   ├── modifier.strip_tags.php
│   │   ├── modifier.truncate.php
│   │   ├── modifier.truncate_utf8.php
│   │   ├── modifier.upper.php
│   │   ├── modifier.wordwrap.php
│   │   ├── outputfilter.trimwhitespace.php
│   │   ├── shared.escape_special_chars.php
│   │   └── shared.make_timestamp.php
│   ├── Smarty.class.php
│   └── Smarty_Compiler.class.php
├── php
│   ├── browse_foreigners.php
│   ├── calendar.php
│   ├── ChangeLog
│   ├── changelog.php
│   ├── chk_rel.php
│   ├── config.inc.php
│   ├── config.sample.inc.php
│   ├── contrib
│   │   ├── packaging
│   │   │   └── Fedora
│   │   │   ├── phpMyAdmin-http.conf
│   │   │   └── phpMyAdmin.spec
│   │   └── README
│   ├── CREDITS
│   ├── db_create.php
│   ├── db_datadict.php
│   ├── db_export.php
│   ├── db_import.php
│   ├── db_operations.php
│   ├── db_printview.php
│   ├── db_qbe.php
│   ├── db_search.php
│   ├── db_sql.php
│   ├── db_structure.php
│   ├── docs.css
│   ├── Documentation.html
│   ├── Documentation.txt
│   ├── error.php
│   ├── export.php
│   ├── favicon.ico
│   ├── import.php
│   ├── index.php
│   ├── INSTALL
│   ├── js
│   │   ├── dom-drag.js
│   │   ├── functions.js
│   │   ├── indexes.js
│   │   ├── keyhandler.js
│   │   ├── navigation.js
│   │   ├── querywindow.js
│   │   ├── server_privileges.js
│   │   ├── tbl_change.js
│   │   ├── tooltip.js
│   │   └── user_password.js
│   ├── lang
│   │   ├── add_message_file.sh
│   │   ├── add_message.sh
│   │   ├── afrikaans-iso-8859-1.inc.php
│   │   ├── afrikaans-utf-8.inc.php
│   │   ├── albanian-iso-8859-1.inc.php
│   │   ├── albanian-utf-8.inc.php
│   │   ├── arabic-utf-8.inc.php
│   │   ├── arabic-windows-1256.inc.php
│   │   ├── azerbaijani-iso-8859-9.inc.php
│   │   ├── azerbaijani-utf-8.inc.php
│   │   ├── basque-iso-8859-1.inc.php
│   │   ├── basque-utf-8.inc.php
│   │   ├── belarusian_cyrillic-utf-8.inc.php
│   │   ├── belarusian_cyrillic-windows-1251.inc.php
│   │   ├── belarusian_latin-utf-8.inc.php
│   │   ├── bosnian-utf-8.inc.php
│   │   ├── bosnian-windows-1250.inc.php
│   │   ├── brazilian_portuguese-iso-8859-1.inc.php
│   │   ├── brazilian_portuguese-utf-8.inc.php
│   │   ├── bulgarian-koi8-r.inc.php
│   │   ├── bulgarian-utf-8.inc.php
│   │   ├── bulgarian-windows-1251.inc.php
│   │   ├── catalan-iso-8859-1.inc.php
│   │   ├── catalan-utf-8.inc.php
│   │   ├── check_lang.sh
│   │   ├── chinese_simplified-gb2312.inc.php
│   │   ├── chinese_simplified-utf-8.inc.php
│   │   ├── chinese_traditional-big5.inc.php
│   │   ├── chinese_traditional-utf-8.inc.php
│   │   ├── croatian-iso-8859-2.inc.php
│   │   ├── croatian-utf-8.inc.php
│   │   ├── croatian-windows-1250.inc.php
│   │   ├── czech-iso-8859-2.inc.php
│   │   ├── czech-utf-8.inc.php
│   │   ├── czech-windows-1250.inc.php
│   │   ├── danish-iso-8859-1.inc.php
│   │   ├── danish-utf-8.inc.php
│   │   ├── dutch-iso-8859-15.inc.php
│   │   ├── dutch-iso-8859-1.inc.php
│   │   ├── dutch-utf-8.inc.php
│   │   ├── english-iso-8859-15.inc.php
│   │   ├── english-iso-8859-1.inc.php
│   │   ├── english-utf-8.inc.php
│   │   ├── estonian-iso-8859-1.inc.php
│   │   ├── estonian-utf-8.inc.php
│   │   ├── finnish-iso-8859-15.inc.php
│   │   ├── finnish-iso-8859-1.inc.php
│   │   ├── finnish-utf-8.inc.php
│   │   ├── french-iso-8859-15.inc.php
│   │   ├── french-iso-8859-1.inc.php
│   │   ├── french-utf-8.inc.php
│   │   ├── galician-iso-8859-1.inc.php
│   │   ├── galician-utf-8.inc.php
│   │   ├── georgian-utf-8.inc.php
│   │   ├── german-iso-8859-15.inc.php
│   │   ├── german-iso-8859-1.inc.php
│   │   ├── german-utf-8.inc.php
│   │   ├── greek-iso-8859-7.inc.php
│   │   ├── greek-utf-8.inc.php
│   │   ├── hebrew-iso-8859-8-i.inc.php
│   │   ├── hebrew-utf-8.inc.php
│   │   ├── hindi-utf-8.inc.php
│   │   ├── hungarian-iso-8859-2.inc.php
│   │   ├── hungarian-utf-8.inc.php
│   │   ├── indonesian-iso-8859-1.inc.php
│   │   ├── indonesian-utf-8.inc.php
│   │   ├── italian-iso-8859-15.inc.php
│   │   ├── italian-iso-8859-1.inc.php
│   │   ├── italian-utf-8.inc.php
│   │   ├── japanese-euc.inc.php
│   │   ├── japanese-sjis.inc.php
│   │   ├── japanese-utf-8.inc.php
│   │   ├── korean-euc-kr.inc.php
│   │   ├── korean-utf-8.inc.php
│   │   ├── latvian-utf-8.inc.php
│   │   ├── latvian-windows-1257.inc.php
│   │   ├── lithuanian-utf-8.inc.php
│   │   ├── lithuanian-windows-1257.inc.php
│   │   ├── macedonian_cyrillic-utf-8.inc.php
│   │   ├── macedonian_cyrillic-windows-1251.inc.php
│   │   ├── malay-iso-8859-1.inc.php
│   │   ├── malay-utf-8.inc.php
│   │   ├── mongolian-utf-8.inc.php
│   │   ├── norwegian-iso-8859-1.inc.php
│   │   ├── norwegian-utf-8.inc.php
│   │   ├── persian-utf-8.inc.php
│   │   ├── persian-windows-1256.inc.php
│   │   ├── polish-iso-8859-2.inc.php
│   │   ├── polish-utf-8.inc.php
│   │   ├── polish-windows-1250.inc.php
│   │   ├── portuguese-iso-8859-15.inc.php
│   │   ├── portuguese-iso-8859-1.inc.php
│   │   ├── portuguese-utf-8.inc.php
│   │   ├── remove_message.sh
│   │   ├── romanian-iso-8859-1.inc.php
│   │   ├── romanian-utf-8.inc.php
│   │   ├── russian-cp-866.inc.php
│   │   ├── russian-koi8-r.inc.php
│   │   ├── russian-utf-8.inc.php
│   │   ├── russian-windows-1251.inc.php
│   │   ├── serbian_cyrillic-utf-8.inc.php
│   │   ├── serbian_cyrillic-windows-1251.inc.php
│   │   ├── serbian_latin-utf-8.inc.php
│   │   ├── serbian_latin-windows-1250.inc.php
│   │   ├── sinhala-utf-8.inc.php
│   │   ├── slovak-iso-8859-2.inc.php
│   │   ├── slovak-utf-8.inc.php
│   │   ├── slovak-windows-1250.inc.php
│   │   ├── slovenian-iso-8859-2.inc.php
│   │   ├── slovenian-utf-8.inc.php
│   │   ├── slovenian-windows-1250.inc.php
│   │   ├── sort_lang.sh
│   │   ├── spanish-iso-8859-15.inc.php
│   │   ├── spanish-iso-8859-1.inc.php
│   │   ├── spanish-utf-8.inc.php
│   │   ├── swedish-iso-8859-1.inc.php
│   │   ├── swedish-utf-8.inc.php
│   │   ├── sync_lang.sh
│   │   ├── tatarish-iso-8859-9.inc.php
│   │   ├── tatarish-utf-8.inc.php
│   │   ├── thai-tis-620.inc.php
│   │   ├── thai-utf-8.inc.php
│   │   ├── translatecount.sh
│   │   ├── turkish-iso-8859-9.inc.php
│   │   ├── turkish-utf-8.inc.php
│   │   ├── ukrainian-utf-8.inc.php
│   │   └── ukrainian-windows-1251.inc.php
│   ├── libraries
│   │   ├── auth
│   │   │   ├── config.auth.lib.php
│   │   │   ├── cookie.auth.lib.php
│   │   │   ├── http.auth.lib.php
│   │   │   └── signon.auth.lib.php
│   │   ├── blowfish.php
│   │   ├── bookmark.lib.php
│   │   ├── charset_conversion.lib.php
│   │   ├── check_user_privileges.lib.php
│   │   ├── cleanup.lib.php
│   │   ├── common.inc.php
│   │   ├── common.lib.php
│   │   ├── Config.class.php
│   │   ├── config.default.php
│   │   ├── core.lib.php
│   │   ├── database_interface.lib.php
│   │   ├── db_common.inc.php
│   │   ├── dbg
│   │   │   └── setup.php
│   │   ├── dbi
│   │   │   ├── mysql.dbi.lib.php
│   │   │   └── mysqli.dbi.lib.php
│   │   ├── db_info.inc.php
│   │   ├── db_links.inc.php
│   │   ├── db_routines.inc.php
│   │   ├── db_table_exists.lib.php
│   │   ├── display_change_password.lib.php
│   │   ├── display_create_database.lib.php
│   │   ├── display_create_table.lib.php
│   │   ├── display_export.lib.php
│   │   ├── display_import.lib.php
│   │   ├── display_select_lang.lib.php
│   │   ├── display_tbl.lib.php
│   │   ├── display_tbl_links.lib.php
│   │   ├── engines
│   │   │   ├── bdb.lib.php
│   │   │   ├── berkeleydb.lib.php
│   │   │   ├── binlog.lib.php
│   │   │   ├── innobase.lib.php
│   │   │   ├── innodb.lib.php
│   │   │   ├── memory.lib.php
│   │   │   ├── merge.lib.php
│   │   │   ├── mrg_myisam.lib.php
│   │   │   ├── myisam.lib.php
│   │   │   └── ndbcluster.lib.php
│   │   ├── export
│   │   │   ├── csv.php
│   │   │   ├── excel.php
│   │   │   ├── htmlexcel.php
│   │   │   ├── htmlword.php
│   │   │   ├── latex.php
│   │   │   ├── ods.php
│   │   │   ├── odt.php
│   │   │   ├── pdf.php
│   │   │   ├── sql.php
│   │   │   ├── xls.php
│   │   │   ├── xml.php
│   │   │   └── yaml.php
│   │   ├── File.class.php
│   │   ├── file_listing.php
│   │   ├── footer.inc.php
│   │   ├── get_foreign.lib.php
│   │   ├── grab_globals.lib.php
│   │   ├── header_http.inc.php
│   │   ├── header.inc.php
│   │   ├── header_meta_style.inc.php
│   │   ├── header_printview.inc.php
│   │   ├── iconv_wrapper.lib.php
│   │   ├── import
│   │   │   ├── csv.php
│   │   │   ├── docsql.php
│   │   │   ├── ldi.php
│   │   │   ├── README
│   │   │   └── sql.php
│   │   ├── import.lib.php
│   │   ├── information_schema_relations.lib.php
│   │   ├── ip_allow_deny.lib.php
│   │   ├── js_escape.lib.php
│   │   ├── kanji-encoding.lib.php
│   │   ├── language.lib.php
│   │   ├── List.class.php
│   │   ├── List_Database.class.php
│   │   ├── mcrypt.lib.php
│   │   ├── mult_submits.inc.php
│   │   ├── mysql_charsets.lib.php
│   │   ├── navigation_header.inc.php
│   │   ├── ob.lib.php
│   │   ├── opendocument.lib.php
│   │   ├── parse_analyze.lib.php
│   │   ├── plugin_interface.lib.php
│   │   ├── relation_cleanup.lib.php
│   │   ├── relation.lib.php
│   │   ├── sanitizing.lib.php
│   │   ├── select_lang.lib.php
│   │   ├── select_server.lib.php
│   │   ├── server_common.inc.php
│   │   ├── server_links.inc.php
│   │   ├── session.inc.php
│   │   ├── sqlparser.data.php
│   │   ├── sqlparser.lib.php
│   │   ├── sql_query_form.lib.php
│   │   ├── sqlvalidator.class.php
│   │   ├── sqlvalidator.lib.php
│   │   ├── StorageEngine.class.php
│   │   ├── string.lib.php
│   │   ├── string_mb.lib.php
│   │   ├── string_native.lib.php
│   │   ├── string_type_ctype.lib.php
│   │   ├── string_type_native.lib.php
│   │   ├── Table.class.php
│   │   ├── tbl_common.php
│   │   ├── tbl_indexes.lib.php
│   │   ├── tbl_info.inc.php
│   │   ├── tbl_links.inc.php
│   │   ├── tbl_properties.inc.php
│   │   ├── tbl_replace_fields.inc.php
│   │   ├── tbl_triggers.lib.php
│   │   ├── tcpdf
│   │   │   ├── CHANGELOG
│   │   │   ├── font
│   │   │   │   ├── dejavusans-bold.ctg.z
│   │   │   │   ├── dejavusans-bold.php
│   │   │   │   ├── dejavusans-bold.z
│   │   │   │   ├── dejavusans.ctg.z
│   │   │   │   ├── dejavusans.php
│   │   │   │   ├── dejavusans.z
│   │   │   │   ├── dejavuserif-bold.ctg.z
│   │   │   │   ├── dejavuserif-bold.php
│   │   │   │   ├── dejavuserif-bold.z
│   │   │   │   ├── dejavuserif.ctg.z
│   │   │   │   ├── dejavuserif.php
│   │   │   │   ├── dejavuserif.z
│   │   │   │   ├── LICENSE
│   │   │   │   └── README
│   │   │   ├── html_entity_decode_php4.php
│   │   │   ├── LICENSE
│   │   │   ├── README
│   │   │   └── tcpdf.php
│   │   ├── Theme.class.php
│   │   ├── Theme_Manager.class.php
│   │   ├── transformations
│   │   │   ├── application_octetstream__download.inc.php
│   │   │   ├── application_octetstream__hex.inc.php
│   │   │   ├── generator.sh
│   │   │   ├── global.inc.php
│   │   │   ├── image_jpeg__inline.inc.php
│   │   │   ├── image_jpeg__link.inc.php
│   │   │   ├── image_png__inline.inc.php
│   │   │   ├── README
│   │   │   ├── TEMPLATE
│   │   │   ├── template_generator_mimetype.sh
│   │   │   ├── template_generator.sh
│   │   │   ├── TEMPLATE_MIMETYPE
│   │   │   ├── text_plain__dateformat.inc.php
│   │   │   ├── text_plain__external.inc.php
│   │   │   ├── text_plain__formatted.inc.php
│   │   │   ├── text_plain__imagelink.inc.php
│   │   │   ├── text_plain__link.inc.php
│   │   │   ├── text_plain__sql.inc.php
│   │   │   └── text_plain__substr.inc.php
│   │   ├── transformations.lib.php
│   │   ├── unzip.lib.php
│   │   ├── url_generating.lib.php
│   │   └── zip.lib.php
│   ├── LICENSE
│   ├── license.php
│   ├── main.php
│   ├── navigation.php
│   ├── pdf_pages.php
│   ├── pdf_schema.php
│   ├── phpinfo.php
│   ├── phpmyadmin.css.php
│   ├── pmd
│   │   ├── images
│   │   │   ├── 2leftarrow_m.png
│   │   │   ├── 2leftarrow.png
│   │   │   ├── 2rightarrow_m.png
│   │   │   ├── 2rightarrow.png
│   │   │   ├── ang_direct.png
│   │   │   ├── bord.png
│   │   │   ├── bottom.png
│   │   │   ├── def.png
│   │   │   ├── display_field.png
│   │   │   ├── downarrow1.png
│   │   │   ├── downarrow2_m.png
│   │   │   ├── downarrow2.png
│   │   │   ├── exec.png
│   │   │   ├── exec_small.png
│   │   │   ├── favicon.ico
│   │   │   ├── grid.png
│   │   │   ├── help.png
│   │   │   ├── help_relation.png
│   │   │   ├── pdf.png
│   │   │   ├── relation.png
│   │   │   ├── reload.png
│   │   │   ├── resize.png
│   │   │   ├── rightarrow1.png
│   │   │   ├── rightarrow2.png
│   │   │   ├── save.png
│   │   │   ├── table.png
│   │   │   └── uparrow2_m.png
│   │   ├── scripts
│   │   │   ├── ajax.js
│   │   │   ├── iecanvas.js
│   │   │   └── move.js
│   │   └── styles
│   │   └── default
│   │   ├── images
│   │   │   ├── 1.png
│   │   │   ├── 2.png
│   │   │   ├── 3.png
│   │   │   ├── 4.png
│   │   │   ├── 5.png
│   │   │   ├── 6.png
│   │   │   ├── 7.png
│   │   │   ├── 8.png
│   │   │   ├── FieldKey_small.png
│   │   │   ├── Field_small_char.png
│   │   │   ├── Field_small_date.png
│   │   │   ├── Field_small_int.png
│   │   │   ├── Field_small.png
│   │   │   ├── Header_Linked.png
│   │   │   ├── Header.png
│   │   │   ├── left_panel_butt.png
│   │   │   ├── left_panel_tab.png
│   │   │   ├── small_tab.png
│   │   │   └── top_panel.png
│   │   └── style1.css
│   ├── pmd_common.php
│   ├── pmd_display_field.php
│   ├── pmd_general.php
│   ├── pmd_help.php
│   ├── pmd_pdf.php
│   ├── pmd_relation_new.php
│   ├── pmd_relation_upd.php
│   ├── pmd_save_pos.php
│   ├── print.css
│   ├── querywindow.php
│   ├── README
│   ├── readme.php
│   ├── RELEASE-DATE-2.11.6
│   ├── scripts
│   │   ├── check_lang.php
│   │   ├── convertcfg.pl
│   │   ├── create-release.sh
│   │   ├── create_tables_mysql_4_1_2+.sql
│   │   ├── create_tables.sql
│   │   ├── decode_bug.php
│   │   ├── find_unused_messages.sh
│   │   ├── lang-cleanup.sh
│   │   ├── remove_control_m.sh
│   │   ├── setup.php
│   │   ├── signon.php
│   │   ├── upgrade.pl
│   │   └── upgrade_tables_mysql_4_1_2+.sql
│   ├── server_binlog.php
│   ├── server_collations.php
│   ├── server_databases.php
│   ├── server_engines.php
│   ├── server_export.php
│   ├── server_import.php
│   ├── server_privileges.php
│   ├── server_processlist.php
│   ├── server_sql.php
│   ├── server_status.php
│   ├── server_variables.php
│   ├── show_config_errors.php
│   ├── sql.php
│   ├── tbl_addfield.php
│   ├── tbl_alter.php
│   ├── tbl_change.php
│   ├── tbl_create.php
│   ├── tbl_export.php
│   ├── tbl_import.php
│   ├── tbl_indexes.php
│   ├── tbl_move_copy.php
│   ├── tbl_operations.php
│   ├── tbl_printview.php
│   ├── tbl_relation.php
│   ├── tbl_replace.php
│   ├── tbl_row_action.php
│   ├── tbl_select.php
│   ├── tbl_sql.php
│   ├── tbl_structure.php
│   ├── test
│   │   ├── AllTests.php
│   │   ├── Environment_test.php
│   │   ├── FailTest.php
│   │   ├── PMA_escapeJsString_test.php
│   │   ├── PMA_get_real_size_test.php
│   │   ├── PMA_isValid_test.php
│   │   ├── PMA_pow_test.php
│   │   ├── PMA_sanitize_test.php
│   │   ├── PMA_STR_sub_test.php
│   │   ├── PMA_transformation_getOptions_test.php
│   │   └── theme.php
│   ├── themes
│   │   ├── darkblue_orange
│   │   │   ├── css
│   │   │   │   └── theme_right.css.php
│   │   │   ├── img
│   │   │   │   ├── arrow_ltr.png
│   │   │   │   ├── arrow_rtl.png
│   │   │   │   ├── asc_order.png
│   │   │   │   ├── b_bookmark.png
│   │   │   │   ├── b_browse.png
│   │   │   │   ├── b_calendar.png
│   │   │   │   ├── b_comment.png
│   │   │   │   ├── bd_browse.png
│   │   │   │   ├── b_dbstatistics.png
│   │   │   │   ├── bd_deltbl.png
│   │   │   │   ├── bd_drop.png
│   │   │   │   ├── b_deltbl.png
│   │   │   │   ├── bd_empty.png
│   │   │   │   ├── bd_firstpage.png
│   │   │   │   ├── bd_ftext.png
│   │   │   │   ├── bd_index.png
│   │   │   │   ├── bd_insrow.png
│   │   │   │   ├── bd_lastpage.png
│   │   │   │   ├── bd_nextpage.png
│   │   │   │   ├── b_docs.png
│   │   │   │   ├── b_docsql.png
│   │   │   │   ├── bd_prevpage.png
│   │   │   │   ├── bd_primary.png
│   │   │   │   ├── b_drop.png
│   │   │   │   ├── bd_sbrowse.png
│   │   │   │   ├── bd_select.png
│   │   │   │   ├── bd_unique.png
│   │   │   │   ├── b_edit.png
│   │   │   │   ├── b_empty.png
│   │   │   │   ├── b_engine.png
│   │   │   │   ├── b_export.png
│   │   │   │   ├── b_firstpage.png
│   │   │   │   ├── b_ftext.png
│   │   │   │   ├── b_help.png
│   │   │   │   ├── b_home.png
│   │   │   │   ├── b_import.png
│   │   │   │   ├── b_index.png
│   │   │   │   ├── b_info.png
│   │   │   │   ├── b_insrow.png
│   │   │   │   ├── b_lastpage.png
│   │   │   │   ├── b_minus.png
│   │   │   │   ├── b_newdb.png
│   │   │   │   ├── b_newtbl.png
│   │   │   │   ├── b_nextpage.png
│   │   │   │   ├── b_pdfdoc.png
│   │   │   │   ├── b_plus.png
│   │   │   │   ├── b_prevpage.png
│   │   │   │   ├── b_primary.png
│   │   │   │   ├── b_print.png
│   │   │   │   ├── b_props.png
│   │   │   │   ├── b_relations.png
│   │   │   │   ├── b_save.png
│   │   │   │   ├── b_sbrowse.png
│   │   │   │   ├── b_sdb.png
│   │   │   │   ├── b_search.png
│   │   │   │   ├── b_selboard.png
│   │   │   │   ├── b_select.png
│   │   │   │   ├── b_sqldoc.png
│   │   │   │   ├── b_sqlhelp.png
│   │   │   │   ├── b_sql.png
│   │   │   │   ├── b_tblanalyse.png
│   │   │   │   ├── b_tblexport.png
│   │   │   │   ├── b_tblimport.png
│   │   │   │   ├── b_tblops.png
│   │   │   │   ├── b_tbloptimize.png
│   │   │   │   ├── b_tipp.png
│   │   │   │   ├── b_unique.png
│   │   │   │   ├── b_usradd.png
│   │   │   │   ├── b_usrcheck.png
│   │   │   │   ├── b_usrdrop.png
│   │   │   │   ├── b_usredit.png
│   │   │   │   ├── b_usrlist.png
│   │   │   │   ├── b_view.png
│   │   │   │   ├── b_views.png
│   │   │   │   ├── error.ico
│   │   │   │   ├── item_ltr.png
│   │   │   │   ├── item.png
│   │   │   │   ├── item_rtl.png
│   │   │   │   ├── logo_left.png
│   │   │   │   ├── logo_right.png
│   │   │   │   ├── php_sym.png
│   │   │   │   ├── pma_logo2.png
│   │   │   │   ├── s_asci.png
│   │   │   │   ├── s_asc.png
│   │   │   │   ├── s_attention.png
│   │   │   │   ├── s_cancel2.png
│   │   │   │   ├── s_cancel.png
│   │   │   │   ├── s_db.png
│   │   │   │   ├── s_desc.png
│   │   │   │   ├── s_error2.png
│   │   │   │   ├── s_error.png
│   │   │   │   ├── s_fulltext.png
│   │   │   │   ├── s_host.png
│   │   │   │   ├── s_info.png
│   │   │   │   ├── s_lang.png
│   │   │   │   ├── s_loggoff.png
│   │   │   │   ├── s_notice.png
│   │   │   │   ├── s_okay.png
│   │   │   │   ├── spacer.png
│   │   │   │   ├── s_partialtext.png
│   │   │   │   ├── s_passwd.png
│   │   │   │   ├── s_process.png
│   │   │   │   ├── s_really.png
│   │   │   │   ├── s_reload.png
│   │   │   │   ├── s_rights.png
│   │   │   │   ├── s_status.png
│   │   │   │   ├── s_tbl.png
│   │   │   │   ├── s_theme.png
│   │   │   │   ├── s_vars.png
│   │   │   │   ├── s_views.png
│   │   │   │   ├── s_warn.png
│   │   │   │   ├── tbl_header.png
│   │   │   │   ├── tbl_th.png
│   │   │   │   └── window-new.png
│   │   │   ├── info.inc.php
│   │   │   ├── layout.inc.php
│   │   │   └── screen.png
│   │   └── original
│   │   ├── css
│   │   │   ├── theme_left.css.php
│   │   │   ├── theme_print.css.php
│   │   │   └── theme_right.css.php
│   │   ├── img
│   │   │   ├── arrow_ltr.png
│   │   │   ├── arrow_rtl.png
│   │   │   ├── asc_order.png
│   │   │   ├── b_bookmark.png
│   │   │   ├── b_browse.png
│   │   │   ├── b_calendar.png
│   │   │   ├── b_comment.png
│   │   │   ├── bd_browse.png
│   │   │   ├── b_dbstatistics.png
│   │   │   ├── bd_deltbl.png
│   │   │   ├── bd_drop.png
│   │   │   ├── b_deltbl.png
│   │   │   ├── bd_empty.png
│   │   │   ├── bd_firstpage.png
│   │   │   ├── bd_ftext.png
│   │   │   ├── bd_index.png
│   │   │   ├── bd_insrow.png
│   │   │   ├── bd_lastpage.png
│   │   │   ├── bd_nextpage.png
│   │   │   ├── b_docs.png
│   │   │   ├── b_docsql.png
│   │   │   ├── bd_prevpage.png
│   │   │   ├── bd_primary.png
│   │   │   ├── b_drop.png
│   │   │   ├── bd_sbrowse.png
│   │   │   ├── bd_select.png
│   │   │   ├── bd_unique.png
│   │   │   ├── b_edit.png
│   │   │   ├── b_empty.png
│   │   │   ├── b_engine.png
│   │   │   ├── b_export.png
│   │   │   ├── b_firstpage.png
│   │   │   ├── b_ftext.png
│   │   │   ├── b_help.png
│   │   │   ├── b_home.png
│   │   │   ├── b_import.png
│   │   │   ├── b_index.png
│   │   │   ├── b_info.png
│   │   │   ├── b_insrow.png
│   │   │   ├── b_lastpage.png
│   │   │   ├── b_minus.png
│   │   │   ├── b_newdb.png
│   │   │   ├── b_newtbl.png
│   │   │   ├── b_nextpage.png
│   │   │   ├── b_pdfdoc.png
│   │   │   ├── b_plus.png
│   │   │   ├── b_prevpage.png
│   │   │   ├── b_primary.png
│   │   │   ├── b_print.png
│   │   │   ├── b_props.png
│   │   │   ├── b_relations.png
│   │   │   ├── b_save.png
│   │   │   ├── b_sbrowse.png
│   │   │   ├── b_sdb.png
│   │   │   ├── b_search.png
│   │   │   ├── b_selboard.png
│   │   │   ├── b_select.png
│   │   │   ├── b_sqldoc.png
│   │   │   ├── b_sqlhelp.png
│   │   │   ├── b_sql.png
│   │   │   ├── b_tblanalyse.png
│   │   │   ├── b_tblexport.png
│   │   │   ├── b_tblimport.png
│   │   │   ├── b_tblops.png
│   │   │   ├── b_tbloptimize.png
│   │   │   ├── b_tipp.png
│   │   │   ├── b_unique.png
│   │   │   ├── b_usradd.png
│   │   │   ├── b_usrcheck.png
│   │   │   ├── b_usrdrop.png
│   │   │   ├── b_usredit.png
│   │   │   ├── b_usrlist.png
│   │   │   ├── b_view.png
│   │   │   ├── b_views.png
│   │   │   ├── error.ico
│   │   │   ├── item_ltr.png
│   │   │   ├── item.png
│   │   │   ├── item_rtl.png
│   │   │   ├── logo_left.png
│   │   │   ├── logo_right.png
│   │   │   ├── php_sym.png
│   │   │   ├── pma_logo2.png
│   │   │   ├── s_asci.png
│   │   │   ├── s_asc.png
│   │   │   ├── s_attention.png
│   │   │   ├── s_cancel2.png
│   │   │   ├── s_cancel.png
│   │   │   ├── s_db.png
│   │   │   ├── s_desc.png
│   │   │   ├── s_error2.png
│   │   │   ├── s_error.png
│   │   │   ├── s_fulltext.png
│   │   │   ├── s_host.png
│   │   │   ├── s_info.png
│   │   │   ├── s_lang.png
│   │   │   ├── s_loggoff.png
│   │   │   ├── s_notice.png
│   │   │   ├── s_okay.png
│   │   │   ├── spacer.png
│   │   │   ├── s_partialtext.png
│   │   │   ├── s_passwd.png
│   │   │   ├── s_process.png
│   │   │   ├── s_really.png
│   │   │   ├── s_reload.png
│   │   │   ├── s_rights.png
│   │   │   ├── s_status.png
│   │   │   ├── s_tbl.png
│   │   │   ├── s_theme.png
│   │   │   ├── s_vars.png
│   │   │   ├── s_views.png
│   │   │   ├── s_warn.png
│   │   │   ├── vertical_line.png
│   │   │   └── window-new.png
│   │   ├── info.inc.php
│   │   ├── layout.inc.php
│   │   └── screen.png
│   ├── themes.php
│   ├── TODO
│   ├── transformation_overview.php
│   ├── transformation_wrapper.php
│   ├── translators.html
│   ├── user_password.php
│   └── view_create.php
├── robots.txt
├── scripts
│   └── keepsession.php
├── source
│   ├── api.php
│   ├── class
│   │   ├── Captcha.class.php
│   │   ├── DB.class.php
│   │   ├── Image.class.php
│   │   ├── Pager.class.php
│   │   ├── PHPMailer.class.php
│   │   ├── Smtp.class.php
│   │   └── User.class.php
│   ├── code.php
│   ├── common.php
│   ├── do.php
│   ├── function.php
│   ├── global.func.php
│   ├── index.php
│   ├── js
│   │   ├── boxy
│   │   │   ├── boxy.css
│   │   │   ├── boxy-ne.png
│   │   │   ├── boxy-nw.png
│   │   │   ├── boxy-se.png
│   │   │   ├── boxy-sw.png
│   │   │   └── jquery.boxy.js
│   │   └── jquery.js
│   ├── keepsession.php
│   ├── login.php
│   ├── module.php
│   ├── project.php
│   ├── register.php
│   └── user.php
├── templates_c
│   ├── %%08^08A^08AC213A%%register.html.php
│   ├── %%1A^1AB^1AB9BADF%%login.html.php
│   ├── %%2D^2DC^2DCC00ED%%module_set.html.php
│   ├── %%33^334^334DB811%%project_view.html.php
│   ├── %%4D^4D3^4D30CF2A%%project_viewcode.html.php
│   ├── %%60^602^602CA7AB%%menus.html.php
│   ├── %%66^66F^66F77496%%module.html.php
│   ├── %%71^714^714F4B17%%header.html.php
│   ├── %%77^774^774BE9C9%%index.html.php
│   ├── %%78^781^7810E20E%%module_view.html.php
│   ├── %%8E^8E8^8E89046B%%notice.html.php
│   ├── %%95^95A^95A55B08%%project_create.html.php
│   ├── %%D0^D0A^D0AE2165%%project_setcode.html.php
│   └── %%D3^D34^D341A621%%module_create.html.php
├── test.html
├── test.php
├── themes
│   └── default
│   ├── style
│   │   ├── ie.css
│   │   ├── print.css
│   │   ├── screen.css
│   │   └── style.css
│   └── templates
│   ├── header.html
│   ├── index.html
│   ├── login.html
│   ├── menus.html
│   ├── module_create.html
│   ├── module.html
│   ├── module_set.html
│   ├── module_view.html
│   ├── notice.html
│   ├── project_create.html
│   ├── project_setcode.html
│   ├── project_viewcode.html
│   ├── project_view.html
│   ├── register.html
│   └── user_invite.html
├── xssplatform.sql
├── xss.sql
└── xss利用平台搭建教程.txt

50 directories, 847 files

标签:

实例下载地址

xss利用平台搭建(利用xsser.me源码)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警