Advertisement
Guest User

Untitled

a guest
Nov 26th, 2018
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 19.42 KB | None | 0 0
  1. Il furam pe nenea de access http://ip.la.pma/myadmin/scripts/setup.php
  2. php exploitx.php -a http://ip.la.pma/myadmin/scripts/setup.php
  3. [root@VM_0_9_centos pma]# PHP Notice:  Use of undefined constant a - assumed 'a' in /home/test/pma/exploitx.php on line 6
  4. PHP Notice:  Undefined index: query in /home/test/pma/exploitx.php on line 18
  5. PHP Notice:  Undefined index: query in /home/test/pma/exploitx.php on line 18
  6. HTTP/1.1 200 OK
  7. Server: nginx/1.0.15
  8. Date: Mon, 26 Nov 2018 12:29:52 GMT
  9. Content-Type: text/html; charset=utf-8
  10. Transfer-Encoding: chunked
  11. Connection: close
  12. X-Powered-By: PHP/5.4.41
  13. Set-Cookie: pma_fontsize=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/myadmin/scripts/
  14. Expires: Mon, 26 Nov 2018 12:29:52 GMT
  15. Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0
  16. Last-Modified: Mon, 26 Nov 2018 12:29:52 GMT
  17. Set-Cookie: pma_fontsize=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/myadmin/scripts/
  18. Pragma: no-cache
  19.  
  20. 1dcf
  21. <?xml version="1.0" encoding="utf-8"?>
  22. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  23.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  24. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
  25. <head>
  26.     <link rel="icon" href="../favicon.ico" type="image/x-icon" />
  27.     <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
  28.     <title>phpMyAdmin 2.11.11.3 setup</title>
  29.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30.  
  31.     <script type="text/javascript">
  32.     //<![CDATA[
  33.     // show this window in top frame
  34.     if (top != self) {
  35.         window.top.location.href=location;
  36.     }
  37.     //]]>
  38.     </script>
  39.     <style type="text/css">
  40.     /* message boxes: warning, error, stolen from original theme */
  41.     div.notice {
  42.         color: #000000;
  43.         background-color: #FFFFDD;
  44.     }
  45.     h1.notice,
  46.     div.notice {
  47.         margin: 0.5em 0 0.5em 0;
  48.         border: 0.1em solid #FFD700;
  49.         background-image: url(.././themes/original/img/s_notice.png);
  50.         background-repeat: no-repeat;
  51.         background-position: 10px 50%;
  52.         padding: 10px 10px 10px 36px;
  53.     }
  54.     div.notice h1 {
  55.         border-bottom: 0.1em solid #FFD700;
  56.         font-weight: bold;
  57.         font-size: large;
  58.         text-align: left;
  59.         margin: 0 0 0.2em 0;
  60.     }
  61.  
  62.     div.warning {
  63.         color: #CC0000;
  64.         background-color: #FFFFCC;
  65.     }
  66.     h1.warning,
  67.     div.warning {
  68.         margin: 0.5em 0 0.5em 0;
  69.         border: 0.1em solid #CC0000;
  70.         background-image: url(.././themes/original/img/s_warn.png);
  71.         background-repeat: no-repeat;
  72.         background-position: 10px 50%;
  73.         padding: 10px 10px 10px 36px;
  74.     }
  75.     div.warning h1 {
  76.         border-bottom: 0.1em solid #cc0000;
  77.         font-weight: bold;
  78.         text-align: left;
  79.         font-size: large;
  80.         margin: 0 0 0.2em 0;
  81.     }
  82.  
  83.     div.error {
  84.         background-color: #FFFFCC;
  85.         color: #ff0000;
  86.     }
  87.     h1.error,
  88.     div.error {
  89.         margin: 0.5em 0 0.5em 0;
  90.         border: 0.1em solid #ff0000;
  91.         background-image: url(.././themes/original/img/s_error.png);
  92.         background-repeat: no-repeat;
  93.         background-position: 10px 50%;
  94.         padding: 10px 10px 10px 36px;
  95.     }
  96.     div.error h1 {
  97.         border-bottom: 0.1em solid #ff0000;
  98.         font-weight: bold;
  99.         text-align: left;
  100.         font-size: large;
  101.         margin: 0 0 0.2em 0;
  102.     }
  103.  
  104.     fieldset.toolbar form.action {
  105.         display: block;
  106.         width: auto;
  107.         clear: none;
  108.         float: left;
  109.         margin: 0;
  110.         padding: 0;
  111.         border-right: 1px solid black;
  112.     }
  113.     fieldset.toolbar form.action input, fieldset.toolbar form.action select {
  114.         margin: 0.7em;
  115.         padding: 0.1em;
  116.     }
  117.  
  118.     fieldset.toolbar {
  119.         display: block;
  120.         width: 100%;
  121.         background-color: #dddddd;
  122.         padding: 0;
  123.     }
  124.     fieldset.optbox {
  125.         padding: 0;
  126.         background-color: #FFFFDD;
  127.     }
  128.     div.buttons, div.opts, fieldset.optbox p, fieldset.overview div.row {
  129.         clear: both;
  130.         padding: 0.5em;
  131.         margin: 0;
  132.         background-color: white;
  133.     }
  134.     div.opts, fieldset.optbox p, fieldset.overview div.row {
  135.         border-bottom: 1px dotted black;
  136.     }
  137.     fieldset.overview {
  138.         display: block;
  139.         width: 100%;
  140.         padding: 0;
  141.     }
  142.     fieldset.optbox p {
  143.         background-color: #FFFFDD;
  144.     }
  145.     div.buttons {
  146.         background-color: #dddddd;
  147.     }
  148.     div.buttons input {
  149.         margin: 0 1em 0 1em;
  150.     }
  151.     div.buttons form {
  152.         display: inline;
  153.         margin: 0;
  154.         padding: 0;
  155.     }
  156.     input.save {
  157.         color: green;
  158.         font-weight: bolder;
  159.     }
  160.     input.cancel {
  161.         color: red;
  162.         font-weight: bolder;
  163.     }
  164.     div.desc, label.desc, fieldset.overview div.desc {
  165.         float: left;
  166.         width: 27em;
  167.         max-width: 60%;
  168.     }
  169.     code:before, code:after {
  170.         content: '"';
  171.     }
  172.     span.doc {
  173.         margin: 0 1em 0 1em;
  174.     }
  175.     span.doc a {
  176.         margin: 0 0.1em 0 0.1em;
  177.     }
  178.     span.doc a img {
  179.         border: none;
  180.     }
  181.     </style>
  182. </head>
  183.  
  184. <body>
  185. <h1>phpMyAdmin 2.11.11.3 setup</h1>
  186. <form method="post" action="">
  187.     <input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" />    <input type="hidden" name="action" value="lay_navigation_real" />
  188.     <fieldset class="optbox">
  189. <legend>Configure navigation frame</legend>
  190. <p>Customize the appears of the navigation frame.</p>
  191. <div class="opts"><input type="checkbox" name="LeftFrameLight" value="something" id="checkbox_LeftFrameLight" title="Disable this if you want to see all databases at one time." checked="checked" /><label for="checkbox_LeftFrameLight" title="Disable this if you want to see all databases at one time.">Use light version<span class="doc"><a href="../Documentation.html#cfg_LeftFrameLight" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftFrameLight" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  192. <div class="opts"><input type="checkbox" name="LeftFrameDBTree" value="something" id="checkbox_LeftFrameDBTree" title="Whether to display databases in tree (determined by separator defined lower)" checked="checked" /><label for="checkbox_LeftFrameDBTree" title="Whether to display databases in tree (determined by separator defined lower)">Display databases in tree<span class="doc"><a href="../Documentation.html#cfg_LeftFrameDBTree" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftFrameDBTree" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  193. <div class="opts"><label for="text_LeftFrameDBSeparator" class="desc" title="String that separates databases into different tree level">Databases tree separator<span class="doc"><a href="../Documentation.html#cfg_LeftFrameDBSeparator" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftFrameDBSeparator" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label><input type="text" name="LeftFrameDBSeparator" id="text_LeftFrameDBSeparator" title="String that separates databases into different tree level" size="50" value="_" /></div>
  194. <div class="opts"><label for="text_LeftFrameTableSeparator" class="desc" title="String that separates tables into different tree level">Table tree separator<span class="doc"><a href="../Documentation.html#cfg_LeftFrameTableSeparator" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftFrameTableSeparator" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label><input type="text" name="LeftFrameTableSeparator" id="text_LeftFrameTableSeparator" title="Strin
  195. 2000
  196. g that separates tables into different tree level" size="50" value="__" /></div>
  197. <div class="opts"><label for="text_LeftFrameTableLevel" class="desc" title="Maximum number of children in table tree">Maximum table tree nesting<span class="doc"><a href="../Documentation.html#cfg_LeftFrameTableLevel" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftFrameTableLevel" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label><input type="text" name="LeftFrameTableLevel" id="text_LeftFrameTableLevel" title="Maximum number of children in table tree" size="50" value="1" /></div>
  198. <div class="opts"><input type="checkbox" name="LeftDisplayLogo" value="something" id="checkbox_LeftDisplayLogo" title="Whether to show logo in left frame" checked="checked" /><label for="checkbox_LeftDisplayLogo" title="Whether to show logo in left frame">Show logo<span class="doc"><a href="../Documentation.html#cfg_LeftDisplayLogo" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftDisplayLogo" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  199. <div class="opts"><input type="checkbox" name="LeftDisplayServers" value="something" id="checkbox_LeftDisplayServers" title="Whether to show server selection in left frame" /><label for="checkbox_LeftDisplayServers" title="Whether to show server selection in left frame">Display servers selection<span class="doc"><a href="../Documentation.html#cfg_LeftDisplayServers" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftDisplayServers" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  200. <div class="opts"><input type="checkbox" name="DisplayServersList" value="something" id="checkbox_DisplayServersList" title="Whether to show server listing as list instead of drop down" /><label for="checkbox_DisplayServersList" title="Whether to show server listing as list instead of drop down">Display servers as list<span class="doc"><a href="../Documentation.html#cfg_DisplayServersList" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#DisplayServersList" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  201. <div class="opts"><label for="select_DisplayDatabasesList" class="desc" title="Whether to show database listing in navigation as list instead of drop down">Display databases as list<span class="doc"><a href="../Documentation.html#cfg_DisplayDatabasesList" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#DisplayDatabasesList" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label><select name="DisplayDatabasesList" id="select_DisplayDatabasesList"  title="Whether to show database listing in navigation as list instead of drop down"><option value="auto" selected="selected">auto</option><option value="yes">yes</option><option value="no">no</option></select></div>
  202. <div class="opts"><input type="checkbox" name="LeftPointerEnable" value="something" id="checkbox_LeftPointerEnable" title="Whether you want to highlight server under mouse" checked="checked" /><label for="checkbox_LeftPointerEnable" title="Whether you want to highlight server under mouse">Enable pointer highlighting<span class="doc"><a href="../Documentation.html#cfg_LeftPointerEnable" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a><a href="http://wiki.phpmyadmin.net/pma/Config#LeftPointerEnable" target="pma_doc" class="doc"><img class="icon" src=".././themes/original/img/b_info.png" width="11" height="11" alt="Wiki" title="Wiki" /></a></span></label></div>
  203. <div class="buttons"><div class="desc">Actions:</div><input type="submit" name="submit_save" value="Update" class="save" /><input type="submit" name="submit_ignore" value="Cancel" class="cancel" /></div>
  204. </fieldset>
  205.  
  206. </form>
  207.     <p>Available global actions (please note that these will delete any changes you could have done above):</p><fieldset class="toolbar"><legend>Servers</legend>
  208. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="addserver" /><input type="submit" value="Add" /></form>
  209. </fieldset>
  210.  
  211. <fieldset class="toolbar"><legend>Layout</legend>
  212. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_navigation" /><input type="submit" value="Navigation frame" /></form>
  213. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_tabs" /><input type="submit" value="Tabs" /></form>
  214. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_icons" /><input type="submit" value="Icons" /></form>
  215. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_browse" /><input type="submit" value="Browsing" /></form>
  216. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_edit" /><input type="submit" value="Editing" /></form>
  217. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="lay_window" /><input type="submit" value="Query window" /></form>
  218. </fieldset>
  219.  
  220. <fieldset class="toolbar"><legend>Features</legend>
  221. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="feat_upload" /><input type="submit" value="Upload/Download" /></form>
  222. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="feat_security" /><input type="submit" value="Security" /></form>
  223. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="feat_manual" /><input type="submit" value="MySQL manual" /></form>
  224. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="feat_charset" /><input type="submit" value="Charsets" /></form>
  225. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="feat_extensions" /><input type="submit" value="Extensions" /></form>
  226. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input ty
  227. aff
  228. pe="hidden" name="action" value="feat_relation" /><input type="submit" value="MIME/Relation/History" /></form>
  229. </fieldset>
  230.  
  231. <fieldset class="toolbar"><legend>Configuration</legend>
  232. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="main" /><input type="submit" value="Overview" /></form>
  233. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="display" /><input type="submit" value="Display" /></form>
  234. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="download" /><input type="submit" value="Download" /></form>
  235. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="save" /><input type="submit" value="Save" disabled="disabled" /></form>
  236. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="load" /><input type="submit" value="Load" disabled="disabled" /></form>
  237. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="clear" /><input type="submit" value="Clear" /></form>
  238. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="seteol" /><select name="neweol"><option value="unix"  selected="selected">UNIX/Linux (\n)</option><option value="dos" >DOS/Windows (\r\n)</option><option value="mac" >Macintosh (\r)</option>
  239.         </select><input type="submit" value="Change end of line" /></form>
  240. </fieldset>
  241.  
  242. <fieldset class="toolbar"><legend>Other actions</legend>
  243. <form class="action" method="post" action=""><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="action" value="versioncheck" /><input type="submit" value="Check for latest version" /></form>
  244. <form class="action" method="get" action="http://www.phpmyadmin.net/" target="_blank"><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="submit" value="Go to homepage" /></form>
  245. <form class="action" method="get" action="https://sourceforge.net/donate/index.php" target="_blank"><input type="hidden" name="token" value="18c12fa738cb174767f4402bab1054b0" /><input type="hidden" name="group_id" value="23067" /><input type="submit" value="Donate to phpMyAdmin" /></form>
  246. </fieldset>
  247.  
  248. </body></html>
  249. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement