Skip to content

Instantly share code, notes, and snippets.

View radenvodka's full-sized avatar
🇮🇩
YUHUUU!!!

ʀᴀᴅᴇɴᴠᴏᴅᴋᴀ (ᴇᴋᴀ ꜱ) radenvodka

🇮🇩
YUHUUU!!!
View GitHub Profile
┻┳| 🐞 Bug Bounty Hunter
┳┻| _ 🐞 Web Developer
┻┳| •.•) 🐞 IT Security Enthusiast
┳┻|⊂ノ 🐞 Contact : \d\e\v\@c\i\l\e\g\o\n\t\e\c\h.\com
┻┳|
while :
do
fulload() { dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/de
<VirtualHost *:80>
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# Sample Configuration File for Privoxy @RADENVODKA
#
# Id: config,v
#
# Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/
#
####################################################################
# #
# Table of Contents #
# #
# Sample Configuration File for Privoxy
#
# Id: config,v
#
# Copyright (C) 2001-2011 Privoxy Developers http://www.privoxy.org/
#
####################################################################
# #
# Table of Contents #
# #
#!/bin/sh
/usr/bin/apt update
/usr/bin/apt -y install squid
/bin/rm -f /etc/squid/squid.conf
/usr/bin/wget --no-check-certificate -O /etc/squid/squid.conf https://gist.githubusercontent.com/radenvodka/d26f13fd2f7398d31635bcf17f9330b7/raw/432fbcee54c986248168851263720852a6b11005/squid.conf
/sbin/iptables -I INPUT -p tcp --dport 3128 -j ACCEPT
/sbin/iptables-save
sudo service squid restart
update-rc.d squid defaults
http_port 3128
https_port 3128
cache deny all
cache_mem 1024 MB
dns_v4_first on
#hierarchy_stoplist cgi-bin ?
access_log none
cache_store_log none
cache_log /dev/null
wget https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download;mv uc\?id\=0B3X9GlR6EmbnWksyTEtCM0VfaFE gdrive;chmod +x gdrive;sudo install gdrive /usr/local/bin/gdrive;gdrive list
<?php
error_reporting(0);
/**
* @Author: Eka Syahwan
* @Date: 2017-09-14 06:35:55
* @Last Modified by: Eka Syahwan
* @Last Modified time: 2017-10-02 18:43:58
*/
$tik = "";
$is = "";
@radenvodka
radenvodka / anti-csrf.php
Created May 7, 2017 10:18
Simple Anti CSRF
<?php
/**
* @Author: Eka Syahwan
* @Date: 2017-05-07 17:02:09
* @Last Modified by: Eka Syahwan
* @Last Modified time: 2017-05-07 17:16:45
*/
session_start();
class Security
{