Jump to content

Zaseth

Members
  • Content count

    26
  • Joined

  • Last visited

Community Reputation

7 Neutral

About Zaseth

  • Rank
    Member
  • Birthday 12/25/1994

Personal Information

  • Location
    THE ALMIGHTY HOLLAND

Development

Recent Profile Visitors

607 profile views
  1. Look, If you don't like this thread then just don't comment on it. There's a paid version that is upto date.
  2. Something I created when I was bored. Don't even take it serious though. <?php // By Zaseth. FTP not tested. $ftp_server = "ftp.example.com"; $conn_id = ftp_connect($ftp_server) or die("Couldn't connect to $ftp_server"); if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { echo 'Seems to be Windows.'; echo exec('dir'); } else { echo 'Seems to be a distribution of Linux.'; $output = shell_exec('ls -lart'); echo "<pre>$output</pre>"; echo exec('whoami'); } echo "------------------------"; $filename = 'Kitsune.sql'; if (file_exists($filename)) { echo "Seems to be Kitsune."; } else { echo "This doesnt seem to be $filename"; } $myfile = fopen("Login.xml", "r") or die("Unable to open file!"); echo "------------------------"; echo fread($myfile,filesize("Login.xml")); fclose($myfile); $myfile3 = fopen("Database.xml", "r") or die("Unable to open file!"); echo "------------------------"; echo fread($myfile3,filesize("Database.xml")); fclose($myfile3); $myfile2 = fopen("Kitsune\Logging\Logs\Warn.txt", "r") or die("Unable to open file!"); echo "------------------------"; echo fread($myfile2,filesize("Kitsune\Logging\Logs\Warn.txt")); fclose($myfile2); ?>
  3. It would be cool if there would be userbars under your name. Just a little more customization! As example:
  4. This Python script will find for any webshell. It uses a wordlist for that. You need: Python 3x Hope you enjoy! Zaseths_ShellKiller.rar
  5. I will list some Javascript frameworks that are worth looking at. The list: Meteor Vue Knockout. Angular React Head. Mustache Ember Backbone Lodash and Underscore jQuery RxJS Mobx
  6. So SWFObject & SWFAddress are both used in the CP play page. These ''Javascript'' frameworks are for prettifying (and importing) SWF files into a homepage. Now this is a format of SWFObject's usage: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> swfobject.registerObject("myFlashContent", "9.0.0"); </script> </head> <body> <div> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600" id="myFlashContent"> <param name="movie" value="untitled.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="untitled.swf" width="800" height="600"> <!--<![endif]--> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a> <!--[if !IE]>--> </object> <!--<![endif]--> </object> </div> </body> </html> So now you are thinking probably: It's a large piece of code. Is there any way to actually generate this with a ton of options? Well yes, there is and you can find that here: https://raw.githubusercontent.com/swfobject/swfobject/master/swfobject_generator/html/index.html SWFAddress is there for using hyperlinks. Basically adding #xdd into your URL. These are both pretty small projects and frameworks, but CP always used them. You can find SWFAddress here: http://www.asual.com/swfaddress/
  7. You can also use Sweetalert. I think it looks pretty nice and it is very stylish. You can find it here: http://t4t5.github.io/sweetalert/
  8. Ssssh let's not make our love public.
  9. Hey all. There's a free program to check your own PHP code for vulnerabilities. You can run this program on XAMPP. The PHP checker: https://sourceforge.net/projects/rips-scanner/ The SQL query checker is site-based. You can find it here: http://www.sqlparser.com/sql-injection-detector/
  10. Someone gave this to me. It has a ton of CPPS sources. Download: https://drive.google.com/uc?id=0B7VzJNrahSLsclM5dmNZaXd6YlE&export=download
  11. I ripped some stuff together and eventually created this. You can find it here: https://pastebin.com/raw/N7h0u7MD
  12. Hope you enjoy a good read. You can find it here: https://pastebin.com/raw/evzkavhN
  13. Something that I created when I was bored. This could be used for serious trolling. *NOTE*: THIS IS NOT REAL. Download: FakeCP_-_A_fake_CPPS_phpinfo-like_cpanel_by_Zaseth.rar
  14. I still had this somewhere. Download: https://mega.nz/#!t4YwUDYD!NRJLlxeVSqpqyHk6e2NrB2VL3lUKrOwMkGgqLHqIX_o
  15. Something rare. Got the .SWF and the .FLA Not corrupt and fully working. Nightclub_2008.rar
×