forked from syapik96/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
2,985 additions
and
6 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
clear | ||
echo -e "#======================================#" | ||
echo -e "# Premium Script By Noob96 #" | ||
echo -e "#--------------------------------------#" | ||
echo -e "# OS Support #" | ||
echo -e "# * Debian 9-10 #" | ||
echo -e "# * Ubuntu 18-20 #" | ||
echo -e "#--------------------------------------#" | ||
echo -e "# Mod By Noob96 #" | ||
echo -e "# Thanks To @whytzy96 #" | ||
echo -e "# #" | ||
echo -e "# Berbagi Config Internet #" | ||
echo -e "# #" | ||
echo -e "#======================================#" | ||
echo -e "# Whatsapp : +60169039150 #" | ||
echo -e "# Telegram : t.me/PrinceNewbie #" | ||
echo -e "# Thanks for using this script #" | ||
echo -e "#======================================#" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
[modules] | ||
log_file | ||
log_syslog | ||
#pptp | ||
#l2tp | ||
sstp | ||
chap-secrets | ||
auth_mschap_v2 | ||
auth_mschap_v1 | ||
auth_chap_md5 | ||
auth_pap | ||
ippool | ||
pppd_compat | ||
|
||
[core] | ||
#thread-count=4 | ||
|
||
[common] | ||
|
||
[chap-secrets] | ||
chap-secrets=/home/sstp/sstp_account | ||
|
||
[ppp] | ||
min-mtu=1280 | ||
mtu=1400 | ||
mru=1400 | ||
mppe=prefer | ||
ipv4=require | ||
lcp-echo-interval=20 | ||
lcp-echo-timeout=120 | ||
|
||
#[pptp] | ||
#verbose=1 | ||
#ip-pool=pptp | ||
#ifname=pptp%d | ||
|
||
#[l2tp] | ||
#verbose=1 | ||
#mppe=deny | ||
#host-name=accel-ppp | ||
#secret= | ||
#ip-pool=l2tp | ||
#ifname=l2tp%d | ||
|
||
[sstp] | ||
#cert-hash-proto=sha1,sha256 | ||
#cert-hash-sha1= | ||
#cert-hash-sha256= | ||
#ssl-ecdh-curve=prime256v1 | ||
#ssl-prefer-server-ciphers=0 | ||
#ssl-dhparam=/home/sstp/dh.pem | ||
#host-name=domain.tld | ||
#http-error=allow | ||
#timeout=60 | ||
port=5555 | ||
accept=ssl | ||
ssl-ciphers=DEFAULT | ||
ssl-protocol=tls1,tls1.1,tls1.2,tls1.3 | ||
ssl-ca-file=/home/sstp/ca.crt | ||
ssl-pemfile=/home/sstp/server.crt | ||
ssl-keyfile=/home/sstp/server.key | ||
ip-pool=sstp | ||
ifname=sstp%d | ||
|
||
[dns] | ||
dns1=1.1.1.1 | ||
dns2=1.0.0.1 | ||
|
||
[client-ip-range] | ||
0.0.0.0/0 | ||
|
||
[ip-pool] | ||
gw-ip-address=xxxxxxxxx | ||
attr=Framed-Pool | ||
172.63.11.3-254,name=sstp | ||
172.63.12.3-254,name=l2tp,next=sstp | ||
172.63.13.3-254,name=pptp,next=l2tp | ||
|
||
[pppd-compat] | ||
ip-up=/etc/ppp/ip-up | ||
ip-down=/etc/ppp/ip-down | ||
radattr-prefix=/var/run/radattr | ||
|
||
[log] | ||
#log-debug=/dev/stdout | ||
#syslog=accel-pppd,daemon | ||
#log-tcp=127.0.0.1:3000 | ||
#color=1 | ||
#per-user-dir=per_user | ||
#per-session-dir=per_session | ||
#per-session=1 | ||
log-file=/var/log/accel-ppp/accel-ppp.log | ||
log-emerg=/var/log/accel-ppp/emerg.log | ||
log-fail-file=/var/log/accel-ppp/auth-fail.log | ||
copy=1 | ||
level=3 | ||
|
||
[log-pgsql] | ||
conninfo=user=log | ||
log-table=log | ||
|
||
[cli] | ||
#password=123 | ||
#sessions-columns=ifname,username,ip,ip6,ip6-dp,type,state,uptime,uptime-raw,calling-sid,called-sid,sid,comp,rx-bytes,tx-bytes,rx-bytes-raw,tx-bytes-raw,rx-pkts,tx-pkts | ||
verbose=1 | ||
telnet=127.0.0.1:2000 | ||
tcp=127.0.0.1:2001 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
read -rp "Domain/Host: " -e host | ||
echo "IP=$host">>/var/lib/crot-script/ipvps.conf |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#!/bin/bash | ||
Green_font_prefix="\033[32m" && Red_font_prefix="\033[31m" && Green_background_prefix="\033[42;37m" && Red_background_prefix="\033[41;37m" && Font_color_suffix="\033[0m" | ||
Info="${Green_font_prefix}[ON]${Font_color_suffix}" | ||
Error="${Red_font_prefix}[OFF]${Font_color_suffix}" | ||
cek=$(grep -c -E "^# BEGIN_Backup" /etc/crontab) | ||
if [[ "$cek" = "1" ]]; then | ||
sts="${Info}" | ||
else | ||
sts="${Error}" | ||
fi | ||
function start() { | ||
email=$(cat /home/email) | ||
if [[ "$email" = "" ]]; then | ||
echo "Please enter your email" | ||
read -rp "Email: " -e email | ||
cat <<EOF>>/home/email | ||
EOF | ||
fi | ||
cat << EOF >> /etc/crontab | ||
# BEGIN_Backup | ||
5 0 * * * root bckp | ||
# END_Backup | ||
EOF | ||
service cron restart | ||
sleep 1 | ||
echo " Please Wait" | ||
clear | ||
echo " Autobackup Has Been Started" | ||
echo " Data Will Be Backed Up Automatically at 00:05 GMT +7" | ||
exit 0 | ||
} | ||
function stop() { | ||
email=$(cat /home/email) | ||
sed -i "/^$email/d" /home/email | ||
sed -i "/^# BEGIN_Backup/,/^# END_Backup/d" /etc/crontab | ||
service cron restart | ||
sleep 1 | ||
echo " Please Wait" | ||
clear | ||
echo " Autobackup Has Been Stopped" | ||
exit 0 | ||
} | ||
clear | ||
echo -e " ==============================" | ||
echo -e " Autobackup Data " | ||
echo -e " ==============================" | ||
echo -e " Status $sts" | ||
echo -e " 1. Start Autobackup" | ||
echo -e " 2. Stop Autobackup" | ||
echo -e " Press CTRL+C to return" | ||
read -rp " Please Enter The Correct Number : " -e num | ||
if [[ "$num" = "1" ]]; then | ||
start | ||
elif [[ "$num" = "2" ]]; then | ||
stop | ||
else | ||
clear | ||
echo " You Entered The Wrong Number" | ||
menu | ||
fi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
#!/bin/bash | ||
# Script Mod By SL | ||
clear | ||
echo -e "" | ||
echo -e "======================================" | ||
echo -e "" | ||
echo -e " AutoKick Mod by SL " | ||
echo -e "" | ||
echo -e " [1] AutoKick After 5 Minutes" | ||
echo -e " [2] AutoKick After 15 Minutes" | ||
echo -e " [3] AutoKick After 30 Minutes" | ||
echo -e " [4] Turn Off AutoKick/MultiLogin" | ||
echo -e " [x] Exit" | ||
echo -e "======================================" | ||
echo -e "" | ||
read -p " Select From Options [1-4 or x] : " AutoKick | ||
echo -e "" | ||
case $AutoKick in | ||
1) | ||
echo -e "" | ||
sleep 1 | ||
clear | ||
rm -f /etc/cron.d/tendang | ||
echo "*/5 * * * * root /usr/bin/tendang" > /etc/cron.d/tendang | ||
echo -e "" | ||
echo -e "======================================" | ||
echo -e " AutoKick Mod by SL " | ||
echo -e "" | ||
echo -e " Allowed MultiLogin : 2" | ||
echo -e " AutoKick Every : 5 Minutes" | ||
echo -e "" | ||
echo -e "======================================" | ||
exit | ||
;; | ||
2) | ||
echo -e "" | ||
sleep 1 | ||
clear | ||
rm -f /etc/cron.d/tendang | ||
echo "*/5 * * * * root /usr/bin/tendang" > /etc/cron.d/tendang | ||
echo -e "" | ||
echo -e "======================================" | ||
echo -e "" | ||
echo -e " AutoKick Mod by SL " | ||
echo -e "" | ||
echo -e " Allowed MultiLogin : 2" | ||
echo -e " AutoKick Every : 15 Minutes" | ||
echo -e "" | ||
echo -e "======================================" | ||
exit | ||
;; | ||
3) | ||
echo -e "" | ||
sleep 1 | ||
clear | ||
rm -f /etc/cron.d/tendang | ||
echo "*/5 * * * * root /usr/bin/tendang" > /etc/cron.d/tendang | ||
echo -e "" | ||
echo -e "======================================" | ||
echo -e "" | ||
echo -e " AutoKick Mod by SL " | ||
echo -e "" | ||
echo -e " Allowed MultiLogin : 2" | ||
echo -e " AutoKick Every : 30 Minutes" | ||
echo -e "" | ||
echo -e "======================================" | ||
exit | ||
;; | ||
4) | ||
clear | ||
rm -f /etc/cron.d/tendang | ||
echo -e "" | ||
echo -e "======================================" | ||
echo -e "" | ||
echo -e " AutoKick Mod by SL " | ||
echo -e "" | ||
echo -e " AutoKick MultiLogin Turned Off " | ||
echo -e "" | ||
echo -e "======================================" | ||
exit | ||
;; | ||
x) | ||
clear | ||
exit | ||
;; | ||
esac |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#!/bin/bash | ||
IP=$(wget -qO- icanhazip.com); | ||
date=$(date +"%Y-%m-%d") | ||
clear | ||
echo " Enter Your Email To Receive Message" | ||
read -rp " Email: " -e email | ||
sleep 1 | ||
echo Membuat Directory | ||
mkdir /root/backup | ||
sleep 1 | ||
echo Start Backup | ||
clear | ||
cp /etc/passwd backup/ | ||
cp /etc/group backup/ | ||
cp /etc/shadow backup/ | ||
cp /etc/gshadow backup/ | ||
cp -r /etc/wireguard backup/wireguard | ||
cp /etc/ppp/chap-secrets backup/chap-secrets | ||
cp /etc/ipsec.d/passwd backup/passwd1 | ||
cp /etc/shadowsocks-libev/akun.conf backup/ss.conf | ||
cp -r /var/lib/crot-script/ backup/crot-script | ||
cp -r /home/sstp backup/sstp | ||
cp -r /etc/v2ray backup/v2ray | ||
cp -r /etc/trojan backup/trojan | ||
cp -r /usr/local/shadowsocksr/ backup/shadowsocksr | ||
cp -r /home/vps/public_html backup/public_html | ||
cd /root | ||
zip -r $IP-$date.zip backup > /dev/null 2>&1 | ||
rclone copy /root/$IP-$date.zip dr:backup/ | ||
url=$(rclone link dr:backup/$IP-$date.zip) | ||
id=(`echo $url | grep '^https' | cut -d'=' -f2`) | ||
link="https://drive.google.com/u/4/uc?id=${id}&export=download" | ||
echo -e "The following is a link to your vps data backup file. | ||
$link | ||
If you want to restore data, please enter the link above. | ||
Thank You For Using Our Services" | mail -s "Backup Data" $email | ||
rm -rf /root/backup | ||
rm -r /root/$IP-$date.zip | ||
echo "Done" | ||
echo "Please Check Your Email" |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<p style="text-align:center"><span style=> | ||
<BR><font color='#2fff00'>———————————————— </font> | ||
<BR><font color='#fb0000'>Welcome To Premium Server</font> | ||
<BR><font color='#97804b'>———————————————— </font> | ||
<BR><font color='#cb4070'>No Carding / Hacking </font> | ||
<BR><font color='#ff0095'>No DDOS / Serangan Server </font> | ||
<BR><font color='#bf407b'>No Download File Torrent </font> | ||
<BR><font color='#fb0000'>No Use Ilegal activities </font> | ||
<BR><font color='#40bf46'>Max Login 1 Device/Bitvice </font> | ||
<BR><font color='#fb0000'>No Use For Stb User !!! </font> | ||
<BR><font color='#40bf3c'>————————————————</font> | ||
<BR><font color='#80804e'>Melanggar Akan Di Banned Dari Server </font> | ||
<BR><font color='#bf405f'>Support us t.me/PrinceNewbie </font> | ||
<BR><font color='#ff0070'>————————————————</font> |
Oops, something went wrong.